summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2017-03-16drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsFlorian Fainelli
2017-03-16regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani
2017-02-23PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris
2017-02-23platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov
2016-08-22isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray
2016-08-22base: make module_create_drivers_dir race-freeJiri Slaby
2016-08-22PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki
2016-08-22PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson
2016-08-22regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis
2016-06-15regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham
2016-02-02firmware: actually return NULL on failed request_firmware_nowait()Brian Norris
2016-01-25drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings
2015-10-30regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-10-30regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-09-29mm: check if section present during memory block registeringYinghai Lu
2015-09-28drivercore: Fix unregistration path of platform devicesGrant Likely
2015-09-28devres: fix devres_get()Masahiro Yamada
2015-08-31regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-08-27Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds
2015-07-15regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin
2015-07-15regmap: Fix regmap_bulk_read in BE modeArun Chandran
2015-05-06driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao
2015-04-10regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel
2015-03-30regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen
2015-01-05driver core: Fix unbalanced device reference in drivers_probeAlex Williamson
2014-11-14sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang
2014-11-13PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak
2014-11-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven
2014-10-30firmware_class: make sure fw requests contain a nameKees Cook
2014-10-30regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-10-30regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey
2014-10-30regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li
2014-10-15driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu
2014-10-05regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown
2014-10-05regmap: Fix handling of volatile registers for format_write() chipsMark Brown
2014-10-05regmap: Fix regcache debugfs initializationLars-Peter Clausen
2014-07-11platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck
2014-06-23DMA, CMA: fix possible memory leakJoonsoo Kim
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki
2014-06-11PM / sleep: trace events for device PM callbacksTodd E Brandt
2014-06-07PM / sleep: trace events for suspend/resumeTodd E Brandt
2014-06-07Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki
2014-06-04cma: increase CMA_ALIGNMENT upper limit to 12Marc Carino
2014-06-04memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki