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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()
Mark Brown
1
-5
/
+12
2022-11-29
arm64/fpsimd: Have KVM explicitly say which FP registers to save
Mark Brown
2
-1
/
+3
2022-11-29
arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
Mark Brown
3
-2
/
+18
2022-11-29
KVM: arm64: Discard any SVE state when entering KVM guests
Mark Brown
1
-0
/
+1
2022-11-29
arm64: mte: Lock a page for MTE tag initialisation
Catalin Marinas
2
-3
/
+36
2022-11-29
arm64: mte: Fix/clarify the PG_mte_tagged semantics
Catalin Marinas
2
-1
/
+31
2022-11-25
arm64/asm: Remove unused assembler DAIF save/restore macros
Mark Brown
1
-9
/
+0
2022-11-25
arm64/kpti: Move DAIF masking to C code
Mark Brown
1
-0
/
+10
2022-11-22
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
1
-2
/
+15
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
1
-6
/
+8
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
1
-71
/
+73
2022-11-19
KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Marc Zyngier
1
-0
/
+4
2022-11-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+2
2022-11-18
arm64/mm: fix incorrect file_map_count for non-leaf pmd/pud
Liu Shixin
1
-2
/
+2
2022-11-18
arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption
Anshuman Khandual
2
-0
/
+18
2022-11-18
arm64: Add Cortex-715 CPU part definition
Anshuman Khandual
1
-0
/
+2
2022-11-18
arm64/mm: Drop unused restore_ttbr1
Anshuman Khandual
1
-11
/
+0
2022-11-18
arm64: move on_thread_stack() to <asm/stacktrace.h>
Mark Rutland
2
-2
/
+2
2022-11-18
arm64: remove current_top_of_stack()
Mark Rutland
1
-11
/
+0
2022-11-18
arm64/mm: Drop idmap_pg_end[] declaration
Anshuman Khandual
1
-1
/
+0
2022-11-18
ftrace: arm64: move from REGS to ARGS
Mark Rutland
1
-6
/
+66
2022-11-18
Merge tag 'efi-zboot-direct-for-v6.2' into efi/next
Ard Biesheuvel
1
-3
/
+12
2022-11-18
random: remove early archrandom abstraction
Jason A. Donenfeld
1
-38
/
+10
2022-11-18
stackprotector: actually use get_random_canary()
Jason A. Donenfeld
1
-8
/
+1
2022-11-17
arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
Marc Zyngier
1
-0
/
+2
2022-11-15
arm64: armv8_deprecated: rework deprected instruction handling
Mark Rutland
1
-10
/
+9
2022-11-15
arm64: rework EL0 MRS emulation
Mark Rutland
1
-1
/
+2
2022-11-15
arm64: factor out EL1 SSBS emulation hook
Mark Rutland
1
-0
/
+2
2022-11-15
arm64: split EL0/EL1 UNDEF handlers
Mark Rutland
1
-1
/
+2
2022-11-15
arm64: allow kprobes on EL0 handlers
Mark Rutland
1
-2
/
+2
2022-11-15
arm64: insn: always inline hint generation
Mark Rutland
1
-2
/
+12
2022-11-15
arm64: insn: simplify insn group identification
Mark Rutland
1
-25
/
+17
2022-11-15
arm64: insn: always inline predicates
Mark Rutland
1
-16
/
+80
2022-11-15
arm64: insn: remove aarch64_insn_gen_prefetch()
Mark Rutland
1
-4
/
+0
2022-11-15
arm64: make is_ttbrX_addr() noinstr-safe
Mark Rutland
1
-2
/
+2
2022-11-14
arm64/signal: Document our convention for choosing magic numbers
Mark Brown
1
-0
/
+4
2022-11-14
arm64: atomics: lse: remove stale dependency on JUMP_LABEL
Mark Rutland
1
-1
/
+0
2022-11-11
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-2
/
+2
2022-11-11
KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
1
-0
/
+2
2022-11-11
KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
Quentin Perret
1
-2
/
+2
2022-11-11
KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Quentin Perret
1
-6
/
+1
2022-11-11
KVM: arm64: Consolidate stage-2 initialisation into a single function
Quentin Perret
3
-4
/
+2
2022-11-11
KVM: arm64: Add generic hyp_memcache helpers
Quentin Perret
1
-0
/
+57
2022-11-11
KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
1
-0
/
+1
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
1
-0
/
+14
2022-11-11
KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
Fuad Tabba
2
-2
/
+16
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
4
-0
/
+27
2022-11-11
KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
Quentin Perret
1
-0
/
+26
2022-11-10
KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.
Ryan Roberts
1
-1
/
+5
2022-11-10
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
1
-1
/
+2
[prev]
[next]