index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
main.c
Age
Commit message (
Expand
)
Author
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-15
x86/mm: Initialize text poking earlier
Peter Zijlstra
2022-12-15
mm: Move mm_cachep initialization to mm_init()
Peter Zijlstra
2022-11-18
proc: give /proc/cmdline size
Alexey Dobriyan
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-03
init/main.c: remove unnecessary (void*) conversions
Zhou jie
2022-10-03
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
2022-09-29
random: split initialization into early step and later step
Jason A. Donenfeld
2022-09-26
Maple Tree: add new data structure
Liam R. Howlett
2022-09-11
init: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-11
page_ext: introduce boot parameter 'early_page_ext'
Li Zhe
2022-08-23
arm64: fix rodata=full
Mark Rutland
2022-07-01
stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
GONG, Ruiqi
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-18
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-05-13
init: call time_init() before rand_initialize()
Jason A. Donenfeld
2022-05-06
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
2022-04-26
bootconfig: Support embedding a bootconfig file in kernel
Masami Hiramatsu
2022-04-26
bootconfig: Check the checksum before removing the bootconfig from initrd
Masami Hiramatsu
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-23
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
2022-03-23
init: use ktime_us_delta() to make initcall_debug log more precise
Mark-PK Tsai
2022-02-14
stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSET
Marco Elver
2022-02-06
net: initialize init_net earlier
Eric Dumazet
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
init: make unknown command line param message clearer
Andrew Halaney
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
mm: create a new system state and fix core_kernel_text()
Christophe Leroy
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-10-18
block: move elevator.h to block/
Christoph Hellwig
2021-10-10
bootconfig: init: Fix memblock leak in xbc_make_cmdline()
Masami Hiramatsu
2021-10-10
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
2021-10-10
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
2021-10-10
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
2021-09-22
init: Revert accidental changes to print irqs_disabled()
Geert Uytterhoeven
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-09
Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
init/bootconfig: Reorder init parameter from bootconfig and cmdline
Masami Hiramatsu
2021-09-08
init: bootconfig: Remove all bootconfig data when the init memory is removed
Masami Hiramatsu
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-09-08
init: move usermodehelper_enable() to populate_rootfs()
Rasmus Villemoes
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-12
init: Suppress wrong warning for bootconfig cmdline parameter
Masami Hiramatsu
2021-08-03
xsurf100: drop include of lib8390.c
Michael Schmitz
[next]