summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-13/+13
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-48/+89
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-1/+1
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+0
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-10-11um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov-9/+47
2020-10-11um: Clean up stacktrace dumpJohannes Berg-3/+1
2020-10-11um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski-4/+4
2020-10-11um: Remove redundant NULL checkLi Heng-2/+1
2020-10-11um: change sigio_spinlock to a mutexJohannes Berg-3/+3
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg-5/+9
2020-10-11um: Allow static linking for non-glibc implementationsIgnat Korchagin-6/+6
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin-11/+10
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang-2/+2
2020-10-11um: Fix null pointer dereference in vector_user_bpfGaurav Singh-3/+5
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu-16/+0
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada-0/+1
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig-0/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds-3/+1
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig-3/+1
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+1
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu-4/+0
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-6/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-22/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-8/+0
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-2/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner-1/+0
2020-06-24um: line, remove put_charJiri Slaby-8/+0
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+64
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig-1/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig-6/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-2/+2
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse-1/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-56/+15
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-16/+2