summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-04driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu1-1/+0
2014-10-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven1-4/+15
2014-10-03PM / Domains: Rename cpu_data to cpuidle_dataUlf Hansson1-27/+27
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel1-0/+3
2014-10-02driver core: Add BUS_NOTIFY_REMOVED_DEVICE eventJoerg Roedel1-0/+3
2014-09-30PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki1-4/+4
2014-09-30Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki2-5/+18
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-2/+11
2014-09-29Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-nextMark Brown3-11/+72