summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2019-05-23x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+8
2019-03-25mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-2/+2
2018-12-17PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2018-11-20driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa1-2/+12
2018-11-20PM / wakeup: Only update last time for active wakeup sourcesDoug Berger1-1/+0
2018-10-21regmap: Don't use format_val in regmap_bulk_readCharles Keepax1-26/+17
2018-10-21regmap: Support bulk reads for devices without raw formattingMark Brown1-1/+28
2018-10-21regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax1-1/+1
2018-10-03x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+8
2018-10-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+8
2018-03-19sysfs/cpu: Add vulnerability folderThomas Gleixner2-0/+51
2018-03-03isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray1-5/+5
2017-11-26driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-10-12PM / QoS: return -EINVAL for bogus stringsDan Carpenter1-0/+2
2017-10-12PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski1-2/+2
2017-06-05PM / QoS: Fix memory leak on resume_latency.notifiersJohn Keeping1-1/+1
2017-03-16drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsFlorian Fainelli1-2/+2
2017-03-16regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani1-6/+2
2017-02-23PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris1-4/+4
2017-02-23platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov1-2/+2
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