summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-19driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-09-19regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-08-11PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun3-25/+89
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+8
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon1-0/+8
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-07-27PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-09regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-30regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-05-30driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei1-0/+7
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-1/+2
2023-05-17driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd1-1/+6
2023-02-01driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin1-1/+1
2023-01-14driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres1-1/+5
2023-01-14class: fix possible memory leak in __class_register()Yang Yingliang1-0/+5
2023-01-14PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki1-1/+11
2023-01-14PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson1-5/+5
2022-12-14rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-1/+5
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla1-0/+4
2022-10-30arm64: topology: move store_cpu_topology() to shared codeConor Dooley1-0/+19
2022-09-08driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres1-0/+10
2022-08-21driver core: fix potential deadlock in __driver_attachZhang Wensheng1-1/+4
2022-07-25x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+8
2022-07-12PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki2-12/+11
2022-06-29regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+8
2022-06-14driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan1-5/+0
2022-06-14driver core: fix deadlock in __device_attachZhang Wensheng1-1/+4
2022-06-14driver: base: fix UAF when driver_attach failedSchspa Shi1-1/+3
2022-06-09drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
2022-06-09drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-05-18firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen1-0/+17
2022-05-09arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing1-1/+1
2022-04-08PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov1-2/+4
2022-04-08driver core: dd: fix return value of __setup handlerRandy Dunlap1-1/+1
2022-03-02driver core: Free DMA range map when device is releasedMårten Lindahl1-0/+5
2022-03-02regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-7/+34
2022-01-27device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus1-1/+3
2022-01-27PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki2-13/+31
2022-01-27regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2022-01-27software node: fix wrong node passed to find nargs_propClément Léger1-1/+1
2022-01-20devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+7
2021-11-26firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain1-6/+7
2021-11-18driver core: Fix possible memory leak in device_link_add()Yang Yingliang1-3/+1
2021-11-18PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki1-4/+5