index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
sys_regs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-12
/
+13
2020-06-10
Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/next
Marc Zyngier
1
-8
/
+5
2020-06-09
KVM: arm64: Handle PtrAuth traps early
Marc Zyngier
1
-8
/
+5
2020-06-09
KVM: arm64: Stop save/restoring ACTLR_EL1
James Morse
1
-2
/
+0
2020-06-09
KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
James Morse
1
-2
/
+8
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-100
/
+112
2020-05-28
KVM: arm64: Move sysreg reset check to boot time
Marc Zyngier
1
-37
/
+35
2020-05-28
KVM: arm64: Add missing reset handlers for PMU emulation
Marc Zyngier
1
-3
/
+3
2020-05-28
KVM: arm64: Refactor vcpu_{read,write}_sys_reg
Marc Zyngier
1
-57
/
+71
2020-05-21
arm64/cpufeature: Introduce ID_MMFR5 CPU register
Anshuman Khandual
1
-1
/
+1
2020-05-21
arm64/cpufeature: Introduce ID_DFR1 CPU register
Anshuman Khandual
1
-1
/
+1
2020-05-21
arm64/cpufeature: Introduce ID_PFR2 CPU register
Anshuman Khandual
1
-1
/
+1
2020-05-16
KVM: Fix spelling in code comments
Fuad Tabba
1
-3
/
+3
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2020-03-25
Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...
Catalin Marinas
1
-2
/
+101
2020-03-17
KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
Andrew Murray
1
-0
/
+10
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
1
-1
/
+0
2020-03-06
arm64/kvm: disable access to AMU registers from kvm guests
Ionela Voinescu
1
-2
/
+91
2020-01-15
arm64: Introduce ID_ISAR6 CPU register
Anshuman Khandual
1
-1
/
+1
2019-12-18
Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-7
/
+18
2019-12-12
KVM: arm64: Ensure 'params' is initialised when looking up sys register
Will Deacon
1
-1
/
+4
2019-12-06
KVM: arm64: Don't log IMP DEF sysreg traps
Mark Rutland
1
-0
/
+8
2019-12-06
KVM: arm64: Sanely ratelimit sysreg messages
Mark Rutland
1
-6
/
+6
2019-10-20
arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
Marc Zyngier
1
-0
/
+4
2019-08-09
KVM: arm64: Don't write junk to sysregs on reset
Marc Zyngier
1
-14
/
+18
2019-07-05
KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
Dave Martin
1
-28
/
+28
2019-07-05
KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions
Andrew Murray
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-05-01
KVM: arm64: Fix ptrauth ID register masking logic
Kristina Martsenko
1
-4
/
+4
2019-04-24
arm64: KVM: Enable VHE support for :G/:H perf event modifiers
Andrew Murray
1
-0
/
+3
2019-04-24
KVM: arm/arm64: Context-switch ptrauth registers
Mark Rutland
1
-8
/
+42
2019-04-18
KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
Dave Martin
1
-2
/
+2
2019-03-29
KVM: arm64/sve: System register context switch and access support
Dave Martin
1
-5
/
+78
2019-03-29
KVM: arm64: Support runtime sysreg visibility filtering
Dave Martin
1
-3
/
+21
2019-03-29
KVM: arm64: Propagate vcpu into read_id_reg()
Dave Martin
1
-10
/
+13
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-56
/
+112
2019-02-22
arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
Dave Martin
1
-1
/
+1
2019-02-19
arm64: KVM: Describe data or unified caches as having 1 set and 1 way
Ard Biesheuvel
1
-0
/
+15
2019-02-19
arm64: KVM: Expose sanitised cache type register to guest
Ard Biesheuvel
1
-2
/
+57
2019-02-19
KVM: arm/arm64: consolidate arch timer trap handlers
Andre Przywara
1
-40
/
+33
2019-02-19
KVM: arm64: Reuse sys_reg() macro when searching the trap table
Marc Zyngier
1
-13
/
+6
2019-02-07
arm/arm64: KVM: Don't panic on failure to properly reset system registers
Marc Zyngier
1
-3
/
+5
2019-01-25
arm64: KVM: Don't generate UNDEF when LORegion feature is present
Marc Zyngier
1
-15
/
+27
2018-12-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+7
2018-12-19
arm64: KVM: Add trapped system register access tracepoint
Marc Zyngier
1
-0
/
+2
2018-12-19
KVM: arm64: Make vcpu const in vcpu_read_sys_reg
Christoffer Dall
1
-1
/
+1
2018-12-18
KVM: arm/arm64: Log PSTATE for unhandled sysregs
Mark Rutland
1
-4
/
+4
2018-12-13
arm64/kvm: hide ptrauth from guests
Mark Rutland
1
-0
/
+8
2018-08-12
KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
Marc Zyngier
1
-2
/
+39
2018-08-12
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
Marc Zyngier
1
-1
/
+1
[next]