1. 02 Nov, 2012 3 commits
    • Linus Torvalds's avatar
      Merge tag 'stable/for-linus-3.7-rc4-tag' of... · 66b6a0c9
      Linus Torvalds authored
      Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
      
      Pull Xen bugfixes from Konrad Rzeszutek Wilk:
       - Use appropriate macros instead of hand-rolling our own (ARM).
       - Fixes if FB/KBD closed unexpectedly.
       - Fix memory leak in /dev/gntdev ioctl calls.
       - Fix overflow check in xenbus_file_write.
       - Document cleanup.
       - Performance optimization when migrating guests.
      
      * tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
        xen/mmu: Use Xen specific TLB flush instead of the generic one.
        xen/arm: use the __HVC macro
        xen/xenbus: fix overflow check in xenbus_file_write()
        xen-kbdfront: handle backend CLOSED without CLOSING
        xen-fbfront: handle backend CLOSED without CLOSING
        xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REF
        x86: remove obsolete comment from asm/xen/hypervisor.h
      66b6a0c9
    • Sasha Levin's avatar
      hashtable: introduce a small and naive hashtable · d9b482c8
      Sasha Levin authored
      This hashtable implementation is using hlist buckets to provide a simple
      hashtable to prevent it from getting reimplemented all over the kernel.
      Signed-off-by: default avatarSasha Levin <levinsasha928@gmail.com>
      [ Merging this now, so that subsystems can start applying Sasha's
        patches that use this   - Linus ]
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      d9b482c8
    • Linus Torvalds's avatar
      Merge tag 'xtensa-next-20121101' of git://github.com/czankel/xtensa-linux · c660b8f9
      Linus Torvalds authored
      Pull Xtensa fixes from Chris Zankel:
       "Some important bug fixes.
      
        With the change to uapi, there was a bug introduced that results in an
        empty syscall table (mult-inclusion bug).  Switching to the generic
        thread/execve allowed us to fix a bug we had in vfork()."
      
      * tag 'xtensa-next-20121101' of git://github.com/czankel/xtensa-linux:
        xtensa: switch to generic sys_execve()
        xtensa: switch to generic kernel_execve()
        xtensa: switch to generic kernel_thread()
        xtensa: reset windowbase/windowstart when cloning the VM
        xtensa: use physical addresses for bus addresses
        xtensa: allow multi-inclusion for uapi/unistd.h
      c660b8f9
  2. 01 Nov, 2012 1 commit
  3. 31 Oct, 2012 22 commits
  4. 30 Oct, 2012 14 commits