index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
lib/ts: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-25
tools/lib/list_sort: remove redundant code for cond_resched handling
Kuan-Wei Chiu
1
-10
/
+0
2024-06-25
lib/plist.c: enforce memory ordering in plist_check_list
I Hsin Cheng
1
-2
/
+2
2024-06-25
selftests: introduce additional eventfd test coverage
Wen Yang
1
-5
/
+131
2024-06-25
percpu_counter: add a cmpxchg-based _add_batch variant
Mateusz Guzik
1
-5
/
+39
2024-06-25
selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
John Hubbard
1
-2
/
+4
2024-06-25
lib/test_sort: add a testcase to ensure code coverage
Kuan-Wei Chiu
1
-1
/
+13
2024-06-25
lib/sort: optimize heapsort for handling final 2 or 3 elements
Kuan-Wei Chiu
1
-4
/
+6
2024-06-25
lib/sort: fix outdated comment regarding glibc qsort()
Kuan-Wei Chiu
1
-1
/
+1
2024-06-25
lib/sort: remove unused pr_fmt macro
Kuan-Wei Chiu
1
-2
/
+0
2024-06-25
cpumask: make core headers including cpumask_types.h where possible
Yury Norov
10
-10
/
+10
2024-06-25
cpumask: cleanup core headers inclusion
Yury Norov
10
-10
/
+0
2024-06-25
sched: drop sched.h dependency on cpumask
Yury Norov
1
-2
/
+3
2024-06-25
cpumask: split out include/linux/cpumask_types.h
Yury Norov
3
-55
/
+68
2024-06-25
sched: avoid using ilog2() in sched.h
Yury Norov
1
-1
/
+1
2024-06-25
MAINTAINERS: add linux/nodemask_types.h to BITMAP API
Yury Norov
1
-0
/
+1
2024-06-25
scripts/decode_stacktrace.sh: better support to ARM32 module stack trace
Xiong Nandi
1
-0
/
+3
2024-06-25
scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIX
Xiong Nandi
1
-1
/
+2
2024-06-25
bcachefs: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
5
-155
/
+90
2024-06-25
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
11
-217
/
+263
2024-06-25
lib/test_min_heap: add test for heap_del()
Kuan-Wei Chiu
1
-0
/
+36
2024-06-25
lib min_heap: update min_heap_push() to use min_heap_sift_up()
Kuan-Wei Chiu
1
-8
/
+1
2024-06-25
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
3
-9
/
+9
2024-06-25
lib min_heap: update min_heap_push() and min_heap_pop() to return bool values
Kuan-Wei Chiu
1
-4
/
+8
2024-06-25
lib min_heap: add min_heap_del()
Kuan-Wei Chiu
1
-0
/
+24
2024-06-25
lib min_heap: add min_heap_sift_up()
Kuan-Wei Chiu
1
-0
/
+20
2024-06-25
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
5
-52
/
+54
2024-06-25
lib min_heap: add min_heap_full()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-25
lib min_heap: add min_heap_peek()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-25
lib min_heap: add min_heap_init()
Kuan-Wei Chiu
1
-0
/
+15
2024-06-25
lib min_heap: add type safe interface
Kuan-Wei Chiu
5
-47
/
+70
2024-06-25
bcachefs: fix typo
Kuan-Wei Chiu
1
-1
/
+1
2024-06-25
bcache: fix typo
Kuan-Wei Chiu
1
-1
/
+1
2024-06-25
perf/core: fix several typos
Kuan-Wei Chiu
1
-4
/
+4
2024-06-25
include/linux/jhash.h: fix typos
Wei-Hsin Yeh
1
-3
/
+3
2024-06-25
fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()
Uros Bizjak
1
-3
/
+4
2024-06-25
ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
Ferry Meng
1
-5
/
+10
2024-06-25
ocfs2: add bounds checking to ocfs2_xattr_find_entry()
Ferry Meng
1
-4
/
+8
2024-06-25
backtracetest: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-24
Linux 6.10-rc5
v6.10-rc5
Linus Torvalds
1
-1
/
+1
2024-06-23
Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-41
/
+83
2024-06-23
Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-32
/
+27
2024-06-23
Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-21
/
+12
2024-06-23
Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2024-06-23
Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+3
2024-06-23
Merge tag 'powerpc-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-5
/
+15
2024-06-23
Merge tag 'i2c-host-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
3
-3
/
+3
2024-06-23
Merge tag 'rust-fixes-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-2
/
+5
2024-06-23
Merge tag 'regulator-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-23
/
+25
2024-06-22
Merge tag 'spi-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-30
/
+23
[prev]
[next]