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
2021-10-28
x86/hyperv: Remove duplicate include
Jiapeng Chong
1
-2
/
+0
2021-10-28
x86/hyperv: Remove duplicated include in hv_init
Wan Jiabing
1
-1
/
+0
2021-10-28
Drivers: hv: vmbus: Remove unused code to check for subchannels
Michael Kelley
2
-47
/
+0
2021-10-28
Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VM
Tianyu Lan
3
-22
/
+53
2021-10-28
Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
Tianyu Lan
2
-6
/
+91
2021-10-28
x86/hyperv: Add ghcb hvcall support for SNP VM
Tianyu Lan
5
-2
/
+94
2021-10-28
x86/hyperv: Add Write/Read MSR registers via ghcb page
Tianyu Lan
6
-59
/
+232
2021-10-28
Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
Tianyu Lan
5
-38
/
+65
2021-10-28
x86/hyperv: Add new hvcall guest address host visibility support
Tianyu Lan
7
-7
/
+154
2021-10-28
x86/hyperv: Initialize shared memory boundary in the Isolation VM.
Tianyu Lan
2
-1
/
+13
2021-10-28
x86/hyperv: Initialize GHCB page in Isolation VM
Tianyu Lan
4
-7
/
+74
2021-10-25
x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV
Tianyu Lan
3
-15
/
+29
2021-10-21
x86/sev: Allow #VC exceptions on the VC2 stack
Joerg Roedel
1
-4
/
+17
2021-10-21
x86/sev: Fix stack type check in vc_switch_off_ist()
Joerg Roedel
1
-1
/
+1
2021-10-19
x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
Tom Lendacky
1
-0
/
+9
2021-10-19
x86/sev: Carve out HV call's return value verification
Borislav Petkov
1
-24
/
+29
2021-10-10
Linux 5.15-rc5
Linus Torvalds
1
-1
/
+1
2021-10-08
asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhere
Adam Borowski
1
-1
/
+1
2021-10-08
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
1
-3
/
+8
2021-10-07
checksyscalls: Unconditionally ignore fstat{,at}64
Palmer Dabbelt
1
-2
/
+4
2021-10-07
PCI: ACPI: Check parent pointer in acpi_pci_find_companion()
Rafael J. Wysocki
1
-0
/
+3
2021-10-08
MAINTAINERS: Add Sven Peter as ARM/APPLE MACHINE maintainer
Sven Peter
1
-0
/
+1
2021-10-08
MAINTAINERS: Add Alyssa Rosenzweig as M1 reviewer
Alyssa Rosenzweig
1
-0
/
+2
2021-10-07
ksmbd: fix oops from fuse driver
Namjae Jeon
1
-11
/
+6
2021-10-07
ksmbd: fix version mismatch with out of tree
Namjae Jeon
1
-1
/
+1
2021-10-07
ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
Namjae Jeon
1
-5
/
+3
2021-10-07
ksmbd: remove the leftover of smb2.0 dialect support
Namjae Jeon
4
-34
/
+12
2021-10-07
ksmbd: check strictly data area in ksmbd_smb2_check_message()
Namjae Jeon
1
-51
/
+47
2021-10-07
qcom_scm: hide Kconfig symbol
Arnd Bergmann
12
-85
/
+24
2021-10-07
firmware: include drivers/firmware/Kconfig unconditionally
Arnd Bergmann
8
-14
/
+2
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
4
-4
/
+8
2021-10-07
pseries/eeh: Fix the kdump kernel crash during eeh_pseries_init
Mahesh Salgaonkar
1
-0
/
+4
2021-10-07
powerpc/32s: Fix kuap_kernel_restore()
Christophe Leroy
1
-0
/
+8
2021-10-07
powerpc/pseries/msi: Add an empty irq_write_msi_msg() handler
Cédric Le Goater
1
-0
/
+15
2021-10-07
powerpc/64s: Fix unrecoverable MCE calling async handler from NMI
Nicholas Piggin
3
-18
/
+26
2021-10-07
powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUG
Nicholas Piggin
1
-5
/
+8
2021-10-07
powerpc/64: warn if local irqs are enabled in NMI or hardirq context
Nicholas Piggin
1
-0
/
+6
2021-10-07
powerpc/traps: do not enable irqs in _exception
Nicholas Piggin
1
-3
/
+9
2021-10-07
powerpc/64s: fix program check interrupt emergency stack path
Nicholas Piggin
1
-7
/
+10
2021-10-07
powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_END
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf ppc32: Fix JMP32_JSET_K
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operation
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC
Naveen N. Rao
2
-8
/
+55
2021-10-07
powerpc/security: Add a helper to query stf_barrier type
Naveen N. Rao
2
-0
/
+10
2021-10-07
powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
Naveen N. Rao
1
-10
/
+17
2021-10-07
powerpc/bpf: Fix BPF_MOD when imm == 1
Naveen N. Rao
1
-2
/
+8
2021-10-07
powerpc/bpf: Validate branch ranges
Naveen N. Rao
4
-11
/
+37
2021-10-07
powerpc/lib: Add helper to check if offset is within conditional branch range
Naveen N. Rao
3
-7
/
+8
2021-10-06
drm/amd/display: Fix detection of 4 lane for DPALT
Hansen
2
-1
/
+35
[next]