summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge android11-5.4.254+ (91f7025) into msm-5.4kamasali Satyanarayan2023-10-301-16/+5
|\
| * Merge 5.4.252 into android11-5.4-ltsGreg Kroah-Hartman2023-08-231-16/+5
| |\
| | * x86/mm: Initialize text poking earlierPeter Zijlstra2023-08-081-3/+1
| | * mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2023-08-081-0/+1
| | * init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-08-081-11/+0
| | * init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner2023-08-081-2/+3
| | * init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-5/+0
| | * init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+5
* | | Merge android11-5.4.226+ (d72fdcc) into msm-5.4Srinivasarao Pathipati2023-02-071-1/+1
|\| |
| * | Merge 5.4.226 into android11-5.4-ltsGreg Kroah-Hartman2022-12-081-1/+1
| |\|
| | * init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni2022-12-081-1/+1
* | | Merge android11-5.4.210+ (7e6cbbe) into msm-5.4Srinivasarao Pathipati2022-10-142-8/+14
|\| |
| * | Merge 5.4.200 into android11-5.4-ltsGreg Kroah-Hartman2022-06-231-8/+5
| |\|
| | * random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-221-7/+3
| | * init: call time_init() before rand_initialize()Jason A. Donenfeld2022-06-221-1/+2
| * | Merge 5.4.198 into android11-5.4-ltsGreg Kroah-Hartman2022-06-211-0/+9
| |\|
| | * Kconfig: add config option for asm goto w/ outputsNick Desaulniers2022-06-141-0/+4
| | * Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson2022-06-141-0/+5
* | | Merge android11-5.4.191+ (375c2e2) into msm-5.4Srinivasarao Pathipati2022-06-091-2/+4
|\| |
| * | Merge 5.4.189 into android11-5.4-ltsGreg Kroah-Hartman2022-04-191-2/+4
| |\|
| | * init/main.c: return 1 from handled __setup() functionsRandy Dunlap2022-04-151-2/+4
| * | Merge 5.4.180 into android11-5.4-ltsGreg Kroah-Hartman2022-02-161-0/+10
| |\|
| | * bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-02-161-0/+10
| | * kbuild: add CONFIG_LD_IS_LLDSami Tolvanen2021-06-301-0/+3
* | | Merge android11-5.4.180+ (598165f) into msm-5.4Srinivasarao Pathipati2022-04-211-0/+10
|\ \ \
| * | | UPSTREAM: bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-03-141-0/+10
| |/ /
* | | Merge android11-5.4.134+ (dca02b1) into msm-5.4Srinivasarao P2021-10-063-4/+4
|\| |
| * | Merge 5.4.125 into android11-5.4-ltsGreg Kroah-Hartman2021-06-101-1/+1
| |\|
| | * pid: take a reference when initializing `cad_pid`Mark Rutland2021-06-101-1/+1
| * | Merge 5.4.111 into android11-5.4-ltsGreg Kroah-Hartman2021-04-101-2/+1
| |\|
| | * init/Kconfig: make COMPILE_TEST depend on HAS_IOMEMMasahiro Yamada2021-04-101-2/+1
| | * init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens2021-04-101-1/+1
| * | Merge branch 'android11-5.4' into 'android11-5.4-lts'Greg Kroah-Hartman2021-04-101-0/+1
| |\ \
| | * | ANDROID: GKI: Enable DRM_GEM_SHMEM_HELPERXiaowen Wu2021-03-201-0/+1
| * | | Merge 5.4.97 into android11-5.4-ltsGreg Kroah-Hartman2021-02-101-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-101-1/+2
| * | | Revert "exec: Add exec_update_mutex to replace cred_guard_mutex"Greg Kroah-Hartman2021-01-111-1/+0
| * | | Revert "exec: Transform exec_update_mutex into a rw_semaphore"Greg Kroah-Hartman2021-01-111-1/+1
| * | | Merge 5.4.88 into android11-5.4-ltsGreg Kroah-Hartman2021-01-111-1/+1
| |\| |
| | * | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2021-01-091-1/+1
| * | | Revert "Revert "exec: Add exec_update_mutex to replace cred_guard_mutex""Greg Kroah-Hartman2021-01-111-0/+1
| | |/ | |/|
* | | Fix root mounting with no mount optionsLinus Torvalds2021-06-221-9/+13
* | | init: use do_mount() instead of ksys_mount()Dominik Brodowski2021-06-221-4/+19
* | | Merge "drivers: qcom: Add boot stat entries for kernel load start and end"qctecmdr2021-04-261-0/+8
|\ \ \
| * | | init: main: Add boot marker to measure kernel boot KPIShreyas K K2021-04-231-0/+8
* | | | Merge android11-5.4.86+ (75c93eb) into msm-5.4Srinivasarao P2021-04-223-2/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge 5.4.86 into android11-5.4-ltsGreg Kroah-Hartman2020-12-301-1/+1
| |\|
| | * initramfs: fix clang build failureArnd Bergmann2020-12-301-1/+1
| * | Merge 5.4.75 into android11-5.4-ltsGreg Kroah-Hartman2020-11-051-1/+2
| |\|
| | * printk: reduce LOG_BUF_SHIFT range for H8300John Ogness2020-11-051-1/+2