summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2020-01-21Merge branch 'regmap-5.6' into regmap-nextMark Brown2-10/+17
2020-01-21regmap: fix writes to non incrementing registersBen Whitten1-5/+12
2020-01-17cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeZeng Tao1-5/+15
2020-01-17software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTAlan Maguire2-1/+4
2020-01-15scsi: drivers: base: Propagate errors through the transport componentGabriel Krisman Bertazi1-3/+8
2020-01-15scsi: drivers: base: Support atomic version of attribute_container_device_tri...Gabriel Krisman Bertazi1-0/+103
2020-01-15Fix built-in early-load Intel microcode alignmentJari Ruusu1-1/+1
2020-01-14driver core: Print device when resources present in really_probe()Geert Uytterhoeven1-1/+4
2020-01-14driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck1-1/+2
2020-01-14driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz1-4/+6
2020-01-14component: do not dereference opaque pointer in debugfsLubomir Rintel1-4/+4
2020-01-14drivers/component: remove modular codeMasahiro Yamada1-3/+0
2020-01-13PM-runtime: add tracepoints for usage_count changesMichał Mirosław1-2/+11
2020-01-10kunit: building kunit as a module breaks allmodconfigAlan Maguire1-1/+1
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-1/+1
2020-01-07drivers/base/test: fix global-out-of-bounds errorQian Cai1-0/+1
2020-01-06regmap-i2c: constify regmap_bus structuresMichał Mirosław1-5/+5
2020-01-02PM / Domains: Introduce a genpd OF helper that removes a subdomainUlf Hansson1-0/+38
2019-12-20PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing1-0/+3
2019-12-19software node: add basic tests for property entriesDmitry Torokhov2-0/+476
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman1-0/+1
2019-12-16device.h: move 'struct class' stuff out to device/class.hGreg Kroah-Hartman1-0/+1
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman1-0/+1
2019-12-16device.h: move devtmpfs prototypes out of the fileGreg Kroah-Hartman1-0/+8
2019-12-16Merge 5.5-rc2 into driver-core-nextGreg Kroah-Hartman2-3/+7
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski1-3/+3
2019-12-12drivers/base: base.h: add proper copyright and header infoGreg Kroah-Hartman1-0/+11
2019-12-10drivers: Fix boot problem on SuperHGuenter Roeck1-0/+4
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-0/+54
2019-12-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov1-6/+3
2019-12-04Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-6/+189
2019-12-03software node: remove separate handling of referencesDmitry Torokhov1-30/+18
2019-12-03software node: implement reference propertiesDmitry Torokhov1-8/+41
2019-12-03software node: allow embedding of small arrays into property_entryDmitry Torokhov1-60/+55
2019-12-03software node: replace is_array with is_inlineDmitry Torokhov1-7/+5
2019-12-01drivers/base/memory.c: drop the mem_sysfs_mutexDavid Hildenbrand1-19/+14
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi1-6/+1
2019-11-29PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCYLeonard Crestez1-6/+67
2019-11-29PM / QoS: Initial kunit testLeonard Crestez3-0/+122
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-353/+404
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-177/+164
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-40/+54
2019-11-26Merge branches 'pm-sleep', 'pm-domains', 'pm-opp' and 'powercap'Rafael J. Wysocki4-40/+54
2019-11-25Merge tag 'regmap-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-4/+0
2019-11-20drivers: base: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-19regmap: regmap-w1: Drop unreachable codeMika Westerberg1-4/+0
2019-11-19firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij1-1/+2
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+36