index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
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
2025-01-10
um: Remove unused user_context function
Tiwei Bie
1
-8
/
+0
2025-01-10
um: Mark get_top_address as __init
Tiwei Bie
1
-1
/
+1
2025-01-10
um: Mark parse_cache_line as __init
Tiwei Bie
1
-1
/
+2
2025-01-10
um: Mark parse_host_cpu_flags as __init
Tiwei Bie
1
-1
/
+1
2025-01-10
um: Count iomem_size only once in physmem calculation
Tiwei Bie
1
-3
/
+2
2025-01-10
um: Remove obsolete fixmap support
Tiwei Bie
1
-11
/
+4
2024-11-30
Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
20
-296
/
+289
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+11
2024-11-12
um: move thread info into task
Benjamin Berg
6
-125
/
+7
2024-11-07
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
1
-5
/
+6
[next]