summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2018-11-20driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa
2018-11-20PM / wakeup: Only update last time for active wakeup sourcesDoug Berger
2018-10-21regmap: Don't use format_val in regmap_bulk_readCharles Keepax
2018-10-21regmap: Support bulk reads for devices without raw formattingMark Brown
2018-10-21regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax
2018-10-03x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-10-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-03-19sysfs/cpu: Add vulnerability folderThomas Gleixner
2018-03-03isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray
2017-11-26driver core: bus: Fix a potential double freeChristophe JAILLET
2017-10-12PM / QoS: return -EINVAL for bogus stringsDan Carpenter
2017-10-12PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski
2017-06-05PM / QoS: Fix memory leak on resume_latency.notifiersJohn Keeping
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