Age | Commit message (Expand) | Author | Files | Lines |
2009-06-12 | PM: Remove unused asm/suspend.h | Magnus Damm | 7 | -32/+0 |
2009-06-12 | x86: unify power/cpu_(32|64).c | Sergio Luis | 3 | -260/+1 |
2009-06-12 | x86: unify power/cpu_(32|64) copyright notes | Sergio Luis | 2 | -2/+3 |
2009-06-12 | x86: unify power/cpu_(32|64) regarding restoring processor state | Sergio Luis | 2 | -38/+135 |
2009-06-12 | x86: unify power/cpu_(32|64) regarding saving processor state | Sergio Luis | 2 | -1/+76 |
2009-06-12 | x86: unify power/cpu_(32|64) global variables | Sergio Luis | 2 | -0/+17 |
2009-06-12 | x86: unify power/cpu_(32|64) headers | Sergio Luis | 2 | -4/+10 |
2009-06-12 | PM: Warn if interrupts are enabled during suspend-resume of sysdevs | Rafael J. Wysocki | 1 | -0/+16 |
2009-06-12 | PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.c | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 213 | -4034/+33616 |
2009-06-12 | Merge branch 'topic/ps3' into for-linus | Takashi Iwai | 1 | -351/+304 |
2009-06-12 | Merge branch 'topic/pcm-jiffies-check' into for-linus | Takashi Iwai | 1 | -14/+22 |
2009-06-12 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 1 | -1/+1 |
2009-06-12 | Merge branch 'topic/lx6464es' into for-linus | Takashi Iwai | 1 | -0/+7 |
2009-06-12 | Merge branch 'topic/hda' into for-linus | Takashi Iwai | 1 | -0/+3 |
2009-06-12 | Merge branch 'topic/caiaq' into for-linus | Takashi Iwai | 1 | -1/+2 |
2009-06-12 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -6/+10 |
2009-06-12 | Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 13 | -37/+101 |
2009-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 141 | -9068/+42941 |
2009-06-12 | Merge git://git.infradead.org/~dwmw2/firmware-2.6 | Linus Torvalds | 1 | -26/+103 |
2009-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 9 | -10/+442 |
2009-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 21 | -818/+1103 |
2009-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio | Linus Torvalds | 16 | -158/+592 |
2009-06-12 | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi... | Linus Torvalds | 9 | -231/+980 |
2009-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an... | Linus Torvalds | 36 | -262/+256 |
2009-06-12 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 48 | -563/+442 |
2009-06-12 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -12/+5 |
2009-06-12 | slab: setup cpu caches later on when interrupts are enabled | Pekka Enberg | 1 | -18/+19 |
2009-06-12 | slab,slub: don't enable interrupts during early boot | Pekka Enberg | 7 | -0/+47 |
2009-06-12 | slab: fix gfp flag in setup_cpu_cache() | Pekka Enberg | 1 | -1/+1 |
2009-06-12 | [SCSI] Merge branch 'linus' | James Bottomley | 1794 | -34790/+103078 |
2009-06-12 | lguest: add support for indirect ring entries | Mark McLoughlin | 1 | -12/+29 |
2009-06-12 | lguest: suppress notifications in example Launcher | Rusty Russell | 1 | -0/+15 |
2009-06-12 | lguest: try to batch interrupts on network receive | Rusty Russell | 1 | -1/+16 |
2009-06-12 | lguest: avoid sending interrupts to Guest when no activity occurs. | Rusty Russell | 1 | -0/+9 |
2009-06-12 | lguest: implement deferred interrupts in example Launcher | Rusty Russell | 1 | -19/+22 |
2009-06-12 | lguest: remove obsolete LHREQ_BREAK call | Rusty Russell | 4 | -43/+5 |
2009-06-12 | lguest: have example Launcher service all devices in separate threads | Rusty Russell | 1 | -574/+259 |
2009-06-12 | lguest: use eventfds for device notification | Rusty Russell | 5 | -6/+116 |
2009-06-12 | eventfd: export eventfd_signal and eventfd_fget for lguest | Rusty Russell | 1 | -0/+3 |
2009-06-12 | lguest: allow any process to send interrupts | Rusty Russell | 3 | -12/+18 |
2009-06-12 | lguest: PAE fixes | Rusty Russell | 1 | -17/+21 |
2009-06-12 | lguest: PAE support | Matias Zabaljauregui | 9 | -48/+403 |
2009-06-12 | lguest: Add support for kvm_hypercall4() | Matias Zabaljauregui | 2 | -10/+25 |
2009-06-12 | lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD | Matias Zabaljauregui | 5 | -6/+6 |
2009-06-12 | lguest: use native_set_* macros, which properly handle 64-bit entries when PA... | Matias Zabaljauregui | 2 | -21/+22 |
2009-06-12 | lguest: map switcher with executable page table entries | Matias Zabaljauregui | 2 | -2/+2 |
2009-06-12 | lguest: fix writev returning short on console output | Rusty Russell | 1 | -1/+6 |
2009-06-12 | lguest: clean up length-used value in example launcher | Rusty Russell | 1 | -7/+4 |
2009-06-12 | lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition. | Matias Zabaljauregui | 1 | -1/+1 |