summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-25lib/ts: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-25tools/lib/list_sort: remove redundant code for cond_resched handlingKuan-Wei Chiu1-10/+0
2024-06-25lib/plist.c: enforce memory ordering in plist_check_listI Hsin Cheng1-2/+2
2024-06-25selftests: introduce additional eventfd test coverageWen Yang1-5/+131
2024-06-25percpu_counter: add a cmpxchg-based _add_batch variantMateusz Guzik1-5/+39
2024-06-25selftests/mqueue: fix 5 warnings about signed/unsigned mismatchesJohn Hubbard1-2/+4
2024-06-25lib/test_sort: add a testcase to ensure code coverageKuan-Wei Chiu1-1/+13
2024-06-25lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu1-4/+6
2024-06-25lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu1-1/+1
2024-06-25lib/sort: remove unused pr_fmt macroKuan-Wei Chiu1-2/+0
2024-06-25cpumask: make core headers including cpumask_types.h where possibleYury Norov10-10/+10
2024-06-25cpumask: cleanup core headers inclusionYury Norov10-10/+0
2024-06-25sched: drop sched.h dependency on cpumaskYury Norov1-2/+3
2024-06-25cpumask: split out include/linux/cpumask_types.hYury Norov3-55/+68
2024-06-25sched: avoid using ilog2() in sched.hYury Norov1-1/+1
2024-06-25MAINTAINERS: add linux/nodemask_types.h to BITMAP APIYury Norov1-0/+1
2024-06-25scripts/decode_stacktrace.sh: better support to ARM32 module stack traceXiong Nandi1-0/+3
2024-06-25scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIXXiong Nandi1-1/+2
2024-06-25bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu5-155/+90
2024-06-25bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu11-217/+263
2024-06-25lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu1-0/+36
2024-06-25lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu1-8/+1
2024-06-25lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu3-9/+9
2024-06-25lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu1-4/+8
2024-06-25lib min_heap: add min_heap_del()Kuan-Wei Chiu1-0/+24
2024-06-25lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu1-0/+20
2024-06-25lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu5-52/+54
2024-06-25lib min_heap: add min_heap_full()Kuan-Wei Chiu1-0/+10
2024-06-25lib min_heap: add min_heap_peek()Kuan-Wei Chiu1-0/+10
2024-06-25lib min_heap: add min_heap_init()Kuan-Wei Chiu1-0/+15
2024-06-25lib min_heap: add type safe interfaceKuan-Wei Chiu5-47/+70
2024-06-25bcachefs: fix typoKuan-Wei Chiu1-1/+1
2024-06-25bcache: fix typoKuan-Wei Chiu1-1/+1
2024-06-25perf/core: fix several typosKuan-Wei Chiu1-4/+4
2024-06-25include/linux/jhash.h: fix typosWei-Hsin Yeh1-3/+3
2024-06-25fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak1-3/+4
2024-06-25ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-06-25ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-06-25backtracetest: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-24Linux 6.10-rc5v6.10-rc5Linus Torvalds1-1/+1
2024-06-23Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-41/+83
2024-06-23Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-32/+27
2024-06-23Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-21/+12
2024-06-23Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2024-06-23Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2024-06-23Merge tag 'powerpc-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-5/+15
2024-06-23Merge tag 'i2c-host-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang3-3/+3
2024-06-23Merge tag 'rust-fixes-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-2/+5
2024-06-23Merge tag 'regulator-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-23/+25
2024-06-22Merge tag 'spi-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-30/+23