index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
driver core: cpu: Fix the fallback cpu_show_gds() name
Borislav Petkov (AMD)
1
-2
/
+2
2023-08-10
driver core: cpu: Make cpu_show_not_affected() static
Borislav Petkov (AMD)
1
-8
/
+2
2023-08-10
driver core: cpu: Unify redundant silly stubs
Borislav Petkov (AMD)
1
-68
/
+19
2023-08-07
Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+8
2023-08-07
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+8
2023-07-27
x86/srso: Add a Speculative RAS Overflow mitigation
Borislav Petkov (AMD)
1
-0
/
+8
2023-07-24
PM: sleep: wakeirq: drop unused enable helpers
Johan Hovold
1
-49
/
+0
2023-07-24
PM: sleep: wakeirq: fix wake irq arming
Johan Hovold
2
-4
/
+9
2023-07-20
regmap: Disable locking for RBTREE and MAPLE unit tests
Guenter Roeck
1
-0
/
+5
2023-07-19
x86/speculation: Add Gather Data Sampling mitigation
Daniel Sneddon
1
-0
/
+8
2023-07-19
regcache: Push async I/O request down into the rbtree cache
Mark Brown
2
-3
/
+4
2023-07-17
regmap: Account for register length in SMBus I/O limits
Mark Brown
1
-4
/
+4
2023-07-17
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
2
-5
/
+3
2023-07-12
regmap-irq: Fix out-of-bounds access when allocating config buffers
Isaac J. Manjarres
1
-1
/
+1
2023-07-03
Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-12
/
+15
2023-06-28
Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
10
-259
/
+808
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2023-06-26
Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-11
/
+9
2023-06-26
Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+2
2023-06-26
Merge branches 'pm-sleep' and 'pm-domains'
Rafael J. Wysocki
2
-11
/
+9
2023-06-21
Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-06-20
regmap: spi-avmm: Fix regmap_bus max_raw_write
Russ Weight
1
-1
/
+1
2023-06-19
drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-3
/
+3
2023-06-19
regmap: Allow reads from write only registers with the flat cache
Mark Brown
1
-3
/
+12
2023-06-16
PM: domains: Move the verification of in-params from genpd_add_device()
Ulf Hansson
1
-3
/
+6
2023-06-16
regmap: Drop early readability check
Mark Brown
1
-3
/
+3
2023-06-15
Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2023-06-15
drivers: fwnode: fix fwnode_irq_get[_byname]()
Matti Vaittinen
1
-3
/
+9
2023-06-14
regmap: Add KUnit tests for read/write checking
Mark Brown
1
-0
/
+115
2023-06-14
regmap: Check for register readability before checking cache during read
Mark Brown
1
-3
/
+3
2023-06-14
regmap: Add test to make sure we don't sync to read only registers
Mark Brown
1
-0
/
+42
2023-06-14
regmap: Add a test case for write only registers
Mark Brown
1
-0
/
+32
2023-06-14
regmap: Add test that writes to write only registers are prevented
Mark Brown
1
-0
/
+41
2023-06-13
regmap: Add debugfs file for forcing field writes
Waqar Hameed
3
-1
/
+15
2023-06-13
regmap: regcache: Don't sync read-only registers
Takashi Iwai
1
-0
/
+3
2023-06-12
regmap: Provide basic test coverage for raw I/O
Mark Brown
4
-1
/
+469
2023-06-12
regmap: Don't check for changes in regcache_set_val()
Mark Brown
2
-7
/
+3
2023-06-12
regmap: maple: Implement block sync for the maple tree cache
Mark Brown
3
-8
/
+80
2023-06-12
regmap: Merge up v6.4-rc6
Mark Brown
6
-7
/
+49
2023-06-12
regmap: Provide basic KUnit coverage for the raw register I/O
Mark Brown
1
-0
/
+327
2023-06-12
regmap: Provide a ram backed regmap with raw support
Mark Brown
3
-1
/
+142
2023-06-06
mm: Add support for unaccepted memory
Kirill A. Shutemov
1
-0
/
+7
2023-06-05
driver core: return bool from driver_probe_done
Christoph Hellwig
1
-4
/
+2
2023-06-05
Merge 6.4-rc5 into driver-core-next
Greg Kroah-Hartman
6
-7
/
+49
2023-06-04
Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-06-04
Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+26
2023-06-01
regmap: Add missing cache_only checks
Charles Keepax
1
-10
/
+16
2023-06-01
regmap: regmap-irq: Move handle_post_irq to before pm_runtime_put
Charles Keepax
1
-3
/
+3
2023-05-31
drivers: base: cacheinfo: Update cpu_map_populated during CPU Hotplug
K Prateek Nayak
1
-0
/
+6
[next]