aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+111
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+2
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-73/+108
2020-01-27Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-70/+564
2020-01-27Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+14
2020-01-27Merge branches 'pm-core', 'powercap', 'pm-opp', 'pm-avs' and 'pm-misc'Rafael J. Wysocki1-2/+11
2020-01-27Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-0/+3
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede3-14/+15
2020-01-22devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes1-25/+19
2020-01-22devtmpfs: initify a bitRasmus Villemoes1-2/+2
2020-01-22devtmpfs: simplify initialization of mount_devRasmus Villemoes1-5/+1
2020-01-22devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes1-5/+12
2020-01-22devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes1-6/+8
2020-01-22driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King1-1/+1
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_triggerGabriel 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
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/kernel/git/brodo/linuxLinus 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/soc/socLinus 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/rafael/linux-pmLinus 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