summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-08-23isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray1-1/+1
2016-08-23base: make module_create_drivers_dir race-freeJiri Slaby1-3/+5
2016-08-23PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki1-2/+3
2016-08-23PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson1-2/+7
2016-08-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis1-1/+1
2016-06-15regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham1-1/+1
2016-02-02firmware: actually return NULL on failed request_firmware_nowait()Brian Norris1-3/+5
2016-01-25drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings1-0/+4
2015-10-30regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-10-30regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-09-29mm: check if section present during memory block registeringYinghai Lu1-0/+10
2015-09-28drivercore: Fix unregistration path of platform devicesGrant Likely1-6/+2
2015-09-28devres: fix devres_get()Masahiro Yamada1-2/+2
2015-08-31regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-08-27Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds1-3/+13
2015-07-15regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin1-2/+1
2015-07-15regmap: Fix regmap_bulk_read in BE modeArun Chandran1-1/+1
2015-05-06driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao1-2/+2
2015-04-10regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel3-26/+30
2015-03-30regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen1-1/+1
2015-01-05driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-11-14sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang1-1/+3
2014-11-13PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak1-0/+2
2014-11-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven1-4/+15
2014-10-30firmware_class: make sure fw requests contain a nameKees Cook1-0/+3
2014-10-30regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-10-30regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey1-2/+2
2014-10-30regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li1-2/+6
2014-10-15driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu1-1/+0
2014-10-06regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-10-06regmap: Fix handling of volatile registers for format_write() chipsMark Brown1-1/+1
2014-10-06regmap: Fix regcache debugfs initializationLars-Peter Clausen3-6/+9
2014-07-12platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck1-4/+14
2014-06-24DMA, CMA: fix possible memory leakJoonsoo Kim1-1/+11
2014-06-13Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+31
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki2-4/+31
2014-06-11PM / sleep: trace events for device PM callbacksTodd E Brandt1-4/+10
2014-06-07PM / sleep: trace events for suspend/resumeTodd E Brandt2-0/+21
2014-06-07Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2-1/+23
2014-06-05cma: increase CMA_ALIGNMENT upper limit to 12Marc Carino1-1/+1
2014-06-05memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong1-12/+0
2014-06-05cma: add placement specifier for "cma=" kernel parameterAkinobu Mita1-10/+32
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-111/+83
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-06-04Merge branch 'pm-cpufreq'Rafael J. Wysocki1-91/+0
2014-06-04Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki1-5/+26
2014-06-04Merge branch 'pm-sleep'Rafael J. Wysocki2-15/+57
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-06-03Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-8/+26