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