aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+23
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-0/+9
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-1/+299
2019-09-16Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 2-18/+1
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 3-5/+23
2019-08-16Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Greg Kroah-Hartman 1-1/+1
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Gravatar Will Deacon 2-1/+299
2019-08-13driver/core: Convert to use built-in RCU list checkingGravatar Joel Fernandes (Google) 3-5/+23
2019-08-12Merge branch 'regmap-5.4' into regmap-nextGravatar Mark Brown 1-12/+0
2019-08-12Merge branch 'regmap-5.3' into regmap-linusGravatar Mark Brown 1-6/+1
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeGravatar Charles Keepax 1-6/+1
2019-08-10Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+59
2019-08-09soundwire: fix regmap dependencies and align with other serial linksGravatar Pierre-Louis Bossart 1-1/+1
2019-08-05base: soc: Export soc_device_register/unregister APIsGravatar Vinod Koul 1-0/+2
2019-08-05base: soc: Add serial_number attribute to socGravatar Bjorn Andersson 1-0/+7
2019-08-01regmap: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-12/+0
2019-07-30driver core: Fix use-after-free and double free on glue directoryGravatar Muchun Song 1-1/+52
2019-07-30driver core: platform: return -ENXIO for missing GpioIntGravatar Brian Norris 1-2/+7
2019-07-28Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+22
2019-07-23firmware: Fix missing inlineGravatar Takashi Iwai 1-2/+2
2019-07-22base: arch_topology: update Kconfig help descriptionGravatar Sudeep Holla 1-1/+1
2019-07-22arm: Use common cpu_topology structure and functions.Gravatar Atish Patra 1-1/+3
2019-07-22cpu-topology: Move cpu topology code to common code.Gravatar Atish Patra 1-0/+296
2019-07-22firmware: fix build errors in paged buffer handling codeGravatar Mauro Rossi 1-2/+2
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+1
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-7/+6
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()Gravatar David Hildenbrand 1-26/+14
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()Gravatar David Hildenbrand 1-0/+42
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...Gravatar David Hildenbrand 1-2/+3
2019-07-18mm: make register_mem_sect_under_node() staticGravatar David Hildenbrand 1-1/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsGravatar David Hildenbrand 1-11/+11
2019-07-18mm: section numbers use the type "unsigned long"Gravatar David Hildenbrand 1-14/+13
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failGravatar David Hildenbrand 1-13/+5
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()Gravatar David Hildenbrand 2-24/+24
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()Gravatar David Hildenbrand 1-28/+54
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEGravatar David Hildenbrand 1-2/+0
2019-07-18drivers/base/memory: pass a block_id to init_memory_block()Gravatar David Hildenbrand 1-16/+11
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageGravatar Dan Williams 1-0/+3
2019-07-18drivers/base: Introduce kill_device()Gravatar Dan Williams 1-8/+19
2019-07-18Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 4-21/+128
2019-07-18Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 4-21/+128
2019-07-15docs: driver-model: move it to the driver-api bookGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-97/+314
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-74/+328
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 3-30/+18
2019-07-09Merge tag 'regmap-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 6-6/+73
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+22
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+5