summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-8/+8
|\
| * um: Unconditionally call unflatten_device_tree()Stephen Boyd2024-03-081-8/+8
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-127-10/+11
|\ \
| * | um: Convert strscpy() usage to 2-argument styleKees Cook2024-02-207-10/+10
| * | string: Allow 2-argument strscpy()Kees Cook2024-02-201-1/+2
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-1/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-86/+49
|\ \ \ | |/ / |/| |
| * | ubd: open the backing files in ubd_addChristoph Hellwig2024-02-271-42/+16
| * | ubd: remove the queue pointer in struct ubdChristoph Hellwig2024-02-271-3/+1
| * | ubd: move set_disk_ro to ubd_addChristoph Hellwig2024-02-271-1/+1
| * | ubd: move setting the variable queue limits to ubd_addChristoph Hellwig2024-02-271-6/+7
| * | ubd: move setting the nonrot flag to ubd_addChristoph Hellwig2024-02-271-1/+1
| * | ubd: remove ubd_disk_registerChristoph Hellwig2024-02-271-22/+15
| * | ubd: remove the ubd_gendisk arrayChristoph Hellwig2024-02-271-9/+4
| * | ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-3/+5
| * | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-1/+1
|/ /
* / um: Fix adding '-no-pie' for clangNathan Chancellor2024-01-281-1/+3
|/
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-187-17/+17
|\
| * tty: um: convert to u8/__u8 and size_tJiri Slaby (SUSE)2023-12-087-17/+17
* | Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-1721-306/+148
|\ \
| * | um: Remove unused register save/restore functionsBenjamin Berg2024-01-052-22/+0
| * | um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg2024-01-051-3/+0
| * | arch: um: Add Clang coverage supportMichaƂ Winiarski2024-01-051-0/+5
| * | um: time-travel: fix time corruptionJohannes Berg2024-01-051-5/+27
| * | um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor2024-01-051-1/+1
| * | um: Do not use printk in userspace trampolineBenjamin Berg2024-01-041-6/+6
| * | um: Reap winch thread if it failsBenjamin Berg2024-01-042-10/+19
| * | um: Do not use printk in SIGWINCH helper threadBenjamin Berg2024-01-041-13/+13
| * | um: Don't use vfprintf() for os_info()Benjamin Berg2024-01-041-2/+17
| * | um: Make errors to stop ptraced child fatal during startupBenjamin Berg2024-01-041-29/+12
| * | um: Drop NULL check from start_userspaceBenjamin Berg2024-01-041-29/+24
| * | um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-048-182/+19
| * | um: document arch_futex_atomic_op_inuserAnton Ivanov2024-01-041-1/+3
| * | um: mmu: remove stub_pagesJohannes Berg2024-01-041-1/+0
| * | um: Fix naming clash between UML and schedulerAnton Ivanov2024-01-043-5/+5
| * | um: virt-pci: fix platform map offsetVincent Whitchurch2024-01-041-1/+1
| |/
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+0
|\ \
| * | ubd: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
| |/
* / mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
|/
* um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-1/+1
* Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-0413-26/+17
|\
| * um: virt-pci: fix missing declaration warningVincent Whitchurch2023-08-261-0/+2
| * um: Refactor deprecated strncpy to memcpyJustin Stitt2023-08-261-2/+2
| * um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-264-3/+3
| * um: port_kern: fix -Wmissing-variable-declarationsNick Desaulniers2023-08-261-1/+1
| * uml: audio: fix -Wmissing-variable-declarationsNick Desaulniers2023-08-261-1/+1
| * um: vector: refactor deprecated strncpyJustin Stitt2023-08-261-2/+2
| * um: use obj-y to descend into arch/um/*/Masahiro Yamada2023-08-262-4/+2