summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-09-171-1/+1
|\
| * Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki2019-09-051-1/+1
| |\
| | * arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFYViresh Kumar2019-08-261-1/+1
* | | Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-176-50/+297
|\ \ \ | |/ / |/| |
| * | Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-172-24/+13
| |\ \
| | * | PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki2019-07-231-18/+12
| | * | PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki2019-07-231-5/+0
| | * | PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki2019-07-231-1/+1
| * | | PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()Stephen Boyd2019-08-211-2/+0
| * | | PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd2019-08-214-4/+34
| * | | PM / wakeup: Fix sysfs registration error pathStephen Boyd2019-08-211-4/+9
| * | | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-214-5/+237
| * | | PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo2019-08-211-20/+13
| | |/ | |/|
* | | Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2019-08-161-1/+1
|\ \ \
| * | | soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart2019-08-091-1/+1
| | |/ | |/|
* | | Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-102-3/+59
|\ \ \ | |_|/ |/| |
| * | driver core: Fix use-after-free and double free on glue directoryMuchun Song2019-07-301-1/+52
| * | driver core: platform: return -ENXIO for missing GpioIntBrian Norris2019-07-301-2/+7
| |/
* | Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-281-2/+2
|\ \
| * | firmware: Fix missing inlineTakashi Iwai2019-07-231-2/+2
| * | firmware: fix build errors in paged buffer handling codeMauro Rossi2019-07-221-2/+2
| |/
* | Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-271-8/+22
|\ \ | |/ |/|
| * driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-181-0/+3
| * drivers/base: Introduce kill_device()Dan Williams2019-07-181-8/+19
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+1
|\ \
| * | constify ksys_mount() string argumentsAl Viro2019-07-041-2/+1
| |/
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-7/+6
* | drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand2019-07-181-26/+14
* | mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2019-07-181-0/+42
* | mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-181-2/+3
* | mm: make register_mem_sect_under_node() staticDavid Hildenbrand2019-07-181-1/+2
* | drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand2019-07-181-11/+11
* | mm: section numbers use the type "unsigned long"David Hildenbrand2019-07-181-14/+13
* | mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2019-07-181-13/+5
* | mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-182-24/+24
* | mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2019-07-181-28/+54
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* | drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand2019-07-181-16/+11
* | Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-07-184-21/+128
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-184-21/+128
| |\ \
| | * | PM / QoS: Add support for MIN/MAX frequency constraintsViresh Kumar2019-07-041-14/+97
| | * | PM / QOS: Pass request type to dev_pm_qos_read_value()Viresh Kumar2019-07-042-6/+13
| | * | PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar2019-07-043-6/+11
| | * | PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()Viresh Kumar2019-07-042-5/+17
* | | | docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-1213-97/+314
|\ \ \ \
| * | | | driver: core: Allow subsystems to continue deferring probeThierry Reding2019-07-031-8/+47
| * | | | drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-031-1/+2
| * | | | arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-07-031-4/+1
| * | | | drivers: Add generic helper to match by of_nodeSuzuki K Poulose2019-06-241-0/+6
OpenPOWER on IntegriCloud