index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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-04-08
regmap: kunit: Use a KUnit action to call regmap_exit()
Richard Fitzgerald
1
-55
/
+7
2024-04-08
regmap: kunit: Add more cache-sync tests
Richard Fitzgerald
1
-4
/
+122
2024-04-08
regmap: kunit: Add more cache-drop tests
Richard Fitzgerald
1
-0
/
+135
2024-04-08
regmap: kunit: Run non-sparse cache tests at non-zero register addresses
Richard Fitzgerald
1
-29
/
+57
2024-04-08
regmap: kunit: Run sparse cache tests at non-zero register addresses
Richard Fitzgerald
1
-22
/
+45
2024-04-08
regmap: kunit: Introduce struct for test case parameters
Richard Fitzgerald
1
-116
/
+95
2024-04-08
regmap: kunit: Create a struct device for the regmap
Richard Fitzgerald
4
-42
/
+87
2024-04-08
regmap: kunit: Fix warnings of implicit casts to __le16 and __be16
Richard Fitzgerald
1
-7
/
+7
2024-04-08
PM: sleep: Take advantage of %ps to simplify debug output
Len Brown
1
-3
/
+3
2024-04-08
regmap: Add regmap_read_bypassed()
Richard Fitzgerald
1
-0
/
+37
2024-04-05
Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2024-04-03
PM: wakeup: make device_wakeup_disable() return void
Dhruva Gole
1
-4
/
+7
2024-03-29
regmap: maple: Fix uninitialized symbol 'ret' warnings
Richard Fitzgerald
1
-2
/
+2
2024-03-27
regmap: maple: Fix cache corruption in regcache_maple_drop()
Richard Fitzgerald
1
-1
/
+1
2024-03-27
driver core: Remove unused platform_notify, platform_notify_remove
Bjorn Helgaas
1
-8
/
+0
2024-03-26
driver core: Introduce device_link_wait_removal()
Herve Codina
1
-3
/
+23
2024-03-25
device property: Move fwnode_handle_put() into property.h
Jonathan Cameron
1
-14
/
+0
2024-03-25
regmap: maple: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-03-21
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-94
/
+118
2024-03-16
Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-3
/
+4
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-10
/
+69
2024-03-13
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-154
/
+153
2024-03-13
Merge tag 'pmdomain-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
1
-0
/
+134
2024-03-13
Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
5
-6
/
+77
2024-03-12
cxl/region: Deal with numa nodes not enumerated by SRAT
Dave Jiang
1
-0
/
+1
2024-03-12
base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
Dave Jiang
1
-3
/
+3
2024-03-12
Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+3
2024-03-11
Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-14
/
+105
2024-03-11
x86/rfds: Mitigate Register File Data Sampling (RFDS)
Pawan Gupta
1
-0
/
+3
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-2
/
+34
2024-03-11
Merge branch 'pm-sleep'
Rafael J. Wysocki
2
-152
/
+119
2024-03-07
device: core: Log warning for devices pending deferred probe on timeout
Nícolas F. R. A. Prado
1
-1
/
+1
2024-03-07
driver: core: Use dev_* instead of pr_* so device metadata is added
Nícolas F. R. A. Prado
1
-14
/
+12
2024-03-07
driver: core: Log probe failure as error and with device metadata
Nícolas F. R. A. Prado
1
-2
/
+2
2024-03-07
driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link
Saravana Kannan
1
-1
/
+8
2024-03-07
driver core: Adds flags param to fwnode_link_add()
Saravana Kannan
1
-2
/
+3
2024-03-07
device property: Don't use "proxy" headers
Andy Shevchenko
2
-6
/
+18
2024-03-07
driver core: Move fw_devlink stuff to where it belongs
Andy Shevchenko
2
-56
/
+58
2024-03-07
firmware_loader: Suppress warning on FW_OPT_NO_WARN flag
Mukesh Ojha
1
-6
/
+10
2024-03-07
platform-msi: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-03-06
block: make block_class constant
Ricardo B. Marliere
1
-1
/
+1
2024-03-05
PM: sleep: wakeirq: fix wake irq warning in system suspend
Qingliang Li
1
-1
/
+3
2024-02-26
regmap: kunit: Add a test for ranges in combination with windows
Mark Brown
1
-0
/
+66
2024-02-23
crash: split crash dumping code out from kexec_core.c
Baoquan He
1
-3
/
+3
2024-02-22
PM: runtime: add tracepoint for runtime_status changes
Vilas Bhat
1
-0
/
+1
2024-02-22
mm and cache_info: remove unnecessary CPU cache info update
Huang Ying
1
-6
/
+44
2024-02-21
mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
Sumanth Korikkar
1
-1
/
+22
2024-02-19
Merge 6.8-rc5 into driver-core-next
Greg Kroah-Hartman
3
-30
/
+66
2024-02-17
Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-13
/
+26
[prev]
[next]