summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/asm
AgeCommit message (Expand)AuthorLines
2025-11-06um: Always set up AT_HWCAP and AT_PLATFORMThomas Weißschuh-3/+4
2025-11-06x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_ENDThomas Weißschuh-8/+0
2025-11-06x86/um: Do not inherit vDSO from hostThomas Weißschuh-26/+3
2025-11-06x86/um: Move ELF_PLATFORM fallback to x86-specific codeThomas Weißschuh-1/+2
2025-10-27um: Enable SMP support on x86Tiwei Bie-0/+8
2025-07-11um/x86: Add system call table to header fileThomas Weißschuh-0/+2
2025-05-05um/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak-2/+2
2025-05-05um/asm: Rename rep_nop() to native_pause()Uros Bizjak-2/+2
2025-05-05um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen-0/+3
2025-03-18um: x86: clean up elf specific definitionsHajime Tazaki-24/+0
2025-03-18um/locking: Remove semicolon from "lock" prefixUros Bizjak-3/+3
2025-01-13um: Remove unused asm/archparam.h headerTiwei Bie-20/+0
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg-0/+12
2024-07-03um: remove LDT supportBenjamin Berg-70/+0
2024-04-22um: Move declarations to proper headersTiwei Bie-0/+6
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg-5/+2
2023-08-26um: Remove unsued extern declaration ldt_host_info()YueHaibing-2/+0
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro-4/+0
2021-12-22um: remove set_fsChristoph Hellwig-8/+0
2021-12-21uml/i386: missing include in barrier.hAl Viro-0/+1
2021-04-15um: elf.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap-1/+1
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro-23/+0
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-16/+0
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro-20/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-8/+2
2020-03-29um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg-2/+10
2019-09-15um: Use real DMA barriersJohannes Berg-3/+0
2019-09-15um: Don't use generic barrier.hJohannes Berg-8/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar-11/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers-11/+0
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner-1/+1
2018-09-27x86: Add support for 64-bit place relative relocationsArd Biesheuvel-2/+1
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+9
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey-1/+1
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-6/+5
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-5/+4
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov-1/+1
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-8/+1
2016-01-12x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin-8/+1
2016-01-10um: Add full asm/syscall.h supportMickaël Salaün-0/+1
2015-10-14um/x86: Fix build after x86 syscall changesAndy Lutomirski-0/+4
2015-07-06x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski-13/+0
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+11