summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds2017-09-101-99/+0
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-2/+2
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-081-7/+15
* mm, memory_hotplug: remove zone restrictionsMichal Hocko2017-09-061-3/+0
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-061-10/+23
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-46/+85
|\
| * device property: Introduce fwnode_property_get_reference_argsSakari Ailus2017-07-221-0/+28
| * device property: Constify fwnode property APISakari Ailus2017-07-221-29/+35
| * device property: Constify argument to pset fwnode backendSakari Ailus2017-07-221-16/+20
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-2/+3
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-054-74/+327
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-042-40/+65
| |\ \
| | * | PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-1/+1
| | * | PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq()Rafael J. Wysocki2017-07-241-0/+5
| | * | PM / core: Add error argument to dpm_show_time()Rafael J. Wysocki2017-07-241-11/+10
| | * | PM / core: Split dpm_suspend_noirq() and dpm_resume_noirq()Rafael J. Wysocki2017-07-241-21/+46
| | * | PM / sleep: Do not print debug messages by defaultRafael J. Wysocki2017-07-221-8/+4
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Rafael J. Wysocki2017-09-043-34/+262
| |\ \ \ \ \
| | | | * | | PM / Domains: Convert to using %pOF instead of full_nameRob Herring2017-08-251-7/+7
| | | | * | | PM / Domains: Extend generic power domain debugfsThara Gopinath2017-07-241-10/+195
| | | | * | | PM / Domains: Add time accounting to various genpd statesThara Gopinath2017-07-241-0/+32
| | | * | | | PM / OPP: Fix get sharing CPUs when hotplug is usedWaldemar Rymarkiewicz2017-08-011-12/+17
| | | * | | | PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP tableViresh Kumar2017-07-161-2/+6
| | | | |_|/ | | | |/| |
| | * | | | PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() failsRafael J. Wysocki2017-08-081-3/+5
| | | |_|/ | | |/| |
* | | | | driver core: bus: Fix a potential double freeChristophe JAILLET2017-08-311-1/+1
* | | | | Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-281-4/+5
* | | | | base: topology: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | | | | base: Convert to using %pOF instead of full_nameRob Herring2017-08-281-4/+4
* | | | | Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman2017-08-145-80/+147
|\ \ \ \ \ | |/ / / /
| * | | | Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-08-131-15/+34
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | firmware: avoid invalid fallback aborts by using killable waitLuis R. Rodriguez2017-08-101-2/+1
| | * | | firmware: fix batched requests - send wake up on failure on direct lookupsLuis R. Rodriguez2017-08-101-8/+30
| | * | | firmware: fix batched requests - wake all waitersLuis R. Rodriguez2017-08-101-7/+5
| | |/ /
| * | | Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-252-59/+107
| |\ \ \ | | |_|/ | |/| |
| | * | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-202-59/+107
| | |/
| * | Merge tag 'pm-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-201-4/+4
| |\ \
| | | \
| | | \
| | *-. \ Merge branches 'intel_pstate' and 'pm-domains'Rafael J. Wysocki2017-07-201-4/+4
| | |\ \ \ | | | |_|/ | | |/| |
| | | | * PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p...Sudeep Holla2017-07-191-4/+4
| * | | | regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru2017-07-171-2/+2
| |/ / /
* | | | firmware: enable a debug print for batched requestsLuis R. Rodriguez2017-08-101-0/+2
* | | | firmware: define pr_fmtLuis R. Rodriguez2017-08-101-0/+2
* | | | firmware: send -EINTR on signal abort on fallback mechanismLuis R. Rodriguez2017-08-101-3/+6
* | | | initcall_debug: add deferred probe timesTodd Poynor2017-08-031-1/+27
* | | | Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman2017-07-223-5/+136
|\ \ \ \
| * | | | driver core: add devm_device_add_group() and friendsDmitry Torokhov2017-07-221-0/+130
| * | | | driver core: make device_{add|remove}_groups() publicDmitry Torokhov2017-07-222-5/+2
| * | | | driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-221-0/+4
| | |/ / | |/| |
* | | | arch_topology: Get rid of cap_parsing_doneViresh Kumar2017-07-171-3/+1
* | | | arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Viresh Kumar2017-07-171-11/+13
* | | | arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar2017-07-171-4/+4
OpenPOWER on IntegriCloud