| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-05 | um: fix _nofault accesses | Johannes Berg | 2 | -13/+15 |
| 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 |
| 2025-01-10 | um: Remove obsolete fixmap support | Tiwei Bie | 3 | -71/+5 |
| 2025-01-10 | um: Remove unused MODULES_LEN macro | Tiwei Bie | 1 | -1/+0 |
| 2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 1 | -1/+0 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 2 | -2/+2 |
| 2024-11-30 | Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 62 | -741/+720 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+11 |
| 2024-11-21 | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+0 |
| 2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
| 2024-11-20 | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-12 | um: move thread info into task | Benjamin Berg | 12 | -183/+34 |
| 2024-11-07 | x86/module: prepare module loading for ROX allocations of text | Mike Rapoport (Microsoft) | 1 | -5/+6 |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | 1 | -0/+5 |
| 2024-11-07 | um: Always dump trace for specified task in show_stack | Tiwei Bie | 1 | -1/+1 |
| 2024-11-07 | um: vector: Do not use drvdata in release | Tiwei Bie | 1 | -1/+2 |
| 2024-11-07 | um: net: Do not use drvdata in release | Tiwei Bie | 1 | -1/+1 |
| 2024-11-07 | um: ubd: Do not use drvdata in release | Tiwei Bie | 1 | -1/+1 |
| 2024-11-07 | um: ubd: Initialize ubd's disk pointer in ubd_add | Tiwei Bie | 1 | -0/+2 |
| 2024-11-07 | um: virtio_uml: query the number of vqs if supported | Benjamin Berg | 2 | -2/+27 |
| 2024-11-07 | um: virtio_uml: fix call_fd IRQ allocation | Benjamin Berg | 1 | -5/+10 |
| 2024-11-07 | um: virtio_uml: send SET_MEM_TABLE message with the exact size | Benjamin Berg | 1 | -1/+1 |
| 2024-11-07 | um: remove broken double fault detection | Benjamin Berg | 3 | -15/+0 |
| 2024-11-07 | um: remove duplicate UM_NSEC_PER_SEC definition | Benjamin Berg | 1 | -1/+0 |
| 2024-11-07 | um: remove file sync for stub data | Benjamin Berg | 3 | -8/+0 |
| 2024-11-07 | um: always include kconfig.h and compiler-version.h | Benjamin Berg | 7 | -31/+16 |
| 2024-11-07 | um: set DONTDUMP and DONTFORK flags on KASAN shadow memory | Benjamin Berg | 1 | -0/+12 |
| 2024-11-07 | um: Remove double zero check | Shaojie Dong | 1 | -2/+1 |
| 2024-10-29 | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify | Usama Arif | 1 | -1/+1 |
| 2024-10-28 | asm-generic: provide generic page_to_phys and phys_to_page implementations | Christoph Hellwig | 1 | -2/+0 |
| 2024-10-26 | um: fix stub exe build with CONFIG_GCOV | Johannes Berg | 2 | -8/+8 |
| 2024-10-25 | um: Use os_set_pdeathsig helper in winch thread/process | Tiwei Bie | 1 | -2/+1 |
| 2024-10-25 | um: Set parent-death signal for write_sigio thread/process | Tiwei Bie | 1 | -0/+1 |
| 2024-10-25 | um: Set parent-death signal for ubd io thread/process | Tiwei Bie | 1 | -0/+1 |
| 2024-10-25 | um: Add os_set_pdeathsig helper function | Tiwei Bie | 2 | -0/+8 |
| 2024-10-24 | um: remove PATH_MAX use | Johannes Berg | 1 | -2/+1 |
| 2024-10-23 | um: switch to regset API and depend on XSTATE | Benjamin Berg | 5 | -19/+22 |
| 2024-10-23 | um: insert scheduler ticks when userspace does not yield | Benjamin Berg | 4 | -1/+66 |
| 2024-10-23 | um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNC | Tiwei Bie | 5 | -33/+33 |
| 2024-10-23 | um: Abandon the _PAGE_NEWPROT bit | Tiwei Bie | 7 | -103/+34 |
| 2024-10-23 | um: Do not propagate initrd parameter to kernel | Tiwei Bie | 1 | -0/+1 |
| 2024-10-23 | um: hostaudio: Do not propagate mixer parameter to kernel | Tiwei Bie | 1 | -0/+1 |
| 2024-10-23 | um: hostaudio: Do not propagate dsp parameter to kernel | Tiwei Bie | 1 | -0/+1 |
| 2024-10-23 | um: Do not propagate noreboot parameter to kernel | Tiwei Bie | 1 | -0/+1 |
| 2024-10-23 | um: Do not propagate dtb parameter to kernel | Tiwei Bie | 1 | -0/+1 |
| 2024-10-23 | um: Do not propagate uml_dir parameter to kernel | Tiwei Bie | 1 | -0/+2 |
| 2024-10-23 | um: Do not propagate mem parameter to kernel | Tiwei Bie | 1 | -0/+2 |
| 2024-10-23 | um: Remove UML specific debug parameter | Tiwei Bie | 1 | -13/+0 |
| 2024-10-23 | um: remove fault_catcher infrastructure | Johannes Berg | 4 | -21/+1 |
| 2024-10-23 | um: restore process name | Johannes Berg | 2 | -2/+14 |
| 2024-10-23 | um: make stub_exe _start() pure inline asm | Johannes Berg | 1 | -7/+11 |
| 2024-10-21 | reiserfs: The last commit | Jan Kara | 2 | -2/+0 |
| 2024-10-18 | um: Fix misaligned stack in stub_exe | David Gow | 1 | -1/+1 |
| 2024-10-17 | um: Disable auto variable initialization for stub_exe.c | Nathan Chancellor | 1 | -0/+5 |
| 2024-10-17 | um: Fix passing '-n' to linker for stub_exe | Nathan Chancellor | 1 | -1/+1 |
| 2024-10-16 | vdso: Introduce vdso/page.h | Vincenzo Frascino | 1 | -4/+1 |
| 2024-10-10 | um: Switch to 4 level page tables on 64 bit | Benjamin Berg | 6 | -16/+78 |
| 2024-10-10 | um: clear all memory in new userspace processes | Benjamin Berg | 1 | -23/+2 |
| 2024-10-10 | um: Discover host_task_size from envp | Benjamin Berg | 4 | -7/+28 |
| 2024-10-10 | um: Limit TASK_SIZE to the addressable range | Benjamin Berg | 1 | -1/+6 |
| 2024-10-10 | um: Calculate stub data address relative to stub code | Benjamin Berg | 1 | -4/+2 |
| 2024-10-10 | um: Add compile time assert that stub fits on a page | Benjamin Berg | 1 | -0/+3 |
| 2024-10-10 | um: Set parent death signal for winch thread/process | Benjamin Berg | 1 | -0/+3 |
| 2024-10-10 | um: Set parent death signal for userspace process | Benjamin Berg | 1 | -0/+3 |
| 2024-10-10 | um: use execveat to create userspace MMs | Benjamin Berg | 8 | -57/+264 |
| 2024-10-10 | um: remove auxiliary FP registers | Benjamin Berg | 4 | -24/+9 |
| 2024-10-10 | um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS | Masahiro Yamada | 1 | -1/+1 |
| 2024-10-10 | um: Remove 3-level page table support on i386 | Tiwei Bie | 3 | -34/+0 |
| 2024-10-10 | um: always use the internal copy of the FP registers | Benjamin Berg | 2 | -8/+9 |
| 2024-10-10 | um: Fix the return value of elf_core_copy_task_fpregs | Tiwei Bie | 1 | -1/+1 |
| 2024-10-10 | um: Fix the definition for physmem_size | Tiwei Bie | 4 | -5/+3 |
| 2024-10-10 | um: Remove highmem leftovers | Tiwei Bie | 6 | -43/+20 |
| 2024-10-10 | um: Fix potential integer overflow during physmem setup | Tiwei Bie | 1 | -3/+3 |
| 2024-10-10 | um: Remove the redundant declaration of high_physmem | Tiwei Bie | 1 | -4/+1 |
| 2024-10-10 | um: Remove unused os_getpgrp function | Benjamin Berg | 2 | -6/+0 |
| 2024-10-10 | um: Remove unused os_stop_process | Benjamin Berg | 2 | -6/+0 |
| 2024-10-10 | um: Remove unused os_process_parent | Benjamin Berg | 2 | -40/+0 |
| 2024-10-10 | um: Remove unused os_process_pc | Benjamin Berg | 2 | -34/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-09-27 | Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 21 | -186/+248 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -3/+0 |
| 2024-09-12 | um: fix time-travel syscall scheduling hack | Johannes Berg | 1 | -14/+20 |
| 2024-09-12 | um: Remove outdated asm/sysrq.h header | Tiwei Bie | 2 | -9/+0 |
| 2024-09-12 | um: Remove the declaration of user_thread function | Tiwei Bie | 1 | -1/+0 |
| 2024-09-12 | um: Remove the call to SUBARCH_EXECVE1 macro | Tiwei Bie | 1 | -3/+0 |
| 2024-09-12 | um: Remove unused mm_fd field from mm_id | Tiwei Bie | 6 | -14/+11 |
| 2024-09-12 | um: Remove unused fields from thread_struct | Tiwei Bie | 3 | -21/+11 |
| 2024-09-12 | um: Remove the redundant newpage check in update_pte_range | Tiwei Bie | 1 | -9/+5 |
| 2024-09-12 | um: Remove unused kpte_clear_flush macro | Tiwei Bie | 1 | -7/+0 |
| 2024-09-12 | um: Remove obsoleted declaration for execute_syscall_skas | Gaosheng Cui | 1 | -1/+0 |
| 2024-09-12 | vector_user: add VDE support | Renzo Davoli | 1 | -0/+83 |
| 2024-09-12 | um: remove ARCH_NO_PREEMPT_DYNAMIC | Johannes Berg | 1 | -1/+0 |
| 2024-09-12 | um: vector: Fix NAPI budget handling | Anton Ivanov | 1 | -2/+2 |
| 2024-09-12 | um: vector: Replace locks guarding queue depth with atomics | Anton Ivanov | 2 | -102/+110 |
| 2024-09-12 | um: remove variable stack array in os_rcv_fd_msg() | Johannes Berg | 1 | -2/+6 |
| 2024-08-08 | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi... | Daniel Vetter | 1 | -1/+1 |
| 2024-07-28 | minmax: make generic MIN() and MAX() macros available everywhere | Linus Torvalds | 1 | -0/+2 |
| 2024-07-25 | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 50 | -1317/+1041 |
| 2024-07-22 | Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+10 |
| 2024-07-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -8/+12 |
| 2024-07-17 | printk: Add a short description string to kmsg_dump() | Jocelyn Falempe | 1 | -1/+1 |
| 2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko | 1 | -1/+1 |
| 2024-07-17 | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info() | Jiri Pirko | 1 | -3/+5 |
| 2024-07-17 | virtio: rename find_vqs_info() op to find_vqs() | Jiri Pirko | 1 | -1/+1 |
| 2024-07-17 | virtio: convert find_vqs() op implementations to find_vqs_info() | Jiri Pirko | 1 | -6/+8 |
| 2024-07-16 | um: Use generic runtime constant implementation | Linus Torvalds | 1 | -0/+1 |
| 2024-07-16 | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+9 |
| 2024-07-10 | um: don't generate asm/bpf_perf_event.h | Arnd Bergmann | 2 | -1/+9 |
| 2024-07-04 | um: vector: always reset vp->opened | Johannes Berg | 1 | -1/+2 |
| 2024-07-04 | um: vector: remove vp->lock | Johannes Berg | 2 | -16/+1 |
| 2024-07-04 | um: register power-off handler | Johannes Berg | 1 | -0/+15 |
| 2024-07-04 | um: line: always fill *error_out in setup_one_line() | Johannes Berg | 1 | -0/+2 |
| 2024-07-03 | um: Enable preemption in UML | Anton Ivanov | 2 | -1/+3 |
| 2024-07-03 | um: refactor TLB update handling | Benjamin Berg | 9 | -132/+110 |
| 2024-07-03 | um: simplify and consolidate TLB updates | Benjamin Berg | 3 | -317/+99 |
| 2024-07-03 | um: remove force_flush_all from fork_handler | Benjamin Berg | 3 | -33/+15 |
| 2024-07-03 | um: Do not flush MM in flush_thread | Benjamin Berg | 2 | -5/+24 |
| 2024-07-03 | um: Delay flushing syscalls until the thread is restarted | Benjamin Berg | 7 | -42/+49 |
| 2024-07-03 | um: remove copy_context_skas0 | Benjamin Berg | 6 | -178/+10 |
| 2024-07-03 | um: remove LDT support | Benjamin Berg | 5 | -39/+8 |
| 2024-07-03 | um: compress memory related stub syscalls while adding them | Benjamin Berg | 1 | -0/+39 |
| 2024-07-03 | um: Rework syscall handling | Benjamin Berg | 11 | -158/+253 |
| 2024-07-03 | um: Create signal stack memory assignment in stub_data | Benjamin Berg | 5 | -8/+24 |
| 2024-07-03 | um: Remove stub-data.h include from common-offsets.h | Benjamin Berg | 1 | -5/+0 |
| 2024-07-03 | um: time-travel: fix signal blocking race/hang | Johannes Berg | 1 | -20/+98 |
| 2024-07-03 | um: time-travel: remove time_exit() | Johannes Berg | 1 | -6/+0 |
| 2024-07-03 | um: harddog: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-07-03 | um: add shared memory optimisation for time-travel=ext | Johannes Berg | 1 | -12/+118 |
| 2024-07-03 | um: add mmap/mremap OS calls | Johannes Berg | 2 | -0/+25 |
| 2024-07-03 | um: generalize os_rcv_fd | Johannes Berg | 6 | -41/+54 |
| 2024-07-03 | um: time-travel: support time-travel protocol broadcast messages | Mordechay Goodstein | 3 | -0/+71 |
| 2024-07-03 | um: enable UBSAN | Johannes Berg | 1 | -0/+1 |
| 2024-07-03 | um/mm: remove redundant assignment of max_low_pfn | Wei Yang | 1 | -1/+0 |
| 2024-07-03 | arch: um: rust: Add i386 support for Rust | David Gow | 1 | -1/+1 |
| 2024-07-03 | um: Remove /proc/sysemu support code | Tiwei Bie | 1 | -67/+0 |
| 2024-07-03 | um: Remove unused ncpus variable | Tiwei Bie | 2 | -4/+0 |
| 2024-07-03 | ubd: Remove unused mutex 'ubd_mutex' | Dr. David Alan Gilbert | 1 | -1/+0 |
| 2024-07-03 | um: time-travel: fix time-travel-start option | Johannes Berg | 1 | -2/+2 |
| 2024-07-03 | um: Select HAS_IOREMAP for UML_IOMEM_EMULATION | Niklas Schnelle | 1 | -1/+2 |
| 2024-07-03 | um: Remove obsolete pcap driver | Anton Ivanov | 5 | -299/+2 |
| 2024-07-03 | um: chan: use blocking IO for console output for time-travel | Benjamin Berg | 4 | -21/+74 |
| 2024-07-03 | um: chan_user: retry partial writes | Benjamin Berg | 1 | -3/+15 |
| 2024-07-03 | um: chan_user: catch EINTR when reading and writing | Benjamin Berg | 1 | -2/+2 |
| 2024-07-03 | um: irqs: process outstanding IRQs when unblocking signals | Benjamin Berg | 1 | -29/+49 |
| 2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -1/+0 |
| 2024-06-19 | block: move cache control settings out of queue->flags | Christoph Hellwig | 1 | -1/+1 |
| 2024-06-17 | _PATCH_19_23_um_virt_pci_Use_irq_domain_instantiate_ | Herve Codina | 1 | -6/+10 |
| 2024-06-14 | block: add special APIs for run-time disabling of discard and friends | Christoph Hellwig | 1 | -2/+2 |
| 2024-06-14 | ubd: untagle discard vs write zeroes not support handling | Christoph Hellwig | 1 | -4/+5 |
| 2024-06-14 | ubd: refactor the interrupt handler | Christoph Hellwig | 1 | -31/+18 |
| 2024-05-25 | Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 39 | -99/+94 |
| 2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+0 |
| 2024-05-22 | um: virt-pci: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-20 | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |