summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-1712-153/+53
|\
| * um: Mark 32bit syscall helpers as clobbering memoryBenjamin Berg2024-01-051-6/+12
| * um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg2024-01-056-68/+16
| * um: Always inline stub functionsBenjamin Berg2024-01-042-18/+20
| * um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-044-61/+5
* | sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
|/
* UML: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-12/+0
* um: Hard-code the result of 'uname -s'Masahiro Yamada2023-08-261-1/+1
* um: Use the x86 checksum implementation on 32-bitDavid Gow2023-08-262-215/+2
* um: Remove unsued extern declaration ldt_host_info()YueHaibing2023-08-261-2/+0
* um: make stub data pages size tweakableJohannes Berg2023-04-203-9/+9
* Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-012-5/+9
|\
| * um: Support LTOPeter Foley2023-02-131-1/+1
| * x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi2023-02-101-4/+8
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-262-2/+2
|\ \
| * | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-052-2/+2
| |/
* / mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
|/
* 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
|/