summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-7/+6
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand-26/+14
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand-0/+42
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand-2/+3
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand-1/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand-11/+11
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand-14/+13
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand-13/+5
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand-24/+24
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand-28/+54
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand-2/+0
2019-07-18drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand-16/+11
2019-07-18Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-21/+128
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki-21/+128
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-97/+314
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-74/+328
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-30/+18
2019-07-09Merge tag 'regmap-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-6/+73
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+22
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+5
2019-07-08Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'Rafael J. Wysocki-4/+2
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki-26/+16
2019-07-04constify ksys_mount() string argumentsAl Viro-2/+1
2019-07-04Merge branch 'regmap-5.3' into regmap-nextMark Brown-6/+69
2019-07-04Merge branch 'regmap-5.2' into regmap-linusMark Brown-0/+4
2019-07-04regmap: select CONFIG_REGMAP while REGMAP_SCCB is setYueHaibing-1/+1
2019-07-04PM: sleep: Drop dev_pm_skip_next_resume_phases()Rafael J. Wysocki-16/+3
2019-07-04PM / QoS: Add support for MIN/MAX frequency constraintsViresh Kumar-14/+97
2019-07-04PM / QOS: Pass request type to dev_pm_qos_read_value()Viresh Kumar-6/+13
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar-6/+11
2019-07-04PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()Viresh Kumar-5/+17
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding-8/+47
2019-07-03drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse-1/+2
2019-07-03arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven-4/+1
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot-3/+3
2019-06-24drivers: Add generic helper to match by of_nodeSuzuki K Poulose-0/+6
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose-2/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose-4/+4
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-21drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab-2/+3
2019-06-19drivers: base: power: remove wakeup_sources_stats_dentry variableGreg Kroah-Hartman-4/+2
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai-12/+161
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai-54/+63
2019-06-18firmware: improve LSM/IMA security behaviourSven Van Asbroeck-1/+1
2019-06-17regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko-5/+3
2019-06-14PM: sleep: Show how long dpm_suspend_start() and dpm_suspend_end() takeBart Van Assche-6/+11
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams-1/+23