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
/
x86
/
kvm
/
mmu
/
paging_tmpl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-02
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
1
-40
/
+34
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
1
-4
/
+4
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-1
/
+1
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
1
-4
/
+3
2021-12-08
KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()
Lai Jiangshan
1
-36
/
+5
2021-12-02
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
1
-1
/
+2
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-1
/
+3
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in rmap_add
David Matlack
1
-3
/
+9
2021-10-01
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
Paolo Bonzini
1
-10
/
+3
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
1
-2
/
+2
2021-10-01
KVM: MMU: remove unnecessary argument to mmu_set_spte
Paolo Bonzini
1
-3
/
+3
2021-10-01
KVM: MMU: inline set_spte in FNAME(sync_page)
Paolo Bonzini
1
-9
/
+12
2021-10-01
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
1
-2
/
+4
2021-10-01
KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
Sean Christopherson
1
-2
/
+5
2021-10-01
KVM: MMU: change tracepoints arguments to kvm_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+1
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-9
/
+7
2021-10-01
KVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault
Paolo Bonzini
1
-30
/
+22
2021-10-01
KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-11
/
+8
2021-10-01
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
1
-3
/
+4
2021-10-01
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-4
/
+3
2021-10-01
KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-11
/
+11
2021-10-01
KVM: X86: Move PTE present check from loop body to __shadow_walk_next()
Lai Jiangshan
1
-1
/
+1
2021-09-30
KVM: X86: Remove FNAME(update_pte)
Lai Jiangshan
1
-9
/
+1
2021-09-30
KVM: X86: Change kvm_sync_page() to return true when remote flush is needed
Lai Jiangshan
1
-11
/
+10
2021-09-23
KVM: X86: Synchronize the shadow pagetable before link it
Lai Jiangshan
1
-2
/
+21
2021-09-23
KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
Lai Jiangshan
1
-21
/
+2
2021-08-20
KVM: x86/mmu: allow kvm_faultin_pfn to return page fault handling code
Maxim Levitsky
1
-2
/
+2
2021-08-20
KVM: x86/mmu: rename try_async_pf to kvm_faultin_pfn
Maxim Levitsky
1
-1
/
+1
2021-07-14
KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs
Sean Christopherson
1
-2
/
+2
2021-06-24
KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page fault
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
1
-3
/
+2
2021-06-24
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
1
-1
/
+30
2021-06-24
KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walk
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: x86/mmu: Add accessors to query mmu_role bits
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
Sean Christopherson
1
-2
/
+25
2021-06-24
KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
Sean Christopherson
1
-2
/
+1
2021-06-08
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
1
-5
/
+9
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: x86: mmu: initialize fault.async_page_fault in walk_addr_generic
Maxim Levitsky
1
-0
/
+1
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
1
-3
/
+11
2021-02-22
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
1
-4
/
+4
2020-10-21
kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
Ben Gardon
1
-1
/
+2
2020-09-28
KVM: x86/mmu: Track write/user faults using bools
Sean Christopherson
1
-5
/
+5
2020-09-28
KVM: x86/mmu: Hoist ITLB multi-hit workaround check up a level
Sean Christopherson
1
-1
/
+2
2020-09-28
KVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
Sean Christopherson
1
-5
/
+5
[prev]
[next]