summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+1
|\
| * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
* | x86: Deprecate a.out supportBorislav Petkov2019-03-051-1/+0
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-4/+4
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-1/+4
|\
| * treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-231-0/+1
| * kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada2018-12-011-1/+3
* | x86/um/vdso: Drop implicit common-page-size linker flagNick Desaulniers2018-12-111-1/+1
|/
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-033-23/+0
|\
| * Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-311-12/+0
| |\
| | * um: Remove update_debugregs()Richard Weinberger2018-10-291-2/+0
| | * um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger2018-10-291-10/+0
| * | treewide: remove current_text_addrNick Desaulniers2018-10-312-11/+0
* | | x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
|/ /
* / x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-271-2/+1
|/
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-15/+0
|\
| * um: cleanup Kconfig filesChristoph Hellwig2018-08-021-10/+0
| * um: stop abusing KBUILD_KCONFIGChristoph Hellwig2018-08-021-5/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-132-17/+0
|\ \
| * | x86/build/vdso: Remove unused vdso-syms.ldsMasahiro Yamada2018-07-032-17/+0
| |/
* / mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-1/+1
|/
* 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