index
:
linux-stable.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.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: Make pr_flush() static
Thomas Gleixner
2022-09-29
2
-9
/
+3
*
printk: do not wait for consoles when suspended
John Ogness
2022-07-15
1
-2
/
+11
*
Revert "printk: add functions to prefer direct printing"
Petr Mladek
2022-06-23
9
-78
/
+2
*
Revert "printk: add kthread console printers"
Petr Mladek
2022-06-23
2
-309
/
+22
*
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
2022-06-23
2
-220
/
+56
*
Revert "printk: remove @console_locked"
Petr Mladek
2022-06-23
1
-14
/
+15
*
Revert "printk: Block console kthreads when direct printing will be required"
Petr Mladek
2022-06-23
1
-3
/
+1
*
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
2022-06-23
6
-47
/
+0
*
printk: Wait for the global console lock when the system is going down
Petr Mladek
2022-06-15
6
-0
/
+47
*
printk: Block console kthreads when direct printing will be required
Petr Mladek
2022-06-15
1
-1
/
+3
*
Revert "printk: wake up all waiters"
John Ogness
2022-05-27
1
-1
/
+1
*
Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-25
15
-321
/
+1174
|
\
|
*
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
2022-05-23
12
-321
/
+1034
|
|
\
|
|
*
printk, tracing: fix console tracepoint
Marco Elver
2022-05-06
1
-2
/
+2
|
|
*
printk: remove @console_locked
John Ogness
2022-04-26
1
-15
/
+14
|
|
*
printk: extend console_lock for per-console locking
John Ogness
2022-04-26
2
-56
/
+220
|
|
*
printk: add kthread console printers
John Ogness
2022-04-22
2
-22
/
+309
|
|
*
printk: add functions to prefer direct printing
John Ogness
2022-04-22
9
-2
/
+78
|
|
*
printk: add pr_flush()
John Ogness
2022-04-22
2
-0
/
+90
|
|
*
printk: move buffer definitions into console_emit_next_record() caller
John Ogness
2022-04-22
1
-17
/
+43
|
|
*
printk: refactor and rework printing logic
John Ogness
2022-04-22
2
-213
/
+230
|
|
*
printk: add con_printk() macro for console details
John Ogness
2022-04-22
1
-6
/
+7
|
|
*
printk: call boot_delay_msec() in printk_delay()
John Ogness
2022-04-22
1
-3
/
+4
|
|
*
printk: get caller_id/timestamp after migration disable
John Ogness
2022-04-22
1
-4
/
+6
|
|
*
printk: wake waiters for safe and NMI contexts
John Ogness
2022-04-22
1
-12
/
+16
|
|
*
printk: wake up all waiters
John Ogness
2022-04-22
1
-1
/
+1
|
|
*
printk: add missing memory barrier to wake_up_klogd()
John Ogness
2022-04-22
1
-3
/
+36
|
|
*
printk: cpu sync always disable interrupts
John Ogness
2022-04-22
1
-9
/
+9
|
|
*
printk: rename cpulock functions
John Ogness
2022-04-22
4
-60
/
+73
|
*
|
printk/index: Printk index feature documentation
Petr Mladek
2022-04-13
3
-0
/
+139
|
*
|
MAINTAINERS: Add printk indexing maintainers on mention of printk_index
Chris Down
2022-04-01
1
-0
/
+1
|
|
/
*
|
Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2022-05-25
14
-143
/
+283
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...
Vlastimil Babka
2022-05-23
9
-91
/
+238
|
|
\
\
\
|
|
|
*
|
mm/slub: remove unused kmem_cache_order_objects max
Miaohe Lin
2022-05-02
2
-3
/
+0
|
|
|
*
|
mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()
Ohhoon Kwon
2022-04-13
1
-15
/
+3
|
|
*
|
|
slab, documentation: add description of debugfs files for SLUB caches
Oliver Glitta
2022-04-06
1
-0
/
+64
|
|
*
|
|
mm/slub: sort debugfs output by frequency of stack traces
Oliver Glitta
2022-04-06
1
-0
/
+16
|
|
*
|
|
mm/slub: distinguish and print stack traces in debugfs files
Oliver Glitta
2022-04-06
1
-2
/
+26
|
|
*
|
|
mm/slub: use stackdepot to save stack trace in objects
Oliver Glitta
2022-04-06
4
-31
/
+47
|
|
*
|
|
mm/slub: move struct track init out of set_track()
Vlastimil Babka
2022-04-06
1
-17
/
+15
|
|
*
|
|
lib/stackdepot: allow requesting early initialization dynamically
Vlastimil Babka
2022-04-06
3
-29
/
+73
|
|
|
/
/
|
*
|
|
MAINTAINERS: add myself as reviewer for slab
Hyeonggon Yoo
2022-05-10
1
-0
/
+1
|
*
|
|
mm: slab: fix comment for __assume_kmalloc_alignment
Andrey Konovalov
2022-05-02
1
-3
/
+3
|
*
|
|
mm: slab: fix comment for ARCH_KMALLOC_MINALIGN
Andrey Konovalov
2022-05-02
1
-1
/
+1
|
*
|
|
mm/slub: remove unneeded return value of slab_pad_check
Miaohe Lin
2022-04-20
1
-7
/
+5
|
*
|
|
mm/slub: remove meaningless node check in ___slab_alloc()
JaeSang Yoo
2022-04-13
1
-1
/
+0
|
*
|
|
mm/slub: remove duplicate flag in allocate_slab()
Jiyoup Kim
2022-04-13
1
-1
/
+1
|
*
|
|
mm/slub: remove unused parameter in setup_object*()
JaeSang Yoo
2022-04-13
1
-11
/
+8
|
*
|
|
mm/slab.c: fix comments
Yixuan Cao
2022-04-07
1
-6
/
+6
|
*
|
|
mm/slub, kunit: Make slub_kunit unaffected by user specified flags
Hyeonggon Yoo
2022-04-06
4
-7
/
+18
[next]