summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2020-01-17software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTAlan Maguire-1/+4
2020-01-15scsi: drivers: base: Propagate errors through the transport componentGabriel Krisman Bertazi-3/+8
2020-01-15scsi: drivers: base: Support atomic version of attribute_container_device_tri...Gabriel Krisman Bertazi-0/+103
2020-01-15Fix built-in early-load Intel microcode alignmentJari Ruusu-1/+1
2020-01-14driver core: Print device when resources present in really_probe()Geert Uytterhoeven-1/+4
2020-01-14driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck-1/+2
2020-01-14driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz-4/+6
2020-01-14component: do not dereference opaque pointer in debugfsLubomir Rintel-4/+4
2020-01-14drivers/component: remove modular codeMasahiro Yamada-3/+0
2020-01-13PM-runtime: add tracepoints for usage_count changesMichał Mirosław-2/+11
2020-01-10kunit: building kunit as a module breaks allmodconfigAlan Maguire-1/+1
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-1/+1
2020-01-07drivers/base/test: fix global-out-of-bounds errorQian Cai-0/+1
2020-01-06regmap-i2c: constify regmap_bus structuresMichał Mirosław-5/+5
2020-01-02PM / Domains: Introduce a genpd OF helper that removes a subdomainUlf Hansson-0/+38
2019-12-20PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing-0/+3
2019-12-19software node: add basic tests for property entriesDmitry Torokhov-0/+476
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman-0/+1
2019-12-16device.h: move 'struct class' stuff out to device/class.hGreg Kroah-Hartman-0/+1
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman-0/+1
2019-12-16device.h: move devtmpfs prototypes out of the fileGreg Kroah-Hartman-0/+8
2019-12-16Merge 5.5-rc2 into driver-core-nextGreg Kroah-Hartman-3/+7
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski-3/+3
2019-12-12drivers/base: base.h: add proper copyright and header infoGreg Kroah-Hartman-0/+11
2019-12-10drivers: Fix boot problem on SuperHGuenter Roeck-0/+4
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-0/+54
2019-12-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+3
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov-6/+3
2019-12-04Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-6/+189
2019-12-03software node: remove separate handling of referencesDmitry Torokhov-30/+18
2019-12-03software node: implement reference propertiesDmitry Torokhov-8/+41
2019-12-03software node: allow embedding of small arrays into property_entryDmitry Torokhov-60/+55
2019-12-03software node: replace is_array with is_inlineDmitry Torokhov-7/+5
2019-12-01drivers/base/memory.c: drop the mem_sysfs_mutexDavid Hildenbrand-19/+14
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi-6/+1
2019-11-29PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCYLeonard Crestez-6/+67
2019-11-29PM / QoS: Initial kunit testLeonard Crestez-0/+122
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-353/+404
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-177/+164
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-40/+54
2019-11-26Merge branches 'pm-sleep', 'pm-domains', 'pm-opp' and 'powercap'Rafael J. Wysocki-40/+54
2019-11-25Merge tag 'regmap-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-4/+0
2019-11-20drivers: base: Fix Kconfig indentationKrzysztof Kozlowski-1/+1
2019-11-19regmap: regmap-w1: Drop unreachable codeMika Westerberg-4/+0
2019-11-19firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij-1/+2
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand-0/+36
2019-11-15driver core: Allow device link operations inside sync_state()Saravana Kannan-8/+71
2019-11-14driver core: platform: Declare ret variable only onceAndy Shevchenko-8/+4
2019-11-14driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen-1/+6