| Commit message (Expand) | Author | Age | Files | Lines |
* | driver core: Release device_hotplug_lock when store_mem_state returns EINVAL | Yasuaki Ishimatsu | 2013-10-17 | 1 | -2/+5 |
* | driver core : Fix use after free of dev->parent in device_shutdown | Benson Leung | 2013-09-26 | 1 | -7/+7 |
* | thp: account anon transparent huge pages into NR_ANON_PAGES | Kirill A. Shutemov | 2013-09-13 | 1 | -6/+0 |
* | dma-buf: Expose buffer size to userspace (v2) | Christopher James Halse Rogers | 2013-09-10 | 1 | -0/+29 |
* | dma-buf: Check return value of anon_inode_getfile | Tuomas Tynkkynen | 2013-09-10 | 1 | -1/+4 |
* | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2013-09-09 | 1 | -75/+44 |
|\ |
|
| * | drivers: dma-contiguous: clean source code and prepare for device tree | Marek Szyprowski | 2013-08-27 | 1 | -75/+44 |
| * | Merge remote-tracking branch 'dma-public/for-v3.12-cma-dma' into for-next | Marek Szyprowski | 2013-07-15 | 2 | -17/+5 |
| |\ |
|
* | \ | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-09-05 | 2 | -17/+5 |
|\ \ \ |
|
| * | | | Merge remote-tracking branch 'origin/next' into kvm-ppc-next | Alexander Graf | 2013-08-29 | 14 | -143/+309 |
| |\| | |
|
| * | | | Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-next | Alexander Graf | 2013-07-08 | 2 | -17/+5 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | mm/cma: Move dma contiguous changes into a seperate config | Aneesh Kumar K.V | 2013-07-02 | 2 | -17/+5 |
* | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-05 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | dma-buf: Replace PTR_RET with PTR_ERR_OR_ZERO | Sachin Kamat | 2013-07-16 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-04 | 5 | -50/+77 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 2013-08-30 | 2 | -16/+31 |
| |\ \ \ \ |
|
| | * | | | | driver core / ACPI: Avoid device hot remove locking issues | Rafael J. Wysocki | 2013-08-29 | 2 | -16/+31 |
| * | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2013-08-27 | 1 | -0/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | driver/core: cpu: initialize of_node in cpu's device struture | Sudeep KarkadaNagesha | 2013-08-21 | 1 | -0/+2 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2013-08-27 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | PM / OPP: Export opp_add() | Viresh Kumar | 2013-08-06 | 1 | -0/+1 |
| * | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2013-08-27 | 1 | -34/+43 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | PM / Sleep: new trace event to print device suspend and resume times | Shuah Khan | 2013-07-27 | 1 | -34/+43 |
| | |/ / / / |
|
* | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 | 13 | -295/+247 |
|\ \ \ \ \ \ |
|
| * | | | | | | firmware loader: fix pending_fw_head list corruption | Maxime Bizon | 2013-08-30 | 1 | -4/+7 |
| * | | | | | | drivers/base/memory.c: introduce help macro to_memory_block | Gu Zheng | 2013-08-29 | 1 | -17/+12 |
| * | | | | | | driver core: add #include <linux/sysfs.h> to core files. | Greg Kroah-Hartman | 2013-08-27 | 3 | -0/+3 |
| * | | | | | | driver core: firmware: use __ATTR_RW() | Greg Kroah-Hartman | 2013-08-24 | 1 | -8/+5 |
| * | | | | | | driver core: core: use DEVICE_ATTR_RO | Greg Kroah-Hartman | 2013-08-24 | 1 | -23/+16 |
| * | | | | | | driver core: bus: use DRIVER_ATTR_WO() | Greg Kroah-Hartman | 2013-08-24 | 1 | -9/+9 |
| * | | | | | | driver-core: platform: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-08-23 | 1 | -4/+6 |
| * | | | | | | sysfs.h: remove attr_name() macro | Greg Kroah-Hartman | 2013-08-22 | 3 | -12/+12 |
| * | | | | | | sysfs: add sysfs_create/remove_groups() | Greg Kroah-Hartman | 2013-08-22 | 3 | -61/+6 |
| * | | | | | | drivers: base: use standard device online/offline for state change | Seth Jennings | 2013-08-21 | 1 | -72/+55 |
| * | | | | | | drivers: base: refactor add_memory_section() to add_memory_block() | Seth Jennings | 2013-08-21 | 1 | -27/+21 |
| * | | | | | | drivers: base: remove improper get/put in add_memory_section() | Seth Jennings | 2013-08-21 | 1 | -4/+2 |
| * | | | | | | drivers: base: reduce add_memory_section() for boot-time only | Seth Jennings | 2013-08-21 | 1 | -27/+14 |
| * | | | | | | drivers: base: unshare add_memory_section() from hotplug | Seth Jennings | 2013-08-21 | 1 | -3/+16 |
| * | | | | | | drivers: base: use device get/put functions | Seth Jennings | 2013-08-21 | 1 | -4/+4 |
| * | | | | | | drivers: base: remove unneeded variable | Seth Jennings | 2013-08-21 | 1 | -4/+1 |
| * | | | | | | drivers: base: move mutex lock out of add_memory_section() | Seth Jennings | 2013-08-21 | 1 | -4/+9 |
| * | | | | | | drivers / dma-contiguous: Fix __init attribute location | Hanjun Guo | 2013-08-20 | 1 | -2/+2 |
| * | | | | | | drivers / platform: Fix __init attribute location | Hanjun Guo | 2013-08-20 | 1 | -2/+2 |
| * | | | | | | drivers / base: Fix sysfs_deprecated_setup() __init attribute location | Hanjun Guo | 2013-08-20 | 1 | -1/+1 |
| * | | | | | | driver core / cpu: Check if NUMA node is valid before bringing CPU up | Rafael J. Wysocki | 2013-08-13 | 1 | -1/+5 |
| * | | | | | | driver core: bus_type: add bus_groups | Greg Kroah-Hartman | 2013-08-13 | 1 | -0/+37 |
| * | | | | | | driver core: bus_type: add drv_groups | Greg Kroah-Hartman | 2013-08-13 | 3 | -4/+14 |
| * | | | | | | driver core: bus_type: add dev_groups | Greg Kroah-Hartman | 2013-08-13 | 3 | -4/+14 |
| * | | | | | | cpu topology: remove stale arch_provides_topology_pointers and define_sibling... | Hanjun Guo | 2013-07-29 | 1 | -20/+0 |
| * | | | | | | driver core: replace strict_strto*() with kstrto*() | Jingoo Han | 2013-07-27 | 4 | -5/+5 |