summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* PM / QoS: Fix memory leak on resume_latency.notifiersJohn Keeping2017-06-051-1/+1
* drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsFlorian Fainelli2017-03-161-2/+2
* regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani2017-03-161-6/+2
* PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris2017-02-231-4/+4
* platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov2017-02-231-2/+2
* isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray2016-08-221-1/+1
* base: make module_create_drivers_dir race-freeJiri Slaby2016-08-221-3/+5
* PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki2016-08-221-2/+3
* PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson2016-08-221-2/+7
* regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis2016-08-221-1/+1
* regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham2016-06-151-1/+1
* firmware: actually return NULL on failed request_firmware_nowait()Brian Norris2016-02-021-3/+5
* drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings2016-01-251-0/+4
* regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-10-301-2/+1
* regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown2015-10-301-1/+1
* mm: check if section present during memory block registeringYinghai Lu2015-09-291-0/+10
* drivercore: Fix unregistration path of platform devicesGrant Likely2015-09-281-6/+2
* devres: fix devres_get()Masahiro Yamada2015-09-281-2/+2
* regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck2015-08-311-5/+14
* Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds2015-08-271-3/+13
* regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin2015-07-151-2/+1
* regmap: Fix regmap_bulk_read in BE modeArun Chandran2015-07-151-1/+1
* driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao2015-05-061-2/+2
* regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel2015-04-103-26/+30
* regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen2015-03-301-1/+1
* driver core: Fix unbalanced device reference in drivers_probeAlex Williamson2015-01-051-3/+5
* sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang2014-11-141-1/+3
* PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak2014-11-131-0/+2
* PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven2014-11-031-4/+15
* firmware_class: make sure fw requests contain a nameKees Cook2014-10-301-0/+3
* regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-10-301-0/+3
* regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey2014-10-301-2/+2
* regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li2014-10-301-2/+6
* driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu2014-10-151-1/+0
* regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown2014-10-051-1/+1
* regmap: Fix handling of volatile registers for format_write() chipsMark Brown2014-10-051-1/+1
* regmap: Fix regcache debugfs initializationLars-Peter Clausen2014-10-053-6/+9
* platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck2014-07-111-4/+14
* DMA, CMA: fix possible memory leakJoonsoo Kim2014-06-231-1/+11
* Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-122-4/+31
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-122-4/+31
| |\
| | * PM / sleep: trace events for device PM callbacksTodd E Brandt2014-06-111-4/+10
| | * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-072-0/+21
| | * Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2014-06-072-1/+23
| | |\
| | | * Merge branch 'pm-sleep' into acpi-pmRafael J. Wysocki2014-05-201-15/+51
| | | |\
* | | | | cma: increase CMA_ALIGNMENT upper limit to 12Marc Carino2014-06-041-1/+1
* | | | | memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong2014-06-041-12/+0
* | | | | cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-041-10/+32
* | | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-231-2/+5
| | |/ / | |/| |