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-01-27
KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
Marios Pomonis
1
-2
/
+14
2020-01-27
KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c
Marios Pomonis
1
-2
/
+8
2020-01-27
KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF attacks
Marios Pomonis
1
-4
/
+14
2020-01-27
KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-2
/
+6
2020-01-27
KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-4
/
+9
2020-01-27
KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-0
/
+1
2020-01-27
KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-6
/
+8
2020-01-27
KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks
Marios Pomonis
1
-1
/
+5
2020-01-27
KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-4
/
+6
2020-01-27
KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
Marios Pomonis
1
-3
/
+8
2020-01-27
kvm/svm: PKU not currently supported
John Allen
5
-1
/
+16
2020-01-27
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
Sean Christopherson
1
-21
/
+13
2020-01-27
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
Sean Christopherson
1
-6
/
+7
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
11
-65
/
+2
2020-01-27
KVM: arm64: Free sve_state via arm specific hook
Sean Christopherson
4
-0
/
+9
2020-01-27
KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-24
/
+32
2020-01-27
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-14
/
+20
2020-01-27
KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-12
/
+14
2020-01-27
KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-98
/
+100
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
9
-41
/
+0
2020-01-27
KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
Sean Christopherson
1
-27
/
+33
2020-01-27
KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
Sean Christopherson
1
-0
/
+11
2020-01-27
KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
Sean Christopherson
1
-2
/
+8
2020-01-27
KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
Sean Christopherson
1
-4
/
+10
2020-01-27
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
Sean Christopherson
1
-2
/
+1
2020-01-27
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
2
-10
/
+3
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
7
-138
/
+43
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
7
-5
/
+12
2020-01-24
KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
1
-2
/
+2
2020-01-24
KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
1
-2
/
+2
2020-01-24
KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
Sean Christopherson
1
-8
/
+10
2020-01-24
KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
Sean Christopherson
1
-28
/
+34
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
7
-19
/
+43
2020-01-24
KVM: Remove kvm_arch_vcpu_free() declaration
Sean Christopherson
1
-1
/
+0
2020-01-24
KVM: x86: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-16
/
+11
2020-01-24
KVM: x86: Remove spurious clearing of async #PF MSR
Sean Christopherson
1
-2
/
+0
2020-01-24
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
Sean Christopherson
1
-4
/
+0
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-24
KVM: PPC: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-24
KVM: MIPS: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-24
KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: PPC: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
8
-55
/
+29
2020-01-24
KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
Sean Christopherson
1
-11
/
+11
2020-01-24
KVM: PPC: Allocate vcpu struct in common PPC code
Sean Christopherson
8
-77
/
+51
2020-01-24
KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
Sean Christopherson
1
-0
/
+2
2020-01-24
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
4
-29
/
+25
2020-01-24
KVM: x86: Move allocation of pio_data page down a few lines
Sean Christopherson
1
-20
/
+13
2020-01-24
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
3
-48
/
+23
2020-01-24
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
4
-40
/
+30
[next]