aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-15um: Use real DMA barriersJohannes Berg1-3/+0
2019-09-15um: Don't use generic barrier.hJohannes Berg1-8/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2-11/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers2-11/+0
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-1/+1
2018-09-27x86: Add support for 64-bit place relative relocationsArd Biesheuvel1-2/+1
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey1-1/+1
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-6/+5
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-5/+4
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+1
2016-01-12x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin1-8/+1
2016-01-10um: Add full asm/syscall.h supportMickaël Salaün1-0/+1
2015-10-14um/x86: Fix build after x86 syscall changesAndy Lutomirski1-0/+4
2015-07-06x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski1-13/+0
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-2/+11
2015-05-31um: Rework uaccess codeRichard Weinberger4-2/+11
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-1/+2
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra1-1/+1
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-12/+1
2015-04-13x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin1-1/+1
2015-04-13um: Remove broken SMP supportRichard Weinberger1-11/+0
2015-02-23x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov1-2/+2
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-6/+7
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-4/+3
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-4/+15
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-4/+0
2014-09-23UM: implement syscall_get_arch()Eric Paris1-0/+15
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-1/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-1/+2
2014-03-11x86: Remove CONFIG_X86_OOSTOREDave Jones1-4/+0
2013-11-17um: Rewrite show_stack()Richard Weinberger2-0/+10
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-1/+1
2012-10-09um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro3-78/+54
2012-10-09um/x86: merge 32 and 64bit variants of checksum.hAl Viro3-265/+144
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro1-3/+3
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro4-70/+55
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger1-7/+0
2012-04-10um: Disintegrate asm/system.hRichard Weinberger3-135/+82
2012-03-25um: merge processor_{32,64}.h a bit...Al Viro3-20/+10
2011-11-21fix braino in um patchset (mea culpa)Al Viro1-1/+1