summaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)Author
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
2019-09-15um: Fix VDSO compiler warningJohannes Berg
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-24x86/um/vdso: Drop unnecessary cc-ldoptionNick Desaulniers
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin