aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-8/+8
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds7-10/+11
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-86/+49
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd1-8/+8
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig1-9/+4
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook7-10/+10
2024-02-20string: Allow 2-argument strscpy()Kees Cook1-1/+2
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-1/+1
2024-01-28um: Fix adding '-no-pie' for clangNathan Chancellor1-1/+3
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds7-17/+17
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds21-306/+148
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-05um: Remove unused register save/restore functionsBenjamin Berg2-22/+0
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg1-3/+0
2024-01-05arch: um: Add Clang coverage supportMichaƂ Winiarski1-0/+5
2024-01-05um: time-travel: fix time corruptionJohannes Berg1-5/+27
2024-01-05um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor1-1/+1
2024-01-04um: Do not use printk in userspace trampolineBenjamin Berg1-6/+6
2024-01-04um: Reap winch thread if it failsBenjamin Berg2-10/+19
2024-01-04um: Do not use printk in SIGWINCH helper threadBenjamin Berg1-13/+13
2024-01-04um: Don't use vfprintf() for os_info()Benjamin Berg1-2/+17
2024-01-04um: Make errors to stop ptraced child fatal during startupBenjamin Berg1-29/+12
2024-01-04um: Drop NULL check from start_userspaceBenjamin Berg1-29/+24
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg8-182/+19
2024-01-04um: document arch_futex_atomic_op_inuserAnton Ivanov1-1/+3
2024-01-04um: mmu: remove stub_pagesJohannes Berg1-1/+0
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov3-5/+5
2024-01-04um: virt-pci: fix platform map offsetVincent Whitchurch1-1/+1
2023-12-29ubd: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-08tty: um: convert to u8/__u8 and size_tJiri Slaby (SUSE)7-17/+17
2023-09-29um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds13-26/+17
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-3/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-14/+11
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-8/+7
2023-08-26um: virt-pci: fix missing declaration warningVincent Whitchurch1-0/+2
2023-08-26um: Refactor deprecated strncpy to memcpyJustin Stitt1-2/+2
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers4-3/+3