Age | Commit message (Expand) | Author | Files | Lines |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
2020-12-15 | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre... | Vlastimil Babka | 1 | -1/+1 |
2020-12-15 | init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set | Lin Feng | 1 | -2/+0 |
2020-12-15 | mm: fix page_owner initializing issue for arm32 | Zhenhua Huang | 1 | -0/+2 |
2020-12-15 | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -1/+1 |
2020-12-15 | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -1/+1 |
2020-12-12 | initramfs: fix clang build failure | Arnd Bergmann | 1 | -1/+1 |
2020-12-06 | Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+10 |
2020-12-02 | Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2020-12-01 | kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1 | Nathan Chancellor | 1 | -0/+5 |
2020-12-01 | kbuild: Hoist '--orphan-handling' into Kconfig | Nathan Chancellor | 1 | -0/+5 |
2020-12-01 | bootconfig: Load size and checksum in the footer as le32 | Masami Hiramatsu | 1 | -2/+2 |
2020-11-27 | Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2020-11-20 | init/Kconfig: make COMPILE_TEST depend on !S390 | Heiko Carstens | 1 | -1/+1 |
2020-11-13 | bootconfig: Extend the magic check range to the preceding 3 bytes | Masami Hiramatsu | 1 | -2/+12 |
2020-11-03 | init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT description | Paul Menzel | 1 | -1/+1 |
2020-10-19 | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+4 |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+3 |
2020-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2020-10-14 | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
2020-10-13 | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+3 |
2020-10-13 | Merge tag 'docs-5.10' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2020-10-12 | Merge branch 'printk-rework' into for-linus | Petr Mladek | 1 | -1/+2 |
2020-10-09 | init: main: add KUnit to kernel init | Brendan Higgins | 1 | -0/+4 |
2020-10-01 | io_uring: don't rely on weak ->files references | Jens Axboe | 1 | -0/+3 |
2020-09-24 | Fix references to nommu-mmap.rst | Stephen Kitt | 1 | -1/+1 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+3 |
2020-09-19 | bootconfig: init: make xbc_namebuf static | Jason Yan | 1 | -1/+1 |
2020-09-18 | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot | Masami Hiramatsu | 1 | -0/+2 |
2020-09-08 | printk: reduce LOG_BUF_SHIFT range for H8300 | John Ogness | 1 | -1/+2 |
2020-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2020-09-04 | init: fix error check in clean_path() | Barret Rhoden | 1 | -1/+1 |
2020-09-01 | bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIG | Shaokun Zhang | 1 | -1/+1 |
2020-08-28 | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 1 | -0/+1 |
2020-08-20 | bpf: Add kernel module with user mode driver that populates bpffs. | Alexei Starovoitov | 1 | -0/+2 |
2020-08-19 | uts: Use generic ns_common::count | Kirill Tkhai | 1 | -1/+1 |
2020-08-15 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 1 | -0/+1 |
2020-08-11 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+2 |
2020-08-08 | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -6/+8 |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -5/+6 |
2020-08-07 | kasan, arm64: don't instrument functions that enable kasan | Andrey Konovalov | 1 | -1/+1 |
2020-08-07 | mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB | Kees Cook | 1 | -4/+5 |
2020-08-07 | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -591/+148 |
2020-08-05 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2020-08-05 | init: add an init_dup helper | Christoph Hellwig | 1 | -4/+4 |
2020-08-05 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -3/+1 |
2020-08-05 | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
2020-08-04 | bootconfig: Fix to find the initargs correctly | Masami Hiramatsu | 1 | -6/+8 |
2020-08-04 | Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+7 |
2020-08-04 | init: Align init_task to avoid conflict with MUTEX_FLAGS | Stafford Horne | 1 | -0/+1 |