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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
rust: kunit: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2
-5
/
+5
2025-09-16
rust: file: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-2
/
+3
2025-09-16
rust: device: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-3
/
+3
2025-09-16
rust: block: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
4
-5
/
+4
2025-09-16
rust: alloc: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
3
-3
/
+3
2025-09-16
gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2
-5
/
+4
2025-09-16
PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release
Shin'ichiro Kawasaki
1
-6
/
+11
2025-09-16
Merge branch 'x86/urgent' into x86/apic, to resolve conflict
Ingo Molnar
849
-4710
/
+10744
2025-09-16
RISC-V: KVM: Upgrade the supported SBI version to 3.0
Atish Patra
1
-1
/
+1
2025-09-16
RISC-V: KVM: Implement get event info function
Atish Patra
3
-0
/
+65
2025-09-16
RISC-V: KVM: No need of explicit writable slot check
Atish Patra
2
-16
/
+4
2025-09-16
drivers/perf: riscv: Export PMU event info function
Atish Patra
2
-55
/
+68
2025-09-16
drivers/perf: riscv: Implement PMU event info function
Atish Patra
2
-0
/
+78
2025-09-16
RISC-V: KVM: Add support for Raw event v2
Atish Patra
1
-0
/
+4
2025-09-16
drivers/perf: riscv: Add raw event v2 support
Atish Patra
2
-5
/
+15
2025-09-16
drivers/perf: riscv: Add SBI v3.0 flag
Atish Patra
1
-0
/
+4
2025-09-16
KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
Anup Patel
1
-0
/
+32
2025-09-16
RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
Anup Patel
3
-13
/
+200
2025-09-16
RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
Anup Patel
3
-29
/
+29
2025-09-16
RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
Anup Patel
4
-82
/
+175
2025-09-16
RISC-V: KVM: Introduce feature specific reset for SBI FWFT
Anup Patel
1
-2
/
+28
2025-09-16
RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
Anup Patel
1
-1
/
+2
2025-09-16
RISC-V: KVM: Prevent HGATP_MODE_BARE passed
Guo Ren (Alibaba DAMO Academy)
2
-19
/
+41
2025-09-16
RISC-V: KVM: Remove unnecessary HGATP csr_read
Guo Ren (Alibaba DAMO Academy)
1
-4
/
+1
2025-09-16
RISC-V: KVM: Write hgatp register with valid mode bits
Fangyu Yu
1
-1
/
+2
2025-09-16
KVM: riscv: selftests: Add common supported test cases
Quan Zhou
1
-0
/
+6
2025-09-16
KVM: riscv: selftests: Add missing headers for new testcases
Dong Yang
4
-0
/
+4
2025-09-16
KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
Quan Zhou
1
-2
/
+1
2025-09-16
KVM: riscv: selftests: Add bfloat16 extension to get-reg-list test
Quan Zhou
1
-0
/
+12
2025-09-16
KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
Quan Zhou
1
-0
/
+16
2025-09-16
RISC-V: KVM: Allow bfloat16 extension for Guest/VM
Quan Zhou
2
-0
/
+9
2025-09-16
RISC-V: KVM: Allow Zicbop extension for Guest/VM
Quan Zhou
2
-0
/
+3
2025-09-16
RISC-V: KVM: Provide UAPI for Zicbop block size
Quan Zhou
2
-0
/
+15
2025-09-16
RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa
Quan Zhou
1
-6
/
+6
2025-09-16
RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLEN
Samuel Holland
3
-1
/
+94
2025-09-16
mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
Al Viro
1
-1
/
+1
2025-09-16
f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()
Chao Yu
1
-20
/
+19
2025-09-15
zram: fix slot write race condition
Sergey Senozhatsky
1
-5
/
+3
2025-09-16
f2fs: fix to avoid migrating empty section
Chao Yu
1
-1
/
+15
2025-09-16
f2fs: fix to truncate first page in error path of f2fs_truncate()
Chao Yu
1
-1
/
+9
2025-09-16
f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()
Chao Yu
1
-1
/
+1
2025-09-15
net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failure
Yeounsu Moon
1
-7
/
+6
2025-09-15
scsi: target: iscsi: fix typos and formatting in lio_target messages
Alok Tiwari
1
-3
/
+3
2025-09-15
scsi: ufs: ufs-qcom: Disable lane clocks during phy hibern8
Palash Kambar
1
-0
/
+10
2025-09-15
scsi: ufs: exynos: Correct sync pattern mask timing comment
Alok Tiwari
1
-1
/
+1
2025-09-15
net: ravb: Fix -Wmaybe-uninitialized warning
Niklas Söderlund
1
-1
/
+2
2025-09-15
Merge tag 'clk-meson-v6.18-1' of https://github.com/BayLibre/clk-meson into clk-amlogic
Stephen Boyd
23
-5321
/
+3715
2025-09-15
Merge branch 'microchip-lan865x-minor-improvements'
Jakub Kicinski
2
-1
/
+5
2025-09-15
ethernet: Extend device_get_mac_address() to use NVMEM
Stefan Wahren
1
-1
/
+4
2025-09-15
microchip: lan865x: Enable MAC address validation
Stefan Wahren
1
-0
/
+1
[prev]
[next]