summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-2913-73/+108
|\
| * firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede2020-01-243-14/+15
| * devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes2020-01-221-25/+19
| * devtmpfs: initify a bitRasmus Villemoes2020-01-221-2/+2
| * devtmpfs: simplify initialization of mount_devRasmus Villemoes2020-01-221-5/+1
| * devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes2020-01-221-5/+12
| * devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes2020-01-221-6/+8
| * driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King2020-01-221-1/+1
| * cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeZeng Tao2020-01-171-5/+15
| * driver core: Print device when resources present in really_probe()Geert Uytterhoeven2020-01-141-1/+4
| * driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck2020-01-141-1/+2
| * driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz2020-01-141-4/+6
| * component: do not dereference opaque pointer in debugfsLubomir Rintel2020-01-141-4/+4
| * drivers/component: remove modular codeMasahiro Yamada2020-01-141-3/+0
| * device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman2019-12-161-0/+1
| * device.h: move 'struct class' stuff out to device/class.hGreg Kroah-Hartman2019-12-161-0/+1
| * device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman2019-12-161-0/+1
| * device.h: move devtmpfs prototypes out of the fileGreg Kroah-Hartman2019-12-161-0/+8
| * Merge 5.5-rc2 into driver-core-nextGreg Kroah-Hartman2019-12-162-3/+7
| |\
| * | drivers/base: base.h: add proper copyright and header infoGreg Kroah-Hartman2019-12-121-0/+11
* | | Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-274-70/+564
|\ \ \
| * | | software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTAlan Maguire2020-01-172-1/+4
| * | | drivers/base/test: fix global-out-of-bounds errorQian Cai2020-01-071-0/+1
| * | | software node: add basic tests for property entriesDmitry Torokhov2019-12-192-0/+476
| * | | software node: remove separate handling of referencesDmitry Torokhov2019-12-031-30/+18
| * | | software node: implement reference propertiesDmitry Torokhov2019-12-031-8/+41
| * | | software node: allow embedding of small arrays into property_entryDmitry Torokhov2019-12-031-60/+55
| * | | software node: replace is_array with is_inlineDmitry Torokhov2019-12-031-7/+5
* | | | Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-01-272-2/+14
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-core', 'powercap', 'pm-opp', 'pm-avs' and 'pm-misc'Rafael J. Wysocki2020-01-271-2/+11
| |\ \ \ \ \ \ | | | | | |/ / | | | | |/| / | | | | |_|/ | | | |/| |
| | * / | | PM-runtime: add tracepoints for usage_count changesMichał Mirosław2020-01-131-2/+11
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2020-01-271-0/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing2019-12-201-0/+3
| | |/ / /
* | | | | Merge branch 'regmap-5.6' into regmap-nextMark Brown2020-01-212-10/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | regmap: fix writes to non incrementing registersBen Whitten2020-01-211-5/+12
| * | | | regmap-i2c: constify regmap_bus structuresMichał Mirosław2020-01-061-5/+5
| | |/ / | |/| |
* | | | Fix built-in early-load Intel microcode alignmentJari Ruusu2020-01-151-1/+1
| |/ / |/| |
* | | Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-151-3/+3
|\ \ \
| * | | devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-3/+3
| |/ /
* / / drivers: Fix boot problem on SuperHGuenter Roeck2019-12-101-0/+4
|/ /
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-051-0/+54
|\ \
| * | PM: wakeup: Add routine to help fetch wakeup source object.Ran Wang2019-10-291-0/+54
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-051-6/+3
|\ \ \
| * | | mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov2019-12-051-6/+3
* | | | Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-12-044-6/+189
|\ \ \ \ | |/ / / |/| | |
| * | | PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCYLeonard Crestez2019-11-291-6/+67
| * | | PM / QoS: Initial kunit testLeonard Crestez2019-11-293-0/+122
* | | | drivers/base/memory.c: drop the mem_sysfs_mutexDavid Hildenbrand2019-12-011-19/+14
* | | | mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-011-6/+1
| |_|/ |/| |
* | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-276-353/+404
|\ \ \