index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
Ard Biesheuvel
2
-3
/
+3
2022-06-24
arm64: head: drop idmap_ptrs_per_pgd
Ard Biesheuvel
1
-1
/
+0
2022-06-24
arm64: head: move assignment of idmap_t0sz to C code
Ard Biesheuvel
2
-2
/
+4
2022-06-24
arm64: mm: make vabits_actual a build time constant if possible
Ard Biesheuvel
2
-2
/
+17
2022-06-24
arm64: head: move kimage_vaddr variable into C file
Ard Biesheuvel
1
-0
/
+3
2022-06-24
arm64: entry: simplify trampoline data page
Ard Biesheuvel
1
-7
/
+3
2022-06-23
arm64: mm: install KPTI nG mappings with MMU enabled
Ard Biesheuvel
2
-26
/
+62
2022-06-23
arm64: kpti-ng: simplify page table traversal logic
Ard Biesheuvel
1
-64
/
+36
2022-06-17
arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
Will Deacon
1
-2
/
+0
2022-06-16
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
1
-0
/
+4
2022-06-15
arm64: mm: Only remove nomap flag for initrd
Ma Wupeng
1
-1
/
+1
2022-06-06
arm/xen: Introduce xen_setup_dma_ops()
Oleksandr Tyshchenko
1
-5
/
+2
2022-05-27
arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()
Baolin Wang
1
-1
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-7
/
+44
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-5
/
+1
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
5
-63
/
+133
2022-05-20
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
1
-35
/
+35
2022-05-20
Merge branch 'for-next/sysreg-gen' into for-next/core
Catalin Marinas
1
-1
/
+2
2022-05-20
Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subpage', 'for-next/misc', 'for-next/ftrace' and 'for-next/crashkernel', remote-tracking branch 'arm64/for-next/perf' into for-next/core
Catalin Marinas
4
-27
/
+96
2022-05-17
arm64: mm: avoid writable executable mappings in kexec/hibernate code
Ard Biesheuvel
1
-1
/
+1
2022-05-16
arm64/hugetlb: Implement arm64 specific huge_ptep_get()
Baolin Wang
1
-0
/
+22
2022-05-16
arm64/hugetlb: Use ptep_get() to get the pte value of a huge page
Baolin Wang
1
-4
/
+4
2022-05-16
arm64: kdump: Do not allocate crash low memory if not needed
Zhen Lei
1
-1
/
+2
2022-05-13
mm: change huge_ptep_clear_flush() to return the original pte
Baolin Wang
1
-7
/
+5
2022-05-11
arm64/hugetlb: Drop TLB flush from get_clear_flush()
Anshuman Khandual
1
-11
/
+5
2022-05-09
arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map
Mike Rapoport
1
-0
/
+8
2022-05-07
arm64: kdump: Reimplement crashkernel=X
Chen Zhou
1
-6
/
+57
2022-05-07
arm64: Use insert_resource() to simplify code
Zhen Lei
1
-0
/
+1
2022-05-05
arm64: mm: Cleanup useless parameters in zone_sizes_init()
Kefeng Wang
1
-3
/
+3
2022-05-04
arm64: fix types in copy_highpage()
Tong Tiangen
1
-2
/
+2
2022-05-04
arm64/mte: Make TCF field values and naming more standard
Mark Brown
1
-1
/
+2
2022-04-29
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
1
-35
/
+35
2022-04-28
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
1
-1
/
+1
2022-04-28
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
1
-1
/
+1
2022-04-28
arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+25
2022-04-28
arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64
Muchun Song
1
-0
/
+14
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-5
/
+1
2022-04-04
arm64: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-03-24
kasan, arm64: don't tag executable vmalloc allocations
Andrey Konovalov
1
-1
/
+1
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+3
2022-03-23
arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-6
/
+3
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+1
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
1
-0
/
+1
2022-03-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
7
-54
/
+122
2022-03-14
Merge branch 'for-next/spectre-bhb' into for-next/core
Will Deacon
1
-3
/
+9
2022-03-14
Merge branch 'for-next/mm' into for-next/core
Will Deacon
4
-34
/
+37
2022-03-14
Merge branch 'for-next/misc' into for-next/core
Will Deacon
2
-5
/
+63
2022-03-14
Merge branch 'for-next/linkage' into for-next/core
Will Deacon
1
-14
/
+21
2022-03-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+17
[prev]
[next]