summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2024-01-27um: 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/greg...Linus Torvalds7-17/+17
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-306/+148
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2024-01-09mm, 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-05um: Do not use printk in userspace trampolineBenjamin Berg1-6/+6
2024-01-05um: Reap winch thread if it failsBenjamin Berg2-10/+19
2024-01-05um: Do not use printk in SIGWINCH helper threadBenjamin Berg1-13/+13
2024-01-05um: Don't use vfprintf() for os_info()Benjamin Berg1-2/+17
2024-01-05um: Make errors to stop ptraced child fatal during startupBenjamin Berg1-29/+12
2024-01-05um: Drop NULL check from start_userspaceBenjamin Berg1-29/+24
2024-01-05um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg8-182/+19
2024-01-05um: 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/kerne...Linus Torvalds13-26/+17
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-3/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-14/+11
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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
2023-08-26um: port_kern: fix -Wmissing-variable-declarationsNick Desaulniers1-1/+1
2023-08-26uml: audio: fix -Wmissing-variable-declarationsNick Desaulniers1-1/+1
2023-08-26um: vector: refactor deprecated strncpyJustin Stitt1-2/+2
2023-08-26um: use obj-y to descend into arch/um/*/Masahiro Yamada2-4/+2
2023-08-26um: Hard-code the result of 'uname -s'Masahiro Yamada1-4/+3
2023-08-25um: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+2
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)1-9/+9
2023-08-20um: Fix hostaudio build errorsRandy Dunlap4-14/+6
2023-08-19um: Remove strlcpy usageAzeem Shaikh2-4/+3
2023-08-16um: refactor deprecated strncpy to memcpyJustin Stitt1-2/+2
2023-08-16um: vector: refactor deprecated strncpyJustin Stitt1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2-3/+2
2023-07-30arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2-2/+2
2023-07-27Revert "um: Use swap() to make code cleaner"Andy Shevchenko1-3/+4
2023-07-27um: Remove strlcpy declarationAzeem Shaikh2-4/+3
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra1-1/+1