index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-14
arm64/sysreg: Convert TRBIDR_EL1 register to automatic generation
Anshuman Khandual
1
-6
/
+0
2023-06-14
arm64/sysreg: Convert TRBTRG_EL1 register to automatic generation
Anshuman Khandual
1
-3
/
+0
2023-06-14
arm64/sysreg: Convert TRBMAR_EL1 register to automatic generation
Anshuman Khandual
1
-5
/
+0
2023-06-14
arm64/sysreg: Convert TRBSR_EL1 register to automatic generation
Anshuman Khandual
1
-12
/
+0
2023-06-14
arm64/sysreg: Convert TRBBASER_EL1 register to automatic generation
Anshuman Khandual
1
-3
/
+0
2023-06-14
arm64/sysreg: Convert TRBPTR_EL1 register to automatic generation
Anshuman Khandual
1
-3
/
+0
2023-06-14
arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generation
Anshuman Khandual
1
-12
/
+0
2023-06-14
arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools format
Anshuman Khandual
2
-5
/
+5
2023-06-14
arm64/sysreg: Rename TRBTRG_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-2
/
+2
2023-06-14
arm64/sysreg: Rename TRBMAR_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-6
/
+4
2023-06-14
arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-13
/
+13
2023-06-14
arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-2
/
+2
2023-06-14
arm64/sysreg: Rename TRBPTR_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-2
/
+2
2023-06-14
arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-8
/
+8
2023-06-12
KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
Marc Zyngier
1
-1
/
+1
2023-06-12
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
2
-3
/
+32
2023-06-12
KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
Marc Zyngier
1
-3
/
+9
2023-06-12
KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
Marc Zyngier
1
-6
/
+19
2023-06-12
arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
Marc Zyngier
1
-2
/
+19
2023-06-12
arm64: Allow EL1 physical timer access when running VHE
Marc Zyngier
1
-0
/
+5
2023-06-12
arm64: Add KVM_HVHE capability and has_hvhe() predicate
Marc Zyngier
2
-0
/
+9
2023-06-12
arm64: Turn kaslr_feature_override into a generic SW feature override
Marc Zyngier
1
-0
/
+4
2023-06-12
arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
Marc Zyngier
1
-1
/
+3
2023-06-12
KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()
Marc Zyngier
1
-1
/
+2
2023-06-12
KVM: arm64: Rewrite IMPDEF PMU version as NI
Oliver Upton
1
-4
/
+1
2023-06-12
KVM: arm64: Make vCPU feature flags consistent VM-wide
Oliver Upton
2
-19
/
+10
2023-06-12
KVM: arm64: Separate out feature sanitisation and initialisation
Oliver Upton
1
-0
/
+1
2023-06-09
thread_info: move function declarations to linux/thread_info.h
Arnd Bergmann
1
-4
/
+0
2023-06-09
cachestat: wire up cachestat for other architectures
Nhat Pham
2
-1
/
+3
2023-06-08
arm64: set __exception_irq_entry with __irq_entry as a default
Youngmin Nam
1
-5
/
+0
2023-06-07
arm64: cpufeature: fold cpus_set_cap() into update_cpu_capabilities()
Mark Rutland
1
-10
/
+0
2023-06-07
arm64: alternatives: use cpucap naming
Mark Rutland
5
-33
/
+33
2023-06-07
arm64: standardise cpucap bitmap names
Mark Rutland
2
-7
/
+7
2023-06-06
arm64/sysreg: Convert OSECCR_EL1 to automatic generation
Mark Brown
1
-1
/
+0
2023-06-06
arm64/sysreg: Convert OSDTRTX_EL1 to automatic generation
Mark Brown
1
-1
/
+0
2023-06-06
arm64/sysreg: Convert OSDTRRX_EL1 to automatic generation
Mark Brown
1
-1
/
+0
2023-06-06
arm64/sysreg: Convert OSLAR_EL1 to automatic generation
Mark Brown
1
-3
/
+0
2023-06-06
arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1
Mark Brown
2
-6
/
+6
2023-06-06
arm64/sysreg: Convert MDSCR_EL1 to automatic register generation
Mark Brown
1
-1
/
+0
2023-06-06
arm64/sysreg: Convert MDCCINT_EL1 to automatic register generation
Mark Brown
1
-1
/
+0
2023-06-06
arm64: module: rework module VA range selection
Mark Rutland
1
-1
/
+1
2023-06-06
arm64: module: mandate MODULE_PLTS
Mark Rutland
2
-4
/
+0
2023-06-06
arm64: module: move module randomization to module.c
Mark Rutland
1
-6
/
+0
2023-06-06
arm64: kaslr: split kaslr/module initialization
Mark Rutland
1
-6
/
+8
2023-06-06
arm64: add encodings of PIRx_ELx registers
Joey Gouly
2
-0
/
+58
2023-06-06
arm64: disable EL2 traps for PIE
Joey Gouly
2
-3
/
+12
2023-06-06
arm64: reorganise PAGE_/PROT_ macros
Joey Gouly
1
-28
/
+44
2023-06-06
arm64: add PTE_WRITE to PROT_SECT_NORMAL
Joey Gouly
1
-1
/
+1
2023-06-06
arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGS
Joey Gouly
1
-4
/
+4
2023-06-06
KVM: arm64: Save/restore PIE registers
Joey Gouly
1
-0
/
+4
[prev]
[next]