summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2019-01-26sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter1-2/+5
2018-10-13PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2017-12-16isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray1-5/+5
2017-10-12driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange1-1/+2
2017-09-14driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-1/+1
2017-07-28PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski1-2/+2
2017-07-28PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski1-2/+2
2017-07-21PM / QoS: return -EINVAL for bogus stringsDan Carpenter1-0/+2
2017-07-15driver core: platform: fix race condition with driver_overrideAdrian Salido1-2/+9
2016-07-12base: make module_create_drivers_dir race-freeJiri Slaby1-3/+5
2016-06-07PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki1-2/+3
2016-06-03PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson1-2/+7
2016-05-17regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham1-1/+1
2015-10-28mm: check if section present during memory block registeringYinghai Lu1-0/+10
2015-10-28drivercore: Fix unregistration path of platform devicesGrant Likely1-6/+2
2015-10-28devres: fix devres_get()Masahiro Yamada1-2/+2
2015-10-28regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-10-28regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-09-17regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-08-04Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds1-3/+13
2015-07-04regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin1-2/+1
2015-07-04regmap: Fix regmap_bulk_read in BE modeArun Chandran1-1/+1
2015-06-28Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki2-1/+186
2015-05-18driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao1-2/+2
2015-05-18drivers: platform: parse IRQ flags from resourcesLinus Walleij1-0/+9
2015-04-17regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel3-26/+30
2015-04-17regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen1-1/+1
2015-01-16driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-11-14Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-8/+34
2014-11-12PM / Domains: Fix initial default state of the need_restore flagUlf Hansson1-6/+32
2014-11-08PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson1-2/+2
2014-11-07tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg1-3/+3
2014-11-07tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski1-8/+11
2014-11-07sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang1-1/+3
2014-11-01Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-10-30drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-1/+2
2014-10-27PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak1-0/+2
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-0/+66
2014-10-14drivers: dma-coherent: add initialization from device treeMarek Szyprowski1-22/+129
2014-10-10Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-3/+117
2014-10-10CMA: document cma=0Jean Delvare1-0/+3
2014-10-10mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-3/+0
2014-10-10common: dma-mapping: introduce common remapping functionsLaura Abbott1-0/+72
2014-10-10memory-hotplug: add sysfs valid_zones attributeZhang Zhen1-0/+42
2014-10-10Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-387/+627
2014-10-08Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-16/+315
2014-10-07Merge branch 'pm-clk'Rafael J. Wysocki1-4/+15
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki4-363/+577