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
/
rust
/
helpers
/
workqueue.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-11
sparc64: mm: call ctor/dtor for kernel PTEs
Kevin Brodsky
1
-14
/
+13
2025-05-11
powerpc: mm: call ctor/dtor for kernel PTEs
Kevin Brodsky
1
-17
/
+13
2025-05-11
m68k: mm: call ctor/dtor for kernel PTEs
Kevin Brodsky
1
-1
/
+5
2025-05-11
mm: call ctor/dtor for kernel PTEs
Kevin Brodsky
5
-5
/
+10
2025-05-11
x86: pgtable: always use pte_free_kernel()
Kevin Brodsky
1
-4
/
+3
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
18
-28
/
+30
2025-05-11
vmalloc: use for_each_vmap_node() in purge-vmap-area
Uladzislau Rezki (Sony)
1
-4
/
+15
2025-05-11
vmalloc: switch to for_each_vmap_node() helper
Uladzislau Rezki (Sony)
1
-25
/
+15
2025-05-11
vmalloc: add for_each_vmap_node() helper
Uladzislau Rezki (Sony)
1
-0
/
+5
2025-05-11
fs/proc/page: refactor to reduce code duplication
Liu Ye
2
-107
/
+58
2025-05-11
xarray: make xa_alloc_cyclic() return 0 on all success cases
Przemek Kitszel
2
-11
/
+30
2025-05-11
arm64/mm: define ptdesc_t
Anshuman Khandual
8
-18
/
+26
2025-05-11
mm/ptdump: split effective_prot() into level specific callbacks
Anshuman Khandual
3
-12
/
+46
2025-05-11
mm/ptdump: split note_page() into level specific callbacks
Anshuman Khandual
8
-25
/
+267
2025-05-11
selftest/mm: make hugetlb_reparenting_test tolerant to async reparenting
Li Wang
1
-55
/
+41
2025-05-11
mm: page_alloc: tighten up find_suitable_fallback()
Johannes Weiner
3
-22
/
+15
2025-05-11
kernel/events/uprobes: uprobe_write_opcode() rewrite
David Hildenbrand
1
-154
/
+158
2025-05-11
kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
David Hildenbrand
3
-21
/
+22
2025-05-11
kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
David Hildenbrand
1
-9
/
+11
2025-05-11
mm/debug: fix parameter passed to page_mapcount_is_type()
Gavin Shan
1
-2
/
+4
2025-05-11
mm: fix parameter passed to page_mapcount_is_type()
Gavin Shan
1
-1
/
+1
2025-05-11
selftests/mm: add PAGEMAP_SCAN guard region test
Andrei Vagin
1
-0
/
+57
2025-05-11
tools headers UAPI: sync linux/fs.h with the kernel sources
Andrei Vagin
1
-1
/
+18
2025-05-11
fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions
Andrei Vagin
3
-7
/
+12
2025-05-11
zsmalloc: cleanup headers includes
Sergey Senozhatsky
2
-11
/
+4
2025-05-11
selftests/ptrace: add a test case for PTRACE_SET_SYSCALL_INFO
Dmitry V. Levin
2
-1
/
+520
2025-05-11
ptrace: introduce PTRACE_SET_SYSCALL_INFO request
Dmitry V. Levin
2
-2
/
+126
2025-05-11
ptrace_get_syscall_info: factor out ptrace_get_syscall_info_op
Dmitry V. Levin
1
-24
/
+34
2025-05-11
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
20
-0
/
+198
2025-05-11
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
19
-0
/
+256
2025-05-11
hexagon: add syscall_set_return_value()
Dmitry V. Levin
1
-0
/
+7
2025-05-11
mm: add kernel-doc comment for free_pgd_range()
SoumishDas
1
-2
/
+11
2025-05-11
mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()
Kemeng Shi
1
-19
/
+11
2025-05-11
mm: swap: factor out helper to drop cache of entries within a single cluster
Kemeng Shi
1
-10
/
+17
2025-05-11
mm: swap: free each cluster individually in swap_entries_put_map_nr()
Kemeng Shi
1
-38
/
+32
2025-05-11
mm: swap: drop last SWAP_MAP_SHMEM flag in batch in swap_entries_put_nr()
Kemeng Shi
1
-2
/
+5
2025-05-11
mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()
Kemeng Shi
1
-2
/
+3
2025-05-11
mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()
Kemeng Shi
1
-11
/
+9
2025-05-11
mm: swap: enable swap_entry_range_free() to drop any kind of last ref
Kemeng Shi
1
-14
/
+24
2025-05-11
mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
Kemeng Shi
1
-14
/
+14
2025-05-11
memcg: manually inline replace_stock_objcg
Shakeel Butt
1
-12
/
+6
2025-05-11
memcg: combine slab obj stock charging and accounting
Vlastimil Babka
1
-31
/
+46
2025-05-11
memcg: use __mod_memcg_state in drain_obj_stock
Shakeel Butt
1
-1
/
+3
2025-05-11
memcg: do obj_cgroup_put inside drain_obj_stock
Shakeel Butt
1
-26
/
+11
2025-05-11
memcg: no refilling stock from obj_cgroup_release
Shakeel Butt
1
-4
/
+11
2025-05-11
memcg: manually inline __refill_stock
Shakeel Butt
1
-21
/
+13
2025-05-11
memcg: introduce memcg_uncharge
Shakeel Butt
1
-16
/
+12
2025-05-11
memcg: decouple drain_obj_stock from local stock
Shakeel Butt
1
-1
/
+6
2025-05-11
memcg: remove root memcg check from refill_stock
Shakeel Butt
1
-2
/
+2
2025-05-11
memcg: vmalloc: simplify MEMCG_VMALLOC updates
Shakeel Butt
1
-8
/
+7
[next]