aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)Author
2024-05-02Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/sdkv5.15/xl...Bruce Ashfield
2024-05-02Merge tag 'v5.15.157' into v5.15/standard/baseBruce Ashfield
2024-04-27init/main.c: Fix potential static_command_line memory overflowYuntao Wang
2024-04-15Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-04-15Merge tag 'v5.15.154' into v5.15/standard/baseBruce Ashfield
2024-04-10init: open /initrd.image with O_LARGEFILEJohn Sperbeck
2024-03-28Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-03-28Merge tag 'v5.15.153' into v5.15/standard/baseBruce Ashfield
2024-03-26modules: wait do_free_init correctlyChangbin Du
2024-02-06Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-02-06Merge tag 'v5.15.148' into v5.15/standard/baseBruce Ashfield
2024-01-25rootfs: Fix support for rootfstype= when root= is givenStefan Berger
2023-12-03Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2023-12-03Merge tag 'v5.15.141' into v5.15/standard/baseBruce Ashfield
2023-12-03proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen
2023-08-08Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2023-08-08Merge tag 'v5.15.125' into v5.15/standard/baseBruce Ashfield
2023-08-08x86/mm: Initialize text poking earlierPeter Zijlstra
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner
2023-02-27mm/memcg: Only perform the debug checks on !PREEMPT_RTSebastian Andrzej Siewior
2023-02-27Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2023-02-27Merge tag 'v5.15.96' into v5.15/standard/baseBruce Ashfield
2023-02-25kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-12-02init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni
2022-11-10Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-11-10Check /dev/console using init_stat()Sven Schwermer
2022-08-22Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-08-22Merge tag 'v5.15.61' into v5.15/standard/baseBruce Ashfield
2022-08-17stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi
2022-08-08Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-08-08init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni
2022-06-14Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-06-14Merge tag 'v5.15.46' into v5.15/standard/baseBruce Ashfield
2022-06-09Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson
2022-05-31Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-05-31Merge tag 'v5.15.44' into v5.15/standard/baseBruce Ashfield
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-30init: call time_init() before rand_initialize()Jason A. Donenfeld
2022-04-20Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-04-20Merge tag 'v5.15.34' into v5.15/standard/baseBruce Ashfield
2022-04-13init/main.c: return 1 from handled __setup() functionsRandy Dunlap
2022-04-13net: initialize init_net earlierEric Dumazet
2021-11-28Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2021-11-28Merge tag 'v5.15.3' into v5.15/standard/baseBruce Ashfield
2021-11-18init: make unknown command line param message clearerAndrew Halaney
2021-11-04rcu: Delay RCU-selftestsSebastian Andrzej Siewior