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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-27
nvme: update nvme_id_ns OPTPERF constants
Caleb Sander Mateos
1
-1
/
+5
2026-03-27
nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
Caleb Sander Mateos
1
-1
/
+8
2026-03-27
nvme-auth: common: remove nvme_auth_digest_name()
Eric Biggers
1
-1
/
+0
2026-03-27
nvme-auth: common: add HMAC helper functions
Eric Biggers
1
-0
/
+14
2026-03-27
nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
Eric Biggers
1
-1
/
+1
2026-03-27
nvme-auth: use proper argument types
Eric Biggers
1
-13
/
+13
2026-03-27
nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
Eric Biggers
1
-0
/
+5
2026-03-27
fwctl/bnxt_en: Create an aux device for fwctl
Pavan Chebbi
1
-0
/
+1
2026-03-27
fwctl/bnxt_en: Refactor aux bus functions to be more generic
Pavan Chebbi
1
-5
/
+20
2026-03-27
fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
Pavan Chebbi
1
-0
/
+128
2026-03-27
Merge back earlier cpufreq material for 7.1
Rafael J. Wysocki
1
-1
/
+1
2026-03-27
printk: add print_hex_dump_devel()
Thorsten Blum
1
-0
/
+13
2026-03-27
iommu: Do not call drivers for empty gathers
Jason Gunthorpe
1
-1
/
+2
2026-03-27
Merge branch 'dt-reserved-mem-cleanups' into dma-mapping-for-next
Marek Szyprowski
3
-20
/
+9
2026-03-26
net: stmmac: remove axi_kbbe, axi_mb and axi_rb members
Russell King (Oracle)
1
-3
/
+0
2026-03-26
netdevsim: fix build if SKB_EXTENSIONS=n
Qingfang Deng
1
-0
/
+1
2026-03-26
Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
2
-1
/
+13
2026-03-26
device property: Make modifications of fwnode "flags" thread safe
Douglas Anderson
1
-11
/
+33
2026-03-26
resource: Add __resource_contains_unbound() for internal contains checks
Ilpo Järvinen
1
-3
/
+17
2026-03-26
Merge branch 'dt-reserved-mem-cleanups' into dt/next
Rob Herring (Arm)
3
-20
/
+9
2026-03-26
of: reserved_mem: replace CMA quirks by generic methods
Marek Szyprowski
3
-13
/
+3
2026-03-26
of: reserved_mem: switch to ops based OF_DECLARE()
Marek Szyprowski
1
-7
/
+6
2026-03-26
of: reserved_mem: remove fdt node from the structure
Marek Szyprowski
1
-2
/
+2
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-23
/
+151
2026-03-26
Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+49
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
1
-6
/
+13
2026-03-26
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
Hao-Yu Yang
1
-0
/
+1
2026-03-26
timens: Remove dependency on the vDSO
Thomas Weißschuh
1
-12
/
+16
2026-03-26
vdso/timens: Move functions to new file
Thomas Weißschuh
1
-8
/
+0
2026-03-26
tracing: Move snapshot code out of trace.c and into trace_snapshot.c
Steven Rostedt
1
-1
/
+1
2026-03-26
nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
Mickaël Salaün
1
-10
/
+34
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
1
-1
/
+0
2026-03-26
fs: Drop i_private_list from address_space
Jan Kara
1
-2
/
+0
2026-03-26
fs: Drop mapping_metadata_bhs from address space
Jan Kara
2
-29
/
+0
2026-03-26
fs: Provide functions for handling mapping_metadata_bhs directly
Jan Kara
1
-8
/
+36
2026-03-26
fs: Switch inode_has_buffers() to take mapping_metadata_bhs
Jan Kara
1
-1
/
+1
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
2
-2
/
+3
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
1
-0
/
+7
2026-03-26
fs: Remove i_private_data
Jan Kara
1
-2
/
+0
2026-03-26
hugetlbfs: Stop using i_private_data
Jan Kara
1
-0
/
+1
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
1
-3
/
+0
2026-03-26
fs: Rename generic_file_fsync() to simple_fsync()
Jan Kara
1
-2
/
+2
2026-03-26
tracepoint: Add trace_call__##name() API
Vineeth Pillai (Google)
1
-0
/
+11
2026-03-25
Merge tag 'rcu-fixes.v7.0-20260325a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
2
-4
/
+9
2026-03-26
BackMerge tag 'v7.0-rc4' into drm-next
Dave Airlie
14
-87
/
+118
2026-03-25
wifi: mac80211: ignore reserved bits in reconfiguration status
Benjamin Berg
1
-0
/
+7
2026-03-25
wifi: ieee80211: Add some missing NAN definitions
Ilan Peer
1
-1
/
+6
2026-03-25
hfsplus: fix generic/523 test-case failure
Viacheslav Dubeyko
1
-0
/
+5
2026-03-25
smp: Add missing kernel-doc comments
Randy Dunlap
1
-17
/
+21
2026-03-25
Merge tag 'dma-mapping-7.0-2026-03-25' into dma-mapping-for-next
Marek Szyprowski
1
-6
/
+13
[prev]
[next]