index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-06-24
lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-24
KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
Jeff Johnson
-0
/
+2
2024-06-24
kunit/fortify: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-06-24
kernel/panic: add verbose logging of kernel taints in backtraces
Jani Nikula
-14
/
+42
2024-06-24
kernel/panic: initialize taint_flags[] using a macro
Jani Nikula
-19
/
+27
2024-06-24
kernel/panic: convert print_tainted() to use struct seq_buf internally
Jani Nikula
-14
/
+24
2024-06-24
kernel/panic: return early from print_tainted() when not tainted
Jani Nikula
-12
/
+13
2024-06-24
lib/ts: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+3
2024-06-24
tools/lib/list_sort: remove redundant code for cond_resched handling
Kuan-Wei Chiu
-10
/
+0
2024-06-24
lib/plist.c: enforce memory ordering in plist_check_list
I Hsin Cheng
-2
/
+2
2024-06-24
selftests: introduce additional eventfd test coverage
Wen Yang
-5
/
+131
2024-06-24
percpu_counter: add a cmpxchg-based _add_batch variant
Mateusz Guzik
-5
/
+39
2024-06-24
selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
John Hubbard
-2
/
+4
2024-06-24
lib/test_sort: add a testcase to ensure code coverage
Kuan-Wei Chiu
-1
/
+13
2024-06-24
lib/sort: optimize heapsort for handling final 2 or 3 elements
Kuan-Wei Chiu
-4
/
+6
2024-06-24
lib/sort: fix outdated comment regarding glibc qsort()
Kuan-Wei Chiu
-1
/
+1
2024-06-24
lib/sort: remove unused pr_fmt macro
Kuan-Wei Chiu
-2
/
+0
2024-06-24
cpumask: make core headers including cpumask_types.h where possible
Yury Norov
-10
/
+10
2024-06-24
cpumask: cleanup core headers inclusion
Yury Norov
-10
/
+0
2024-06-24
sched: drop sched.h dependency on cpumask
Yury Norov
-2
/
+3
2024-06-24
cpumask: split out include/linux/cpumask_types.h
Yury Norov
-55
/
+68
2024-06-24
sched: avoid using ilog2() in sched.h
Yury Norov
-1
/
+1
2024-06-24
MAINTAINERS: add linux/nodemask_types.h to BITMAP API
Yury Norov
-0
/
+1
2024-06-24
scripts/decode_stacktrace.sh: better support to ARM32 module stack trace
Xiong Nandi
-0
/
+3
2024-06-24
scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIX
Xiong Nandi
-1
/
+2
2024-06-24
bcachefs: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
-155
/
+90
2024-06-24
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
-217
/
+263
2024-06-24
lib/test_min_heap: add test for heap_del()
Kuan-Wei Chiu
-0
/
+36
2024-06-24
lib min_heap: update min_heap_push() to use min_heap_sift_up()
Kuan-Wei Chiu
-8
/
+1
2024-06-24
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
-9
/
+9
2024-06-24
lib min_heap: update min_heap_push() and min_heap_pop() to return bool values
Kuan-Wei Chiu
-4
/
+8
2024-06-24
lib min_heap: add min_heap_del()
Kuan-Wei Chiu
-0
/
+24
2024-06-24
lib min_heap: add min_heap_sift_up()
Kuan-Wei Chiu
-0
/
+20
2024-06-24
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
-52
/
+54
2024-06-24
lib min_heap: add min_heap_full()
Kuan-Wei Chiu
-0
/
+10
2024-06-24
lib min_heap: add min_heap_peek()
Kuan-Wei Chiu
-0
/
+10
2024-06-24
lib min_heap: add min_heap_init()
Kuan-Wei Chiu
-0
/
+15
2024-06-24
lib min_heap: add type safe interface
Kuan-Wei Chiu
-47
/
+70
2024-06-24
bcachefs: fix typo
Kuan-Wei Chiu
-1
/
+1
2024-06-24
bcache: fix typo
Kuan-Wei Chiu
-1
/
+1
2024-06-24
perf/core: fix several typos
Kuan-Wei Chiu
-4
/
+4
2024-06-24
include/linux/jhash.h: fix typos
Wei-Hsin Yeh
-3
/
+3
2024-06-24
fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()
Uros Bizjak
-3
/
+4
2024-06-24
ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
Ferry Meng
-5
/
+10
2024-06-24
ocfs2: add bounds checking to ocfs2_xattr_find_entry()
Ferry Meng
-4
/
+8
2024-06-24
backtracetest: add MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-06-23
Linux 6.10-rc5
v6.10-rc5
Linus Torvalds
-1
/
+1
2024-06-23
Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-41
/
+83
2024-06-23
Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-32
/
+27
2024-06-23
Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-21
/
+12
[next]