Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | drivers/base/node.c: cleanup node_state_attr[] | Lai Jiangshan | 2012-12-11 | 1 | -10/+10 | |
| * | | | | | | mm: cleanup register_node() | Yasuaki Ishimatsu | 2012-12-11 | 1 | -1/+1 | |
| * | | | | | | memory-hotplug: suppress "Device nodeX does not have a release() function" wa... | Yasuaki Ishimatsu | 2012-12-11 | 1 | -1/+19 | |
| * | | | | | | numa: convert static memory to dynamically allocated memory for per node device | Wen Congyang | 2012-12-11 | 1 | -16/+22 | |
| * | | | | | | memory hotplug: suppress "Device memoryX does not have a release() function" ... | Yasuaki Ishimatsu | 2012-12-11 | 1 | -1/+8 | |
* | | | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 7 | -38/+53 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | driver core: remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 2012-11-28 | 1 | -14/+0 | |
| * | | | | | | | drivers/base/core.c: Mark to_root_device static | Josh Triplett | 2012-11-26 | 1 | -1/+1 | |
| * | | | | | | | driver core: use initcall_debug to control shutdown info | ShuoX Liu | 2012-11-26 | 1 | -2/+4 | |
| * | | | | | | | driver: platform: fix documentation for platform_get_irq_byname | Wolfram Sang | 2012-11-15 | 1 | -1/+1 | |
| * | | | | | | | firmware loader: document firmware cache mechanism | Ming Lei | 2012-11-14 | 1 | -0/+3 | |
| * | | | | | | | firmware loader: introduce module parameter to customize(v4) fw search path | Ming Lei | 2012-11-14 | 1 | -1/+16 | |
| * | | | | | | | firmware: use noinline_for_stack | Cesar Eduardo Barros | 2012-11-14 | 1 | -1/+1 | |
| * | | | | | | | firmware loader: Fix the concurrent request_firmware() race for kref_get/put | Chuansheng Liu | 2012-11-14 | 1 | -2/+4 | |
| * | | | | | | | firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeout | Chuansheng Liu | 2012-11-14 | 1 | -8/+16 | |
| * | | | | | | | Merge 3.7-rc5 into driver-core-next | Greg Kroah-Hartman | 2012-11-14 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 2012-10-30 | 2 | -3/+3 | |
| * | | | | | | | drivers/base: fix typo in comment for arch_setup_pdev_archdata() | Sebastian Andrzej Siewior | 2012-10-30 | 1 | -1/+1 | |
| * | | | | | | | Merge 3.7-rc3 into driver-core-next | Greg Kroah-Hartman | 2012-10-29 | 6 | -125/+160 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | drivers/base: remove CONFIG_EXPERIMENTAL | Kees Cook | 2012-10-25 | 1 | -4/+3 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 8 | -96/+414 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-11-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | driver core / PM: move the calling to device_pm_remove behind the calling to ... | LongX Zhang | 2012-11-15 | 1 | -1/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2012-11-29 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | base: power - use clk_prepare_enable and clk_prepare_disable | Murali Karicheri | 2012-11-15 | 1 | -3/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2012-11-29 | 1 | -13/+31 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PM / OPP: using kfree_rcu() to simplify the code | Wei Yongjun | 2012-11-15 | 1 | -12/+1 | |
| | * | | | | | | PM / OPP: predictable fail results for opp_find* functions, v2 | Nishanth Menon | 2012-11-15 | 1 | -8/+19 | |
| | * | | | | | | PM / OPP: Export symbols for module usage. | Liam Girdwood | 2012-11-15 | 1 | -0/+9 | |
| | * | | | | | | PM / OPP: RCU reclaim | Vincent Guittot | 2012-11-15 | 1 | -5/+14 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'acpi-enumeration' | Rafael J. Wysocki | 2012-11-29 | 1 | -2/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown | Rafael J. Wysocki | 2012-11-27 | 1 | -2/+17 | |
| | * | | | | | | Merge branch 'acpi-dev-pm' into acpi-enumeration | Rafael J. Wysocki | 2012-11-27 | 4 | -74/+345 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'pm-qos' into acpi-dev-pm | Rafael J. Wysocki | 2012-11-15 | 4 | -74/+345 | |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | ACPI / platform: Initialize ACPI handles of platform devices in advance | Rafael J. Wysocki | 2012-11-21 | 1 | -0/+2 | |
| | * | | | | | | | ACPI: Add support for platform bus type | Mika Westerberg | 2012-11-15 | 1 | -0/+5 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'pm-qos' | Rafael J. Wysocki | 2012-11-29 | 4 | -77/+355 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | PM / QoS: Handle device PM QoS flags while removing constraints | Rafael J. Wysocki | 2012-11-24 | 1 | -3/+10 | |
| | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | PM / QoS: Resume device before exposing/hiding PM QoS flags | Lan Tianyu | 2012-11-10 | 1 | -1/+6 | |
| | * | | | | | PM / QoS: Document request manipulation requirement for flags | Rafael J. Wysocki | 2012-11-02 | 1 | -0/+9 | |
| | * | | | | | PM / QoS: Fix a free error in the dev_pm_qos_constraints_destroy() | Lan,Tianyu | 2012-11-01 | 1 | -1/+1 | |
| | * | | | | | PM / QoS: Fix the return value of dev_pm_qos_update_request() | Rafael J. Wysocki | 2012-10-30 | 1 | -1/+1 | |
| | * | | | | | PM / Domains: Check device PM QoS flags in pm_genpd_poweroff() | Rafael J. Wysocki | 2012-10-24 | 1 | -1/+10 | |
| | * | | | | | PM / QoS: Make it possible to expose PM QoS device flags to user space | Rafael J. Wysocki | 2012-10-24 | 3 | -47/+221 | |
| | * | | | | | PM / QoS: Introduce PM QoS device flags support | Rafael J. Wysocki | 2012-10-23 | 1 | -26/+98 | |
| | * | | | | | PM / QoS: Prepare struct dev_pm_qos_request for more request types | Rafael J. Wysocki | 2012-10-23 | 2 | -4/+4 | |
| | * | | | | | PM / QoS: Prepare device structure for adding more constraint types | Rafael J. Wysocki | 2012-10-23 | 1 | -20/+22 | |
| | | |/ / / | | |/| | | | ||||||
* | / | | | | drivers: cma: represent physical addresses as phys_addr_t | Vitaly Andrianov | 2012-12-11 | 1 | -14/+10 | |
|/ / / / / | ||||||
* | / / / | PM / QoS: fix wrong error-checking condition | Guennadi Liakhovetski | 2012-11-23 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-11-10 | 1 | -0/+7 | |
|\ \ \ \ | |_|/ / |/| | | |