summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/asm
Commit message (Expand)AuthorAgeFilesLines
* saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-23/+0
* unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-16/+0
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-20/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-8/+2
* um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg2020-03-291-2/+10
* um: Use real DMA barriersJohannes Berg2019-09-151-3/+0
* um: Don't use generic barrier.hJohannes Berg2019-09-151-8/+1
* syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-032-11/+0
|\
| * treewide: remove current_text_addrNick Desaulniers2018-10-312-11/+0
* | x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
|/
* x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-271-2/+1
* x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2018-03-201-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-201-1/+1
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-6/+5
|\
| * ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-5/+4
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-8/+1
|\
| * x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1
* | um: Add full asm/syscall.h supportMickaël Salaün2016-01-101-0/+1
|/
* um/x86: Fix build after x86 syscall changesAndy Lutomirski2015-10-141-0/+4
* x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2015-07-061-13/+0
* Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-284-2/+11
|\
| * um: Rework uaccess codeRichard Weinberger2015-05-314-2/+11
* | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+2
* | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
|/
* Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-152-12/+1
|\
| * x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-04-131-1/+1
| * um: Remove broken SMP supportRichard Weinberger2015-04-131-11/+0
* | x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov2015-02-231-2/+2
|/
* arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-6/+7
* arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-4/+3
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-192-4/+15
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-4/+0
| * UM: implement syscall_get_arch()Eric Paris2014-09-231-0/+15
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-1/+0
* | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-1/+2
|/
* x86: Remove CONFIG_X86_OOSTOREDave Jones2014-03-111-4/+0
* um: Rewrite show_stack()Richard Weinberger2013-11-172-0/+10
* missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-1/+1
* um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro2012-10-093-78/+54
* um/x86: merge 32 and 64bit variants of checksum.hAl Viro2012-10-093-265/+144
* um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-011-3/+3