summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro2011-05-251-5/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-5/+4
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-04-266-16/+27
| |\
| * | sysfs-memory: fix uninitialized variable warning and clean-up code.Nikanth Karthikesan2011-04-101-5/+4
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-194-45/+41
|\ \ \
| * | | drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov...Andrew Morton2011-05-121-1/+1
| * | | memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC...Anton Blanchard2011-05-111-16/+8
| * | | drivers:base:fix the coding format of memory.cWanlong Gao2011-04-251-1/+2
| * | | driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2011-04-221-4/+3
| * | | driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König2011-04-221-0/+1
| * | | driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König2011-04-221-10/+9
| * | | driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König2011-04-221-0/+1
| * | | driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König2011-04-221-9/+8
| * | | drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan2011-04-221-2/+1
| * | | driver-core: fix race between device_register and driver_registerSebastian Ott2011-04-221-0/+5
| * | | drivers: make device_type constStephen Hemminger2011-04-191-2/+2
* | | | PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki2011-05-171-0/+39
* | | | PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-171-6/+12
* | | | PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki2011-05-171-2/+1
* | | | Merge branch 'power-domains' into for-linusRafael J. Wysocki2011-05-175-169/+494
|\ \ \ \
| * | | | PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-05-161-0/+1
| * | | | PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman2011-05-161-35/+0
| * | | | PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2011-04-302-0/+431
| * | | | PM / Platform: Use generic runtime PM callbacks directlyRafael J. Wysocki2011-04-291-28/+3
| * | | | PM: Export platform bus type's default PM callbacksRafael J. Wysocki2011-04-291-54/+18
| * | | | PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-292-52/+41
* | | | | Merge branch 'syscore' into for-linusRafael J. Wysocki2011-05-173-209/+2
|\ \ \ \ \
| * | | | | PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki2011-05-113-209/+2
| | |_|_|/ | |/| | |
* | | | | PM / Wakeup: Remove useless synchronize_rcu() callEric Dumazet2011-05-171-1/+0
* | | | | PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileRafael J. Wysocki2011-05-171-2/+2
* | | | | PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki2011-05-171-0/+5
* | | | | PM / Runtime: Rework runtime PM handling during driver removalRafael J. Wysocki2011-05-171-3/+3
| |/ / / |/| | |
* | | | PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki2011-04-262-1/+2
|/ / /
* | | PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki2011-04-201-0/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-04-122-7/+7
|\ \
| * | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-112-7/+7
* | | mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz2011-04-121-0/+1
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-312-8/+8
* | Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki2011-03-232-1/+9
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-165-83/+232
|\
| * driver core: Replace the dangerous to_root_device macro with an inline functionFerenc Wagner2011-02-031-1/+4
| * memory hotplug: sysfs probe routine should add all memory sectionsNathan Fontenot2011-02-031-3/+10
| * memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot2011-02-032-14/+39
| * memory hotplug: Allow memory blocks to span multiple memory sectionsNathan Fontenot2011-02-031-47/+108
| * sysdev: Do not register with sysdev when erroring on addBorislav Petkov2011-02-031-17/+44
| * sysdev: Fixup warning messageBorislav Petkov2011-02-031-2/+2
| * firmware_classs: change val uevent's type to boolBob Liu2011-02-031-4/+3
| * driver-core: document restrictions on device_rename()Timur Tabi2011-02-031-1/+28
* | PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki2011-03-152-1/+118
* | PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon2011-03-151-1/+1
OpenPOWER on IntegriCloud