index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
regmap: Drop capitalisation in MODULE_DESCRIPTION()
Andy Shevchenko
4
-4
/
+4
2024-04-09
regmap: kunit: Add some test cases and a few small
Mark Brown
7
-257
/
+826
2024-04-08
regmap: kunit: Add test cases for regmap_read_bypassed()
Richard Fitzgerald
1
-0
/
+131
2024-04-08
regmap: kunit: Add cache-drop test with multiple cache blocks
Richard Fitzgerald
1
-0
/
+103
2024-04-08
regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc
Richard Fitzgerald
1
-3
/
+1
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
[prev]
[next]