index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
printk: Wait for all reserved records with pr_flush()
John Ogness
2024-02-07
3
-1
/
+107
*
printk: ringbuffer: Cleanup reader terminology
John Ogness
2024-02-07
1
-7
/
+9
*
printk: Add this_cpu_in_panic()
John Ogness
2024-02-07
2
-20
/
+24
*
printk: For @suppress_panic_printk check for other CPU in panic
John Ogness
2024-02-07
1
-2
/
+1
*
printk: ringbuffer: Clarify special lpos values
John Ogness
2024-02-07
2
-5
/
+31
*
printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
John Ogness
2024-02-07
2
-41
/
+127
*
printk: Use prb_first_seq() as base for 32bit seq macros
John Ogness
2024-02-07
2
-5
/
+5
*
printk: Adjust mapping for 32bit seq macros
Sebastian Andrzej Siewior
2024-02-07
1
-1
/
+1
*
printk: nbcon: Relocate 32bit seq macros
John Ogness
2024-02-07
2
-37
/
+37
*
Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2023-11-03
6
-78
/
+1288
|
\
|
*
Merge branch 'rework/nbcon-base' into for-linus
Petr Mladek
2023-11-02
5
-50
/
+1263
|
|
\
|
|
*
printk: fix illegal pbufs access for !CONFIG_PRINTK
John Ogness
2023-09-21
1
-26
/
+18
|
|
*
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
2023-09-18
2
-0
/
+85
|
|
*
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
2023-09-18
4
-8
/
+134
|
|
*
printk: nbcon: Add sequence handling
Thomas Gleixner
2023-09-18
4
-7
/
+136
|
|
*
printk: nbcon: Add ownership state functions
Thomas Gleixner
2023-09-18
1
-1
/
+122
|
|
*
printk: nbcon: Add buffer management
Thomas Gleixner
2023-09-18
4
-15
/
+99
|
|
*
printk: Make static printk buffers available to nbcon
John Ogness
2023-09-18
2
-4
/
+11
|
|
*
printk: nbcon: Add acquire/release logic
Thomas Gleixner
2023-09-18
2
-0
/
+553
|
|
*
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
2023-09-18
5
-4
/
+120
|
*
|
Merge branch 'rework/misc-cleanups' into for-linus
Petr Mladek
2023-11-02
1
-13
/
+13
|
|
\
\
|
|
*
|
printk: Reduce pr_flush() pooling time
Petr Mladek
2023-10-11
1
-13
/
+13
|
*
|
|
Merge branch 'for-6.7' into for-linus
Petr Mladek
2023-11-02
2
-15
/
+12
|
|
\
\
\
|
|
*
|
|
vsprintf: uninline simple_strntoull(), reorder arguments
Alexey Dobriyan
2023-11-01
1
-13
/
+12
|
|
*
|
|
printk: printk: Remove unnecessary statements'len = 0;'
Li kunyu
2023-10-24
1
-2
/
+0
*
|
|
|
|
Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-11-03
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
livepatch: Fix missing newline character in klp_resolve_symbols()
Zheng Yejian
2023-09-20
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'bitmap-for-6.7' of https://github.com/norov/linux
Linus Torvalds
2023-11-03
10
-754
/
+700
|
\
\
\
\
\
\
|
*
|
|
|
|
|
buildid: reduce header file dependencies for module
Arnd Bergmann
2023-10-18
1
-1
/
+2
|
*
|
|
|
|
|
bitmap: move bitmap_*_region() functions to bitmap.h
Yury Norov
2023-10-16
2
-67
/
+61
|
*
|
|
|
|
|
bitmap: drop _reg_op() function
Yury Norov
2023-10-14
1
-76
/
+0
|
*
|
|
|
|
|
bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()
Yury Norov
2023-10-14
1
-1
/
+1
|
*
|
|
|
|
|
bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()
Yury Norov
2023-10-14
1
-1
/
+1
|
*
|
|
|
|
|
bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()
Yury Norov
2023-10-14
1
-1
/
+4
|
*
|
|
|
|
|
bitmap: fix opencoded bitmap_allocate_region()
Yury Norov
2023-10-14
1
-4
/
+2
|
*
|
|
|
|
|
bitmap: add test for bitmap_*_region() functions
Yury Norov
2023-10-14
1
-0
/
+24
|
*
|
|
|
|
|
bitmap: align __reg_op() wrappers with modern coding style
Yury Norov
2023-10-14
1
-7
/
+5
|
*
|
|
|
|
|
lib/bitmap: split-out string-related operations to a separate files
Yury Norov
2023-10-14
6
-530
/
+530
|
*
|
|
|
|
|
bitmap: Remove dead code, i.e. bitmap_copy_le()
Andy Shevchenko
2023-10-14
2
-28
/
+0
|
*
|
|
|
|
|
bitmap: Fix a typo ("identify map")
Jonathan Neuschäfer
2023-10-14
1
-2
/
+2
|
*
|
|
|
|
|
cpumask: kernel-doc cleanups and additions
Randy Dunlap
2023-10-14
2
-49
/
+81
*
|
|
|
|
|
|
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-02
106
-1000
/
+894
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
scripts/gdb/vmalloc: disable on no-MMU
Ben Wolsieffer
2023-11-01
2
-2
/
+7
|
*
|
|
|
|
|
|
scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n
Clément Léger
2023-11-01
1
-4
/
+5
|
*
|
|
|
|
|
|
.mailmap: add address mapping for Tomeu Vizoso
Bagas Sanjaya
2023-11-01
1
-0
/
+1
|
*
|
|
|
|
|
|
mailmap: update email address for Claudiu Beznea
Claudiu Beznea
2023-11-01
1
-0
/
+1
|
*
|
|
|
|
|
|
tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissions
Itaru Kitayama
2023-11-01
1
-0
/
+1
|
*
|
|
|
|
|
|
.mailmap: map Benjamin Poirier's address
Bagas Sanjaya
2023-11-01
1
-0
/
+1
|
*
|
|
|
|
|
|
scripts/gdb: add lx_current support for riscv
Deepak Gupta
2023-11-01
1
-0
/
+15
|
*
|
|
|
|
|
|
ocfs2: fix a spelling typo in comment
Kunwu Chan
2023-11-01
1
-1
/
+1
[next]