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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
2
-5
/
+37
2025-01-13
lib/inflate.c: remove dead code
Ariel Otilibili
1
-2
/
+0
2025-01-13
iov_iter: remove setting of page->index
Matthew Wilcox (Oracle)
1
-3
/
+0
2025-01-13
lib/math: add int_sqrt test suite
Luis Felipe Hernandez
4
-0
/
+83
2025-01-13
lib/rhashtable: fix the typo for preemptible
Pratyush Mittal
1
-1
/
+1
2025-01-13
fault-inject: use prandom where cryptographically secure randomness is not ne...
Akinobu Mita
1
-2
/
+26
2025-01-13
xarray: port tests to kunit
Tamir Duberstein
3
-281
/
+410
2025-01-13
xarray: extract helper from __xa_{insert,cmpxchg}
Tamir Duberstein
1
-20
/
+19
2025-01-13
xarray: extract xa_zero_to_null
Tamir Duberstein
1
-8
/
+9
2025-01-13
lib/test_min_heap: use inline min heap variants to reduce attack vector
Kuan-Wei Chiu
2
-16
/
+15
2025-01-10
Merge tag 'v6.13-rc6' into drm-next
Dave Airlie
2
-5
/
+37
2025-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-01-08
misc:minor basic kunit tests
Vimal Agrawal
1
-0
/
+11
2025-01-06
bpf/tests: Add 32 bits only long conditional jump tests
Christophe Leroy
1
-6
/
+58
2025-01-06
vsnprintf: fix up kerneldoc for argument name changes
Linus Torvalds
1
-3
/
+3
2025-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+36
2025-01-03
lib: test_objpool: Use kthread_run_on_cpu()
Frederic Weisbecker
1
-14
/
+5
2024-12-31
maple_tree: reload mas before the second call for mas_empty_area
Yang Erkun
1
-0
/
+1
2024-12-28
crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init
Herbert Xu
1
-1
/
+1
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
1
-45
/
+0
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
1
-3
/
+3
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
1
-2
/
+2
2024-12-23
vsprintf: don't make the 'binary' version pack small integer arguments
Linus Torvalds
1
-23
/
+6
2024-12-23
vsnprintf: collapse the number format state into one single state
Linus Torvalds
1
-71
/
+66
2024-12-23
vsnprintf: mark the indirect width and precision cases unlikely
Linus Torvalds
1
-4
/
+4
2024-12-23
vsnprintf: inline skip_atoi() again
Linus Torvalds
1
-2
/
+1
2024-12-23
vsprintf: deal with format specifiers with a lookup table
Linus Torvalds
1
-79
/
+54
2024-12-23
vsprintf: deal with format flags with a simple lookup table
Linus Torvalds
1
-20
/
+21
2024-12-23
vsprintf: associate the format state with the format pointer
Linus Torvalds
1
-135
/
+157
2024-12-23
vsprintf: fix calling convention for format_decode()
Linus Torvalds
1
-20
/
+17
2024-12-23
vsprintf: avoid nested switch statement on same variable
Linus Torvalds
1
-52
/
+47
2024-12-23
vsprintf: simplify number handling
Linus Torvalds
1
-102
/
+42
2024-12-22
Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...
Peter Zijlstra
1
-9
/
+9
2024-12-21
crypto: lib/gf128mul - Remove some bbe deadcode
Dr. David Alan Gilbert
1
-75
/
+0
2024-12-21
rhashtable: Fix potential deadlock by moving schedule_work outside lock
Breno Leitao
1
-4
/
+6
2024-12-21
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-2
/
+2
2024-12-20
Merge branch 'locking/urgent'
Peter Zijlstra
5
-17
/
+34
2024-12-20
Merge tag 'drm-misc-next-2024-12-19' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-1
/
+1
2024-12-19
alloc_tag: fix module allocation tags populated area calculation
Suren Baghdasaryan
1
-5
/
+29
2024-12-19
mm/codetag: clear tags before swap
David Wang
1
-0
/
+7
2024-12-17
Documentation: move dev-tools debugging files to process/debugging/
Randy Dunlap
2
-2
/
+2
2024-12-15
lockdep: Clarify size for LOCKDEP_*_BITS configs
Carlos Llamas
1
-5
/
+5
2024-12-15
lockdep: Fix upper limit for LOCKDEP_*_BITS configs
Carlos Llamas
1
-4
/
+4
2024-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-17
/
+34
2024-12-12
drm/log: select CONFIG_FONT_SUPPORT
Arnd Bergmann
1
-1
/
+1
2024-12-12
lib: packing: add pack_fields() and unpack_fields()
Vladimir Oltean
2
-0
/
+214
2024-12-12
lib: packing: demote truncation error in pack() to a warning in __pack()
Vladimir Oltean
1
-16
/
+10
2024-12-12
lib: packing: create __pack() and __unpack() variants without error checking
Vladimir Oltean
1
-64
/
+78
2024-12-11
Documentation: core-api: add generic parser docbook
Randy Dunlap
1
-2
/
+3
2024-12-10
lib/crc32test: delete obsolete crc32test.c
Eric Biggers
3
-862
/
+0
[prev]
[next]