summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-01-26software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-05device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-2/+9
2024-01-05device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko1-2/+2
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-12-13devcoredump : Serialize devcd_del workMukesh Ojha1-2/+81
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-28driver core: Release all resources during unbind before updating device linksSaravana Kannan1-2/+2
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-11-08driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2-24/+73
2023-10-25regmap: fix NULL deref on lookupJohan Hovold1-1/+1
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-23PM: 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-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-05-11platform: Provide a remove callback that returns no valueUwe Kleine-König1-1/+3
2023-05-11tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-1/+2
2023-05-01driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd1-1/+6
2023-03-11drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-10PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2023-03-10drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang1-1/+16
2023-03-10driver core: fix resource leak in device_add()Zhengchao Shao1-1/+1
2023-03-10driver core: fix potential null-ptr-deref in device_add()Yang Yingliang1-0/+1
2023-02-01driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin1-1/+1
2023-02-01device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang1-6/+12
2023-01-12driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres1-1/+5
2022-12-31class: fix possible memory leak in __class_register()Yang Yingliang1-0/+5
2022-12-31PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki1-1/+11
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla1-0/+4
2022-10-26arm64: 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-31drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld2-16/+16
2022-08-17driver core: fix potential deadlock in __driver_attachZhang Wensheng1-1/+4
2022-08-17PM: domains: Ensure genpd_debugfs_dir exists before removeHsin-Yi Wang1-0/+3
2022-07-23x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+8
2022-07-12PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki2-12/+11
2022-07-12mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-0/+2
2022-06-29regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-29regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3