summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2019-01-31driver core: Attach devices on CPU local to device nodeAlexander Duyck
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath
2019-01-31PM-runtime: update accounting_timestamp on enableVincent Guittot
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot
2019-01-29Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2019-01-29Merge branch 'regmap-5.1' into regmap-nextMark Brown
2019-01-29regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre
2019-01-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li
2019-01-23PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen
2019-01-22driver core: Remove the link if there is no driver with AUTO flagYong Wu
2019-01-22driver core: silence device link messages unless debuggingJerome Brunet
2019-01-22cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada
2019-01-22firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada
2019-01-19Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-18driver core: move device->knode_class to device_privateWei Yang
2019-01-18PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot
2019-01-15Merge 5.0-rc2 into driver-core-nextGreg Kroah-Hartman
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2019-01-10PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot
2019-01-10PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl
2019-01-08driver core: drop use of BUS_ATTR()Greg Kroah-Hartman
2019-01-08driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman
2019-01-07Merge branch 'regmap-4.21' into regmap-5.0Mark Brown
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai
2019-01-02Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-01-02PM: sleep: call devfreq suspend/resumeLukasz Luba
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-12-31regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-28memory_hotplug: add missing newlines to debugging outputMichal Hocko
2018-12-28drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang
2018-12-26drivers: base: swnode: check if swnode is NULL before dereferencing itColin Ian King
2018-12-26drivers: base: swnode: check if pointer p is NULL before dereferencing itColin Ian King
2018-12-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-25Merge tag 'devprop-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-12-25Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-12-20mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter
2018-12-20component: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li