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
path:
root
/
init
Commit message (
Expand
)
Author
Age
Files
Lines
*
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-06-25
1
-7
/
+3
*
init: call time_init() before rand_initialize()
Jason A. Donenfeld
2022-06-25
1
-1
/
+2
*
random: move rand_initialize() earlier
Kees Cook
2022-06-25
1
-7
/
+14
*
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
2022-04-15
1
-2
/
+4
*
kbuild: add CONFIG_LD_IS_LLD
Sami Tolvanen
2022-03-11
1
-0
/
+3
*
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2022-02-16
1
-0
/
+10
*
pid: take a reference when initializing `cad_pid`
Mark Rutland
2021-06-10
1
-1
/
+1
*
init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM
Masahiro Yamada
2021-04-10
1
-2
/
+1
*
init/Kconfig: make COMPILE_TEST depend on !S390
Heiko Carstens
2021-04-10
1
-1
/
+1
*
fgraph: Initialize tracing_graph_pause at task creation
Steven Rostedt (VMware)
2021-02-13
1
-1
/
+2
*
printk: reduce LOG_BUF_SHIFT range for H8300
John Ogness
2020-11-05
1
-1
/
+2
*
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
2020-07-22
1
-1
/
+0
*
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
2020-05-20
1
-0
/
+2
*
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
2020-05-20
1
-17
/
+0
*
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
Masahiro Yamada
2020-05-20
1
-0
/
+17
*
fork: fix some -Wmissing-prototypes warnings
Yi Wang
2019-12-05
1
-1
/
+0
*
initramfs: don't free a non-existent initrd
Steven Price
2019-10-01
1
-1
/
+1
*
initramfs: free initrd memory if opening /initrd.image fails
Christoph Hellwig
2019-06-15
1
-8
/
+6
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-06-04
1
-0
/
+3
*
init: initialize jump labels before command line option parsing
Dan Williams
2019-05-16
1
-2
/
+2
*
Revert "mm: use early_pfn_to_nid in page_ext_init"
Qian Cai
2019-03-23
1
-1
/
+2
*
kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7
Paul Burton
2019-01-22
1
-0
/
+1
*
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
2018-12-19
1
-0
/
+5
*
initramfs: clean old path before creating a hardlink
Li Zhijian
2018-12-17
1
-10
/
+12
*
Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-08-25
1
-0
/
+2
|
\
|
*
kbuild: test dead code/data elimination support in Kconfig
Masahiro Yamada
2018-08-24
1
-0
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-22
7
-80
/
+31
|
\
\
|
|
/
|
/
|
|
*
init/Kconfig: remove EXPERT from CHECKPOINT_RESTORE
Adrian Reber
2018-08-22
1
-12
/
+12
|
*
init/main.c: log init process file name
Paul Menzel
2018-08-22
1
-0
/
+1
|
*
init/Kconfig: fix its typos
Randy Dunlap
2018-08-22
1
-2
/
+2
|
*
init/: remove ineffective sparse disabling
Luc Van Oostenryck
2018-08-22
5
-50
/
+0
|
*
init: allow initcall tables to be emitted using relative references
Ard Biesheuvel
2018-08-22
1
-16
/
+16
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
signal: Don't restart fork when signals come in.
Eric W. Biederman
2018-08-09
1
-0
/
+1
|
*
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
1
-1
/
+1
|
*
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
2018-07-21
1
-5
/
+6
|
*
pids: Initialize leader_pid in init_task
Eric W. Biederman
2018-07-21
1
-0
/
+1
*
|
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-08-20
1
-1
/
+2
|
\
\
|
*
|
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
2018-08-10
1
-2
/
+0
|
*
|
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
2018-07-31
1
-1
/
+4
*
|
|
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
2018-08-17
1
-0
/
+5
*
|
|
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
1
-3
/
+11
|
\
\
\
|
*
|
|
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
2018-08-02
1
-0
/
+1
|
*
|
|
kconfig: include common Kconfig files from top-level Kconfig
Christoph Hellwig
2018-08-02
1
-2
/
+2
|
*
|
|
kconfig: remove duplicate SWAP symbol defintions
Christoph Hellwig
2018-08-02
1
-1
/
+8
|
|
/
/
*
|
|
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-08-15
1
-2
/
+2
|
\
\
\
|
*
|
|
init/Kconfig: Use short unix-style option instead of --longname
Rob Landley
2018-08-09
1
-2
/
+2
|
|
/
/
*
|
|
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-08-15
2
-0
/
+12
|
\
\
\
|
*
|
|
kbuild: Add build salt to the kernel and modules
Laura Abbott
2018-07-18
2
-0
/
+12
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2018-08-13
1
-1
/
+14
|
\
\
\
[next]