Age | Commit message (Expand) | Author |
2024-01-18 | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2024-01-04 | Merge branch 'for-next/lpa2-prep' into for-next/core | Will Deacon |
2023-12-29 | kasan/arm64: improve comments for KASAN_SHADOW_START/END | Andrey Konovalov |
2023-12-29 | arch/mm/fault: fix major fault accounting when retrying under per-VMA lock | Suren Baghdasaryan |
2023-12-12 | arm64: mm: get rid of kimage_vaddr global variable | Ard Biesheuvel |
2023-12-12 | iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops() | Jason Gunthorpe |
2023-12-11 | arm64: mm: Only map KPTI trampoline if it is going to be used | Ard Biesheuvel |
2023-11-22 | arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y | Will Deacon |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-11-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-10-26 | Merge branch 'for-next/cpus_have_const_cap' into for-next/core | Catalin Marinas |
2023-10-18 | arm64, kasan: update comment in kasan_init | Andrey Konovalov |
2023-10-16 | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198 | Mark Rutland |
2023-10-16 | arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPAN | Mark Rutland |
2023-10-16 | arm64: Use a positive cpucap for FP/SIMD | Mark Rutland |
2023-10-13 | arm64: swiotlb: Reduce the default size if no ZONE_DMA bouncing needed | Catalin Marinas |
2023-10-04 | arm64: kdump: use generic interface to simplify crashkernel reservation | Baoquan He |
2023-10-04 | crash_core: change the prototype of function parse_crashkernel() | Baoquan He |
2023-09-29 | arm64: hugetlb: fix set_huge_pte_at() to work with all swap entries | Ryan Roberts |
2023-09-29 | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts |
2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-08-29 | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d... | Linus Torvalds |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-24 | mm/swap: stop using page->private on tail pages for THP_SWAP | David Hildenbrand |
2023-08-24 | arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush() | Qi Zheng |
2023-08-24 | arm64: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-24 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan |
2023-08-21 | arm64: convert various functions to use ptdescs | Vishal Moola (Oracle) |
2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) |
2023-08-18 | arm64 : mm: add wrapper function ioremap_prot() | Baoquan He |
2023-08-04 | arm64: fix build warning for ARM64_MEMSTART_SHIFT | Zhang Jianhua |
2023-07-31 | dma-contiguous: support per-numa CMA for all architectures | Yajun Deng |
2023-07-27 | arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASK | Anshuman Khandual |
2023-07-20 | arm64: mm: Make hibernation aware of KFENCE | Nikhil V |
2023-07-11 | mm: Move pte/pmd_mkwrite() callers with no VMA to _novma() | Rick Edgecombe |
2023-07-03 | arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault() | SeongJae Park |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-06-24 | arm64/mm: Convert to using lock_mm_and_find_vma() | Linus Torvalds |
2023-06-23 | Merge branch 'for-next/feat_s1pie' into for-next/core | Catalin Marinas |
2023-06-23 | Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2... | Catalin Marinas |
2023-06-19 | arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64 | Catalin Marinas |
2023-06-19 | arm64/hugetlb: pte_alloc_huge() pte_offset_huge() | Hugh Dickins |
2023-06-19 | arm64: allow pte_offset_map() to fail | Hugh Dickins |
2023-06-15 | arm64: mm: fix VA-range sanity check | Mark Rutland |