summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/context.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/mm: remove now-superfluous ISBs from TTBR writesJamie Iles2023-06-151-1/+1
* arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown2022-09-091-3/+3
* arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-3/+3
* arm64: mm: Use asid feature macro for cheanupYunfeng Ye2021-12-101-2/+2
* arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye2021-12-101-9/+9
* arm64: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-011-4/+2
* arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker2020-09-281-6/+99
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* arm64/mm: save memory access in check_and_switch_context() fast switch pathPingfan Liu2020-07-301-4/+6
* arm64: mm: Add asid_gen_match() helperJean-Philippe Brucker2020-05-211-3/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-2/+30
|\
| * arm64: mm: convert cpu_do_switch_mm() to CMark Rutland2020-02-271-2/+30
* | arm64: context: Fix ASID limit in boot messagesJean-Philippe Brucker2020-03-021-5/+15
|/
* arm64: context: Free up kernel ASIDs if KPTI is not in useVladimir Murzin2020-01-161-8/+30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: mm: Drop the unused cpu parameterShaokun Zhang2018-10-091-4/+4
* arm64: mm: Support Common Not Private translationsVladimir Murzin2018-09-181-0/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* arm64: Move BP hardening to check_and_switch_contextMarc Zyngier2018-01-231-2/+3
* arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-081-0/+2
* arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-081-0/+9
* arm64: asid: Do not replace active_asids if already 0Catalin Marinas2018-01-051-8/+11
* arm64: mm: Allocate ASIDs in pairsWill Deacon2017-12-111-8/+17
* arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2017-12-111-11/+0
* arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon2017-12-011-11/+12
* arm64: mm: cleanup stale AIVIVT referencesMark Rutland2017-11-281-1/+4
* arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-201-3/+0
* arm64: Work around Falkor erratum 1003Christopher Covington2017-02-101-0/+11
* arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-211-1/+6
* arm64: update ASID limitJean-Philippe Brucker2016-06-211-3/+6
* arm64: Add cpu_panic_kernel helperSuzuki K Poulose2016-04-151-2/+1
* arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-041-1/+1
* arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
* arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-251-0/+18
* arm64: Add helper for extracting ASIDBitsSuzuki K Poulose2016-02-251-13/+23
* arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-181-1/+1
* arm64: mm: keep reserved ASIDs in sync with mm after multiple rolloversWill Deacon2015-11-261-12/+26
* arm64: mm: kill mm_cpumask usageWill Deacon2015-10-071-2/+0
* arm64: switch_mm: simplify mm and CPU checksWill Deacon2015-10-071-1/+1
* arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-071-93/+145
* arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-071-2/+2
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-16/+0
* arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas2015-06-121-0/+8
* arm64: Process managementCatalin Marinas2012-09-171-0/+159