Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | virtio: fix typo in comment | Chen Baozi | 2012-05-22 | 1 | -10/+1 | |
| * | | | | virtio-mmio: Devices parameter parsing | Pawel Moll | 2012-05-22 | 3 | -0/+191 | |
| * | | | | virtio_blk: Drop unused request tracking list | Asias He | 2012-05-22 | 1 | -10/+0 | |
| * | | | | virtio-blk: Fix hot-unplug race in remove method | Asias He | 2012-05-22 | 1 | -0/+11 | |
| * | | | | virtio: Use ida to allocate virtio index | Asias He | 2012-05-22 | 1 | -2/+9 | |
| * | | | | virtio: balloon: separate out common code between remove and freeze functions | Amit Shah | 2012-05-22 | 1 | -14/+12 | |
| * | | | | virtio: balloon: drop restore_common() | Amit Shah | 2012-05-22 | 1 | -6/+1 | |
| * | | | | 9p: disconnect channel when PCI device is removed | Sasha Levin | 2012-05-22 | 1 | -1/+2 | |
| * | | | | virtio: update documentation to v0.9.5 of spec | Rusty Russell | 2012-05-22 | 1 | -77/+1087 | |
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-21 | 157 | -1934/+415 | |
|\ \ \ \ \ | ||||||
| * | | | | | um: Remove leftover declaration of alloc_task_struct_node() | Thomas Gleixner | 2012-05-08 | 1 | -2/+0 | |
| * | | | | | task_allocator: Use config switches instead of magic defines | Thomas Gleixner | 2012-05-08 | 6 | -9/+14 | |
| * | | | | | sparc: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -23/+2 | |
| * | | | | | score: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -7/+3 | |
| * | | | | | sh-use-common-threadinfo-allocator | Thomas Gleixner | 2012-05-08 | 2 | -53/+3 | |
| * | | | | | mn10300: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 2 | -16/+4 | |
| * | | | | | powerpc: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 2 | -44/+0 | |
| * | | | | | mips: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -12/+0 | |
| * | | | | | hexagon: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 2 | -45/+0 | |
| * | | | | | m32r: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -15/+2 | |
| * | | | | | frv: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -13/+0 | |
| * | | | | | cris: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 2 | -9/+2 | |
| * | | | | | x86: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 6 | -31/+12 | |
| * | | | | | c6x: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -15/+2 | |
| * | | | | | fork: Provide kmemcache based thread_info allocator | Thomas Gleixner | 2012-05-08 | 1 | -0/+27 | |
| * | | | | | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 2012-05-08 | 330 | -2135/+3594 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tile: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 2 | -25/+4 | |
| | * | | | | | fork: Provide weak arch_release_[task_struct|thread_info] functions | Thomas Gleixner | 2012-05-08 | 1 | -4/+17 | |
| | * | | | | | fork: Move thread info gfp flags to header | Thomas Gleixner | 2012-05-08 | 2 | -6/+8 | |
| | * | | | | | fork: Remove the weak insanity | Thomas Gleixner | 2012-05-08 | 3 | -9/+1 | |
| * | | | | | | sh: Remove cpu_idle_wait() | Thomas Gleixner | 2012-05-08 | 3 | -24/+0 | |
| * | | | | | | powerpc: Remove unused cpu_idle_wait() | Thomas Gleixner | 2012-05-08 | 3 | -24/+0 | |
| * | | | | | | ia64: Remove unused cpu_idle_wait() | Thomas Gleixner | 2012-05-08 | 2 | -21/+0 | |
| * | | | | | | arm: Remove unused cpu_idle_wait() | Thomas Gleixner | 2012-05-08 | 3 | -25/+0 | |
| * | | | | | | x86: Use kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 4 | -26/+1 | |
| * | | | | | | cpuidle: Use kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 1 | -12/+1 | |
| * | | | | | | smp: Implement kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 2 | -0/+27 | |
| * | | | | | | powerpc: Fix broken cpu_idle_wait() implementation | Thomas Gleixner | 2012-05-08 | 1 | -9/+5 | |
| * | | | | | | mips: Use PAGE_SIZE for INIT_TASK_DATA alignment again | Thomas Gleixner | 2012-05-07 | 1 | -1/+1 | |
| * | | | | | | parisc: Fix init_task fallout | Thomas Gleixner | 2012-05-07 | 2 | -2/+2 | |
| * | | | | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 2012-05-05 | 29 | -28/+7 | |
| * | | | | | | xtensa: Use generic init_task | Thomas Gleixner | 2012-05-05 | 3 | -32/+2 | |
| * | | | | | | x86: Use generic init_task | Thomas Gleixner | 2012-05-05 | 5 | -44/+11 | |
| * | | | | | | um: Use generic init_task | Thomas Gleixner | 2012-05-05 | 4 | -39/+7 | |
| * | | | | | | unicore32: Use generic init_task | Thomas Gleixner | 2012-05-05 | 4 | -46/+2 | |
| * | | | | | | tile: Use generic init_task | Thomas Gleixner | 2012-05-05 | 4 | -60/+18 | |
| * | | | | | | sparc: Use generic init_task | Thomas Gleixner | 2012-05-05 | 4 | -24/+1 | |
| * | | | | | | sh: Use generic init_task | Thomas Gleixner | 2012-05-05 | 4 | -32/+3 | |
| * | | | | | | score: Use generic init_task | Thomas Gleixner | 2012-05-05 | 3 | -47/+2 | |
| * | | | | | | s390: Use generic init_task | Thomas Gleixner | 2012-05-05 | 4 | -40/+2 |