index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
hyp-entry.S
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-12
KVM: arm64: Add missing BTI instructions
Mostafa Saleh
1
-0
/
+8
2022-09-16
arm64: alternatives: have callbacks take a cap
Mark Rutland
1
-2
/
+2
2022-02-24
arm64: Use the clearbhb instruction in mitigations
James Morse
1
-0
/
+1
2022-02-24
arm64: Mitigate spectre style branch history side channels
James Morse
1
-0
/
+8
2021-11-08
KVM: arm64: Extract ESR_ELx.EC only
Mark Rutland
1
-1
/
+1
2021-06-01
KVM: arm64: Handle physical FIQ as an IRQ while running a guest
Marc Zyngier
1
-3
/
+3
2021-02-24
KVM: arm64: make the hyp vector table entries local
Joey Gouly
1
-1
/
+1
2020-11-16
KVM: arm64: Remove redundant hyp vectors entry
Will Deacon
1
-1
/
+0
2020-11-16
arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
Will Deacon
1
-2
/
+1
2020-11-16
KVM: arm64: Allocate hyp vectors statically
Will Deacon
1
-31
/
+41
2020-11-16
KVM: arm64: Move BP hardening helpers into spectre.h
Will Deacon
1
-0
/
+1
2020-09-30
Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next
Marc Zyngier
1
-31
/
+0
2020-09-29
KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabled
Will Deacon
1
-2
/
+0
2020-09-29
KVM: arm64: Simplify handling of ARCH_WORKAROUND_2
Marc Zyngier
1
-27
/
+0
2020-09-29
KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASE
Will Deacon
1
-1
/
+1
2020-09-29
arm64: Remove Spectre-related CONFIG_* options
Will Deacon
1
-2
/
+0
2020-09-15
KVM: arm64: Restore hyp when panicking in guest context
Andrew Scull
1
-3
/
+2
2020-09-15
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
1
-66
/
+0
2020-09-15
KVM: arm64: Remove hyp_panic arguments
Andrew Scull
1
-6
/
+1
2020-08-28
KVM: arm64: Survive synchronous exceptions caused by AT instructions
James Morse
1
-4
/
+10
2020-08-28
KVM: arm64: Add kvm_extable for vaxorcism code
James Morse
1
-20
/
+31
2020-07-05
KVM: arm64: Remove __hyp_text macro, use build rules instead
David Brazdil
1
-1
/
+0
2020-07-05
KVM: arm64: Split hyp/switch.c to VHE/nVHE
David Brazdil
1
-0
/
+2
2020-07-05
KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
David Brazdil
1
-0
/
+2
2020-07-05
KVM: arm64: Move __smccc_workaround_1_smc to .rodata
David Brazdil
1
-16
/
+0
2020-04-30
KVM: arm64: Delete duplicated label in invalid_vector
Fangrui Song
1
-1
/
+0
2020-03-09
arm64: kvm: Modernize __smccc_workaround_1_smc_start annotations
Mark Brown
1
-2
/
+4
2020-03-09
arm64: kvm: Modernize annotation for __bp_harden_hyp_vecs
Mark Brown
1
-2
/
+4
2020-03-09
arm64: kvm: Annotate assembly using modern annoations
Mark Brown
1
-7
/
+8
2019-07-05
KVM: arm64: Consume pending SError as early as possible
James Morse
1
-1
/
+5
2019-07-05
KVM: arm64: Make indirect vectors preamble behaviour symmetric
James Morse
1
-3
/
+3
2019-07-05
KVM: arm64: Abstract the size of the HYP vectors pre-amble
James Morse
1
-1
/
+17
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-02-19
arm64: KVM: Drop VHE-specific HYP call stub
Marc Zyngier
1
-12
/
+0
2018-12-06
arm64: entry: Place an SB sequence following an ERET instruction
Will Deacon
1
-0
/
+4
2018-10-19
KVM: arm64: Safety check PSTATE when entering guest and handle IL
Christoffer Dall
1
-1
/
+15
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-19
/
+0
2018-05-31
arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
Marc Zyngier
1
-1
/
+37
2018-05-25
KVM: arm64: Invoke FPSIMD context switch trap from C
Dave Martin
1
-19
/
+0
2018-04-11
arm64: Move the content of bpi.S to hyp-entry.S
Marc Zyngier
1
-1
/
+63
2018-03-19
arm64: KVM: Allow far branches from vector slots to the main vectors
Marc Zyngier
1
-0
/
+2
2018-03-19
arm64: KVM: Move stashing of x0/x1 into the vector code itself
Marc Zyngier
1
-24
/
+32
2018-03-19
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
1
-18
/
+10
2018-02-06
arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
Marc Zyngier
1
-2
/
+18
2018-01-13
KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
James Morse
1
-0
/
+12
2018-01-13
KVM: arm64: Store vcpu on the stack during __guest_enter()
James Morse
1
-3
/
+3
2017-04-09
arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
Marc Zyngier
1
-15
/
+0
2017-04-09
arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
Marc Zyngier
1
-5
/
+19
2017-04-09
arm64: KVM: Move lr save/restore to do_el2_call
Marc Zyngier
1
-2
/
+2
2016-11-16
arm64: Support systems without FP/ASIMD
Suzuki K Poulose
1
-1
/
+8
[next]