summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAge
* psi: clarify the Kconfig text for the default-disable optionJohannes Weiner2019-02-01
* init/Kconfig: fix grammar by moving a closing parenthesisJonathan Neuschäfer2019-02-01
* kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7Paul Burton2019-01-13
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-05
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-05
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-20
* | initramfs: cleanup incomplete rootfsDavid Engraf2019-01-04
* | fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-04
* | init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan2019-01-04
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-28
|\ \
| * | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-26
| * | arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-26
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28
|\ \
| * | debugobjects: call debug_objects_mem_init earilerQian Cai2018-12-28
* | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-28
|\ \ \ | |/ / |/| |
| * | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-04
| |\ \
| * | | block: remove dead elevator codeJens Axboe2018-11-07
| | |/ | |/|
* | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-27
|\ \ \
| * | | audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-19
| |/ /
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-26
|\ \ \
| * | | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-30
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-26
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-04
| |\ \ \ | | |_|/ | |/| |
| | * | main: Replace rcu_barrier_sched() with rcu_barrier()Paul E. McKenney2018-11-27
| | |/
* | / psi: fix reference to kernel commandline enableBaruch Siach2018-12-14
|/ /
* | initramfs: clean old path before creating a hardlinkLi Zhijian2018-11-30
* | psi: make disabling/enabling easier for vendor kernelsJohannes Weiner2018-11-30
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-31
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-31
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss2018-10-31
* psi: cgroup supportJohannes Weiner2018-10-26
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-26
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-23
|\
| * sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-02
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-23
|\ \
| * | jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel2018-09-27
| |/
* / init: add arch_call_rest_init to allow stack switchingMartin Schwidefsky2018-10-09
|/
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-25
|\
| * kbuild: test dead code/data elimination support in KconfigMasahiro Yamada2018-08-23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-22
|\ \ | |/ |/|
| * init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber2018-08-22
| * init/main.c: log init process file namePaul Menzel2018-08-22
| * init/Kconfig: fix its typosRandy Dunlap2018-08-22
| * init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-22
| * init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-22
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\ \ | |/ |/|
| * signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-09
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21