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-01-31
mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand (Red Hat)
2
-8
/
+8
2026-01-31
mm: rename balloon_compaction.(c|h) to balloon.(c|h)
David Hildenbrand (Red Hat)
1
-6
/
+5
2026-01-31
mm/balloon_compaction: remove "extern" from functions
David Hildenbrand (Red Hat)
1
-8
/
+8
2026-01-31
mm/balloon_compaction: move internal helpers to balloon_compaction.c
David Hildenbrand (Red Hat)
1
-44
/
+0
2026-01-31
mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
David Hildenbrand (Red Hat)
1
-7
/
+0
2026-01-31
mm/balloon_compaction: remove balloon_page_push/pop()
David Hildenbrand (Red Hat)
1
-30
/
+0
2026-01-31
mm/balloon_compaction: drop fs.h include from balloon_compaction.h
David Hildenbrand (Red Hat)
1
-1
/
+0
2026-01-31
mm/balloon_compaction: make balloon_mops static
David Hildenbrand (Red Hat)
1
-1
/
+0
2026-01-31
mm/balloon_compaction: remove dependency on page lock
David Hildenbrand (Red Hat)
1
-12
/
+13
2026-01-31
mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand (Red Hat)
1
-4
/
+2
2026-01-31
mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand (Red Hat)
1
-0
/
+2
2026-01-31
mm/khugepaged: change collapse_pte_mapped_thp() to return void
Shivank Garg
1
-5
/
+4
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,
Andrew Morton
3
-3
/
+26
2026-01-31
bpf, arm64: Add fsession support
Leon Hwang
1
-1
/
+6
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
1
-0
/
+1
2026-01-31
crypto: hisilicon/qm - obtain the mailbox configuration at one time
Weili Qian
1
-0
/
+1
2026-01-30
net: wwan: add NMEA port support
Sergey Ryazanov
1
-0
/
+2
2026-01-31
PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address mask
Vivian Wang
1
-1
/
+7
2026-01-31
i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recovery
Adrian Hunter
1
-0
/
+1
2026-01-30
perf: sched: Fix perf crash with new is_user_task() helper
Steven Rostedt
1
-0
/
+5
2026-01-30
NFS: fix delayed delegation return handling
Christoph Hellwig
1
-1
/
+1
2026-01-30
NFS: return void from ->return_delegation
Christoph Hellwig
1
-1
/
+1
2026-01-30
Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
1
-0
/
+9
2026-01-30
bpf: Allow sleepable programs to use tail calls
Jiri Olsa
1
-0
/
+1
2026-01-30
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4
Anna Schumaker
2
-7
/
+1
2026-01-30
NFS: Move sequence slot operations into minorversion operations
Anna Schumaker
1
-0
/
+1
2026-01-30
tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
Steven Rostedt
1
-4
/
+5
2026-01-30
block: introduce bdev_rot()
Damien Le Moal
1
-1
/
+6
2026-01-30
Merge branch 'core/entry' into sched/core
Thomas Gleixner
1
-17
/
+148
2026-01-30
entry: Inline syscall_exit_work() and syscall_trace_enter()
Jinjie Ruan
1
-2
/
+92
2026-01-30
entry: Add arch_ptrace_report_syscall_entry/exit()
Jinjie Ruan
1
-0
/
+36
2026-01-30
entry: Rework syscall_exit_to_user_mode_work() for architecture reuse
Jinjie Ruan
1
-14
/
+11
2026-01-30
entry: Remove unused syscall argument from syscall_trace_enter()
Jinjie Ruan
1
-2
/
+2
2026-01-30
MIPS: copy pic32.h header file from asm/mach-pic32/ to include/platform-data/
Brian Masney
1
-0
/
+39
2026-01-30
pkcs7, x509: Add ML-DSA support
David Howells
1
-0
/
+5
2026-01-30
irqchip/gic-v5: Check if impl is virt capable
Sascha Bischoff
1
-0
/
+4
2026-01-30
platform/chrome: lightbar: Add support for large sequence
Gwendal Grignou
1
-0
/
+13
2026-01-30
platform/chrome: lightbar: Report number of segments
Gwendal Grignou
1
-0
/
+11
2026-01-29
Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
2
-0
/
+2
2026-01-29
net: add skb_header_pointer_careful() helper
Eric Dumazet
1
-0
/
+12
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+16
2026-01-29
block: introduce blk_queue_rot()
Damien Le Moal
1
-2
/
+2
2026-01-29
block: cleanup queue limit features definition
Damien Le Moal
1
-4
/
+3
2026-01-29
mtd: spinand: Add octal DTR support
Miquel Raynal
1
-2
/
+77
2026-01-29
mtd: spinand: Give the bus interface to the configuration helper
Miquel Raynal
1
-2
/
+4
2026-01-29
mtd: spinand: Add support for setting a bus interface
Miquel Raynal
1
-0
/
+10
2026-01-29
mtd: spinand: List vendor specific operations and make sure they are supported
Miquel Raynal
1
-0
/
+5
2026-01-29
mtd: spinand: Make use of the operation templates through SPINAND_OP()
Miquel Raynal
1
-0
/
+8
2026-01-29
mtd: spinand: Create an array of operation templates
Miquel Raynal
1
-9
/
+34
2026-01-29
mtd: spinand: Decouple write enable and write disable operations
Miquel Raynal
1
-2
/
+8
[prev]
[next]