summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-01-28um: Fix adding '-no-pie' for clangNathan Chancellor
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-05um: Remove unused register save/restore functionsBenjamin Berg
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg
2024-01-05arch: um: Add Clang coverage supportMichaƂ Winiarski
2024-01-05um: time-travel: fix time corruptionJohannes Berg
2024-01-05um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor
2024-01-04um: Do not use printk in userspace trampolineBenjamin Berg
2024-01-04um: Reap winch thread if it failsBenjamin Berg
2024-01-04um: Do not use printk in SIGWINCH helper threadBenjamin Berg
2024-01-04um: Don't use vfprintf() for os_info()Benjamin Berg
2024-01-04um: Make errors to stop ptraced child fatal during startupBenjamin Berg
2024-01-04um: Drop NULL check from start_userspaceBenjamin Berg
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg
2024-01-04um: document arch_futex_atomic_op_inuserAnton Ivanov
2024-01-04um: mmu: remove stub_pagesJohannes Berg
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov
2024-01-04um: virt-pci: fix platform map offsetVincent Whitchurch
2023-12-29ubd: use the default discard granularityChristoph Hellwig
2023-12-08tty: um: convert to u8/__u8 and size_tJiri Slaby (SUSE)
2023-09-29um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-26um: virt-pci: fix missing declaration warningVincent Whitchurch
2023-08-26um: Refactor deprecated strncpy to memcpyJustin Stitt
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers