| Commit message (Expand) | Author | Age | Files | Lines |
* | initramfs: don't free a non-existent initrd | Steven Price | 2019-05-18 | 1 | -1/+1 |
* | mm: shuffle initial free memory to improve memory-side-cache utilization | Dan Williams | 2019-05-14 | 1 | -0/+24 |
* | init: free_initmem: poison freed init memory | Mike Rapoport | 2019-05-14 | 1 | -1/+1 |
* | init: provide a generic free_initmem implementation | Mike Rapoport | 2019-05-14 | 1 | -0/+5 |
* | initramfs: poison freed initrd memory | Christoph Hellwig | 2019-05-14 | 1 | -1/+2 |
* | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 2019-05-14 | 1 | -0/+5 |
* | initramfs: move the legacy keepinitrd parameter to core code | Christoph Hellwig | 2019-05-14 | 1 | -0/+9 |
* | initramfs: cleanup populate_rootfs | Christoph Hellwig | 2019-05-14 | 1 | -17/+20 |
* | initramfs: factor out a helper to populate the initrd image | Christoph Hellwig | 2019-05-14 | 1 | -17/+23 |
* | initramfs: cleanup initrd freeing | Christoph Hellwig | 2019-05-14 | 1 | -23/+30 |
* | initramfs: free initrd memory if opening /initrd.image fails | Christoph Hellwig | 2019-05-14 | 1 | -8/+6 |
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-05-07 | 1 | -7/+14 |
|\ |
|
| * | random: move rand_initialize() earlier | Kees Cook | 2019-04-19 | 1 | -7/+14 |
* | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-05-07 | 1 | -1/+10 |
|\ \ |
|
| * | | init/config: Do not select BUILD_BIN2C for IKCONFIG | Joel Fernandes (Google) | 2019-04-29 | 1 | -1/+0 |
| * | | Provide in-kernel headers to make extending kernel easier | Joel Fernandes (Google) | 2019-04-29 | 1 | -0/+10 |
| |/ |
|
* | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2019-05-07 | 1 | -10/+0 |
|\ \ |
|
| * | | Make anon_inodes unconditional | David Howells | 2019-04-19 | 1 | -10/+0 |
| |/ |
|
* | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-05-07 | 1 | -3/+3 |
|\ \ |
|
| * | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -3/+3 |
* | | | x86/mm: Initialize PGD cache during mm initialization | Nadav Amit | 2019-05-05 | 1 | -0/+3 |
* | | | x86/alternatives: Initialize temporary mm for patching | Nadav Amit | 2019-04-30 | 1 | -0/+3 |
* | | | init: initialize jump labels before command line option parsing | Dan Williams | 2019-04-19 | 1 | -2/+2 |
| |/
|/| |
|
* | | init/main: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -6/+20 |
* | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-03-10 | 1 | -1/+18 |
|\ \ |
|
| * | | kbuild: clean up scripts/gcc-version.sh | Masahiro Yamada | 2019-03-04 | 1 | -1/+1 |
| * | | kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig | Masahiro Yamada | 2019-02-27 | 1 | -0/+17 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-03-10 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTS | Arnd Bergmann | 2019-03-06 | 1 | -0/+1 |
* | | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-03-08 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Add io_uring IO interface | Jens Axboe | 2019-02-28 | 1 | -0/+9 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-07 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | init/initramfs.c: provide more details in error messages | David Engraf | 2019-03-07 | 1 | -3/+3 |
* | | | | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-07 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT | Richard Guy Briggs | 2019-01-25 | 1 | -1/+1 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-06 | 1 | -1/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 1 | -1/+2 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-03-06 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge tag 'v5.0-rc6' into sched/core, to pick up fixes | Ingo Molnar | 2019-02-11 | 1 | -1/+12 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sched/core: Convert task_struct.stack_refcount to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -1/+1 |
| * | | | | sched/core: Convert task_struct.usage to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -1/+1 |
| * | | | | sched/core: Convert signal_struct.sigcnt to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | 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-12 | 1 | -1/+2 |
| |/ /
|/| | |
|
* | | | psi: clarify the Kconfig text for the default-disable option | Johannes Weiner | 2019-02-01 | 1 | -0/+11 |
* | | | init/Kconfig: fix grammar by moving a closing parenthesis | Jonathan Neuschäfer | 2019-02-01 | 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 |