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-01-20
arm64/sme: Rename za_state to sme_state
Mark Brown
2
-7
/
+10
2023-01-19
KVM: MMU: Make the definition of 'INVALID_GPA' common
Yu Zhang
1
-2
/
+2
2023-01-19
perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
Rob Herring
1
-0
/
+2
2023-01-19
arm64/sysreg: Convert SPE registers to automatic generation
Rob Herring
1
-86
/
+5
2023-01-19
arm64: Drop SYS_ from SPE register defines
Rob Herring
2
-59
/
+59
2023-01-19
perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
Rob Herring
1
-3
/
+3
2023-01-19
serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...
Bin Meng
1
-0
/
+24
2023-01-16
arm64: efi: Account for the EFI runtime stack in stack unwinder
Ard Biesheuvel
1
-0
/
+15
2023-01-16
arm64: efi: Avoid workqueue to check whether EFI runtime is live
Ard Biesheuvel
1
-0
/
+9
2023-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-27
/
+43
2023-01-12
KVM: arm64: Kill CPACR_EL1_TTA definition
Marc Zyngier
1
-1
/
+0
2023-01-12
KVM: arm64: Ignore EAGAIN for walks outside of a fault
Oliver Upton
1
-0
/
+3
2023-01-12
KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
Oliver Upton
1
-0
/
+5
2023-01-12
KVM: arm64: Always set HCR_TID2
Akihiko Odaki
3
-7
/
+2
2023-01-12
arm64/cache: Move CLIDR macro definitions
Akihiko Odaki
1
-0
/
+6
2023-01-12
arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
Akihiko Odaki
1
-1
/
+0
2023-01-12
arm64/cpufeature: Remove 4 bit assumption in ARM64_FEATURE_MASK()
Mark Brown
1
-2
/
+2
2023-01-09
arm64/mm: Define dummy pud_user_exec() when using 2-level page-table
Will Deacon
1
-0
/
+1
2023-01-06
arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption
Anshuman Khandual
2
-0
/
+18
2023-01-05
arm64: cmpxchg_double*: hazard against entire exchange variable
Mark Rutland
2
-2
/
+2
2023-01-05
arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warning
junhua huang
1
-1
/
+1
2023-01-05
Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixes
Marc Zyngier
3
-27
/
+39
2023-01-05
KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementations
Marc Zyngier
1
-0
/
+4
2023-01-05
arm64/mm: add pud_user_exec() check in pud_user_accessible_page()
Liu Shixin
1
-2
/
+2
2023-01-05
arm64/mm: fix incorrect file_map_count for invalid pmd
Liu Shixin
1
-1
/
+1
2023-01-03
KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*
Marc Zyngier
3
-25
/
+19
2023-01-03
KVM: arm64: Fix S1PTW handling on RO memslots
Marc Zyngier
1
-2
/
+20
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2
-9
/
+9
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
1
-1
/
+0
2022-12-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-18
/
+0
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-38
/
+341
2022-12-15
Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"
Will Deacon
2
-18
/
+0
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2022-12-13
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+1
2022-12-13
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+24
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-46
/
+11
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
27
-278
/
+348
2022-12-08
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
1
-0
/
+8
2022-12-08
arm64: efi: Execute runtime services from a dedicated stack
Ard Biesheuvel
1
-0
/
+3
2022-12-07
arm64: efi: Limit allocations to 48-bit addressable physical region
Ard Biesheuvel
1
-0
/
+1
2022-12-07
Merge tag 'v6.1-rc8' into efi/next
Ard Biesheuvel
2
-10
/
+2
2022-12-06
Merge branch 'for-next/undef-traps' into for-next/core
Will Deacon
4
-14
/
+17
2022-12-06
Merge branch 'for-next/trivial' into for-next/core
Will Deacon
7
-37
/
+19
2022-12-06
Merge branch 'for-next/sysregs' into for-next/core
Will Deacon
1
-138
/
+0
2022-12-06
Merge branch 'for-next/sve-state' into for-next/core
Will Deacon
3
-5
/
+31
2022-12-06
Merge branch 'for-next/stacks' into for-next/core
Will Deacon
2
-13
/
+2
2022-12-06
Merge branch 'for-next/mm' into for-next/core
Will Deacon
3
-7
/
+6
2022-12-06
Merge branch 'for-next/insn' into for-next/core
Will Deacon
2
-48
/
+110
2022-12-06
Merge branch 'for-next/ftrace' into for-next/core
Will Deacon
1
-6
/
+66
2022-12-06
Merge branch 'for-next/errata' into for-next/core
Will Deacon
3
-0
/
+20
[prev]
[next]