summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-2/+2
| * | | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-4/+4
| * | | | docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
| * | | | drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab2019-06-211-2/+3
| * | | | firmware: Add support for loading compressed filesTakashi Iwai2019-06-183-12/+161
| * | | | firmware: Factor out the paged buffer handling codeTakashi Iwai2019-06-183-54/+63
| * | | | firmware: improve LSM/IMA security behaviourSven Van Asbroeck2019-06-181-1/+1
| * | | | firmware: Use kvmalloc for page tablesTakashi Iwai2019-06-102-4/+5
| * | | | firmware: Unify the paged buffer release helperTakashi Iwai2019-06-103-16/+25
| * | | | firmware: Free temporary page table after vmappingTakashi Iwai2019-06-102-4/+9
| | |_|/ | |/| |
* | | | Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-094-74/+328
|\ \ \ \ | |_|/ / |/| | |
| * | | device connection: Find connections also by checking the referencesHeikki Krogerus2019-06-031-0/+26
| * | | device property: Introduce fwnode_find_reference()Heikki Krogerus2019-06-031-0/+24
| * | | driver core: Add helper device_find_child_by_name()Heikki Krogerus2019-06-031-0/+28
| * | | software node: Add software_node_get_reference_args()Heikki Krogerus2019-06-031-0/+47