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
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
2023-06-06
KVM: arm64: Save/restore TCR2_EL1
Joey Gouly
1
-0
/
+1
2023-06-06
arm64: cpufeature: add system register ID_AA64MMFR3
Joey Gouly
1
-0
/
+1
2023-06-06
arm64/sysreg: add PIR*_ELx registers
Joey Gouly
1
-0
/
+19
2023-06-05
arm64/arch_timer: Provide noinstr sched_clock_read() functions
Peter Zijlstra
1
-7
/
+1
2023-06-05
arm64/io: Always inline all of __raw_{read,write}[bwlq]()
Peter Zijlstra
1
-6
/
+6
2023-06-05
arm64: mops: detect and enable FEAT_MOPS
Kristina Martsenko
2
-0
/
+2
2023-06-05
arm64: mops: handle MOPS exceptions
Kristina Martsenko
2
-1
/
+11
2023-06-05
arm64: mops: don't disable host MOPS instructions from EL2
Kristina Martsenko
1
-1
/
+1
2023-06-05
KVM: arm64: switch HCRX_EL2 between host and guest
Kristina Martsenko
1
-1
/
+2
2023-06-05
KVM: arm64: initialize HCRX_EL2
Kristina Martsenko
2
-8
/
+13
2023-06-05
locking/atomic: make atomic*_{cmp,}xchg optional
Mark Rutland
1
-28
/
+0
2023-06-05
arch: Remove cmpxchg_double
Peter Zijlstra
4
-125
/
+0
2023-06-05
percpu: Wire up cmpxchg128
Peter Zijlstra
1
-0
/
+20
2023-06-05
arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
Peter Zijlstra
3
-0
/
+98
2023-06-04
KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
Reiji Watanabe
1
-0
/
+7
2023-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+9
2023-06-01
KVM: arm64: pkvm: Add support for fragmented FF-A descriptors
Quentin Perret
1
-2
/
+15
2023-06-01
KVM: arm64: Allocate pages for hypervisor FF-A mailboxes
Will Deacon
1
-0
/
+8
2023-06-01
KVM: arm64: Probe FF-A version and host/hyp partition ID during init
Will Deacon
1
-0
/
+1
2023-05-30
KVM: arm64: Use BTI for nvhe
Mostafa Saleh
1
-0
/
+1
2023-05-29
arm64: memory: Make virt_to_pfn() a static inline
Linus Walleij
1
-1
/
+8
2023-05-26
arm64/esr: Add decode of ISS2 to data abort reporting
Mark Brown
1
-0
/
+17
2023-05-26
arm64/esr: Use GENMASK() for the ISS mask
Mark Brown
1
-1
/
+1
2023-05-25
arm64: add alt_cb_patch_nops prototype
Arnd Bergmann
1
-0
/
+3
2023-05-25
arm64: move early_brk64 prototype to header
Arnd Bergmann
1
-0
/
+2
2023-05-25
arm64: kaslr: add kaslr_early_init() declaration
Arnd Bergmann
1
-0
/
+2
2023-05-25
arm64: efi: add efi_handle_corrupted_x18 prototype
Arnd Bergmann
1
-0
/
+2
2023-05-25
arm64: kvm: add prototypes for functions called in asm
Arnd Bergmann
1
-0
/
+18
2023-05-25
arm64: spectre: provide prototypes for internal functions
Arnd Bergmann
1
-0
/
+16
2023-05-25
arm64: move cpu_suspend_set_dbg_restorer() prototype to header
Arnd Bergmann
1
-0
/
+8
2023-05-25
arm64: avoid prototype warnings for syscalls
Arnd Bergmann
2
-0
/
+6
2023-05-25
arm64: add scs_patch_vmlinux prototype
Arnd Bergmann
1
-0
/
+1
2023-05-24
KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
Fuad Tabba
1
-3
/
+3
2023-05-24
arm64: Add missing Set/Way CMO encodings
Marc Zyngier
1
-0
/
+6
2023-05-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+9
2023-05-21
KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
Marc Zyngier
2
-1
/
+8
[prev]
[next]