aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-4/+2
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+4
2022-03-21um: Allow builds with ClangKees Cook1-5/+4
2022-03-11um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow1-3/+2
2022-03-11um: Remove duplicated include in syscalls_64.cYang Li1-1/+0
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas1-0/+1
2022-01-30uml/x86: use x86 load_unaligned_zeropad()Al Viro1-0/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov1-1/+0
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+4
2021-12-22um: remove set_fsChristoph Hellwig1-8/+0
2021-12-21uml/i386: missing include in barrier.hAl Viro1-0/+1
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro5-0/+5
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro3-6/+10
2021-12-21uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro2-18/+0
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap1-1/+2
2021-12-21uml: x86: add FORCE to user_constants.hJohannes Berg1-1/+1
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra3-4/+4
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