aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-9/+2
2017-05-03um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke1-8/+1
2017-05-03um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger1-1/+1
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+1
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra2-22/+1
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey1-1/+1
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2-1/+8
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2-9/+9
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey1-1/+2
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey3-9/+10
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
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-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds2-2/+4
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2-2/+4
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-14/+3
2016-09-15um/Stop conflating task_struct::stack with thread_infoLinus Torvalds1-4/+4
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün2-0/+7
2016-08-07x86: move exports to actual definitionsAl Viro3-14/+3
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+3
2016-08-04um: Support kcovVegard Nossum1-0/+3
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds6-41/+72
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-05-21um: add extended processor state save/restore supportEli Cooper4-15/+59
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper2-13/+12
2016-05-21um: fix FPU state preservation around signal handlersEli Cooper1-15/+3
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-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar1-2/+2
2016-03-05um: use %lx format specifiers for unsigned longsColin Ian King1-2/+2
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski3-6/+6
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski3-6/+6
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2-5/+0
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: Fix build error and kconfig for i386Mickaël Salaün1-1/+1
2016-01-10um: Add full asm/syscall.h supportMickaël Salaün1-0/+1
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-5/+3
2015-12-22um: Fix pointer castMickaël Salaün1-1/+1
2015-12-08um: Fix fpstate handlingRichard Weinberger1-8/+10
2015-11-10Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-18/+1
2015-11-06um: Simplify STUB_DATA loadingRichard Weinberger1-4/+1
2015-11-06um: Remove dead symbol from i386 syscall stubRichard Weinberger1-1/+0
2015-11-06um: Remove dead code from x86_64 syscall stubRichard Weinberger1-13/+0