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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-27
net: rose: split remove and free operations in rose_remove_neigh()
Takamitsu Iwai
1
-0
/
+8
2025-08-27
pinctrl: Add pinctrl_pm_select_init_state helper function
Christian Bruel
1
-0
/
+10
2025-08-27
mm: remove BDI_CAP_WRITEBACK_ACCT
Joanne Koong
1
-3
/
+1
2025-08-27
fuse: use default writeback accounting
Joanne Koong
1
-10
/
+0
2025-08-27
sched/wait: Add wait_event_state_exclusive()
Sergey Senozhatsky
1
-0
/
+12
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
1
-1
/
+11
2025-08-27
KVM: Allow and advertise support for host mmap() on guest_memfd files
Fuad Tabba
1
-0
/
+2
2025-08-27
KVM: guest_memfd: Track guest_memfd mmap support in memslot
Fuad Tabba
1
-1
/
+10
2025-08-27
KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
Fuad Tabba
1
-0
/
+4
2025-08-27
KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
Fuad Tabba
1
-7
/
+2
2025-08-27
KVM: Fix comment that refers to kvm uapi header path
Fuad Tabba
1
-1
/
+1
2025-08-27
KVM: Fix comments that refer to slots_lock
Fuad Tabba
1
-1
/
+1
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
1
-1
/
+1
2025-08-27
KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
Fuad Tabba
1
-1
/
+1
2025-08-27
KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
1
-7
/
+7
2025-08-26
kunit: Enable direct registration of parameter arrays to a KUnit test
Marie Zhussupova
1
-6
/
+59
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
1
-3
/
+6
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
1
-0
/
+25
2025-08-26
kunit: Add parent kunit for parameterized test context
Marie Zhussupova
1
-2
/
+6
2025-08-26
ipv6: sr: Prepare HMAC key ahead of time
Eric Biggers
1
-0
/
+8
2025-08-26
ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
1
-12
/
+0
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
6
-9
/
+20
2025-08-26
devlink: Make health reporter burst period configurable
Shahar Shitrit
1
-0
/
+2
2025-08-26
devlink: Introduce burst period for health reporter
Shahar Shitrit
1
-0
/
+3
2025-08-26
devlink: Move graceful period parameter to reporter ops
Shahar Shitrit
1
-4
/
+7
2025-08-26
net: phy: fixed: let fixed_phy_add always use addr 0 and remove return value
Heiner Kallweit
1
-6
/
+2
2025-08-26
net: phy: introduce phy_id_compare_vendor() PHY ID helper
Christian Marangi
1
-3
/
+20
2025-08-26
lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
Eric Biggers
1
-1
/
+180
2025-08-26
drm: Add a vendor-specific recovery method to drm device wedged uevent
Riana Tauro
1
-0
/
+4
2025-08-26
drm/vesadrm: Support DRM_FORMAT_C8
Thomas Zimmermann
1
-0
/
+3
2025-08-26
drm/color-mgmt: Prepare for RGB332 palettes
Thomas Zimmermann
1
-0
/
+1
2025-08-26
video: screen_info: Add pixel-format helper for linear framebuffers
Thomas Zimmermann
1
-0
/
+2
2025-08-26
video: pixel_format: Add compare helpers
Thomas Zimmermann
1
-0
/
+58
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
1
-1
/
+1
2025-08-26
memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINIT
Mike Rapoport (Microsoft)
1
-2
/
+3
2025-08-26
vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER
Namhyung Kim
1
-2
/
+2
2025-08-26
Revert "virtio: reject shm region if length is zero"
Igor Torrente
1
-2
/
+0
2025-08-26
drm/xe/uapi: Add UAPI for querying VMA count and memory attributes
Himal Prasad Ghimiray
1
-0
/
+140
2025-08-26
drm/xe/uapi: Add flag for consulting madvise hints on svm prefetch
Himal Prasad Ghimiray
1
-0
/
+5
2025-08-26
drm/xe/uapi: Add madvise interface
Himal Prasad Ghimiray
1
-0
/
+130
2025-08-26
OPP: Add support to find OPP for a set of keys
Krishna Chaitanya Chundru
1
-0
/
+30
2025-08-25
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
18
-67
/
+570
2025-08-25
rcu: add rcu_read_lock_dont_migrate()
Menglong Dong
1
-0
/
+14
2025-08-25
net: phylink: remove stale an_enabled from doc
David Yang
1
-4
/
+3
2025-08-25
tcp: Move TCP-specific diag functions to tcp_diag.c.
Kuniyuki Iwashima
1
-11
/
+0
2025-08-25
tcp: Don't pass hashinfo to inet_diag helpers.
Kuniyuki Iwashima
1
-4
/
+2
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
2
-34
/
+21
2025-08-25
tcp: Remove timewait_sock_ops.twsk_destructor().
Kuniyuki Iwashima
1
-7
/
+0
2025-08-25
net: airoha: Introduce check_skb callback in ppe_dev ops
Lorenzo Bianconi
1
-0
/
+20
2025-08-25
net: airoha: Add airoha_ppe_dev struct definition
Lorenzo Bianconi
1
-0
/
+35
[prev]
[next]