summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2019-03-10driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven
2019-02-12cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen
2019-02-12kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2019-02-12driver core: Move async_synchronize_full callAlexander Duyck
2019-01-26sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter
2019-01-13driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki
2019-01-09platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal
2018-11-11devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin
2018-10-31mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-10-23Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-10-23Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-10-23Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-21Merge branch 'regmap-4.20' into regmap-nextMark Brown
2018-10-19regmap: use less #ifdef for LOG_DEVICEBen Dooks
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten
2018-10-18Merge branches 'acpi-init', 'acpi-osl', 'acpi-bus', 'acpi-tables' and 'acpi-m...Rafael J. Wysocki
2018-10-18PM / Domains: Deal with multiple states but no governor in genpdUlf Hansson
2018-10-18PM / Domains: Don't treat zero found compatible idle states as an errorUlf Hansson
2018-10-16devres: provide devm_kstrdup_const()Bartosz Golaszewski
2018-10-16devres: constify p in devm_kfree()Bartosz Golaszewski
2018-10-07Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2018-10-06Merge tag 'irqchip-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-10-04drivers: base: cacheinfo: Do not populate sysfs for unknown cache typesJeffrey Hugo
2018-10-04PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki
2018-10-02dma-mapping: move dma_default_get_required_mask under ifdefChristoph Hellwig
2018-10-02genirq/msi: Allow creation of a tree-based irqdomain for platform-msiMarc Zyngier
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson
2018-09-16component: fix loop condition to call unbind() if bind() failsBanajit Goswami
2018-09-16drivers/base/devtmpfs.c: don't pretend path is const in delete_pathRasmus Villemoes
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar
2018-09-10sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch...Morten Rasmussen
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-09-07regmap: fix comment for regmap.use_single_writeDavid Frey
2018-09-04memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko
2018-08-24PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez
2018-08-17mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador