summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* um: remove process stub VMAJohannes Berg2021-02-121-1/+1
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-125-34/+62
* um: separate child and parent errors in clone stubJohannes Berg2021-02-122-2/+2
* arch/um: partially revert the conversion to __section() macroLinus Torvalds2020-10-261-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-182-13/+2
|\
| * um: Remove dead usage of TIF_IA32Gabriel Krisman Bertazi2020-10-111-12/+1
| * um: Some fixes to build UML with muslIgnat Korchagin2020-10-111-1/+1
* | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-23/+0
* | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-16/+0
|/
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-20/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-8/+2
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-071-2/+10
|\
| * um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg2020-03-291-2/+10
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/
* | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-5/+0
|\ \
| * | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-5/+0
| |/
* | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-211-0/+1
* | x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-211-0/+3
* | x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-212-4/+4
* | x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-213-17/+2
|/
* um: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-8/+5
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-6/+6
|\
| * y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-151-2/+2
| * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-2/+2
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
* | x86/um: Annotate data appropriatelyJiri Slaby2019-10-181-3/+3
|/
* um: Use real DMA barriersJohannes Berg2019-09-151-3/+0
* um: Don't use generic barrier.hJohannes Berg2019-09-151-8/+1
* um: Fix VDSO compiler warningJohannes Berg2019-09-151-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-1/+1
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-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/+0
* | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-3/+1
|/
* 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