Age | Commit message (Expand) | Author |
2020-06-10 | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-06-10 | Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds |
2020-06-09 | x86: use proper parentheses around new uaccess macro argument uses | Linus Torvalds |
2020-06-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-09 | x86: use non-set_fs based maccess routines | Christoph Hellwig |
2020-06-09 | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig |
2020-06-09 | maccess: unify the probe kernel arch hooks | Christoph Hellwig |
2020-06-09 | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault | Christoph Hellwig |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: rename mmap_sem to mmap_lock | Michel Lespinasse |
2020-06-09 | mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() | Michel Lespinasse |
2020-06-09 | mmap locking API: add MMAP_LOCK_INITIALIZER | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport |
2020-06-09 | x86/mm: simplify init_trampoline() and surrounding logic | Mike Rapoport |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | x86/amd_gart: print stacktrace for a leak with KERN_ERR | Dmitry Safonov |
2020-06-09 | x86: add show_stack_loglvl() | Dmitry Safonov |
2020-06-09 | x86: add missing const qualifiers for log_lvl | Dmitry Safonov |
2020-06-09 | Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds |
2020-06-08 | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig |
2020-06-06 | Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-05 | Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-06-05 | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-04 | kmap: consolidate kmap_prot definitions | Ira Weiny |
2020-06-04 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny |
2020-06-04 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny |
2020-06-04 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny |
2020-06-04 | {x86,powerpc,microblaze}/kmap: move preempt disable | Ira Weiny |
2020-06-04 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny |
2020-06-04 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny |
2020-06-04 | arch/kmap: remove BUG_ON() | Ira Weiny |
2020-06-04 | mm/debug: add tests validating architecture page table helpers | Anshuman Khandual |
2020-06-04 | x86/mm: define mm_p4d_folded() | Anshuman Khandual |
2020-06-04 | mm: Fix mremap not considering huge pmd devmap | Fan Yang |
2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds |
2020-06-04 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2020-06-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-03 | x86: mm: use ARCH_HAS_DEBUG_WX instead of arch defined | Zong Li |
2020-06-03 | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() | Anshuman Khandual |
2020-06-03 | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags() | Anshuman Khandual |
2020-06-03 | mm/hugetlb: define a generic fallback for is_hugepage_only_range() | Anshuman Khandual |