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
2022-08-11
dpaa2-eth: trace the allocated address instead of page struct
Chen Lin
1
-2
/
+2
2022-08-11
net: add missing kdoc for struct genl_multicast_group::flags
Jakub Kicinski
1
-2
/
+3
2022-08-11
nfp: fix use-after-free in area_cache_get()
Jialiang Wang
1
-1
/
+2
2022-08-11
MAINTAINERS: use my korg address for mt7601u
Jakub Kicinski
1
-1
/
+1
2022-08-11
mlxsw: minimal: Fix deadlock in ports creation
Vadim Pasternak
1
-7
/
+0
2022-08-11
bonding: fix reference count leak in balance-alb mode
Jay Vosburgh
1
-1
/
+4
2022-08-11
Revert "Makefile.extrawarn: re-enable -Wformat for clang"
Linus Torvalds
1
-0
/
+1
2022-08-11
net: usb: qmi_wwan: Add support for Cinterion MV32
Slark Xiao
1
-0
/
+2
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
1
-0
/
+8
2022-08-11
KVM: x86/MMU: properly format KVM_CAP_VM_DISABLE_NX_HUGE_PAGES capability table
Bagas Sanjaya
1
-4
/
+4
2022-08-11
Documentation: KVM: extend KVM_CAP_VM_DISABLE_NX_HUGE_PAGES heading underline
Bagas Sanjaya
1
-1
/
+1
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
6
-15
/
+54
2022-08-10
tls: rx: device: don't try to copy too much on detach
Jakub Kicinski
1
-1
/
+1
2022-08-10
tls: rx: device: bound the frag walk
Jakub Kicinski
1
-1
/
+7
2022-08-10
net_sched: cls_route: remove from list when handle is 0
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2022-08-10
selftests: forwarding: Fix failing tests with old libnet
Ido Schimmel
3
-24
/
+48
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
1
-6
/
+3
2022-08-10
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
3
-22
/
+53
2022-08-10
x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
3
-2
/
+6
2022-08-10
Makefile: link with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
1
-0
/
+5
2022-08-10
crypto: blake2b: effectively disable frame size warning
Linus Torvalds
1
-0
/
+1
2022-08-10
KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh
Sean Christopherson
2
-11
/
+8
2022-08-10
KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers
Sean Christopherson
1
-9
/
+17
2022-08-10
KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES
Sean Christopherson
1
-2
/
+2
2022-08-10
KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT vals
Sean Christopherson
1
-5
/
+12
2022-08-10
KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test
Gavin Shan
1
-15
/
+27
2022-08-10
KVM: selftests: Make rseq compatible with glibc-2.35
Gavin Shan
2
-22
/
+9
2022-08-10
KVM: Actually create debugfs in kvm_create_vm()
Oliver Upton
1
-17
/
+19
2022-08-10
KVM: Pass the name of the VM fd to kvm_create_vm_debugfs()
Oliver Upton
1
-3
/
+6
2022-08-10
KVM: Get an fd before creating the VM
Oliver Upton
1
-13
/
+17
2022-08-10
KVM: Shove vcpu stats_id init into kvm_vcpu_init()
Oliver Upton
1
-4
/
+4
2022-08-10
KVM: Shove vm stats_id init into kvm_create_vm()
Oliver Upton
1
-3
/
+3
2022-08-10
KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
Sean Christopherson
2
-0
/
+22
2022-08-10
KVM: x86/mmu: rename trace function name for asynchronous page fault
Mingwei Zhang
2
-2
/
+2
2022-08-10
KVM: x86/xen: Stop Xen timer before changing IRQ
Coleman Dietsch
1
-18
/
+17
2022-08-10
KVM: x86/xen: Initialize Xen timer only once
Coleman Dietsch
1
-1
/
+3
2022-08-10
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
5
-5
/
+19
2022-08-10
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
3
-0
/
+24
2022-08-10
KVM: x86: Tag kvm_mmu_x86_module_init() with __init
Sean Christopherson
2
-2
/
+2
2022-08-10
KVM: x86: emulator: Fix illegal LEA handling
Michal Luczaj
1
-1
/
+5
2022-08-10
KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PF
Yu Zhang
1
-0
/
+1
2022-08-10
KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" reg
Sean Christopherson
1
-3
/
+5
2022-08-10
KVM: x86: do not report preemption if the steal time cache is stale
Paolo Bonzini
1
-0
/
+2
2022-08-10
KVM: x86: revalidate steal time cache if MSR value changes
Paolo Bonzini
1
-3
/
+3
2022-08-10
selftests: kvm: fix compilation
Paolo Bonzini
1
-0
/
+2
2022-08-10
selftests/bpf: Ensure sleepable program is rejected by hash map iter
Hou Tao
2
-0
/
+15
2022-08-10
selftests/bpf: Add write tests for sk local storage map iterator
Hou Tao
2
-4
/
+38
2022-08-10
selftests/bpf: Add tests for reading a dangling map iter fd
Hou Tao
1
-0
/
+92
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
1
-1
/
+10
2022-08-10
bpf: Check the validity of max_rdwr_access for sock local storage map iterator
Hou Tao
1
-1
/
+1
[next]