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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-14
net: use NUMA drop counters for softnet_data.dropped
Eric Dumazet
3
-3
/
+29
2025-09-14
memblock: drop for_each_free_mem_pfn_range_in_zone_from()
Mike Rapoport (Microsoft)
1
-22
/
+0
2025-09-14
platform/chrome: cros_ec: Add a flag to track registration state
Tzung-Bi Shih
1
-0
/
+4
2025-09-14
platform/chrome: Centralize common cros_ec_device initialization
Tzung-Bi Shih
1
-4
/
+10
2025-09-13
kexec: introduce is_kho_boot()
Evangelos Petrongonas
1
-0
/
+6
2025-09-13
kernel.h: add comments for enum system_states
Randy Dunlap
1
-4
/
+17
2025-09-13
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
1
-2
/
+0
2025-09-13
panic: introduce helper functions for panic state
Jinchao Wang
1
-0
/
+6
2025-09-13
panic: add note that 'panic_print' parameter is deprecated
Feng Tang
1
-0
/
+13
2025-09-13
list.h: add missing kernel-doc for basic macros
Randy Dunlap
1
-0
/
+8
2025-09-13
nvmem: update a comment related to struct nvmem_config
Christophe JAILLET
1
-1
/
+1
2025-09-13
ida: remove the ida_simple_xxx() API
Christophe JAILLET
1
-8
/
+0
2025-09-13
x86/kexec: carry forward the boot DTB on kexec
Brian Mak
1
-1
/
+4
2025-09-13
huge_mm.h: disallow is_huge_zero_folio(NULL)
Max Kellermann
1
-0
/
+2
2025-09-13
pagevec.h: add `const` to pointer parameters of getter functions
Max Kellermann
1
-2
/
+2
2025-09-13
mm/damon: add damon_ctx->min_sz_region
Quanmin Yan
1
-1
/
+3
2025-09-13
mm/damon/core: add damon_ctx->addr_unit
SeongJae Park
1
-1
/
+2
2025-09-13
mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_end
Wei Yang
1
-7
/
+5
2025-09-13
mm: add vmstat for kernel_file pages
Boris Burkov
1
-0
/
+1
2025-09-13
mm/filemap: add AS_KERNEL_FILE
Boris Burkov
2
-0
/
+4
2025-09-13
maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
Sidhartha Kumar
1
-8
/
+8
2025-09-13
mm: remove write_cache_pages
Christoph Hellwig
1
-6
/
+0
2025-09-13
mm: add folio_is_pci_p2pdma()
Matthew Wilcox (Oracle)
1
-2
/
+8
2025-09-13
mm: reimplement folio_is_fsdax()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-09-13
mm: reimplement folio_is_device_coherent()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-09-13
mm: reimplement folio_is_device_private()
Matthew Wilcox (Oracle)
1
-5
/
+6
2025-09-13
mm: introduce memdesc_is_zone_device()
Matthew Wilcox (Oracle)
1
-7
/
+12
2025-09-13
mm: introduce memdesc_zonenum()
Matthew Wilcox (Oracle)
1
-3
/
+8
2025-09-13
mm: introduce memdesc_nid()
Matthew Wilcox (Oracle)
1
-8
/
+13
2025-09-13
mm: convert page_to_section() to memdesc_section()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
6
-48
/
+53
2025-09-13
mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
David Hildenbrand
1
-1
/
+7
2025-09-13
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
1
-12
/
+18
2025-09-13
prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
David Hildenbrand
2
-13
/
+20
2025-09-13
memcg: optimize exit to user space
Thomas Gleixner
1
-1
/
+7
2025-09-13
mm: swap.h: Remove deleted field from comments
Chris Li
1
-5
/
+2
2025-09-13
mempool: rename struct mempool_s to struct mempool
Christoph Hellwig
3
-3
/
+3
2025-09-13
mm: replace mm->flags with bitmap entirely and set to 64 bits
Lorenzo Stoakes
2
-15
/
+11
2025-09-13
mm: update fork mm->flags initialisation to use bitmap
Lorenzo Stoakes
1
-3
/
+10
2025-09-13
mm: correct sign-extension issue in MMF_* flag masks
Lorenzo Stoakes
1
-10
/
+9
2025-09-13
mm: update coredump logic to correctly use bitmap mm flags
Lorenzo Stoakes
2
-1
/
+29
2025-09-13
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
6
-9
/
+11
2025-09-13
mm: add bitmap mm->flags field
Lorenzo Stoakes
2
-1
/
+69
2025-09-13
mm: add largest_zero_folio() routine
Pankaj Raghav
1
-0
/
+22
2025-09-13
mm: add persistent huge zero folio
Pankaj Raghav
1
-0
/
+16
2025-09-13
mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
Pankaj Raghav
1
-1
/
+1
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-5
/
+13
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
1
-0
/
+2
2025-09-13
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
1
-0
/
+18
2025-09-13
mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
David Hildenbrand
2
-34
/
+36
[prev]
[next]