summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2017-12-16isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray
2017-10-12driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange
2017-09-13driver core: bus: Fix a potential double freeChristophe JAILLET
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani
2017-07-27PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski
2017-07-27PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski
2017-07-21PM / QoS: return -EINVAL for bogus stringsDan Carpenter
2017-07-15driver core: platform: fix race condition with driver_overrideAdrian Salido
2016-07-12base: make module_create_drivers_dir race-freeJiri Slaby
2016-06-06PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki
2016-06-03PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson
2016-05-17regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham
2015-10-27mm: check if section present during memory block registeringYinghai Lu
2015-10-27drivercore: Fix unregistration path of platform devicesGrant Likely
2015-10-27devres: fix devres_get()Masahiro Yamada
2015-10-27regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-10-27regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-09-17regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-08-04Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds
2015-07-03regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin
2015-07-03regmap: Fix regmap_bulk_read in BE modeArun Chandran
2015-06-28Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki
2015-05-17driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao
2015-05-17drivers: platform: parse IRQ flags from resourcesLinus Walleij
2015-04-16regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel
2015-04-16regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen
2015-01-16driver core: Fix unbalanced device reference in drivers_probeAlex Williamson
2014-11-14Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki
2014-11-11PM / Domains: Fix initial default state of the need_restore flagUlf Hansson
2014-11-08PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson
2014-11-07tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg
2014-11-07tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski
2014-11-07sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski
2014-10-27PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski
2014-10-14drivers: dma-coherent: add initialization from device treeMarek Szyprowski
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2014-10-09CMA: document cma=0Jean Delvare
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-09common: dma-mapping: introduce common remapping functionsLaura Abbott
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-08Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-07Merge branch 'pm-clk'Rafael J. Wysocki
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki
2014-10-03driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu
2014-10-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven