aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2020-11-09um: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 2-1/+4
2020-10-26arch/um: partially revert the conversion to __section() macroGravatar Linus Torvalds 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 3-13/+13
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-48/+89
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+1
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+0
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2020-10-11um: vector: Add dynamic tap interfaces and scriptingGravatar Anton Ivanov 1-9/+47
2020-10-11um: Clean up stacktrace dumpGravatar Johannes Berg 1-3/+1
2020-10-11um: Fix incorrect assumptions about max pid lengthGravatar Maciej Żenczykowski 1-4/+4
2020-10-11um: Remove redundant NULL checkGravatar Li Heng 1-2/+1
2020-10-11um: change sigio_spinlock to a mutexGravatar Johannes Berg 1-3/+3
2020-10-11um: time-travel: Return the sequence number in ACK messagesGravatar Johannes Berg 1-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Gravatar Johannes Berg 1-5/+9
2020-10-11um: Allow static linking for non-glibc implementationsGravatar Ignat Korchagin 2-6/+6
2020-10-11um: Some fixes to build UML with muslGravatar Ignat Korchagin 5-11/+10
2020-10-11um: vector: Use GFP_ATOMIC under spin lockGravatar Tiezhu Yang 1-2/+2
2020-10-11um: Fix null pointer dereference in vector_user_bpfGravatar Gaurav Singh 1-3/+5
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigGravatar YiFei Zhu 1-16/+0
2020-09-25kbuild: preprocess module linker scriptGravatar Masahiro Yamada 1-0/+1
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-3/+1
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigGravatar Christoph Hellwig 1-3/+1
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+1
2020-08-12mm: clean up the last pieces of page fault accountingsGravatar Peter Xu 1-4/+0
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 2-6/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 3-22/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-8/+0
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMGravatar Michael S. Tsirkin 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-2/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-1/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSGravatar Christian Brauner 1-1/+0
2020-06-24um: line, remove put_charGravatar Jiri Slaby 4-8/+0
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 2-2/+2
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-4/+64
2020-06-09maccess: always use strict semantics for probe_kernel_readGravatar Christoph Hellwig 1-1/+1
2020-06-09maccess: unify the probe kernel arch hooksGravatar Christoph Hellwig 1-6/+4
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-2/+2
2020-06-09mmap locking API: convert nested write lock sitesGravatar Michel Lespinasse 1-1/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 3-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 2-56/+15