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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
nilfs2: prepare backing device folios for writing after adding checksums
Ryusuke Konishi
1
-33
/
+52
2024-06-24
proc: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-06-24
most: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2
-8
/
+8
2024-06-24
fsi: occ: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-9
/
+8
2024-06-24
crash: remove header files which are included more than once
Wenchao Hao
1
-1
/
+0
2024-06-24
proc: test "Kthread:" field
Alexey Dobriyan
4
-0
/
+94
2024-06-24
lib/Kconfig.debug: document panic= command line option and procfs entry for P...
Brian Masney
1
-1
/
+3
2024-06-24
lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-24
lib/test_kmod: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-24
siphash: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-24
uuid: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-24
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
Jeff Johnson
6
-0
/
+6
2024-06-24
lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-24
KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
Jeff Johnson
2
-0
/
+2
2024-06-24
kunit/fortify: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-24
kernel/panic: add verbose logging of kernel taints in backtraces
Jani Nikula
3
-14
/
+42
2024-06-24
kernel/panic: initialize taint_flags[] using a macro
Jani Nikula
1
-19
/
+27
2024-06-24
kernel/panic: convert print_tainted() to use struct seq_buf internally
Jani Nikula
1
-14
/
+24
2024-06-24
kernel/panic: return early from print_tainted() when not tainted
Jani Nikula
1
-12
/
+13
2024-06-24
lib/ts: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-24
tools/lib/list_sort: remove redundant code for cond_resched handling
Kuan-Wei Chiu
1
-10
/
+0
2024-06-24
lib/plist.c: enforce memory ordering in plist_check_list
I Hsin Cheng
1
-2
/
+2
2024-06-24
selftests: introduce additional eventfd test coverage
Wen Yang
1
-5
/
+131
2024-06-24
percpu_counter: add a cmpxchg-based _add_batch variant
Mateusz Guzik
1
-5
/
+39
2024-06-24
selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
John Hubbard
1
-2
/
+4
2024-06-24
lib/test_sort: add a testcase to ensure code coverage
Kuan-Wei Chiu
1
-1
/
+13
2024-06-24
lib/sort: optimize heapsort for handling final 2 or 3 elements
Kuan-Wei Chiu
1
-4
/
+6
2024-06-24
lib/sort: fix outdated comment regarding glibc qsort()
Kuan-Wei Chiu
1
-1
/
+1
2024-06-24
lib/sort: remove unused pr_fmt macro
Kuan-Wei Chiu
1
-2
/
+0
2024-06-24
cpumask: make core headers including cpumask_types.h where possible
Yury Norov
10
-10
/
+10
2024-06-24
cpumask: cleanup core headers inclusion
Yury Norov
10
-10
/
+0
2024-06-24
sched: drop sched.h dependency on cpumask
Yury Norov
1
-2
/
+3
2024-06-24
cpumask: split out include/linux/cpumask_types.h
Yury Norov
3
-55
/
+68
2024-06-24
sched: avoid using ilog2() in sched.h
Yury Norov
1
-1
/
+1
2024-06-24
MAINTAINERS: add linux/nodemask_types.h to BITMAP API
Yury Norov
1
-0
/
+1
2024-06-24
scripts/decode_stacktrace.sh: better support to ARM32 module stack trace
Xiong Nandi
1
-0
/
+3
2024-06-24
scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIX
Xiong Nandi
1
-1
/
+2
2024-06-24
bcachefs: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
5
-155
/
+90
2024-06-24
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
11
-217
/
+263
2024-06-24
lib/test_min_heap: add test for heap_del()
Kuan-Wei Chiu
1
-0
/
+36
2024-06-24
lib min_heap: update min_heap_push() to use min_heap_sift_up()
Kuan-Wei Chiu
1
-8
/
+1
2024-06-24
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
3
-9
/
+9
2024-06-24
lib min_heap: update min_heap_push() and min_heap_pop() to return bool values
Kuan-Wei Chiu
1
-4
/
+8
2024-06-24
lib min_heap: add min_heap_del()
Kuan-Wei Chiu
1
-0
/
+24
2024-06-24
lib min_heap: add min_heap_sift_up()
Kuan-Wei Chiu
1
-0
/
+20
2024-06-24
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
5
-52
/
+54
2024-06-24
lib min_heap: add min_heap_full()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-24
lib min_heap: add min_heap_peek()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-24
lib min_heap: add min_heap_init()
Kuan-Wei Chiu
1
-0
/
+15
2024-06-24
lib min_heap: add type safe interface
Kuan-Wei Chiu
5
-47
/
+70
[next]