summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2018-12-21arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy1-1/+1
2018-11-04arm64: hugetlb: Fix handling of young ptesSteve Capper1-3/+9
2018-09-05arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann1-1/+5
2018-08-24arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski1-4/+5
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya1-2/+2
2018-08-03arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner1-1/+3
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse1-0/+8
2018-07-03arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose1-0/+5
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+10
2018-03-15arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel1-4/+4
2018-02-28arm64: mm: don't write garbage into TTBR1_EL1 registerArd Biesheuvel1-1/+1
2018-02-22arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2018-02-16arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+6
2018-02-16arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-0/+9
2018-02-16arm64: Move BP hardening to check_and_switch_contextMarc Zyngier1-2/+3
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2-0/+19
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2-2/+10
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2
2018-02-16arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon1-4/+4
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-7/+194
2018-02-16arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon1-0/+4
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2-1/+4
2018-02-16arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-1/+9
2018-02-16arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-0/+23
2018-02-16arm64: mm: Allocate ASIDs in pairsWill Deacon1-8/+17
2018-02-16arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-1/+1
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-1/+1
2018-02-16arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2-12/+0
2018-02-16arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon1-3/+6
2017-12-20arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland1-1/+1
2017-12-20arm64: Initialise high_memory global variable earlierSteve Capper1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-02arm64: fix misleading data abort decodingMark Rutland1-1/+1
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-114/+334
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-22arm64: hugetlb: Cleanup setup_hugepageszSteve Capper1-13/+13
2017-08-22arm64: Re-enable support for contiguous hugepagesPunit Agrawal1-0/+14
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal1-0/+12
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal1-0/+38
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal1-5/+14
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper1-21/+91
2017-08-22arm64: hugetlb: Spring clean huge pte accessorsSteve Capper1-65/+54
2017-08-22arm64: hugetlb: Introduce pte_pgprot helperSteve Capper1-4/+12
2017-08-22arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper1-0/+6
2017-08-21arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin1-1/+1
2017-08-21arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin1-1/+1
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-2/+0
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas1-5/+1