summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-061-3/+7
|\
| * kconfig: add basic helper macros to scripts/Kconfig.includeMasahiro Yamada2018-05-291-0/+2
| * kconfig: show compiler version text in the top commentMasahiro Yamada2018-05-291-0/+2
| * kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-3/+3
* | x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada2018-05-151-1/+1
* | x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada2018-05-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2018-04-111-1/+2
|\
| * um: Compile with modern headersJason A. Donenfeld2018-03-291-0/+1
| * um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-191-1/+1
* | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2018-03-201-4/+0
|/
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0740-0/+40
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0240-0/+40
* | x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen2017-10-201-2/+5
|/
* um: remove a stray tabDan Carpenter2017-09-131-1/+1
* um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-132-7/+13
* um: Fix check for _xstate for older hostsFlorian Fainelli2017-08-241-1/+1
* Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-154-21/+29
|\
| * um: Correctly check for PTRACE_GETRESET/SETREGSETRichard Weinberger2017-07-101-1/+1
| * um: Allow building and running on older hostsFlorian Fainelli2017-07-052-4/+12
| * 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/+2
|\
| * um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
| * 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-012-22/+1
|\ \
| * | x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-272-22/+1
| |/
* | 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/+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 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/+3
|\ \ | |/ |/|
| * x86: move exports to actual definitionsAl Viro2016-08-073-14/+3
* | 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-041-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-276-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/+12
| * um: fix FPU state preservation around signal handlersEli Cooper2016-05-211-15/+3
OpenPOWER on IntegriCloud