index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-01
KVM: MMU: inline set_spte in mmu_set_spte
Paolo Bonzini
1
-15
/
+16
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
David Matlack
3
-8
/
+16
2021-10-01
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
4
-23
/
+20
2021-10-01
KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_dirty_log
Paolo Bonzini
1
-30
/
+10
2021-10-01
KVM: MMU: mark page dirty in make_spte
Paolo Bonzini
3
-23
/
+4
2021-10-01
KVM: x86/mmu: Fold rmap_recycle into rmap_add
David Matlack
1
-26
/
+14
2021-10-01
KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
Sean Christopherson
2
-2
/
+8
2021-10-01
KVM: MMU: change tracepoints arguments to kvm_page_fault
Paolo Bonzini
4
-13
/
+13
2021-10-01
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
4
-17
/
+11
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
5
-67
/
+77
2021-10-01
KVM: MMU: change fast_page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-22
/
+17
2021-10-01
KVM: MMU: change tdp_mmu_map_handle_target_level() arguments to kvm_page_fault
Paolo Bonzini
1
-10
/
+8
2021-10-01
KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_fault
Paolo Bonzini
3
-19
/
+11
2021-10-01
KVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault
Paolo Bonzini
1
-30
/
+22
2021-10-01
KVM: MMU: change __direct_map() arguments to kvm_page_fault
Paolo Bonzini
1
-19
/
+13
2021-10-01
KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault
Paolo Bonzini
2
-10
/
+10
2021-10-01
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
3
-38
/
+36
2021-10-01
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
3
-12
/
+16
2021-10-01
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
3
-28
/
+27
2021-10-01
KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
Paolo Bonzini
4
-24
/
+24
2021-10-01
KVM: MMU: Introduce struct kvm_page_fault
Paolo Bonzini
1
-3
/
+31
2021-10-01
KVM: MMU: pass unadulterated gpa to direct_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: x86: Fix potential race in KVM_GET_CLOCK
Oliver Upton
1
-13
/
+23
2021-10-01
KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions
Paolo Bonzini
1
-47
/
+52
2021-10-01
kvm: x86: abstract locking around pvclock_update_vm_gtod_copy
Paolo Bonzini
2
-34
/
+29
2021-10-01
KVM: X86: Move PTE present check from loop body to __shadow_walk_next()
Lai Jiangshan
2
-12
/
+3
2021-10-01
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
5
-6
/
+63
2021-10-01
KVM: x86: SVM: add module param to control TSC scaling
Maxim Levitsky
1
-6
/
+18
2021-10-01
KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
Paolo Bonzini
1
-27
/
+34
2021-09-30
x86/kprobes: Fixup return address in generic trampoline handler
Masami Hiramatsu
1
-2
/
+16
2021-09-30
x86/unwind: Recover kretprobe trampoline entry
Masami Hiramatsu
4
-8
/
+42
2021-09-30
x86/kprobes: Push a fake return address at kretprobe_trampoline
Masami Hiramatsu
1
-9
/
+25
2021-09-30
x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
Josh Poimboeuf
2
-2
/
+16
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-9
/
+9
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2
-2
/
+1
2021-09-30
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
Masami Hiramatsu
1
-3
/
+3
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
29
-234
/
+365
2021-09-30
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-18
/
+48
2021-09-30
x86: add CPU field to struct thread_info
Ard Biesheuvel
1
-0
/
+3
2021-09-30
KVM: x86: SVM: add module param to control LBR virtualization
Maxim Levitsky
1
-1
/
+12
2021-09-30
KVM: x86: nSVM: don't copy pause related settings
Maxim Levitsky
1
-8
/
+0
2021-09-30
kvm: irqfd: avoid update unmodified entries of the routing
Longpeng(Mike)
1
-0
/
+9
2021-09-30
KVM: X86: Don't check unsync if the original spte is writible
Lai Jiangshan
1
-2
/
+2
2021-09-30
KVM: X86: Don't unsync pagetables when speculative
Lai Jiangshan
3
-3
/
+8
2021-09-30
KVM: X86: Remove FNAME(update_pte)
Lai Jiangshan
1
-9
/
+1
2021-09-30
KVM: X86: Zap the invalid list after remote tlb flushing
Lai Jiangshan
1
-1
/
+1
2021-09-30
KVM: X86: Change kvm_sync_page() to return true when remote flush is needed
Lai Jiangshan
2
-19
/
+23
2021-09-30
KVM: X86: Remove kvm_mmu_flush_or_zap()
Lai Jiangshan
1
-20
/
+6
2021-09-30
KVM: X86: Don't flush current tlb on shadow page modification
Lai Jiangshan
2
-6
/
+0
2021-09-30
KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU
Sean Christopherson
1
-1
/
+3
[prev]
[next]