index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-25
arm64: Initialise high_memory global variable earlier
Steve Capper
1
-1
/
+1
2017-10-05
arm64: fault: Route pte translation faults via do_translation_fault
Will Deacon
1
-1
/
+1
2017-09-02
arm64: mm: abort uaccess retries upon fatal signal
Mark Rutland
1
-1
/
+4
2017-08-06
arm64: mm: fix show_pte KERN_CONT fallout
Mark Rutland
1
-4
/
+4
2016-12-08
arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
James Morse
1
-0
/
+9
2016-12-08
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
1
-1
/
+2
2016-09-15
arm64: Add workaround for Cavium erratum 27456
Andrew Pinski
1
-0
/
+12
2016-08-20
arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
Ard Biesheuvel
1
-4
/
+4
2016-08-20
arm64: debug: unmask PSTATE.D earlier
Will Deacon
1
-0
/
+2
2016-06-24
arm64: mm: always take dirty state from new pte in ptep_set_access_flags
Will Deacon
1
-1
/
+1
2016-06-01
arm64: Implement ptep_set_access_flags() for hardware AF/DBM
Catalin Marinas
1
-0
/
+50
2016-03-09
arm64: vmemmap: use virtual projection of linear region
Ard Biesheuvel
1
-2
/
+2
2016-02-25
arm64: dma-mapping: fix handling of devices registered before arch_initcall
Marek Szyprowski
1
-0
/
+4
2016-02-25
arm64: mm: avoid calling apply_to_page_range on empty range
Mika Penttilä
1
-0
/
+3
2016-01-31
arm64: kernel: fix architected PMU registers unconditional access
Lorenzo Pieralisi
2
-2
/
+14
2016-01-31
arm64: kernel: enforce pmuserenr_el0 initialization and restore
Lorenzo Pieralisi
1
-0
/
+2
2016-01-31
arm64: mm: ensure that the zero page is visible to the page table walker
Will Deacon
1
-0
/
+3
2015-11-26
Revert "arm64: Mark kernel page ranges contiguous"
Catalin Marinas
1
-61
/
+8
2015-11-26
arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers
Will Deacon
1
-12
/
+26
2015-11-25
arm64: mm: fix fault_info table xFSC decoding
Mark Rutland
1
-14
/
+14
2015-11-25
arm64: early_alloc: Fix check for allocation failure
Suzuki K. Poulose
1
-2
/
+6
2015-11-18
arm64: Fix R/O permissions in mark_rodata_ro
Laura Abbott
1
-1
/
+1
2015-11-17
arm64: simplify dma_get_ops
Arnd Bergmann
1
-12
/
+4
2015-11-17
arm64: mm: use correct mapping granularity under DEBUG_RODATA
Ard Biesheuvel
1
-6
/
+6
2015-11-16
arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs
Robin Murphy
1
-6
/
+13
2015-11-12
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-4
/
+4
2015-11-12
arm64: mmu: make split_pud and fixup_executable static
Jisheng Zhang
1
-2
/
+2
2015-11-09
arm64: fix R/O permissions of FDT mapping
Ard Biesheuvel
1
-1
/
+1
2015-11-09
arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation
Ard Biesheuvel
1
-1
/
+1
2015-11-07
arm64: fixup for mm renames
Andrew Morton
1
-1
/
+1
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+2
2015-11-05
Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+457
2015-11-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
11
-163
/
+449
2015-10-29
arm64: Fix build with CONFIG_ZONE_DMA=n
Robin Murphy
1
-6
/
+7
2015-10-28
arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED
Alexander Kuleshov
1
-1
/
+1
2015-10-21
arm64: Delay cpu feature capability checks
Suzuki K. Poulose
1
-1
/
+1
2015-10-19
arm64: Add 16K page size support
Suzuki K. Poulose
1
-1
/
+3
2015-10-19
arm64: Handle section maps for swapper/idmap
Suzuki K. Poulose
1
-41
/
+33
2015-10-15
arm64: Hook up IOMMU dma_ops
Robin Murphy
1
-0
/
+22
2015-10-15
arm64: Add IOMMU dma_ops
Robin Murphy
1
-0
/
+435
2015-10-14
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
Ingo Molnar
9
-61
/
+72
2015-10-13
arm64: kasan: fix issues reported by sparse
Will Deacon
1
-1
/
+1
2015-10-12
ARM64: kasan: print memory assignment
Linus Walleij
1
-0
/
+6
2015-10-12
arm64: add KASAN support
Andrey Ryabinin
2
-0
/
+168
2015-10-12
arm64: move PGD_SIZE definition to pgalloc.h
Andrey Ryabinin
1
-2
/
+0
2015-10-12
arm64: use ENDPIPROC() to annotate position independent assembler routines
Ard Biesheuvel
1
-5
/
+5
2015-10-08
arm64: Mark kernel page ranges contiguous
Jeremy Linton
1
-8
/
+61
2015-10-08
arm64: Make the kernel page dump utility aware of the CONT bit
Jeremy Linton
1
-1
/
+17
2015-10-07
arm64: mm: kill mm_cpumask usage
Will Deacon
1
-2
/
+0
2015-10-07
arm64: switch_mm: simplify mm and CPU checks
Will Deacon
1
-1
/
+1
[next]