aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
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-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
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
2018-12-19Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2018-12-19Merge branch 'regmap-4.21' into regmap-nextMark Brown
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen
2018-12-19regmap: regmap-irq: Remove default irq type setting from coreMatti Vaittinen
2018-12-19sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter
2018-12-19PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fo...Yangtao Li
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot
2018-12-19driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki
2018-12-18device property: fix fwnode_graph_get_next_endpoint() documentationMarco Felsch
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-12-17regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-17regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2018-12-14PM / Domains: Propagate performance state updatesViresh Kumar
2018-12-14PM / Domains: Factorize dev_pm_genpd_set_performance_state()Viresh Kumar
2018-12-14PM / Domains: Save OPP table pointer in genpdViresh Kumar
2018-12-14PM / Domains: Make genpd performance states orthogonal to the idlestatesUlf Hansson
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski
2018-12-13platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal
2018-12-11drivers: base: swnode: remove need for a temporary string for the node nameColin Ian King
2018-12-10PM: Switch to use %ptRAndy Shevchenko
2018-12-10Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2018-12-06driver core: Move async_synchronize_full callAlexander Duyck
2018-12-06driver core: platform: Respect return code of platform_device_register_full()Andy Shevchenko
2018-12-06kref/kobject: Improve documentationEzequiel Garcia
2018-12-06drivers/base/memory.c: Use DEVICE_ATTR_RO and friendsDavid Hildenbrand
2018-12-03Merge 4.20-rc5 into driver-core-nextGreg Kroah-Hartman
2018-11-27driver core: Replace simple_strto{l,ul} by kstrtou{l,ul}Kaitao cheng