summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-04mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand
2020-01-31Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-01-31mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand
2020-01-31Merge branches 'pm-cpufreq' and 'pm-core'Rafael J. Wysocki
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-27Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-01-27Merge branches 'pm-core', 'powercap', 'pm-opp', 'pm-avs' and 'pm-misc'Rafael J. Wysocki
2020-01-27Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2020-01-24PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede
2020-01-22devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes
2020-01-22devtmpfs: initify a bitRasmus Villemoes
2020-01-22devtmpfs: simplify initialization of mount_devRasmus Villemoes
2020-01-22devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes
2020-01-22devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes
2020-01-22driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King
2020-01-21Merge branch 'regmap-5.6' into regmap-nextMark Brown
2020-01-21regmap: fix writes to non incrementing registersBen Whitten
2020-01-17cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeZeng Tao
2020-01-17software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTAlan Maguire
2020-01-15scsi: drivers: base: Propagate errors through the transport componentGabriel Krisman Bertazi
2020-01-15scsi: drivers: base: Support atomic version of attribute_container_device_tri...Gabriel Krisman Bertazi
2020-01-15Fix built-in early-load Intel microcode alignmentJari Ruusu
2020-01-14driver core: Print device when resources present in really_probe()Geert Uytterhoeven
2020-01-14driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck
2020-01-14driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz
2020-01-14component: do not dereference opaque pointer in debugfsLubomir Rintel
2020-01-14drivers/component: remove modular codeMasahiro Yamada
2020-01-13PM-runtime: add tracepoints for usage_count changesMichał Mirosław
2020-01-10kunit: building kunit as a module breaks allmodconfigAlan Maguire
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire
2020-01-07drivers/base/test: fix global-out-of-bounds errorQian Cai
2020-01-06regmap-i2c: constify regmap_bus structuresMichał Mirosław
2020-01-02PM / Domains: Introduce a genpd OF helper that removes a subdomainUlf Hansson
2019-12-20PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing
2019-12-19software node: add basic tests for property entriesDmitry Torokhov
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman
2019-12-16device.h: move 'struct class' stuff out to device/class.hGreg Kroah-Hartman
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman
2019-12-16device.h: move devtmpfs prototypes out of the fileGreg Kroah-Hartman
2019-12-16Merge 5.5-rc2 into driver-core-nextGreg Kroah-Hartman
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski