summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
...
| * um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli2017-07-052-16/+16
* | x86/um: thin archives build fixNicholas Piggin2017-06-301-1/+1
|/
* Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-132-9/+2Star
|\
| * um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1Star
| * um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger2017-05-031-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-022-22/+1Star
|\ \
| * | x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-272-22/+1Star
| |/
* | um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey2017-03-211-1/+1
* | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-202-1/+8
* | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-202-9/+9
* | x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey2017-03-201-1/+2
* | x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-203-9/+10
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0Star
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0Star
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-192-2/+4
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-192-2/+4
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-143-14/+3Star
|\ \ | |/ |/|
| * x86: move exports to actual definitionsAl Viro2016-08-083-14/+3Star
* | um/Stop conflating task_struct::stack with thread_infoLinus Torvalds2016-09-151-4/+4
* | um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün2016-09-072-0/+7
|/
* Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-051-0/+3
|\
| * um: Support kcovVegard Nossum2016-08-041-0/+3
* | x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
|/
* Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-286-41/+72
|\
| * um: add extended processor state save/restore supportEli Cooper2016-05-214-15/+59
| * um: extend fpstate to _xstate to support YMM registersEli Cooper2016-05-212-13/+12Star
| * um: fix FPU state preservation around signal handlersEli Cooper2016-05-211-15/+3Star
* | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-241-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-6/+5Star
|\
| * ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-141-1/+1
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-141-5/+4Star
* | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-071-2/+2
|\|
| * um: use %lx format specifiers for unsigned longsColin Ian King2016-03-051-2/+2
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-293-6/+6
* | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-293-6/+6
* | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-292-5/+0Star
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-191-8/+1Star
|\
| * x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1Star
* | um: Fix build error and kconfig for i386Mickaël Salaün2016-01-101-1/+1
* | um: Add full asm/syscall.h supportMickaël Salaün2016-01-101-0/+1
* | um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-101-5/+3Star
|/
* um: Fix pointer castMickaël Salaün2015-12-231-1/+1
* um: Fix fpstate handlingRichard Weinberger2015-12-081-8/+10
* Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-112-18/+1Star
|\
| * um: Simplify STUB_DATA loadingRichard Weinberger2015-11-061-4/+1Star