summaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)Author
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-22um: remove set_fsChristoph Hellwig
2021-12-21uml/i386: missing include in barrier.hAl Viro
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro
2021-12-21uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap
2021-12-21uml: x86: add FORCE to user_constants.hJohannes Berg
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-08-26um: fix stub location calculationJohannes Berg
2021-05-25x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada
2021-04-15um: elf.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap
2021-04-15um: Add 2 missing libs to fix various build errorsRandy Dunlap
2021-04-15um: Fix tag order in stub_32.hJohannes Berg
2021-02-12um: remove process stub VMAJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-11um: Remove dead usage of TIF_IA32Gabriel Krisman Bertazi
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-03-29um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann
2019-10-18x86/um: Annotate data appropriatelyJiri Slaby
2019-09-15um: Use real DMA barriersJohannes Berg
2019-09-15um: Don't use generic barrier.hJohannes Berg