| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Mark Brown | 1 | -2/+2 |
| 3 days | Merge branch into tip/master: 'irq/core' | Ingo Molnar | 1 | -2/+2 |
| 3 days | uaccess: unify inline vs outline copy_{from,to}_user() selection | Yury Norov | 1 | -2/+1 |
| 6 days | genirq/proc: Increase default interrupt number precision to four | Thomas Gleixner | 1 | -2/+2 |
| 11 days | ring-buffer: Flush and stop persistent ring buffer on panic | Masami Hiramatsu (Google) | 1 | -0/+1 |
| 2026-04-20 | Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -13/+19 |
| 2026-04-16 | Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -24/+0 |
| 2026-04-10 | um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21 | Kees Cook | 1 | -1/+3 |
| 2026-04-08 | um: drivers: call kernel_strrchr() explicitly in cow_user.c | Michael Bommarito | 1 | -1/+7 |
| 2026-04-05 | arch, mm: consolidate empty_zero_page | Mike Rapoport (Microsoft) | 4 | -27/+0 |
| 2026-04-02 | xor: make xor.ko self-contained in lib/raid/ | Christoph Hellwig | 1 | -8/+0 |
| 2026-04-02 | um/xor: cleanup xor.h | Christoph Hellwig | 1 | -16/+0 |
| 2026-03-27 | um: Replace strncpy() with strnlen()+memcpy_and_pad() in strncpy_chunk_from_u... | Kees Cook | 1 | -2/+2 |
| 2026-03-21 | um: Remove CONFIG_FRAME_WARN from x86_64_defconfig | Tiwei Bie | 1 | -1/+0 |
| 2026-03-21 | um: Fix pte_read() and pte_exec() for kernel mappings | Tiwei Bie | 2 | -7/+5 |
| 2026-03-21 | um: Fix potential race condition in TLB sync | Tiwei Bie | 1 | -0/+1 |
| 2026-03-21 | um: fix address-of CMSG_DATA() rvalue in stub | Marcel W. Wysocki | 1 | -1/+1 |
| 2026-03-06 | Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+2 |
| 2026-02-26 | kbuild: Split .modinfo out from ELF_DETAILS | Nathan Chancellor | 2 | -0/+2 |
| 2026-02-23 | ubd: Use pointer-to-pointers for io_thread_req arrays | Kees Cook | 1 | -5/+5 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 2 | -3/+3 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -4/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 9 | -15/+15 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 13 | -40/+30 |
| 2026-02-13 | Merge tag 'uml-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -6/+57 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-12 | Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -6/+6 |
| 2026-02-06 | um: mm: enable MMU_GATHER_RCU_TABLE_FREE | Qi Zheng | 1 | -0/+1 |
| 2026-01-26 | arch, mm: consolidate initialization of nodes, zones and memory map | Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2026-01-26 | um: introduce arch_zone_limits_init() | Mike Rapoport (Microsoft) | 1 | -1/+6 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2026-01-20 | treewide: provide a generic clear_user_page() variant | David Hildenbrand | 1 | -1/+0 |
| 2026-01-13 | arch/um: remove unused varible err in remove_files_and_dir() | Alex Shi | 1 | -2/+1 |
| 2026-01-13 | um: virtio_uml: Support adding devices via mconsole | Tiwei Bie | 1 | -1/+50 |
| 2026-01-13 | um: Handle SIGCHLD in seccomp mode like other IRQ signals | Tiwei Bie | 1 | -0/+3 |
| 2026-01-13 | um: Preserve errno within signal handler | Tiwei Bie | 1 | -3/+3 |
| 2026-01-05 | um: Fix incorrect __acquires/__releases annotations | Marco Elver | 2 | -7/+11 |
| 2025-12-06 | Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+4 |
| 2025-12-05 | Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 50 | -600/+943 |
| 2025-12-03 | Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-03 | x86/asm: Remove ANNOTATE_DATA_SPECIAL usage | Josh Poimboeuf | 2 | -1/+1 |
| 2025-12-03 | x86/alternative: Remove ANNOTATE_DATA_SPECIAL usage | Josh Poimboeuf | 1 | -0/+2 |
| 2025-12-01 | um: Disable KASAN_INLINE when STATIC_LINK is selected | Christophe Leroy (CS GROUP) | 2 | -4/+1 |
| 2025-11-27 | arch: um: kmsg_dump: Use console_is_usable | Marcos Paulo de Souza | 1 | -1/+1 |
| 2025-11-25 | um: Don't rename vmap to kernel_vmap | David Gow | 1 | -7/+5 |
| 2025-11-24 | um: drivers: virtio: use string choices helper | Kuninori Morimoto | 1 | -2/+2 |
| 2025-11-06 | um: Always set up AT_HWCAP and AT_PLATFORM | Thomas Weißschuh | 3 | -8/+7 |
| 2025-11-06 | um: Remove __access_ok_vsyscall() | Thomas Weißschuh | 1 | -7/+1 |
| 2025-11-06 | um: Remove redundant range check from __access_ok_vsyscall() | Thomas Weißschuh | 1 | -2/+1 |
| 2025-11-06 | um: Remove fixaddr_user_init() | Thomas Weißschuh | 1 | -107/+0 |
| 2025-11-06 | x86/um: Drop gate area handling | Thomas Weißschuh | 1 | -4/+0 |
| 2025-11-06 | x86/um: Do not inherit vDSO from host | Thomas Weißschuh | 2 | -33/+0 |
| 2025-11-06 | um: Split out default elf_aux_hwcap | Thomas Weißschuh | 1 | -2/+0 |
| 2025-11-06 | x86/um: Move ELF_PLATFORM fallback to x86-specific code | Thomas Weißschuh | 1 | -3/+0 |
| 2025-11-06 | um: Split out default elf_aux_platform | Thomas Weißschuh | 1 | -2/+4 |
| 2025-10-28 | um: Avoid circular dependency on asm-offsets in pgtable.h | Thomas Weißschuh | 1 | -0/+2 |
| 2025-10-27 | um: Add initial SMP support | Tiwei Bie | 28 | -47/+765 |
| 2025-10-27 | um: Define timers on a per-CPU basis | Tiwei Bie | 6 | -31/+69 |
| 2025-10-27 | um: Determine sleep based on need_resched() | Tiwei Bie | 5 | -6/+26 |
| 2025-10-27 | um: Turn signals_* into thread-local variables | Tiwei Bie | 5 | -8/+13 |
| 2025-10-27 | um: Do not disable kmalloc in initial_thread_cb() | Tiwei Bie | 1 | -4/+0 |
| 2025-10-27 | um: Remove file-based iomem emulation support | Tiwei Bie | 11 | -293/+4 |
| 2025-10-27 | um: Replace UML_ROUND_UP() with PAGE_ALIGN() | Tiwei Bie | 3 | -7/+3 |
| 2025-10-27 | um: Use PAGE_ALIGN() for address alignment | Tiwei Bie | 1 | -6/+3 |
| 2025-10-27 | um: Make host_task_size a local variable | Tiwei Bie | 2 | -3/+1 |
| 2025-10-27 | um: move asm-offsets generation into a single file | Johannes Berg | 2 | -31/+43 |
| 2025-10-27 | um/hostfs: define HOSTFS_ATTR_* via asm-offsets | Johannes Berg | 1 | -0/+10 |
| 2025-10-27 | um: init cpu_tasks[] earlier | Johannes Berg | 2 | -3/+3 |
| 2025-10-06 | Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 14 | -47/+44 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -6/+13 |
| 2025-10-02 | Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
| 2025-09-30 | Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
| 2025-09-29 | Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 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 | 3 | -6/+13 |
| 2025-09-10 | um: Fix FD copy size in os_rcv_fd_msg() | Tiwei Bie | 1 | -1/+1 |
| 2025-09-10 | um: virtio_uml: Fix use-after-free after put_device in probe | Miaoqian Lin | 1 | -2/+4 |
| 2025-09-10 | um: Don't mark stack executable | Richard Weinberger | 1 | -2/+1 |
| 2025-09-10 | um: Remove unused ipi_pipe field from cpuinfo_um | Tiwei Bie | 2 | -4/+0 |
| 2025-09-10 | um: Remove unused cpu_data and current_cpu_data macros | Tiwei Bie | 1 | -2/+0 |
| 2025-09-10 | um: Stop tracking virtual CPUs via mm_cpumask() | Tiwei Bie | 1 | -11/+0 |
| 2025-09-10 | um: Centralize stub size calculations | Tiwei Bie | 2 | -4/+3 |
| 2025-09-10 | um: Remove outdated comment about STUB_DATA_PAGES | Tiwei Bie | 1 | -1/+1 |
| 2025-09-10 | um: Remove unused offset and child_err fields from stub_data | Tiwei Bie | 1 | -2/+1 |
| 2025-09-10 | um: Indent time-travel help messages | Tiwei Bie | 1 | -18/+18 |
| 2025-09-10 | um: Fix help message for ssl-non-raw | Tiwei Bie | 1 | -1/+4 |
| 2025-09-10 | um: vector: Fix indentation for help message | Tiwei Bie | 1 | -1/+1 |
| 2025-09-10 | um: Add missing trailing newline to help messages | Tiwei Bie | 4 | -5/+6 |
| 2025-09-10 | um: virtio-pci: implement .shutdown() | Johannes Berg | 1 | -0/+6 |
| 2025-09-10 | um: Support SPARSE_IRQ | Sinan Nalkaya | 2 | -0/+6 |
| 2025-09-01 | arch: copy_thread: pass clone_flags as u64 | Simon Schuster | 1 | -1/+1 |
| 2025-08-13 | block: switch ->getgeo() to struct gendisk | Al Viro | 1 | -3/+3 |
| 2025-07-29 | Merge tag 'uml-for-linux-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 22 | -90/+148 |
| 2025-07-28 | Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
| 2025-07-22 | um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers | Thomas Huth | 6 | -9/+9 |
| 2025-07-13 | um: Stop tracking stub's PID via userspace_pid[] | Tiwei Bie | 6 | -25/+7 |
| 2025-07-13 | um: Remove the pid parameter of handle_trap() | Tiwei Bie | 1 | -2/+2 |
| 2025-07-13 | um: Use err consistently in userspace() | Tiwei Bie | 1 | -7/+6 |
| 2025-07-11 | um: vfio: Support adding devices via mconsole | Tiwei Bie | 1 | -5/+57 |
| 2025-07-11 | um: rtc: Avoid shadowing err in uml_rtc_start() | Tiwei Bie | 1 | -1/+1 |
| 2025-07-11 | um: Avoid redefining ARCH_HAS_CACHE_LINE_SIZE | Tiwei Bie | 1 | -3/+1 |
| 2025-07-11 | um: Make mm_list and mm_list_lock static | Tiwei Bie | 1 | -2/+2 |
| 2025-07-11 | um: Make unscheduled_userspace_iterations static | Tiwei Bie | 1 | -1/+1 |
| 2025-07-11 | um: Re-evaluate thread flags repeatedly | Thomas Weißschuh | 2 | -7/+15 |
| 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 | 3 | -0/+12 |
| 2025-07-11 | um: virt-pci: Switch to msi_create_parent_irq_domain() | Nam Cao | 2 | -22/+22 |
| 2025-07-04 | um: virtio_pcidev: Rename UM_PCI_STAT_WAITING | Tiwei Bie | 1 | -4/+4 |
| 2025-06-25 | um: vector: Reduce stack usage in vector_eth_configure() | Tiwei Bie | 1 | -29/+13 |
| 2025-06-25 | um: vfio: Prevent duplicate device assignments | Tiwei Bie | 1 | -0/+14 |
| 2025-06-25 | um: ubd: Add missing error check in start_io_thread() | Tiwei Bie | 1 | -1/+1 |
| 2025-06-24 | loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h | Al Viro | 1 | -1/+0 |
| 2025-06-11 | mm: pgtable: fix pte_swp_exclusive | Magnus Lindholm | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-06-07 | Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | 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/kern... | Linus Torvalds | 67 | -4283/+2304 |
| 2025-06-05 | um: remove "extern" from implementation of sigchld_handler | Benjamin Berg | 1 | -2/+2 |
| 2025-06-04 | um: fix SECCOMP 32bit xstate register restore | Benjamin Berg | 1 | -4/+0 |
| 2025-06-02 | um: pass FD for memory operations when needed | Benjamin Berg | 8 | -60/+280 |
| 2025-06-02 | um: Add SECCOMP support detection and initialization | Benjamin Berg | 2 | -4/+195 |
| 2025-06-02 | um: Implement kernel side of SECCOMP based process handling | Benjamin Berg | 8 | -132/+436 |
| 2025-06-02 | um: Track userspace children dying in SECCOMP mode | Benjamin Berg | 11 | -8/+145 |
| 2025-06-02 | um: Add stub side of SECCOMP/futex based process handling | Benjamin Berg | 3 | -0/+65 |
| 2025-06-02 | um: Move faultinfo extraction into userspace routine | Benjamin Berg | 1 | -11/+6 |
| 2025-06-02 | um: vector: Use mac_pton() for MAC address parsing | Tiwei Bie | 1 | -11/+4 |
| 2025-06-02 | um: vector: Clean up and modernize log messages | Tiwei Bie | 1 | -25/+16 |
| 2025-06-02 | um: chan_kern: use raw spinlock for irqs_to_free_lock | Johannes Berg | 1 | -5/+5 |
| 2025-06-02 | um: Fix tgkill compile error on old host OSes | Yongting Lin | 1 | -1/+2 |
| 2025-06-02 | um: stop using PCI port I/O | Arnd Bergmann | 3 | -20/+0 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -20/+27 |
| 2025-05-31 | Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+1 |
| 2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2025-05-26 | Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+2 |
| 2025-05-21 | Merge tag 'v6.15-rc7' into x86/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
| 2025-05-13 | Merge branch 'x86/alternatives' into x86/core, to merge dependent commits | Ingo Molnar | 1 | -1/+1 |
| 2025-05-12 | um: let 'make clean' properly clean underlying SUBARCH as well | Masahiro Yamada | 1 | -0/+1 |
| 2025-05-11 | syscall.h: introduce syscall_set_nr() | Dmitry V. Levin | 1 | -0/+5 |
| 2025-05-11 | syscall.h: add syscall_set_arguments() | Dmitry V. Levin | 1 | -0/+14 |
| 2025-05-11 | um: remove custom definition of mk_pte() | Matthew Wilcox (Oracle) | 3 | -20/+8 |
| 2025-05-07 | um: Include linux/types.h in asm/fpu/api.h | Herbert Xu | 1 | -0/+2 |
| 2025-05-05 | um: Remove legacy network transport infrastructure | Tiwei Bie | 8 | -1307/+5 |
| 2025-05-05 | um: vector: Eliminate the dependency on uml_net | Tiwei Bie | 2 | -3/+50 |
| 2025-05-05 | um: Remove obsolete legacy network transports | Tiwei Bie | 31 | -2728/+2 |
| 2025-05-05 | irqdomain: um: use irq_domain_create_linear() helper | Jiri Slaby (SUSE) | 1 | -10/+5 |
| 2025-05-05 | um: Add VFIO-based virtual PCI driver | Tiwei Bie | 5 | -0/+1023 |
| 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: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h | Sami Tolvanen | 1 | -0/+5 |
| 2025-05-05 | um: xterm: Update options for gnome-terminal | Tiwei Bie | 1 | -1/+1 |
| 2025-05-05 | um: xterm: Add Wayland support | Tiwei Bie | 1 | -6/+3 |
| 2025-05-05 | um: fix _nofault accesses | Johannes Berg | 2 | -13/+15 |
| 2025-04-30 | kbuild: require gcc-8 and binutils-2.30 | Arnd Bergmann | 1 | -3/+1 |
| 2025-04-14 | x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_... | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-04-03 | Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+6 |
| 2025-04-02 | Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 34 | -1036/+1031 |
| 2025-04-01 | mm: pgtable: convert some architectures to use tlb_remove_ptdesc() | Qi Zheng | 1 | -15/+6 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -19/+5 |
| 2025-03-20 | um: Rewrite the sigio workaround based on epoll and tgkill | Tiwei Bie | 6 | -314/+45 |
| 2025-03-20 | um: Prohibit the VM_CLONE flag in run_helper_thread() | Tiwei Bie | 1 | -0/+4 |
| 2025-03-20 | um: Switch to the pthread-based helper in sigio workaround | Tiwei Bie | 1 | -25/+19 |
| 2025-03-20 | um: ubd: Switch to the pthread-based helper | Tiwei Bie | 3 | -23/+22 |
| 2025-03-20 | um: Add pthread-based helper support | Tiwei Bie | 2 | -0/+68 |
| 2025-03-18 | um: x86: clean up elf specific definitions | Hajime Tazaki | 1 | -0/+1 |
| 2025-03-18 | um: virt-pci: Refactor virtio_pcidev into its own module | Tiwei Bie | 5 | -589/+794 |
| 2025-03-18 | um: work around sched_yield not yielding in time-travel mode | Benjamin Berg | 2 | -0/+13 |
| 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 | 4 | -72/+1 |
| 2025-03-18 | um: mark rodata read-only and implement _nofault accesses | Johannes Berg | 12 | -23/+72 |
| 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) | 3 | -14/+0 |
| 2025-02-18 | Merge tag 'v6.14-rc3' into x86/core, to pick up fixes | Ingo Molnar | 5 | -135/+174 |
| 2025-02-12 | um: convert irq_lock to raw spinlock | Johannes Berg | 1 | -32/+47 |
| 2025-02-12 | um: virtio_uml: use raw spinlock | Johannes Berg | 1 | -4/+4 |
| 2025-02-12 | um: virt-pci: don't use kmalloc() | Johannes Berg | 1 | -95/+101 |
| 2025-02-12 | um: fix execve stub execution on old host OSs | Benjamin Berg | 1 | -3/+13 |
| 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/kern... | Linus Torvalds | 7 | -92/+21 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -18/+9 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | 3 | -11/+3 |
| 2025-01-25 | asm-generic: pgalloc: provide generic __pgd_{alloc,free} | Kevin Brodsky | 1 | -4/+3 |
| 2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng | 1 | -3/+3 |
| 2025-01-13 | um: Include missing headers in asm/pgtable.h | Tiwei Bie | 1 | -0/+3 |
| 2025-01-10 | um: rtc: use RTC time when calculating the alarm | Benjamin Berg | 1 | -2/+5 |
| 2025-01-10 | um: Remove unused user_context function | Tiwei Bie | 1 | -8/+0 |
| 2025-01-10 | um: Remove unused THREAD_NAME_LEN macro | Tiwei Bie | 1 | -1/+0 |
| 2025-01-10 | um: Remove unused PGD_BOUND macro | Tiwei Bie | 1 | -1/+0 |
| 2025-01-10 | um: Mark setup_env_path as __init | Tiwei Bie | 1 | -1/+1 |
| 2025-01-10 | um: Mark install_fatal_handler as __init | Tiwei Bie | 1 | -1/+1 |
| 2025-01-10 | um: Mark set_stklim as __init | Tiwei Bie | 1 | -1/+1 |
| 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 |