summaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)AuthorFilesLines
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-30/+42
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-7/+0
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-04-30um: Remove unused do_get_thread_area functionTiwei Bie1-17/+0
2024-04-30um: Fix -Wmissing-prototypes warnings for __vdso_*Tiwei Bie1-2/+8
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-0/+7
2024-04-30um: Fix -Wmissing-prototypes warnings for (rt_)sigreturnTiwei Bie1-2/+3
2024-04-22um: signal: move pid variable where neededJohannes Berg1-5/+4
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2-0/+6
2024-04-22um: Move declarations to proper headersTiwei Bie2-2/+6
2024-04-22um: Add missing headersTiwei Bie6-0/+6
2024-04-22um: Make local functions and variables staticTiwei Bie2-2/+2
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-153/+53
2024-01-05um: Mark 32bit syscall helpers as clobbering memoryBenjamin Berg1-6/+12
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg6-68/+16
2024-01-05um: Always inline stub functionsBenjamin Berg2-18/+20
2024-01-05um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg4-61/+5
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-10-18UML: remove unused cmd_vdso_installMasahiro Yamada1-12/+0
2023-08-26um: Hard-code the result of 'uname -s'Masahiro Yamada1-1/+1
2023-08-26um: Use the x86 checksum implementation on 32-bitDavid Gow2-215/+2
2023-08-26um: Remove unsued extern declaration ldt_host_info()YueHaibing1-2/+0
2023-04-21um: make stub data pages size tweakableJohannes Berg3-9/+9
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+9
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-2/+2
2023-02-13um: Support LTOPeter Foley1-1/+1
2023-02-10x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi1-4/+8
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2-2/+2
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-4/+0
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-07Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi1-1/+2
2022-07-18um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+1
2022-07-18um: include linux/stddef.h for __always_inlineJason A. Donenfeld1-0/+1
2022-07-18UML: add support for KASAN under x86_64Patricia Alfonso2-1/+5
2022-07-18um: x86: print RIP with symbolJohannes Berg1-2/+2
2022-07-18x86/um: Kconfig: Fix indentationJuerg Haefliger1-5/+5
2022-05-27um: Fix out-of-bounds read in LDT setupVincent Whitchurch1-2/+4
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+2
2022-03-22Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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-16elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas1-0/+1