| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
| 2024-05-03 | arch: Rename fbdev header and source files | Thomas Zimmermann | 1 | -1/+1 |
| 2024-04-30 | um: virtio_uml: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2024-04-30 | um: rtc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2024-04-30 | um: Add an internal header shared among the user code | Tiwei Bie | 7 | -6/+26 |
| 2024-04-30 | um: Fix the declaration of kasan_map_memory | Tiwei Bie | 3 | -1/+3 |
| 2024-04-30 | um: Fix the -Wmissing-prototypes warning for get_thread_reg | Tiwei Bie | 1 | -1/+0 |
| 2024-04-30 | um: Fix the -Wmissing-prototypes warning for __switch_mm | Tiwei Bie | 2 | -2/+2 |
| 2024-04-30 | um: Stop tracking host PID in cpu_tasks | Tiwei Bie | 3 | -15/+2 |
| 2024-04-25 | mm: vmalloc: enable memory allocation profiling | Kent Overstreet | 1 | -1/+2 |
| 2024-04-22 | um: process: remove unused 'n' variable | Johannes Berg | 1 | -2/+2 |
| 2024-04-22 | um: vector: remove unused len variable/calculation | Johannes Berg | 1 | -3/+1 |
| 2024-04-22 | um: vector: fix bpfflash parameter evaluation | Johannes Berg | 1 | -1/+1 |
| 2024-04-22 | um: slirp: remove set but unused variable 'pid' | Johannes Berg | 1 | -2/+1 |
| 2024-04-22 | um: Makefile: use bash from the environment | Yueh-Shun Li | 1 | -1/+1 |
| 2024-04-22 | um: Add winch to winch_handlers before registering winch IRQ | Roberto Sassu | 1 | -6/+8 |
| 2024-04-22 | um: Fix -Wmissing-prototypes warnings for __warp_* and foo | Tiwei Bie | 1 | -0/+5 |
| 2024-04-22 | um: Fix -Wmissing-prototypes warnings for text_poke* | Tiwei Bie | 1 | -0/+1 |
| 2024-04-22 | um: Move declarations to proper headers | Tiwei Bie | 7 | -7/+8 |
| 2024-04-22 | um: Add missing headers | Tiwei Bie | 7 | -0/+9 |
| 2024-04-22 | um: Fix the return type of __switch_to | Tiwei Bie | 1 | -1/+2 |
| 2024-04-22 | um: Remove unused functions | Tiwei Bie | 2 | -27/+0 |
| 2024-04-22 | um: Fix the declaration of vfree | Tiwei Bie | 1 | -1/+1 |
| 2024-04-22 | um: Make local functions and variables static | Tiwei Bie | 8 | -15/+15 |
| 2024-04-22 | um: Fix return value in ubd_init() | Duoming Zhou | 1 | -2/+2 |
| 2024-04-06 | x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros | Uros Bizjak | 1 | -2/+1 |
| 2024-03-15 | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+7 |
| 2024-03-12 | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -10/+11 |
| 2024-03-12 | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -1/+2 |
| 2024-03-11 | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -86/+49 |
| 2024-03-08 | um: Unconditionally call unflatten_device_tree() | Stephen Boyd | 1 | -7/+7 |
| 2024-03-06 | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2 | -1/+2 |
| 2024-02-27 | ubd: open the backing files in ubd_add | Christoph Hellwig | 1 | -42/+16 |
| 2024-02-27 | ubd: remove the queue pointer in struct ubd | Christoph Hellwig | 1 | -3/+1 |
| 2024-02-27 | ubd: move set_disk_ro to ubd_add | Christoph Hellwig | 1 | -1/+1 |
| 2024-02-27 | ubd: move setting the variable queue limits to ubd_add | Christoph Hellwig | 1 | -6/+7 |
| 2024-02-27 | ubd: move setting the nonrot flag to ubd_add | Christoph Hellwig | 1 | -1/+1 |
| 2024-02-27 | ubd: remove ubd_disk_register | Christoph Hellwig | 1 | -22/+15 |
| 2024-02-27 | ubd: remove the ubd_gendisk array | Christoph Hellwig | 1 | -9/+4 |
| 2024-02-20 | um: Convert strscpy() usage to 2-argument style | Kees Cook | 7 | -10/+10 |
| 2024-02-20 | string: Allow 2-argument strscpy() | Kees Cook | 1 | -1/+2 |
| 2024-02-19 | ubd: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -3/+5 |
| 2024-02-13 | block: pass a queue_limits argument to blk_mq_alloc_disk | Christoph Hellwig | 1 | -1/+1 |
| 2024-02-09 | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 1 | -1/+1 |