summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
| * um: Hard-code the result of 'uname -s'Masahiro Yamada2023-08-261-4/+3
| * um: Fix hostaudio build errorsRandy Dunlap2023-08-194-14/+6
| * um: Remove strlcpy usageAzeem Shaikh2023-08-192-4/+3
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-3/+2
|\ \
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-112-2/+2
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-112-3/+2
| |/
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-14/+11
|\ \ \
| * | | um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+2
| * | | um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-9/+9
| | |/ | |/|
* | | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-284-8/+7
|\ \ \ | |/ / |/| |
| * | um: refactor deprecated strncpy to memcpyJustin Stitt2023-08-161-2/+2
| * | um: vector: refactor deprecated strncpyJustin Stitt2023-08-161-2/+2
| * | um: Remove strlcpy declarationAzeem Shaikh2023-07-272-4/+3
* | | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-292-2/+2
* | | Revert "um: Use swap() to make code cleaner"Andy Shevchenko2023-07-271-3/+4
|/ /