summaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen
2017-09-13um: remove a stray tabDan Carpenter
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer
2017-08-24um: Fix check for _xstate for older hostsFlorian Fainelli
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-10um: Correctly check for PTRACE_GETRESET/SETREGSETRichard Weinberger
2017-07-05um: Allow building and running on older hostsFlorian Fainelli
2017-07-05um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli
2017-06-30x86/um: thin archives build fixNicholas Piggin
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-03um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke
2017-05-03um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-09-15um/Stop conflating task_struct::stack with thread_infoLinus Torvalds
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün
2016-08-07x86: move exports to actual definitionsAl Viro
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-08-04um: Support kcovVegard Nossum
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko
2016-05-21um: add extended processor state save/restore supportEli Cooper
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper
2016-05-21um: fix FPU state preservation around signal handlersEli Cooper
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-03-05um: use %lx format specifiers for unsigned longsColin Ian King
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski