| Commit message (Expand) | Author | Age | Files | Lines |
* | power: fix kernel-doc notation | Randy Dunlap | 2010-01-11 | 1 | -4/+5 |
* | devtmpfs: unlock mutex in case of string allocation error | Kay Sievers | 2009-12-23 | 1 | -2/+5 |
* | Driver core: export platform_device_register_data as a GPL symbol | Michael Hennerich | 2009-12-23 | 1 | -0/+1 |
* | driver core: Prevent reference to freed memory on error path | Phil Carmody | 2009-12-23 | 1 | -1/+1 |
* | Driver-core: Fix bogus 0 error return in device_add() | Thomas Gleixner | 2009-12-23 | 1 | -1/+3 |
* | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+2 |
* | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+4 |
* | Driver core: device_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+4 |
* | devtmpfs: Convert dirlock to a mutex | Thomas Gleixner | 2009-12-23 | 1 | -7/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-12-22 | 2 | -22/+151 |
|\ |
|
| * | PM / Runtime: Use device type and device class callbacks | Rafael J. Wysocki | 2009-12-22 | 1 | -0/+45 |
| * | PM: Use pm_runtime_put_sync in system resume | Alan Stern | 2009-12-21 | 1 | -2/+2 |
| * | PM: Measure device suspend and resume times | Rafael J. Wysocki | 2009-12-18 | 1 | -0/+27 |
| * | PM: Make the initcall_debug style timing for suspend/resume complete | Rafael J. Wysocki | 2009-12-18 | 1 | -20/+77 |
* | | mm: Add notifier in pageblock isolation for balloon drivers | Robert Jennings | 2009-12-18 | 1 | -0/+19 |
|/ |
|
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-12-16 | 1 | -0/+61 |
|\ |
|
| * | HWPOISON: Add soft page offline support | Andi Kleen | 2009-12-16 | 1 | -0/+61 |
* | | PM: rwsem.h need not be included into main.c | Rafael J. Wysocki | 2009-12-15 | 1 | -1/+0 |
* | | PM: Remove unnecessary goto from device_resume_noirq() | Rafael J. Wysocki | 2009-12-15 | 1 | -9/+3 |
* | | PM: Add initcall_debug style timing for suspend/resume | Arjan van de Ven | 2009-12-15 | 1 | -0/+31 |
* | | PM: allow for usage_count > 0 in pm_runtime_get() | Alan Stern | 2009-12-15 | 1 | -5/+5 |
|/ |
|
* | mm: slab-allocate memory section nodemask for large systems | David Rientjes | 2009-12-15 | 1 | -4/+9 |
* | mm: add numa node symlink for cpu devices in sysfs | Alex Chiang | 2009-12-15 | 1 | -1/+10 |
* | mm: refactor unregister_cpu_under_node() | Alex Chiang | 2009-12-15 | 1 | -6/+12 |
* | mm: refactor register_cpu_under_node() | Alex Chiang | 2009-12-15 | 1 | -9/+11 |
* | mm: add numa node symlink for memory section in sysfs | Alex Chiang | 2009-12-15 | 1 | -1/+10 |
* | hugetlb: offload per node attribute registrations | Lee Schermerhorn | 2009-12-15 | 1 | -10/+47 |
* | hugetlb: handle memory hot-plug events | Lee Schermerhorn | 2009-12-15 | 1 | -5/+48 |
* | hugetlb: add per node hstate attributes | Lee Schermerhorn | 2009-12-15 | 1 | -0/+39 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -1/+1 |
|\ |
|
| * | percpu: Fix kdump failure if booted with percpu_alloc=page | Vivek Goyal | 2009-11-25 | 1 | -1/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-12-12 | 1 | -0/+34 |
|\ \ |
|
| * \ | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 1 | -15/+18 |
| |\ \ |
|
| * | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo... | Gautham R Shenoy | 2009-12-09 | 1 | -0/+2 |
| * | | | sysfs/cpu: Add probe/release files | Nathan Fontenot | 2009-12-09 | 1 | -0/+32 |
* | | | | Driver core: fix race in dev_driver_string | Alan Stern | 2009-12-11 | 1 | -1/+8 |
* | | | | Driver Core: Early platform driver buffer | Magnus Damm | 2009-12-11 | 1 | -7/+22 |
* | | | | Driver core: Don't remove kobjects in device_shutdown. | Eric W. Biederman | 2009-12-11 | 1 | -3/+0 |
* | | | | firmware_class: make request_firmware_nowait more useful | Johannes Berg | 2009-12-11 | 1 | -8/+6 |
* | | | | Driver-Core: devtmpfs - set root directory mode to 0755 | Kay Sievers | 2009-12-11 | 1 | -1/+1 |
* | | | | Driver Core: devtmpfs: cleanup node on device creation error | Kay Sievers | 2009-12-11 | 1 | -0/+2 |
* | | | | Driver Core: devtmpfs: do not remove non-kernel-created directories | Kay Sievers | 2009-12-11 | 1 | -23/+16 |
* | | | | Driver Core: devtmpfs: use sys_mount() | Kay Sievers | 2009-12-11 | 1 | -7/+2 |
* | | | | Driver core: devtmpfs: prevent concurrent subdirectory creation and removal | Kay Sievers | 2009-12-11 | 1 | -10/+16 |
* | | | | Driver Core: devtmpfs: ignore umask while setting file mode | Kay Sievers | 2009-12-11 | 1 | -10/+16 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-10 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
| | |/ / |
|
* | | | | PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status() | Rafael J. Wysocki | 2009-12-06 | 1 | -5/+3 |
* | | | | PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend() | Rafael J. Wysocki | 2009-12-06 | 1 | -0/+2 |