summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-261-1/+1
| |\ \ \ \
| | * | | | HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-031-1/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-30/+0Star
|\ \ \ \ \ \
| * | | | | | driver-core: remove legacy iSeries hackStephen Rothwell2012-03-091-30/+0Star
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-212-1/+6
|\ \ \ \ \ \
| * | | | | | drivercore: Output common devicetree information in ueventGrant Likely2012-02-012-1/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-217-154/+700
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2012-03-191-0/+3
| |\ \ \ \ \ \
| | * | | | | | PM / Domains: Check domain status during hibernation restore of devicesRafael J. Wysocki2012-03-191-0/+3
| * | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-161-16/+53
| |\| | | | | |
| | * | | | | | PM / Domains: Introduce "always on" device flagRafael J. Wysocki2012-03-161-6/+31
| | * | | | | | PM / Domains: Fix hibernation restore of devices, v2Rafael J. Wysocki2012-03-161-10/+21
| | * | | | | | PM / Domains: Fix handling of wakeup devices during system resumeRafael J. Wysocki2012-03-161-1/+2
| * | | | | | | Merge branch 'pm-qos'Rafael J. Wysocki2012-03-163-0/+112
| |\ \ \ \ \ \ \
| | * | | | | | | PM / QoS: Make it possible to expose PM QoS latency constraintsRafael J. Wysocki2012-03-133-0/+112
| * | | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-041-46/+143
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki2012-02-011-0/+32
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | PM / Domains: Add OF supportThomas Abraham2012-01-271-0/+32
| | | |/ / / / /
| | * | | | | | PM / Domains: Run late/early device suspend callbacks at the right timeRafael J. Wysocki2012-01-291-46/+111
| * | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-043-96/+393
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki2012-03-041-9/+41
| | * | | | | | PM / Sleep: Make __pm_stay_awake() delete wakeup source timersRafael J. Wysocki2012-03-041-2/+6
| | * | | | | | PM / Sleep: Fix race conditions related to wakeup source timer functionRafael J. Wysocki2012-03-041-2/+14
| | * | | | | | PM / Sleep: Fix possible infinite loop during wakeup source destructionRafael J. Wysocki2012-03-041-10/+5Star
| | * | | | | | PM / Sleep: Initialize wakeup source locks in wakeup_source_add()Rafael J. Wysocki2012-02-131-1/+1
| | |/ / / / /
| | * | | | | PM / Sleep: Introduce generic callbacks for new device PM phasesRafael J. Wysocki2012-01-291-53/+104
| | * | | | | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-22/+225
| | | |_|_|/ | | |/| | |
* | | | | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-094-7/+57
|\| | | | |
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-191-2/+2
| |\ \ \ \ \
| | * | | | | regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-151-2/+2
| | |/ / / /
| * | | | | driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman2012-02-091-0/+1
| * | | | | drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu2012-02-032-5/+34
| * | | | | driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman2012-02-021-0/+20
| |/ / / /
* | | | | driver core: minor comment formatting cleanupsGreg Kroah-Hartman2012-03-081-8/+16
* | | | | driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman2012-03-083-9/+16
* | | | | drivercore: Add driver probe deferral mechanismGrant Likely2012-03-083-1/+140
* | | | | drivers/base: add bus for System-on-Chip devicesLee Jones2012-02-103-0/+187
* | | | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-026-391/+26Star
|\| | | |
| * | | | Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-01-293-385/+17Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | base/core.c:fix typo in comment in function device_addmajianpeng2012-01-241-1/+1
| | * | | Documentation update for the driver model coreAlan Stern2012-01-241-0/+15
| | * | | kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-241-4/+5
| | * | | driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2012-01-222-384/+1Star
| | |/ /
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-01-261-0/+3
| |\ \ \
| | * | | regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-201-0/+3
| | |/ /
| * | | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-241-2/+1Star
| |\ \ \
| | * | | PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa2012-01-231-2/+1Star
| | |/ /
| * / / kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-231-4/+5
| |/ /
* | | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-271-0/+11
* | | Eliminate get_driver() and put_driver()Alan Stern2012-01-251-28/+0Star