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
/
arch
/
um
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-06
Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
4
-25
/
+26
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+10
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2025-09-25
arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
Menglong Dong
1
-0
/
+2
2025-09-21
kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
1
-3
/
+10
2025-09-10
um: Remove unused ipi_pipe field from cpuinfo_um
Tiwei Bie
1
-3
/
+0
2025-09-10
um: Centralize stub size calculations
Tiwei Bie
1
-3
/
+1
2025-09-10
um: Indent time-travel help messages
Tiwei Bie
1
-18
/
+18
2025-09-10
um: Add missing trailing newline to help messages
Tiwei Bie
2
-3
/
+4
2025-09-10
um: Support SPARSE_IRQ
Sinan Nalkaya
1
-0
/
+5
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
1
-1
/
+1
2025-07-13
um: Stop tracking stub's PID via userspace_pid[]
Tiwei Bie
2
-4
/
+0
2025-07-11
um: Make mm_list and mm_list_lock static
Tiwei Bie
1
-2
/
+2
2025-07-11
um: Re-evaluate thread flags repeatedly
Thomas Weißschuh
1
-8
/
+12
2025-07-11
um: simplify syscall header files
Johannes Berg
1
-2
/
+9
2025-07-11
um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS
Thomas Weißschuh
1
-0
/
+9
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
1
-1
/
+1
2025-06-05
Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
8
-55
/
+486
2025-06-05
um: remove "extern" from implementation of sigchld_handler
Benjamin Berg
1
-2
/
+2
2025-06-02
um: pass FD for memory operations when needed
Benjamin Berg
3
-19
/
+111
2025-06-02
um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
2
-15
/
+132
2025-06-02
um: Track userspace children dying in SECCOMP mode
Benjamin Berg
2
-5
/
+83
2025-06-02
um: Add stub side of SECCOMP/futex based process handling
Benjamin Berg
1
-0
/
+49
2025-06-02
um: stop using PCI port I/O
Arnd Bergmann
2
-14
/
+0
2025-05-13
Merge branch 'x86/alternatives' into x86/core, to merge dependent commits
Ingo Molnar
1
-1
/
+1
2025-05-05
um: use proper care when taking mmap lock during segfault
Benjamin Berg
1
-12
/
+117
2025-05-05
um: do not send SIGALRM to userspace in time-travel mode
Benjamin Berg
1
-4
/
+9
2025-05-05
um: Remove duplicate arch.h header
Jiapeng Chong
1
-1
/
+0
2025-05-05
um: fix _nofault accesses
Johannes Berg
1
-13
/
+13
2025-04-14
x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_sync_each_cpu()
Ingo Molnar
1
-1
/
+1
2025-04-02
Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
8
-53
/
+50
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-18
/
+5
2025-03-20
um: Rewrite the sigio workaround based on epoll and tgkill
Tiwei Bie
1
-26
/
+0
2025-03-18
um: work around sched_yield not yielding in time-travel mode
Benjamin Berg
1
-0
/
+11
2025-03-18
um: Update min_low_pfn to match changes in uml_reserved
Tiwei Bie
1
-0
/
+1
2025-03-18
um: use str_yes_no() to remove hardcoded "yes" and "no"
Ethan Carter Edwards
1
-1
/
+2
2025-03-18
um: remove copy_from_kernel_nofault_allowed
Benjamin Berg
2
-20
/
+1
2025-03-18
um: mark rodata read-only and implement _nofault accesses
Johannes Berg
3
-6
/
+35
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
1
-2
/
+0
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
1
-2
/
+5
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
1
-1
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
2
-13
/
+0
2025-02-18
Merge tag 'v6.14-rc3' into x86/core, to pick up fixes
Ingo Molnar
2
-33
/
+56
2025-02-12
um: convert irq_lock to raw spinlock
Johannes Berg
1
-32
/
+47
2025-02-12
um: avoid copying FP state from init_task
Benjamin Berg
1
-1
/
+9
2025-02-03
Revert "x86/module: prepare module loading for ROX allocations of text"
Mike Rapoport (Microsoft)
1
-6
/
+5
2025-01-30
Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
3
-25
/
+10
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
1
-3
/
+1
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
1
-4
/
+3
[next]