Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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