summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa1-2/+3
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-30/+55
2020-10-01regmap: fix page selection for noinc writesDmitry Baryshkov3-12/+13
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-10-01cpu-topology: Fix the potential data corruptionZeng Tao1-2/+2
2020-09-23firmware_loader: fix memory leak for paged bufferPrateek Sood2-6/+13
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus1-4/+8
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki1-6/+10
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner1-1/+3
2020-07-31PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing1-0/+3
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan1-0/+6
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-16regmap: fix alignment issueJens Thoms Toerring1-54/+46
2020-06-30regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-24drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan1-0/+2
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8
2020-05-27component: Silence bind error on -EPROBE_DEFERJames Hilliard1-3/+5
2020-05-10Revert "software node: Simplify software_node_release() function"Brendan Higgins1-7/+7
2020-05-02PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng1-1/+1
2020-04-17PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay1-1/+3
2020-04-17PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson1-1/+1
2020-04-17firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun1-1/+1
2020-04-01drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand1-20/+3
2020-03-18driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig1-19/+6
2020-02-24driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King1-1/+1
2020-02-24driver core: Print device when resources present in really_probe()Geert Uytterhoeven1-1/+4
2020-02-24driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz1-4/+6
2020-02-15regmap: fix writes to non incrementing registersBen Whitten1-5/+12
2020-02-11PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki1-5/+37
2020-02-01driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck1-1/+2
2020-02-01component: do not dereference opaque pointer in debugfsLubomir Rintel1-4/+4
2020-01-26software node: Get reference to parent swnode in get_parent opSakari Ailus1-1/+4
2020-01-23Fix built-in early-load Intel microcode alignmentJari Ruusu1-1/+1
2019-12-31firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij1-1/+2
2019-12-05driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen1-1/+6
2019-11-16mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+36
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+8
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+9
2019-10-21PM: QoS: Drop frequency QoS types from device PM QoSRafael J. Wysocki1-68/+2
2019-10-19drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand1-0/+3
2019-10-18Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-0/+3
2019-10-10cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki1-0/+3
2019-10-07driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede1-7/+39
2019-09-25mm,thp: stats for file backed THPSong Liu1-0/+6
2019-09-25drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2-6/+5
2019-09-25driver/base/memory.c: validate memory block size earlyDavid Hildenbrand1-22/+9
2019-09-25drivers/base/memory.c: fixup documentation of removable/phys_index/block_size...David Hildenbrand1-5/+6
2019-09-25drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2-24/+16
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+29