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.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-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
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
2020-06-09
1
-12
/
+5
*
mmap locking API: convert nested write lock sites
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
10
-39
/
+39
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
3
-3
/
+0
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
3
-3
/
+3
*
kernel: use show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
sched: print stack trace with KERN_INFO
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
kdb: don't play with console_loglevel
Dmitry Safonov
2020-06-09
1
-7
/
+8
*
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
2020-06-09
3
-10
/
+8
*
module: move the set_fs hack for flush_icache_range to m68k
Christoph Hellwig
2020-06-08
1
-8
/
+0
*
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
1
-1
/
+1
*
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
2020-06-08
1
-2
/
+2
*
kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted
Rafael Aquini
2020-06-08
1
-3
/
+2
*
panic: add sysctl to dump all CPUs backtraces on oops event
Guilherme G. Piccoli
2020-06-08
2
-0
/
+22
*
kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...
Guilherme G. Piccoli
2020-06-08
2
-2
/
+29
*
kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
Guilherme G. Piccoli
2020-06-08
1
-28
/
+9
*
kernel/hung_task convert hung_task_panic boot parameter to sysctl
Vlastimil Babka
2020-06-08
1
-10
/
+0
*
kernel: add panic_on_taint
Rafael Aquini
2020-06-08
2
-1
/
+44
*
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-07
1
-0
/
+5
|
\
|
*
/dev/mem: Revoke mappings when a driver claims the region
Dan Williams
2020-05-27
1
-0
/
+5
*
|
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-06-07
3
-3
/
+3
|
\
\
|
*
\
Merge 5.7-rc7 into tty-next
Greg Kroah-Hartman
2020-05-25
11
-105
/
+184
|
|
\
\
|
*
|
|
rcu: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
|
*
|
|
kernel/power: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
|
*
|
|
kdb: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-06-06
1
-1
/
+1
|
\
\
\
|
*
|
|
kbuild: add variables for compression tools
Denis Efremov
2020-06-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-06-06
7
-136
/
+318
|
\
\
\
|
*
|
|
dma-contiguous: fix comment for dma_release_from_contiguous
Peter Collingbourne
2020-04-25
1
-2
/
+2
|
*
|
|
dma-pool: scale the default DMA coherent pool size with memory capacity
David Rientjes
2020-04-25
1
-2
/
+12
|
*
|
|
dma-pool: add pool sizes to debugfs
David Rientjes
2020-04-25
1
-0
/
+30
|
*
|
|
dma-direct: atomic allocations must come from atomic coherent pools
David Rientjes
2020-04-25
2
-10
/
+63
|
*
|
|
dma-pool: dynamically expanding atomic pools
David Rientjes
2020-04-25
1
-38
/
+84
|
*
|
|
dma-pool: add additional coherent pools to map to gfp mask
David Rientjes
2020-04-20
2
-49
/
+83
|
*
|
|
dma-remap: separate DMA atomic pools from direct remap code
David Rientjes
2020-04-20
4
-121
/
+130
|
*
|
|
dma-debug: make __dma_entry_alloc_check_leak() static
Jason Yan
2020-04-20
1
-1
/
+1
*
|
|
|
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2020-06-06
1
-98
/
+109
|
\
\
\
\
|
*
|
|
|
workqueue: use BUILD_BUG_ON() for compile time test instead of WARN_ON()
Lai Jiangshan
2020-06-01
1
-1
/
+1
|
*
|
|
|
workqueue: remove useless unlock() and lock() in series
Lai Jiangshan
2020-05-29
1
-2
/
+0
|
*
|
|
|
workqueue: void unneeded requeuing the pwq in rescuer thread
Lai Jiangshan
2020-05-29
1
-1
/
+1
|
*
|
|
|
workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_t
Sebastian Andrzej Siewior
2020-05-29
1
-88
/
+88
|
*
|
|
|
workqueue: Use rcuwait for wq_manager_wait
Sebastian Andrzej Siewior
2020-05-29
1
-5
/
+19
|
*
|
|
|
workqueue: Remove unnecessary kfree() call in rcu_free_wq()
Zhang Qiang
2020-05-27
1
-1
/
+0
|
*
|
|
|
workqueue: Fix an use after free in init_rescuer()
Dan Carpenter
2020-05-11
1
-1
/
+3
|
*
|
|
|
workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.
Sean Fu
2020-05-05
1
-4
/
+2
*
|
|
|
|
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2020-06-06
2
-17
/
+53
|
\
\
\
\
\
|
*
|
|
|
|
cgroup: add cpu.stat file to root cgroup
Boris Burkov
2020-05-28
2
-9
/
+52
|
*
|
|
|
|
cgroup: Remove stale comments
Zefan Li
2020-05-26
1
-8
/
+1
*
|
|
|
|
|
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-05
1
-0
/
+16
|
\
\
\
\
\
\
[next]