Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
d172f2527081d0bb28a32f16343fd2ad84008c9f
/
arch
/
arm64
/
mm
1241679
arm64: hugetlb: Fix handling of young ptes
by Steve Capper
· 6 years ago
5a56b30
arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
by Greg Hackmann
· 6 years ago
a929f06
arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
by Marek Szyprowski
· 7 years ago
a348069
ioremap: Update pgtable free interfaces with addr
by Chintan Pandya
· 7 years ago
c1550e0
arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
by Johannes Weiner
· 7 years ago
0dac9f1
arm64: alternatives: use tpidr_el2 on VHE hosts
by James Morse
· 7 years ago
64df84d
arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance
by Will Deacon
· 7 years ago
50ed018
arm64: Add work around for Arm Cortex-A55 Erratum 1024718
by Suzuki K Poulose
· 7 years ago
acdb498
mm/vmalloc: add interfaces to free unmapped page table
by Toshi Kani
· 7 years ago
c1badd7
arm64: mm: fix thinko in non-global page table attribute check
by Ard Biesheuvel
· 7 years ago
35d75b7
arm64: mm: don't write garbage into TTBR1_EL1 register
by Ard Biesheuvel
· 7 years ago
851e2ea
arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
by Will Deacon
· 7 years ago
48c3538
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
by Will Deacon
· 7 years ago
6b47a82
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
by Will Deacon
· 7 years ago
9107ac4
arm64: Move BP hardening to check_and_switch_context
by Marc Zyngier
· 7 years ago
5bee81c
arm64: Add skeleton to harden the branch predictor against aliasing attacks
by Will Deacon
· 7 years ago
c10e4aa
arm64: Move post_ttbr_update_workaround to C code
by Marc Zyngier
· 7 years ago
535357c
arm64: Make USER_DS an inclusive limit
by Robin Murphy
· 7 years ago
1449a17
arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
by Will Deacon
· 7 years ago
2feb36e
arm64: kpti: Add ->enable callback to remap swapper using nG mappings
by Will Deacon
· 7 years ago
ee28fed
arm64: mm: Permit transitioning from Global to Non-Global without BBM
by Will Deacon
· 7 years ago
fedf5a7
arm64: kpti: Fix the interaction between ASID switching and software PAN
by Catalin Marinas
· 7 years ago
3882b5f
arm64: kaslr: Put kernel vectors address in separate data page
by Will Deacon
· 7 years ago
63d1376
arm64: mm: Map entry trampoline into trampoline and kernel page tables
by Will Deacon
· 7 years ago
a8bad38
arm64: mm: Allocate ASIDs in pairs
by Will Deacon
· 7 years ago
00ff7de
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
by Will Deacon
· 7 years ago
95ce0d5
arm64: mm: Rename post_ttbr0_update_workaround
by Will Deacon
· 7 years ago
4445cb0
arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
by Will Deacon
· 7 years ago
d26f0a5
arm64: mm: Move ASID from TTBR0 to TTBR1
by Will Deacon
· 7 years ago
9854611
arm64: fix CONFIG_DEBUG_WX address reporting
by Mark Rutland
· 7 years ago
cdcfd13
arm64: Initialise high_memory global variable earlier
by Steve Capper
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
0a6de8b
arm64: fix misleading data abort decoding
by Mark Rutland
· 7 years ago
760bfb4
arm64: fault: Route pte translation faults via do_translation_fault
by Will Deacon
· 7 years ago
0475919
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
289d07a
arm64: mm: abort uaccess retries upon fatal signal
by Mark Rutland
· 8 years ago
828f193
arm64: hugetlb: Cleanup setup_hugepagesz
by Steve Capper
· 7 years ago
5cd028b
arm64: Re-enable support for contiguous hugepages
by Punit Agrawal
· 7 years ago
a8d623e
arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepages
by Punit Agrawal
· 7 years ago
c3e4ed5
arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepages
by Punit Agrawal
· 7 years ago
30f3ac0
arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugepages
by Punit Agrawal
· 7 years ago
d8bdcff
arm64: hugetlb: Add break-before-make logic for contiguous entries
by Steve Capper
· 7 years ago
29a7287
arm64: hugetlb: Spring clean huge pte accessors
by Steve Capper
· 7 years ago
b5b0be8
arm64: hugetlb: Introduce pte_pgprot helper
by Steve Capper
· 7 years ago
d3ea795
arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_present
by Steve Capper
· 7 years ago
8165f70
arm64: dma-mapping: Mark atomic_pool as __ro_after_init
by Vladimir Murzin
· 7 years ago
2fa59ec
arm64: dma-mapping: Do not pass data to gen_pool_set_algo()
by Vladimir Murzin
· 7 years ago
af29678
arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
by Catalin Marinas
· 8 years ago
73e86cb
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
by Catalin Marinas
· 8 years ago
3bbf715
arm64: Convert pte handling from inline asm to using (cmp)xchg
by Catalin Marinas
· 8 years ago
caf5ef7
arm64: fix pmem interface definition
by Arnd Bergmann
· 7 years ago
d50e071
arm64: Implement pmem API support
by Robin Murphy
· 8 years ago
d46befe
arm64: Convert __inval_cache_range() to area-based
by Robin Murphy
· 8 years ago
1f9b893
arm64: Decode information from ESR upon mem faults
by Julien Thierry
· 7 years ago
6d33274
arm64: Fix potential race with hardware DBM in ptep_set_access_flags()
by Catalin Marinas
· 8 years ago
3d9d740
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
92bbd16
arm64: mmu: Place guard page after mapping of kernel image
by Will Deacon
· 8 years ago
ece4b20
arm64/numa: Drop duplicate message
by Punit Agrawal
· 8 years ago
43fc509
dma-coherent: introduce interface for default DMA pool
by Vladimir Murzin
· 8 years ago
cf92251
arm64/mmap: properly account for stack randomization in mmap_base
by Rik van Riel
· 8 years ago
3f9ec80
arm64/kasan: don't allocate extra shadow memory
by Andrey Ryabinin
· 8 years ago
9f45efb
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
f72e24a
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 8 years ago
7868a20
mm/hugetlb: add size parameter to huge_pte_offset()
by Punit Agrawal
· 8 years ago
f0b38d6
arm64: hugetlb: remove spurious calls to huge_ptep_offset()
by Steve Capper
· 8 years ago
bb9dd3d
arm64: hugetlb: refactor find_num_contig()
by Steve Capper
· 8 years ago
3edb1dd
Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core
by Will Deacon
· 8 years ago
621f48e
arm/arm64: KVM: add guest SEA support
by Tyler Baicar
· 8 years ago
7edda08
acpi: apei: handle SEA notification type for ARMv8
by Tyler Baicar
· 8 years ago
32015c2
arm64: exception: handle Synchronous External Abort
by Tyler Baicar
· 8 years ago
e0d60ac
arm64: remove DMA_ERROR_CODE
by Christoph Hellwig
· 8 years ago
577dfe1
arm64/dma-mapping: Remove extraneous null-pointer checks
by Olav Haugan
· 8 years ago
0e3a902
arm64: mm: Update perf accounting to handle poison faults
by Punit Agrawal
· 8 years ago
e7c600f
arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
by Jonathan (Zhixiong) Zhang
· 8 years ago
f02ab08
arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entries
by Punit Agrawal
· 8 years ago
1eb34b6
arm64: fault: Print info about page table structure when dumping pte
by Will Deacon
· 8 years ago
83016b2
arm64: mm: print file name of faulting vma
by Kristina Martsenko
· 8 years ago
bf396c0
arm64: mm: don't print out page table entries on EL0 faults
by Kristina Martsenko
· 8 years ago
67ce16e
arm64: mm: print out correct page table entries
by Kristina Martsenko
· 8 years ago
1151f83
arm64: kernel: restrict /dev/mem read() calls to linear region
by Ard Biesheuvel
· 8 years ago
6efd849
arm64: mm: explicity include linux/vmalloc.h
by Tobias Klauser
· 8 years ago
c07ab95
arm64: Call __show_regs directly
by Kefeng Wang
· 8 years ago
28b4780
Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 8 years ago
d4bbc30
arm64: use set_memory.h header
by Laura Abbott
· 8 years ago
ab182e6
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
92f66f8
arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS
by Catalin Marinas
· 8 years ago
2c0248d
Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into next
by Joerg Roedel
· 8 years ago
e058632
xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
by Stefano Stabellini
· 8 years ago
461a694
iommu: Remove pci.h include from trace/events/iommu.h
by Joerg Roedel
· 8 years ago
b913efe
arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops
by Sricharan R
· 8 years ago
6ae979a
Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""
by Will Deacon
· 8 years ago
b824b93
arm64: print a fault message when attempting to write RO memory
by Stephen Boyd
· 8 years ago
e62aaea
arm64: kdump: provide /proc/vmcore file
by AKASHI Takahiro
· 8 years ago
254a41c
arm64: hibernate: preserve kdump image around hibernation
by AKASHI Takahiro
· 8 years ago
98d2e15
arm64: kdump: protect crash dump kernel memory
by Takahiro Akashi
· 8 years ago
9b0aa14
arm64: mm: add set_memory_valid()
by AKASHI Takahiro
· 8 years ago
764b51e
arm64: kdump: reserve memory for crash dump kernel
by AKASHI Takahiro
· 8 years ago
8f579b1
arm64: limit memory regions based on DT property, usable-memory-range
by AKASHI Takahiro
· 8 years ago
09a6adf
arm64: mm: unaligned access by user-land should be received as SIGBUS
by Victor Kamensky
· 8 years ago
d27cfa1
arm64: mm: set the contiguous bit for kernel mappings where appropriate
by Ard Biesheuvel
· 8 years ago
Next »