index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
kvm: x86: default legacy PCI device assignment support to "n"
Paolo Bonzini
1
-3
/
+4
2015-06-02
KVM: s390: introduce KMSG_COMPONENT for kvm-s390
David Hildenbrand
1
-2
/
+6
2015-06-02
KVM: s390: call exit_sie() directly on vcpu block/request
David Hildenbrand
1
-1
/
+2
2015-05-29
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
Marcelo Tosatti
1
-0
/
+4
2015-05-29
x86: kvmclock: set scheduler clock stable
Luiz Capitulino
1
-2
/
+12
2015-05-29
x86: kvmclock: add flag to indicate pvclock counts from zero
Marcelo Tosatti
1
-0
/
+1
2015-05-28
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
1
-7
/
+7
2015-05-28
KVM: remove unused argument from mark_page_dirty_in_slot
Paolo Bonzini
1
-7
/
+5
2015-05-28
KVM: x86: Allow ARAT CPU feature
Jan Kiszka
1
-1
/
+6
2015-05-28
KVM: x86: preserve x2APIC LDR on INIT
Radim Krčmář
1
-1
/
+2
2015-05-28
KVM: x86: use correct APIC ID on x2APIC transition
Radim Krčmář
1
-3
/
+10
2015-05-28
KVM: x86: add module parameter to disable periodic kvmclock sync
Marcelo Tosatti
1
-0
/
+9
2015-05-28
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
1
-4
/
+8
2015-05-28
KVM: remove __gfn_to_pfn
Paolo Bonzini
1
-24
/
+15
2015-05-28
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
3
-7
/
+9
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
14
-20
/
+30
2015-05-26
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
8
-7
/
+8
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
12
-37
/
+37
2015-05-26
KVM: use kvm_memslots whenever possible
Paolo Bonzini
8
-14
/
+31
2015-05-26
KVM: introduce kvm_alloc/free_memslots
Paolo Bonzini
1
-49
/
+55
2015-05-20
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
4
-2
/
+27
2015-05-20
Revert "KVM: x86: drop fpu_activate hook"
Paolo Bonzini
3
-0
/
+3
2015-05-20
kvm: fix crash in kvm_vcpu_reload_apic_access_page
Andrea Arcangeli
1
-0
/
+2
2015-05-20
kvm: x86: Make functions that have no external callers static
Nicholas Krause
1
-2
/
+2
2015-05-19
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
3
-24
/
+15
2015-05-19
KVM: mips: use id_to_memslot correctly
Paolo Bonzini
1
-1
/
+1
2015-05-19
KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed
Xiao Guangrong
1
-2
/
+1
2015-05-19
KVM: MMU: fix MTRR update
Xiao Guangrong
3
-1
/
+83
2015-05-19
KVM: MMU: fix decoding cache type from MTRR
Xiao Guangrong
1
-8
/
+6
2015-05-19
KVM: MMU: introduce kvm_zap_rmapp
Xiao Guangrong
1
-8
/
+12
2015-05-19
KVM: MMU: use slot_handle_level and its helper to clean up the code
Xiao Guangrong
1
-112
/
+16
2015-05-19
KVM: MMU: introduce slot_handle_level_range() and its helpers
Xiao Guangrong
1
-0
/
+69
2015-05-19
KVM: MMU: introduce for_each_slot_rmap_range
Xiao Guangrong
1
-22
/
+75
2015-05-19
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2
-15
/
+10
2015-05-19
KVM: MMU: introduce for_each_rmap_spte()
Xiao Guangrong
2
-38
/
+19
2015-05-19
Revert "kvmclock: set scheduler clock stable"
Paolo Bonzini
1
-3
/
+0
2015-05-19
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
5
-15
/
+30
2015-05-19
KVM: x86: Fix zero iterations REP-string
Nadav Amit
1
-0
/
+25
2015-05-19
KVM: x86: Fix update RCX/RDI/RSI on REP-string
Nadav Amit
1
-6
/
+2
2015-05-19
KVM: x86: Fix DR7 mask on task-switch while debugging
Nadav Amit
2
-4
/
+5
2015-05-11
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
5
-15
/
+30
2015-05-11
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
1
-1
/
+1
2015-05-11
KVM: MMU: fix smap permission check
Xiao Guangrong
2
-0
/
+9
2015-05-10
KVM: PPC: Book3S HV: Fix list traversal in error case
Paul Mackerras
1
-2
/
+3
2015-05-08
KVM: s390: drop handling of interception code 12
David Hildenbrand
1
-16
/
+0
2015-05-08
KVM: s390: factor out and optimize floating irq VCPU kick
David Hildenbrand
1
-28
/
+46
2015-05-08
KVM: s390: optimize interrupt handling round trip time
Jens Freimann
1
-7
/
+4
2015-05-08
KVM: s390: provide functions for blocking all CPUs
Christian Borntraeger
2
-7
/
+26
2015-05-08
KVM: s390: make exit_sie_sync more robust
Christian Borntraeger
4
-13
/
+22
2015-05-08
KVM: s390: Enable guest EDAT2 support
Guenther Hutzl
3
-4
/
+11
[next]