summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-123-4/+4
|\ \
| * | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-083-4/+4
| |/
* | um: remove set_fsChristoph Hellwig2021-12-221-8/+0
* | uml/i386: missing include in barrier.hAl Viro2021-12-211-0/+1
* | um: stop polluting the namespace with registers.h contentsAl Viro2021-12-215-0/+5
* | um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2021-12-213-6/+10
* | uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro2021-12-212-18/+0
* | um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-211-1/+2
* | uml: x86: add FORCE to user_constants.hJohannes Berg2021-12-211-1/+1
|/
* um: fix stub location calculationJohannes Berg2021-08-263-2/+25
* x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst2021-05-252-2/+2
* x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada2021-05-202-12/+0
* x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada2021-05-202-9/+8
* um: elf.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap2021-04-151-1/+1
* um: Add 2 missing libs to fix various build errorsRandy Dunlap2021-04-151-0/+1
* um: Fix tag order in stub_32.hJohannes Berg2021-04-151-1/+1
* um: remove process stub VMAJohannes Berg2021-02-121-1/+1
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-125-34/+62
* um: separate child and parent errors in clone stubJohannes Berg2021-02-122-2/+2
* arch/um: partially revert the conversion to __section() macroLinus Torvalds2020-10-261-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-182-13/+2
|\
| * um: Remove dead usage of TIF_IA32Gabriel Krisman Bertazi2020-10-111-12/+1
| * um: Some fixes to build UML with muslIgnat Korchagin2020-10-111-1/+1
* | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-23/+0
* | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-16/+0
|/
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-20/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-8/+2
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-071-2/+10
|\
| * um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg2020-03-291-2/+10
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/
* | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-5/+0
|\ \
| * | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-5/+0
| |/
* | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-211-0/+1
* | x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-211-0/+3
* | x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-212-4/+4
* | x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-213-17/+2
|/
* um: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-8/+5
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-6/+6
|\
| * y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-151-2/+2
| * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-2/+2
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
* | x86/um: Annotate data appropriatelyJiri Slaby2019-10-181-3/+3
|/
* um: Use real DMA barriersJohannes Berg2019-09-151-3/+0
* um: Don't use generic barrier.hJohannes Berg2019-09-151-8/+1