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-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
Sean Christopherson
2
-2
/
+2
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
15
-257
/
+257
2020-03-31
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
Sean Christopherson
1
-2
/
+2
2020-03-31
KVM: VMX: Configure runtime hooks using vmx_x86_ops
Sean Christopherson
3
-21
/
+24
2020-03-31
KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
Sean Christopherson
1
-153
/
+153
2020-03-31
KVM: x86: Move init-only kvm_x86_ops to separate struct
Sean Christopherson
4
-18
/
+36
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
7
-16
/
+26
2020-03-27
s390/gmap: return proper error code on ksm unsharing
Christian Borntraeger
2
-4
/
+11
2020-03-26
KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
Sean Christopherson
1
-2
/
+2
2020-03-26
KVM: Fix out of range accesses to memslots
Sean Christopherson
3
-0
/
+9
2020-03-26
KVM: X86: Micro-optimize IPI fastpath delay
Wanpeng Li
3
-3
/
+8
2020-03-26
KVM: X86: Delay read msr data iff writes ICR MSR
Wanpeng Li
1
-1
/
+2
2020-03-26
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
8
-0
/
+69
2020-03-24
KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs
Marc Zyngier
1
-1
/
+13
2020-03-24
KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
Marc Zyngier
1
-1
/
+2
2020-03-24
KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
Marc Zyngier
4
-1
/
+14
2020-03-24
KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
Marc Zyngier
2
-2
/
+49
2020-03-24
KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
Marc Zyngier
3
-0
/
+102
2020-03-24
KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
Marc Zyngier
2
-8
/
+107
2020-03-24
KVM: arm64: GICv4.1: Let doorbells be auto-enabled
Marc Zyngier
1
-1
/
+8
2020-03-24
irqchip/gic-v4.1: Eagerly vmap vPEs
Marc Zyngier
1
-10
/
+42
2020-03-24
irqchip/gic-v4.1: Add VSGI property setup
Marc Zyngier
2
-0
/
+14
2020-03-24
irqchip/gic-v4.1: Add VSGI allocation/teardown
Marc Zyngier
2
-1
/
+69
2020-03-24
irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
Marc Zyngier
5
-26
/
+61
2020-03-24
irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacks
Marc Zyngier
2
-0
/
+23
2020-03-24
irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
Marc Zyngier
2
-0
/
+91
2020-03-24
irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
Marc Zyngier
1
-0
/
+18
2020-03-24
irqchip/gic-v4.1: Add initial SGI configuration
Marc Zyngier
2
-2
/
+93
2020-03-24
irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
Marc Zyngier
3
-4
/
+88
2020-03-24
MAINTAINERS: RIP KVM/arm
Marc Zyngier
1
-4
/
+1
2020-03-24
arm: Remove the ability to set HYP vectors outside of the decompressor
Marc Zyngier
2
-36
/
+8
2020-03-24
arm: Remove GICv3 vgic compatibility macros
Marc Zyngier
1
-114
/
+0
2020-03-24
arm: Remove HYP/Stage-2 page-table support
Marc Zyngier
8
-93
/
+1
2020-03-24
arm: Remove 32bit KVM host support
Marc Zyngier
37
-6046
/
+5
2020-03-24
arm: Remove KVM from config files
Marc Zyngier
1
-2
/
+0
2020-03-24
arm: Unplug KVM from the build system
Marc Zyngier
3
-4
/
+1
2020-03-24
KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN
Laurent Dufour
1
-1
/
+2
2020-03-24
KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls
Laurent Dufour
1
-11
/
+21
2020-03-24
KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported
Fabiano Rosas
1
-0
/
+3
2020-03-23
KVM: VMX: Gracefully handle faults on VMXON
Sean Christopherson
1
-3
/
+21
2020-03-23
KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()
Sean Christopherson
2
-11
/
+4
2020-03-23
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
Sean Christopherson
1
-51
/
+16
2020-03-23
KVM: x86: Expose fast short REP MOV for supported cpuid
Zhenyu Wang
1
-1
/
+1
2020-03-23
tools/kvm_stat: add command line switch '-c' to log in csv format
Stefan Raspl
2
-14
/
+53
2020-03-23
tools/kvm_stat: add command line switch '-s' to set update interval
Stefan Raspl
2
-12
/
+38
2020-03-23
tools/kvm_stat: switch to argparse
Stefan Raspl
1
-80
/
+62
2020-03-23
tools/kvm_stat: rework command line sequence and message texts
Stefan Raspl
2
-24
/
+25
2020-03-23
KVM: s390: mark sie block as 512 byte aligned
Christian Borntraeger
1
-1
/
+1
2020-03-23
KVM: s390: Use fallthrough;
Joe Perches
4
-16
/
+19
2020-03-20
irqchip/gic-v4.1: Map the ITS SGIR register page
Marc Zyngier
1
-2
/
+13
[next]