summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.14.270' into v4.14-rtLuis Claudio R. Goncalves2022-03-091-0/+10
|\
| * bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-02-161-0/+10
* | Merge tag 'v4.14.236' into v4.14-rtLuis Claudio R. Goncalves2021-07-051-1/+1
|\ \ | |/
| * pid: take a reference when initializing `cad_pid`Mark Rutland2021-06-101-1/+1
* | Merge tag 'v4.14.230' into v4.14-rtLuis Claudio R. Goncalves2021-04-301-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 tag 'v4.14.204' into v4.14-rtClark Williams2020-11-061-1/+2
|\ \ | |/
| * printk: reduce LOG_BUF_SHIFT range for H8300John Ogness2020-11-051-1/+2
* | Merge tag 'v4.14.181' into v4.14-rtClark Williams2020-06-061-0/+2
|\ \ | |/
| * x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+2
| * Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-17/+0
| * kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+17
* | Merge tag 'v4.14.158' into v4.14-rt-workTom Zanussi2020-01-131-1/+0
|\ \ | |/
| * fork: fix some -Wmissing-prototypes warningsYi Wang2019-12-051-1/+0
* | kthread: add a global worker thread.Sebastian Andrzej Siewior2019-08-071-0/+1
* | Merge tag 'v4.14.120' into v4.14-rt-workTom Zanussi2019-06-111-2/+2
|\ \ | |/
| * init: initialize jump labels before command line option parsingDan Williams2019-05-161-2/+2
* | Merge tag 'v4.14.108' into v4.14-rtTom Zanussi2019-03-281-1/+2
|\ \ | |/
| * Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2019-03-231-1/+2
* | Merge tag 'v4.14.63' into v4.14-rtSteven Rostedt (VMware)2018-08-171-1/+1
|\ \ | |/
| * init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-151-1/+1
* | Merge tag 'v4.14.51' into v4.14-rtSteven Rostedt (VMware)2018-06-281-0/+7
|\ \ | |/
| * init: fix false positives in W+X checkingJeffrey Hugo2018-06-211-0/+7
* | Merge tag 'v4.14.24' into linux-4.14.y-rtSebastian Andrzej Siewior2018-03-052-3/+1
|\ \ | |/
| * kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-221-2/+1
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-1/+0
* | Merge tag 'v4.14.18' into linux-4.14.y-rtSebastian Andrzej Siewior2018-02-091-0/+7
|\ \ | |/
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-0/+7
* | Merge tag 'v4.14.12' into linux-4.14.y-rtSebastian Andrzej Siewior2018-01-091-4/+5
|\ \ | |/
| * x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2018-01-021-0/+3
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-291-4/+2
* | softirq: Split softirq locksThomas Gleixner2017-11-171-0/+1
* | sched: Disable CONFIG_RT_GROUP_SCHED on RTThomas Gleixner2017-11-171-0/+1
* | slub: Disable SLUB_CPU_PARTIALSebastian Andrzej Siewior2017-11-171-1/+1
* | mm: Allow only slub on RTIngo Molnar2017-11-171-0/+2
* | kconfig: Add PREEMPT_RT_FULLThomas Gleixner2017-11-171-1/+1
|/
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-028-0/+8
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | kbuild: Fix optimization level choice defaultUlf Magnusson2017-10-071-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-3/+3
|\
| * VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-2/+2
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-1/+1
|\ \
| * | utimes: Make utimes y2038 safeDeepa Dinamani2017-09-031-1/+1
| |/
* | init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay2017-09-081-0/+2
* | init: move stack canary initialization after setup_archLaura Abbott2017-09-081-6/+5
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-09-061-1/+0
|\ \
| * | percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-261-1/+0
| |/
* | mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-061-1/+1