Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | hpilo: add poll f_op | David Altobelli | 1 | -1/+41 |
2009-09-15 | hpilo: add interrupt handler | David Altobelli | 2 | -45/+101 |
2009-09-15 | hpilo: staging for interrupt handling | David Altobelli | 1 | -47/+73 |
2009-09-15 | driver core: platform_device_add_data(): use kmemdup() | Andrew Morton | 1 | -4/+4 |
2009-09-15 | Driver core: Add support for compatibility classes | Jean Delvare | 2 | -0/+95 |
2009-09-15 | uio: add generic driver for PCI 2.3 devices | Michael S. Tsirkin | 6 | -0/+389 |
2009-09-15 | driver-core: move dma-coherent.c from kernel to driver/base | Ming Lei | 3 | -1/+1 |
2009-09-15 | mem_class: fix bug | Jin Dongming | 1 | -2/+2 |
2009-09-15 | mem_class: use minor as index instead of searching the array | Kay Sievers | 1 | -42/+40 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 30 | -39/+39 |
2009-09-15 | UIO: remove 'default n' from Kconfig | Daniel Mack | 1 | -5/+0 |
2009-09-15 | Driver core: Add accessor for device platform data | Mark Brown | 1 | -0/+5 |
2009-09-15 | Driver core: move dev_get/set_drvdata to drivers/base/dd.c | Greg Kroah-Hartman | 4 | -20/+52 |
2009-09-15 | Driver core: add new device to bus's list before probing | Alan Stern | 3 | -15/+12 |
2009-09-14 | Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 9 | -48/+118 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 32 | -305/+2287 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 4 | -2/+414 |
2009-09-15 | SELinux: inline selinux_is_enabled in !CONFIG_SECURITY_SELINUX | Eric Paris | 1 | -1/+1 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 77 | -1572/+4347 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 37 | -232/+755 |
2009-09-14 | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 42 | -284/+729 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 112 | -4867/+14377 |
2009-09-14 | Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2 | -1/+100 |
2009-09-14 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 500 | -2819/+48275 |
2009-09-14 | fix undefined reference to user_shm_unlock | Hugh Dickins | 1 | -1/+1 |
2009-09-14 | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 80 | -2160/+5692 |
2009-09-14 | cleanup console_print() | Anirban Sinha | 7 | -32/+11 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 5 | -25/+85 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 8 | -452/+619 |
2009-09-15 | KEYS: Fix garbage collector | David Howells | 4 | -35/+73 |
2009-09-15 | KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent | Marc Dionne | 1 | -0/+1 |
2009-09-15 | CRED: Allow put_cred() to cope with a NULL groups list | David Howells | 1 | -1/+2 |
2009-09-14 | Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -380/+204 |
2009-09-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/... | Linus Torvalds | 21 | -806/+678 |
2009-09-14 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 5 | -100/+12 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 22 | -759/+567 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 13 | -267/+223 |
2009-09-14 | at_hdmac: Rework suspend_late()/resume_early() | Dan Williams | 1 | -7/+12 |
2009-09-14 | PM: Reset transition_started at dpm_resume_noirq | Xiaotian Feng | 1 | -1/+1 |
2009-09-14 | PM: Update kerneldoc comments in drivers/base/power/main.c | Rafael J. Wysocki | 1 | -85/+84 |
2009-09-14 | PM: Add convenience macro to make switching to dev_pm_ops less error-prone | Albin Tonnerre | 1 | -0/+14 |
2009-09-14 | hp-wmi: Switch driver to dev_pm_ops | Frans Pop | 1 | -5/+10 |
2009-09-14 | floppy: Switch driver to dev_pm_ops | Frans Pop | 1 | -2/+7 |
2009-09-14 | PM: Trivial fixes | Wu Fengguang | 1 | -2/+2 |
2009-09-14 | PM / Hibernate / Memory hotplug: Always use for_each_populated_zone() | Gerald Schaefer | 1 | -6/+6 |
2009-09-14 | PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2) | Rafael J. Wysocki | 1 | -4/+39 |
2009-09-14 | PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2) | Rafael J. Wysocki | 3 | -72/+147 |
2009-09-14 | PM/Hibernate: Rework shrinking of memory | Rafael J. Wysocki | 1 | -47/+158 |
2009-09-14 | PM: Fix typo in label name s/Platofrm_finish/Platform_finish/ | Thadeu Lima de Souza Cascardo | 1 | -3/+3 |
2009-09-14 | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2413 | -109520/+204605 |