| Commit message (Expand) | Author | Age | Files | Lines |
* | revert "initramfs: cleanup incomplete rootfs" | Andrew Morton | 2019-02-21 | 1 | -3/+3 |
* | Revert "mm: use early_pfn_to_nid in page_ext_init" | Qian Cai | 2019-02-13 | 1 | -1/+2 |
* | psi: clarify the Kconfig text for the default-disable option | Johannes Weiner | 2019-02-02 | 1 | -0/+11 |
* | init/Kconfig: fix grammar by moving a closing parenthesis | Jonathan Neuschäfer | 2019-02-02 | 1 | -1/+1 |
* | kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7 | Paul Burton | 2019-01-14 | 1 | -0/+1 |
* | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 2019-01-06 | 1 | -0/+3 |
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 2 | -0/+2 |
|\ |
|
| * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 2 | -0/+2 |
* | | initramfs: cleanup incomplete rootfs | David Engraf | 2019-01-04 | 1 | -3/+3 |
* | | fork: fix some -Wmissing-prototypes warnings | Yi Wang | 2019-01-04 | 1 | -1/+0 |
* | | init/main.c: make "initcall_level_names[]" const char * | Alexey Dobriyan | 2019-01-04 | 1 | -1/+1 |
* | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-12-29 | 1 | -0/+20 |
|\ \ |
|
| * | | arch: Move initrd= parsing into do_mounts_initrd.c | Florian Fainelli | 2018-11-26 | 1 | -0/+17 |
| * | | arch: Make phys_initrd_start and phys_initrd_size global variables | Florian Fainelli | 2018-11-26 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ \ |
|
| * | | debugobjects: call debug_objects_mem_init eariler | Qian Cai | 2018-12-28 | 1 | -1/+1 |
* | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-12-28 | 3 | -21/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge tag 'v4.20-rc5' into for-4.21/block | Jens Axboe | 2018-12-04 | 2 | -10/+21 |
| |\ \ |
|
| * | | | block: remove dead elevator code | Jens Axboe | 2018-11-07 | 3 | -21/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-12-27 | 1 | -9/+0 |
|\ \ \ |
|
| * | | | audit: remove WATCH and TREE config options | Richard Guy Briggs | 2018-11-19 | 1 | -9/+0 |
| |/ / |
|
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-12-26 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86 | Sai Praneeth Prakhya | 2018-11-30 | 1 | -4/+0 |
| |/ / |
|
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-12-26 | 1 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-12-04 | 1 | -3/+3 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | main: Replace rcu_barrier_sched() with rcu_barrier() | Paul E. McKenney | 2018-11-27 | 1 | -3/+3 |
| | |/ |
|
* | / | psi: fix reference to kernel commandline enable | Baruch Siach | 2018-12-15 | 1 | -2/+2 |
|/ / |
|
* | | initramfs: clean old path before creating a hardlink | Li Zhijian | 2018-11-30 | 1 | -10/+12 |
* | | psi: make disabling/enabling easier for vendor kernels | Johannes Weiner | 2018-11-30 | 1 | -0/+9 |
|/ |
|
* | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 1 | -5/+8 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 2018-10-31 | 1 | -2/+2 |
* | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 2018-10-31 | 1 | -3/+3 |
* | init/do_mounts.c: add root=PARTLABEL=<name> support | Nikolaus Voss | 2018-10-31 | 1 | -0/+31 |
* | psi: cgroup support | Johannes Weiner | 2018-10-27 | 1 | -0/+4 |
* | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner | 2018-10-27 | 1 | -0/+15 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-10-23 | 1 | -0/+5 |
|\ |
|
| * | sched/pelt: Fix warning and clean up IRQ PELT config | Vincent Guittot | 2018-10-02 | 1 | -0/+5 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-10-23 | 1 | -1/+0 |
|\ \ |
|
| * | | jump_label: Annotate entries that operate on __init code earlier | Ard Biesheuvel | 2018-09-27 | 1 | -1/+0 |
| |/ |
|
* / | init: add arch_call_rest_init to allow stack switching | Martin Schwidefsky | 2018-10-09 | 1 | -2/+7 |
|/ |
|
* | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-08-25 | 1 | -0/+2 |
|\ |
|
| * | kbuild: test dead code/data elimination support in Kconfig | Masahiro Yamada | 2018-08-24 | 1 | -0/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-22 | 7 | -80/+31 |
|\ \
| |/
|/| |
|
| * | init/Kconfig: remove EXPERT from CHECKPOINT_RESTORE | Adrian Reber | 2018-08-22 | 1 | -12/+12 |
| * | init/main.c: log init process file name | Paul Menzel | 2018-08-22 | 1 | -0/+1 |
| * | init/Kconfig: fix its typos | Randy Dunlap | 2018-08-22 | 1 | -2/+2 |
| * | init/: remove ineffective sparse disabling | Luc Van Oostenryck | 2018-08-22 | 5 | -50/+0 |
| * | init: allow initcall tables to be emitted using relative references | Ard Biesheuvel | 2018-08-22 | 1 | -16/+16 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-08-21 | 1 | -5/+8 |
|\ \
| |/
|/| |
|