summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-2/+2
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-1/+1
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-1/+1
|\ \
| * | x86/um/vdso: Drop unnecessary cc-ldoptionNick Desaulniers2019-04-241-1/+1
| |/
* | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-6/+0Star
* | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-3/+1Star
|/
* 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/+0Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-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/+0Star
|\
| * Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-311-12/+0Star
| |\
| | * um: Remove update_debugregs()Richard Weinberger2018-10-291-2/+0Star
| | * um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger2018-10-291-10/+0Star
| * | treewide: remove current_text_addrNick Desaulniers2018-10-312-11/+0Star
* | | 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/+1Star
|/
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-15/+0Star
|\
| * um: cleanup Kconfig filesChristoph Hellwig2018-08-021-10/+0Star
| * um: stop abusing KBUILD_KCONFIGChristoph Hellwig2018-08-021-5/+0Star
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-132-17/+0Star
|\ \
| * | x86/build/vdso: Remove unused vdso-syms.ldsMasahiro Yamada2018-07-032-17/+0Star
| |/
* / mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-271-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-281-0/+2
| * kconfig: show compiler version text in the top commentMasahiro Yamada2018-05-281-0/+2
| * kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-281-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-121-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/+0Star
|/
* 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