aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2018-04-12arm64: asid: Do not replace active_asids if already 0Catalin Marinas
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-15arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel
2018-02-28arm64: mm: don't write garbage into TTBR1_EL1 registerArd Biesheuvel
2018-02-22arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon
2018-02-16arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-16arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-16arm64: Move BP hardening to check_and_switch_contextMarc Zyngier
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-16arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-16arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-02-16arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-02-16arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-02-16arm64: mm: Allocate ASIDs in pairsWill Deacon
2018-02-16arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2018-02-16arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2018-02-16arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2017-12-14arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland
2017-12-13arm64: fault: avoid send SIGBUS two timesDongjiu Geng
2017-12-11arm64: Initialise high_memory global variable earlierSteve Capper
2017-12-01arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon
2017-12-01arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park
2017-11-28arm64: mm: cleanup stale AIVIVT referencesMark Rutland
2017-11-15arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27arm64: consistently log ESR and page tableMark Rutland
2017-10-19arm64: Update fault_info table with new exception typesJulien Thierry
2017-10-04dma mapping : export caller to vmallocinfoMatthieu CASTET
2017-10-02arm64: fix misleading data abort decodingMark Rutland
2017-10-02arm64: dma-mapping: Cocci spatch "vma_pages"Thomas Meyer
2017-10-02arm64: mm: Remove useless and wrong comments from fault.cWill Deacon
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland
2017-08-22arm64: hugetlb: Cleanup setup_hugepageszSteve Capper
2017-08-22arm64: Re-enable support for contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper