aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-1/+1
2022-09-19um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub1-6/+0
2022-09-19um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub1-3/+2
2022-08-06Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi1-1/+2
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+1
2022-07-17um: include linux/stddef.h for __always_inlineJason A. Donenfeld1-0/+1
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso2-1/+5
2022-07-17um: x86: print RIP with symbolJohannes Berg1-2/+2
2022-07-17x86/um: Kconfig: Fix indentationJuerg Haefliger1-5/+5
2022-05-27um: Fix out-of-bounds read in LDT setupVincent Whitchurch1-2/+4
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