index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64/mm: remove now-superfluous ISBs from TTBR writes
Jamie Iles
2023-06-15
1
-1
/
+1
*
arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBits
Mark Brown
2022-09-09
1
-3
/
+3
*
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
2022-09-09
1
-3
/
+3
*
arm64: mm: Use asid feature macro for cheanup
Yunfeng Ye
2021-12-10
1
-2
/
+2
*
arm64: mm: Rename asid2idx() to ctxid2asid()
Yunfeng Ye
2021-12-10
1
-9
/
+9
*
arm64: mm: Use better bitmap_zalloc()
Kefeng Wang
2021-06-01
1
-4
/
+2
*
arm64: mm: Pin down ASIDs for sharing mm with devices
Jean-Philippe Brucker
2020-09-28
1
-6
/
+99
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
arm64/mm: save memory access in check_and_switch_context() fast switch path
Pingfan Liu
2020-07-30
1
-4
/
+6
*
arm64: mm: Add asid_gen_match() helper
Jean-Philippe Brucker
2020-05-21
1
-3
/
+5
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-31
1
-2
/
+30
|
\
|
*
arm64: mm: convert cpu_do_switch_mm() to C
Mark Rutland
2020-02-27
1
-2
/
+30
*
|
arm64: context: Fix ASID limit in boot messages
Jean-Philippe Brucker
2020-03-02
1
-5
/
+15
|
/
*
arm64: context: Free up kernel ASIDs if KPTI is not in use
Vladimir Murzin
2020-01-16
1
-8
/
+30
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
arm64: mm: Drop the unused cpu parameter
Shaokun Zhang
2018-10-09
1
-4
/
+4
*
arm64: mm: Support Common Not Private translations
Vladimir Murzin
2018-09-18
1
-0
/
+3
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
arm64: Move BP hardening to check_and_switch_context
Marc Zyngier
2018-01-23
1
-2
/
+3
*
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
2018-01-08
1
-0
/
+2
*
arm64: Move post_ttbr_update_workaround to C code
Marc Zyngier
2018-01-08
1
-0
/
+9
*
arm64: asid: Do not replace active_asids if already 0
Catalin Marinas
2018-01-05
1
-8
/
+11
*
arm64: mm: Allocate ASIDs in pairs
Will Deacon
2017-12-11
1
-8
/
+17
*
arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
Will Deacon
2017-12-11
1
-11
/
+0
*
arm64: context: Fix comments and remove pointless smp_wmb()
Will Deacon
2017-12-01
1
-11
/
+12
*
arm64: mm: cleanup stale AIVIVT references
Mark Rutland
2017-11-28
1
-1
/
+4
*
arm64: cache: Remove support for ASID-tagged VIVT I-caches
Will Deacon
2017-03-20
1
-3
/
+0
*
arm64: Work around Falkor erratum 1003
Christopher Covington
2017-02-10
1
-0
/
+11
*
arm64: Disable TTBR0_EL1 during normal kernel execution
Catalin Marinas
2016-11-21
1
-1
/
+6
*
arm64: update ASID limit
Jean-Philippe Brucker
2016-06-21
1
-3
/
+6
*
arm64: Add cpu_panic_kernel helper
Suzuki K Poulose
2016-04-15
1
-2
/
+1
*
arm64: make mrs_s prefixing implicit in read_cpuid
Mark Rutland
2016-03-04
1
-1
/
+1
*
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
2016-02-25
1
-1
/
+1
*
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
2016-02-25
1
-0
/
+18
*
arm64: Add helper for extracting ASIDBits
Suzuki K Poulose
2016-02-25
1
-13
/
+23
*
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2016-02-18
1
-1
/
+1
*
arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers
Will Deacon
2015-11-26
1
-12
/
+26
*
arm64: mm: kill mm_cpumask usage
Will Deacon
2015-10-07
1
-2
/
+0
*
arm64: switch_mm: simplify mm and CPU checks
Will Deacon
2015-10-07
1
-1
/
+1
*
arm64: mm: rewrite ASID allocator and MM context-switching code
Will Deacon
2015-10-07
1
-93
/
+145
*
arm64: flush: use local TLB and I-cache invalidation
Will Deacon
2015-10-07
1
-2
/
+2
*
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-07-27
1
-16
/
+0
*
arm64: Do not attempt to use init_mm in reset_context()
Catalin Marinas
2015-06-12
1
-0
/
+8
*
arm64: Process management
Catalin Marinas
2012-09-17
1
-0
/
+159