summaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)Author
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-05um: Mark 32bit syscall helpers as clobbering memoryBenjamin Berg
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg
2024-01-04um: Always inline stub functionsBenjamin Berg
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-10-18UML: remove unused cmd_vdso_installMasahiro Yamada
2023-08-26um: Hard-code the result of 'uname -s'Masahiro Yamada
2023-08-26um: Use the x86 checksum implementation on 32-bitDavid Gow
2023-08-26um: Remove unsued extern declaration ldt_host_info()YueHaibing
2023-04-20um: make stub data pages size tweakableJohannes Berg
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-02-13um: Support LTOPeter Foley
2023-02-10x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-09-21arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow
2022-09-19um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub
2022-09-19um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub
2022-08-06Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17um: include linux/stddef.h for __always_inlineJason A. Donenfeld
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso
2022-07-17um: x86: print RIP with symbolJohannes Berg
2022-07-17x86/um: Kconfig: Fix indentationJuerg Haefliger
2022-05-27um: Fix out-of-bounds read in LDT setupVincent Whitchurch
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21um: Allow builds with ClangKees Cook
2022-03-11um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow
2022-03-11um: Remove duplicated include in syscalls_64.cYang Li
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas
2022-01-30uml/x86: use x86 load_unaligned_zeropad()Al Viro
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-22um: remove set_fsChristoph Hellwig
2021-12-21uml/i386: missing include in barrier.hAl Viro
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro
2021-12-21uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap
2021-12-21uml: x86: add FORCE to user_constants.hJohannes Berg
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra