Age | Commit message (Expand) | Author |
2020-06-13 | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner |
2020-06-11 | bug: Annotate WARN/BUG/stackfail as noinstr safe | Thomas Gleixner |
2020-06-10 | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-08 | asm-generic: add a flush_icache_user_range stub | Christoph Hellwig |
2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig |
2020-06-08 | asm-generic: improve the flush_dcache_page stub | Christoph Hellwig |
2020-06-08 | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig |
2020-06-08 | asm-generic: fix the inclusion guards for cacheflush.h | Christoph Hellwig |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-06-04 | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-06-04 | mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h | Mike Rapoport |
2020-06-04 | asm-generic: remove pgtable-nop4d-hack.h | Mike Rapoport |
2020-06-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-03 | arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET | Anshuman Khandual |
2020-06-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-06-03 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-06-03 | Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-02 | mm: add functions to track page directory modifications | Joerg Roedel |
2020-06-02 | mm: enforce that vmap can't map pages executable | Christoph Hellwig |
2020-06-01 | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-06-01 | Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-05-29 | take the dummy csum_and_copy_from_user() into net/checksum.h | Al Viro |
2020-05-28 | include/asm-generic/topology.h: guard cpumask_of_node() macro argument | Arnd Bergmann |
2020-05-27 | mm/memory.c: Add memory read privilege on page fault handling | Bibo Mao |
2020-05-27 | mm/memory.c: Update local TLB if PTE entry exists | Bibo Mao |
2020-05-26 | Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int... | Arnd Bergmann |
2020-05-20 | asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls | Michael Kelley |
2020-05-20 | x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent files | Michael Kelley |
2020-05-19 | vmlinux.lds.h: Create section for protection against instrumentation | Thomas Gleixner |
2020-05-07 | io: Provide _inX() and _outX() | John Garry |
2020-05-05 | mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg | Aneesh Kumar K.V |
2020-04-23 | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> | Masahiro Yamada |
2020-04-16 | locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros | Will Deacon |
2020-04-14 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-04-13 | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar |
2020-04-11 | x86/Hyper-V: Report crash data in die() when panic_on_oops is set | Tianyu Lan |
2020-04-07 | userfaultfd: wp: add pmd_swp_*uffd_wp() helpers | Peter Xu |
2020-04-07 | userfaultfd: wp: add WP pagetable tracking to x86 | Andrea Arcangeli |
2020-04-07 | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() | Anshuman Khandual |
2020-04-04 | Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-03-31 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-30 | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-28 | Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner |
2020-03-27 | generic arch_futex_atomic_op_inuser() doesn't need access_ok() | Al Viro |