aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-12PM: Remove unused asm/suspend.hMagnus Damm
2009-06-12x86: unify power/cpu_(32|64).cSergio Luis
2009-06-12x86: unify power/cpu_(32|64) copyright notesSergio Luis
2009-06-12x86: unify power/cpu_(32|64) regarding restoring processor stateSergio Luis
2009-06-12x86: unify power/cpu_(32|64) regarding saving processor stateSergio Luis
2009-06-12x86: unify power/cpu_(32|64) global variablesSergio Luis
2009-06-12x86: unify power/cpu_(32|64) headersSergio Luis
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki
2009-06-12PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.cJaswinder Singh Rajput
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2009-06-12Merge branch 'topic/ps3' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/pcm-jiffies-check' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/misc' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/lx6464es' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/hda' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/caiaq' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/asoc' into for-linusTakashi Iwai
2009-06-12Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-06-12Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-12slab: setup cpu caches later on when interrupts are enabledPekka Enberg
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg
2009-06-12slab: fix gfp flag in setup_cpu_cache()Pekka Enberg
2009-06-12[SCSI] Merge branch 'linus'James Bottomley
2009-06-12lguest: add support for indirect ring entriesMark McLoughlin
2009-06-12lguest: suppress notifications in example LauncherRusty Russell
2009-06-12lguest: try to batch interrupts on network receiveRusty Russell
2009-06-12lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell
2009-06-12lguest: implement deferred interrupts in example LauncherRusty Russell
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell
2009-06-12lguest: have example Launcher service all devices in separate threadsRusty Russell
2009-06-12lguest: use eventfds for device notificationRusty Russell
2009-06-12eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell
2009-06-12lguest: allow any process to send interruptsRusty Russell
2009-06-12lguest: PAE fixesRusty Russell
2009-06-12lguest: PAE supportMatias Zabaljauregui
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui
2009-06-12lguest: fix writev returning short on console outputRusty Russell
2009-06-12lguest: clean up length-used value in example launcherRusty Russell
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui