index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-29
arm64: hugetlb: fix set_huge_pte_at() to work with all swap entries
Ryan Roberts
1
-14
/
+3
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-2
/
+4
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-08-29
Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-2
/
+0
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-35
/
+30
2023-08-24
mm/swap: stop using page->private on tail pages for THP_SWAP
David Hildenbrand
1
-2
/
+3
2023-08-24
arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()
Qi Zheng
1
-1
/
+1
2023-08-24
arm64: implement the new page table range API
Matthew Wilcox (Oracle)
1
-22
/
+14
2023-08-24
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
1
-1
/
+2
2023-08-21
arm64: convert various functions to use ptdescs
Vishal Moola (Oracle)
1
-3
/
+4
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
1
-2
/
+0
2023-08-18
arm64 : mm: add wrapper function ioremap_prot()
Baoquan He
1
-4
/
+6
2023-08-04
arm64: fix build warning for ARM64_MEMSTART_SHIFT
Zhang Jianhua
1
-0
/
+27
2023-07-31
dma-contiguous: support per-numa CMA for all architectures
Yajun Deng
1
-2
/
+0
2023-07-27
arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASK
Anshuman Khandual
1
-1
/
+1
2023-07-20
arm64: mm: Make hibernation aware of KFENCE
Nikhil V
1
-1
/
+3
2023-07-11
mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
Rick Edgecombe
1
-2
/
+2
2023-07-03
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()
SeongJae Park
1
-2
/
+0
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
1
-39
/
+8
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-11
/
+12
2023-06-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-36
/
+80
2023-06-24
arm64/mm: Convert to using lock_mm_and_find_vma()
Linus Torvalds
1
-39
/
+8
2023-06-23
Merge branch 'for-next/feat_s1pie' into for-next/core
Catalin Marinas
1
-2
/
+17
2023-06-23
Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...
Catalin Marinas
6
-34
/
+63
2023-06-19
arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
Catalin Marinas
1
-1
/
+6
2023-06-19
arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-9
/
+2
2023-06-19
arm64: allow pte_offset_map() to fail
Hugh Dickins
1
-0
/
+3
2023-06-15
arm64: mm: fix VA-range sanity check
Mark Rutland
1
-2
/
+2
2023-06-15
arm64/mm: remove now-superfluous ISBs from TTBR writes
Jamie Iles
1
-1
/
+1
2023-06-14
arm64: consolidate rox page protection logic
Russell King
1
-2
/
+7
2023-06-09
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
1
-1
/
+1
2023-06-09
arm64: kdump: simplify the reservation behaviour of crashkernel=,high
Baoquan He
1
-10
/
+34
2023-06-06
arm64: kasan: remove !KASAN_VMALLOC remnants
Mark Rutland
1
-13
/
+4
2023-06-06
arm64: enable Permission Indirection Extension (PIE)
Joey Gouly
1
-0
/
+15
2023-06-06
arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGS
Joey Gouly
1
-2
/
+2
2023-06-02
arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK b...
Jisheng Zhang
1
-2
/
+1
2023-05-26
arm64/esr: Add decode of ISS2 to data abort reporting
Mark Brown
1
-3
/
+14
2023-05-25
arm64: move early_brk64 prototype to header
Arnd Bergmann
1
-3
/
+0
2023-05-25
arm64: flush: include linux/libnvdimm.h
Arnd Bergmann
1
-0
/
+1
2023-05-16
arm64: Also reset KASAN tag if page is not PG_mte_tagged
Peter Collingbourne
1
-2
/
+3
2023-05-16
arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
Min-Hua Chen
1
-2
/
+2
2023-05-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+3
2023-05-02
arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text
ndesaulniers@google.com
1
-3
/
+3
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+36
2023-04-20
Merge branch 'for-next/mm' into for-next/core
Will Deacon
6
-214
/
+274
2023-04-11
arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...
Baoquan He
1
-31
/
+3
2023-04-11
arm64: kdump: do not map crashkernel region specifically
Baoquan He
1
-43
/
+0
2023-04-11
arm64: mm: always map fixmap at page granularity
Mark Rutland
1
-80
/
+68
2023-04-11
arm64: mm: move fixmap code to its own file
Mark Rutland
3
-195
/
+219
2023-04-11
arm64: add FIXADDR_TOT_{START,SIZE}
Mark Rutland
2
-14
/
+14
[next]