aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+0
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-17/+0
2018-08-02um: cleanup Kconfig filesGravatar Christoph Hellwig 1-10/+0
2018-08-02um: stop abusing KBUILD_KCONFIGGravatar Christoph Hellwig 1-5/+0
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsGravatar Kirill A. Shutemov 1-1/+1
2018-07-03x86/build/vdso: Remove unused vdso-syms.ldsGravatar Masahiro Yamada 2-17/+0
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-3/+7
2018-05-29kconfig: add basic helper macros to scripts/Kconfig.includeGravatar Masahiro Yamada 1-0/+2
2018-05-29kconfig: show compiler version text in the top commentGravatar Masahiro Yamada 1-0/+2
2018-05-29kconfig: reference environment variables directly and remove 'option env='Gravatar Masahiro Yamada 1-3/+3
2018-05-15x86/build/vdso: Put generated linker scripts to $(obj)/Gravatar Masahiro Yamada 1-1/+1
2018-05-15x86/build/vdso: Remove unnecessary export in MakefileGravatar Masahiro Yamada 1-1/+1
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlGravatar Linus Torvalds 1-1/+2
2018-03-29um: Compile with modern headersGravatar Jason A. Donenfeld 1-0/+1
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkGravatar Christoph Hellwig 1-4/+0
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextGravatar Krzysztof Mazur 1-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsGravatar Ingo Molnar 40-0/+40
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 40-0/+40
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Gravatar Dave Hansen 1-2/+5
2017-09-13um: remove a stray tabGravatar Dan Carpenter 1-1/+1
2017-09-13um: Fix FP register size for XSTATE/XSAVEGravatar Thomas Meyer 2-7/+13
2017-08-24um: Fix check for _xstate for older hostsGravatar Florian Fainelli 1-1/+1
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-21/+29
2017-07-10um: Correctly check for PTRACE_GETRESET/SETREGSETGravatar Richard Weinberger 1-1/+1
2017-07-05um: Allow building and running on older hostsGravatar Florian Fainelli 2-4/+12
2017-07-05um: Avoid longjmp/setjmp symbol clashes with libpthread.aGravatar Florian Fainelli 2-16/+16
2017-06-30x86/um: thin archives build fixGravatar Nicholas Piggin 1-1/+1
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-9/+2
2017-05-03um: Include kbuild.h instead of duplicating its macrosGravatar Matthias Kaehlcke 1-8/+1
2017-05-03um: Fix PTRACE_POKEUSER on x86_64Gravatar Richard Weinberger 1-1/+1
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-22/+1
2017-03-27x86/debug: Implement __WARN() using UD0Gravatar Peter Zijlstra 2-22/+1
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkGravatar Kyle Huey 1-1/+1
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Gravatar Kyle Huey 2-1/+8
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Gravatar Kyle Huey 2-9/+9
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Gravatar Kyle Huey 1-1/+2
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Gravatar Kyle Huey 3-9/+10
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 2-2/+4
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 2-2/+4
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 3-14/+3
2016-09-15um/Stop conflating task_struct::stack with thread_infoGravatar Linus Torvalds 1-4/+4
2016-09-07um/ptrace: Fix the syscall number update after a ptraceGravatar Mickaël Salaün 2-0/+7
2016-08-07x86: move exports to actual definitionsGravatar Al Viro 3-14/+3
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3