index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
pmdomain: core: Move the unused cleanup to a _sync initcall
Konrad Dybcio
1
-1
/
+1
2024-02-23
arm64: irq: set the correct node for VMAP stack
Huang Shijie
1
-1
/
+1
2024-02-23
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
1
-80
/
+68
2024-02-23
PM: core: Remove unnecessary (void *) conversions
Li zeming
1
-6
/
+6
2024-01-25
software node: Let args be NULL in software_node_get_reference_args
Sakari Ailus
1
-0
/
+3
2024-01-05
device property: Allow const parameter to dev_fwnode()
Andy Shevchenko
1
-2
/
+9
2024-01-05
device property: Add const qualifier to device_get_match_data() parameter
Andy Shevchenko
1
-2
/
+2
2023-12-13
devcoredump: Send uevent once devcd is ready
Mukesh Ojha
1
-0
/
+3
2023-12-13
devcoredump : Serialize devcd_del work
Mukesh Ojha
1
-2
/
+81
2023-12-13
regmap: fix bogus error on regcache_sync success
Matthias Reichl
1
-2
/
+1
2023-11-28
driver core: Release all resources during unbind before updating device links
Saravana Kannan
1
-2
/
+2
2023-11-28
regmap: Ensure range selector registers are updated after cache sync
Mark Brown
1
-0
/
+30
2023-11-20
regmap: prevent noinc writes from clobbering cache
Ben Wolsieffer
1
-7
/
+9
2023-11-20
regmap: debugfs: Fix a erroneous check after snprintf()
Christophe JAILLET
1
-1
/
+1
2023-11-08
driver: platform: Add helper for safer setting of driver_override
Krzysztof Kozlowski
2
-24
/
+73
2023-10-25
regmap: fix NULL deref on lookup
Johan Hovold
1
-1
/
+1
2023-10-10
regmap: rbtree: Fix wrong register marked as in-cache when creating new node
Richard Fitzgerald
1
-1
/
+2
2023-09-19
driver core: test_async: fix an error code
Dan Carpenter
1
-1
/
+1
2023-09-19
regmap: rbtree: Use alloc_flags for memory allocations
Dan Carpenter
1
-5
/
+5
2023-08-11
PM: sleep: wakeirq: fix wake irq arming
Johan Hovold
2
-4
/
+9
2023-08-11
PM / wakeirq: support enabling wake-up irq after runtime_suspend called
Chunfeng Yun
3
-25
/
+89
2023-08-08
x86/srso: Add a Speculative RAS Overflow mitigation
Borislav Petkov (AMD)
1
-0
/
+8
2023-08-08
x86/speculation: Add Gather Data Sampling mitigation
Daniel Sneddon
1
-0
/
+8
2023-07-27
regmap: Account for register length in SMBus I/O limits
Mark Brown
1
-4
/
+4
2023-07-27
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
2
-5
/
+3
2023-07-23
PM: domains: fix integer overflow issues in genpd_parse_state()
Nikita Zhandarovich
1
-3
/
+3
2023-06-28
regmap: spi-avmm: Fix regmap_bus max_raw_write
Russ Weight
1
-1
/
+1
2023-06-09
regmap: Account for register length when chunking
Jim Wylder
1
-2
/
+4
2023-05-24
regmap: cache: Return error in cache sync operations for REGCACHE_NONE
Alexander Stein
1
-0
/
+6
2023-05-11
platform: Provide a remove callback that returns no value
Uwe Kleine-König
1
-1
/
+3
2023-05-11
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
1
-1
/
+2
2023-05-01
driver core: Don't require dynamic_debug for initcall_debug probe timing
Stephen Boyd
1
-1
/
+6
2023-03-11
drivers: base: dd: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-11
drivers: base: component: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-10
PM: domains: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2023-03-10
drivers: base: transport_class: fix resource leak when transport_add_device()...
Yang Yingliang
1
-1
/
+16
2023-03-10
driver core: fix resource leak in device_add()
Zhengchao Shao
1
-1
/
+1
2023-03-10
driver core: fix potential null-ptr-deref in device_add()
Yang Yingliang
1
-0
/
+1
2023-02-01
driver core: Fix test_async_probe_init saves device in wrong array
Chen Zhongjin
1
-1
/
+1
2023-02-01
device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
Yang Yingliang
1
-6
/
+12
2023-01-12
driver core: Fix bus_type.match() error handling in __driver_attach()
Isaac J. Manjarres
1
-1
/
+5
2022-12-31
class: fix possible memory leak in __class_register()
Yang Yingliang
1
-0
/
+5
2022-12-31
PM: runtime: Do not call __rpm_callback() from rpm_idle()
Rafael J. Wysocki
1
-1
/
+11
2022-11-03
PM: domains: Fix handling of unavailable/disabled idle states
Sudeep Holla
1
-0
/
+4
2022-10-26
arm64: topology: move store_cpu_topology() to shared code
Conor Dooley
1
-0
/
+19
2022-09-08
driver core: Don't probe devices after bus_type.match() probe deferral
Isaac J. Manjarres
1
-0
/
+10
2022-08-31
drivers/base: fix userspace break from using bin_attributes for cpumap and cp...
Phil Auld
2
-16
/
+16
2022-08-17
driver core: fix potential deadlock in __driver_attach
Zhang Wensheng
1
-1
/
+4
2022-08-17
PM: domains: Ensure genpd_debugfs_dir exists before remove
Hsin-Yi Wang
1
-0
/
+3
2022-07-23
x86/bugs: Report AMD retbleed vulnerability
Alexandre Chartre
1
-0
/
+8
[prev]
[next]