summaryrefslogtreecommitdiff
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-051-2/+2
* [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-4/+0
* arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow2022-09-211-1/+1
* um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub2022-09-191-6/+0
* um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub2022-09-191-3/+2
* Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-061-1/+2
|\
| * x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi2022-08-041-1/+2
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \
| * | um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+1
| |/
* | um: include linux/stddef.h for __always_inlineJason A. Donenfeld2022-07-171-0/+1
* | UML: add support for KASAN under x86_64Patricia Alfonso2022-07-172-1/+5
* | um: x86: print RIP with symbolJohannes Berg2022-07-171-2/+2
* | x86/um: Kconfig: Fix indentationJuerg Haefliger2022-07-171-5/+5
|/
* um: Fix out-of-bounds read in LDT setupVincent Whitchurch2022-05-271-2/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-0/+1
|\
| * uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-301-0/+1
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-312-4/+2
|\ \
| * | um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow2022-03-111-3/+2
| * | um: Remove duplicated include in syscalls_64.cYang Li2022-03-111-1/+0
| |/
* | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-211-5/+4
|\ \
| * | um: Allow builds with ClangKees Cook2022-03-211-5/+4
| |/
* | elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas2022-02-151-0/+1
|/
* 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
|/