aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26um: fix stub location calculationJohannes Berg3-2/+25
2021-05-25x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst2-2/+2
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada2-12/+0
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada2-9/+8
2021-04-15um: elf.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap1-1/+1
2021-04-15um: Add 2 missing libs to fix various build errorsRandy Dunlap1-0/+1
2021-04-15um: Fix tag order in stub_32.hJohannes Berg1-1/+1
2021-02-12um: remove process stub VMAJohannes Berg1-1/+1
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg5-34/+62
2021-02-12um: separate child and parent errors in clone stubJohannes Berg2-2/+2
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-13/+2
2020-10-11um: Remove dead usage of TIF_IA32Gabriel Krisman Bertazi1-12/+1
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin1-1/+1
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-23/+0
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-16/+0
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-20/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-8/+2
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-2/+10
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-5/+0
2020-03-29um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg1-2/+10
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst1-0/+1
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst1-0/+3
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst2-4/+4
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst3-17/+2
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada1-5/+0
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras2-8/+5
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-6/+6
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann1-2/+2
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann1-2/+2
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann1-2/+2
2019-10-18x86/um: Annotate data appropriatelyJiri Slaby1-3/+3
2019-09-15um: Use real DMA barriersJohannes Berg1-3/+0
2019-09-15um: Don't use generic barrier.hJohannes Berg1-8/+1
2019-09-15um: Fix VDSO compiler warningJohannes Berg1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-2/+2
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-04-24x86/um/vdso: Drop unnecessary cc-ldoptionNick Desaulniers1-1/+1
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-3/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1