index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
maple_tree: remove mas_destroy() from mas_nomem()
Sidhartha Kumar
1
-13
/
+24
2024-09-01
maple_tree: introduce mas_wr_store_type()
Sidhartha Kumar
1
-60
/
+157
2024-09-01
maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
Sidhartha Kumar
1
-48
/
+48
2024-09-01
maple_tree: introduce mas_wr_prealloc_setup()
Sidhartha Kumar
1
-2
/
+8
2024-09-01
maple_tree: fix comment typo with corresponding maple_status
Wei Yang
1
-1
/
+1
2024-09-01
maple_tree: fix comment typo of ma_root
Wei Yang
1
-1
/
+1
2024-09-01
maple_tree: add test to replicate low memory race conditions
Sidhartha Kumar
1
-0
/
+13
2024-09-01
maple_tree: reset mas->index and mas->last on write retries
Sidhartha Kumar
1
-4
/
+12
2024-09-01
lib: test_hmm: use min() to improve dmirror_exclusive()
Thorsten Blum
1
-4
/
+1
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-2
/
+1
2024-09-01
alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n
Suren Baghdasaryan
1
-6
/
+11
2024-09-01
maple_tree: remove rcu_read_lock() from mt_validate()
Liam R. Howlett
1
-5
/
+2
2024-08-29
Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2024-08-28
lib/test_bits.c: Add tests for GENMASK_U128()
Anshuman Khandual
1
-0
/
+34
2024-08-27
kunit, slub: add test_kfree_rcu() and test_leak_destroy()
Vlastimil Babka
1
-0
/
+31
2024-08-26
kunit: Device wrappers should also manage driver name
David Gow
2
-2
/
+24
2024-08-26
random: vDSO: reject unknown getrandom() flags
Yann Droneaud
1
-0
/
+4
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-08-19
x86: support user address masking instead of non-speculative conditional
Linus Torvalds
2
-0
/
+18
2024-08-17
Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefs
Linus Torvalds
1
-0
/
+2
2024-08-17
crypto: lib/mpi - Add error checks to extension
Herbert Xu
7
-47
/
+117
2024-08-17
Revert "lib/mpi: Extend the MPI library"
Herbert Xu
11
-1100
/
+10
2024-08-15
lib/string_helpers: rework overflow-dependent code
Justin Stitt
1
-0
/
+3
2024-08-15
fortify: use if_changed_dep to record header dependency in *.cmd files
Masahiro Yamada
1
-6
/
+6
2024-08-15
fortify: move test_fortify.sh to lib/test_fortify/
Masahiro Yamada
2
-2
/
+68
2024-08-15
fortify: refactor test_fortify Makefile to fix some build problems
Masahiro Yamada
4
-39
/
+31
2024-08-15
kunit/overflow: Fix UB in overflow_allocation_test
Ivan Orlov
1
-2
/
+1
2024-08-15
locking/csd_lock: Provide an indication of ongoing CSD-lock stall
Paul E. McKenney
1
-0
/
+1
2024-08-13
lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
Kent Overstreet
1
-0
/
+2
2024-08-10
Revert "lib/mpi: Introduce ec implementation to MPI library"
Herbert Xu
2
-1508
/
+0
2024-08-08
kcov: Add interrupt handling self test
Dmitry Vyukov
1
-0
/
+8
2024-08-06
x86/traps: Enable UBSAN traps on x86
Gatlin Newhouse
1
-2
/
+2
2024-07-30
Union-Find: add a new module in kernel library
Xavier
2
-1
/
+50
2024-07-30
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
106
-563
/
+1758
2024-07-29
platform: Add test managed platform_device/driver APIs
Stephen Boyd
3
-1
/
+529
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2
-1
/
+2
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-26
/
+4
2024-07-27
Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2024-07-26
decompress_bunzip2: fix rare decompression failure
Ross Lagerwall
1
-1
/
+2
2024-07-26
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Linus Torvalds
3
-0
/
+3
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+2
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+16
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+256
2024-07-22
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+29
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
50
-62
/
+231
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-9
/
+39
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+3
2024-07-19
random: introduce generic vDSO getrandom() implementation
Jason A. Donenfeld
2
-0
/
+256
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
10
-17
/
+15
[prev]
[next]