summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-1/+4
|\
| * um: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-1/+4
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
* | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-7/+5
|\ \ \
| * | | um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-7/+5
| |/ /
* | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-16/+1
|\ \ \
| * \ \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-152-2/+8
| |\ \ \
| * | | | um/irqstat: Get rid of the duplicated declarationsThomas Gleixner2020-11-231-16/+1
| | |_|/ | |/| |
* | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-142-14/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-062-14/+0
| |/ /
* | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\ \ \
| * | | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
| |/ /
* / / um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger2020-11-101-1/+7
|/ /
* / 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-253-13/+13
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+1
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+1
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
| |/ /
* | | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1812-48/+89
|\ \ \ | |_|/ |/| |
| * | um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov2020-10-111-9/+47
| * | um: Clean up stacktrace dumpJohannes Berg2020-10-111-3/+1
| * | um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski2020-10-111-4/+4
| * | um: Remove redundant NULL checkLi Heng2020-10-111-2/+1
| * | um: change sigio_spinlock to a mutexJohannes Berg2020-10-111-3/+3
| * | um: time-travel: Return the sequence number in ACK messagesJohannes Berg2020-10-111-0/+1
| * | um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg2020-10-111-5/+9
| * | um: Allow static linking for non-glibc implementationsIgnat Korchagin2020-10-112-6/+6
| * | um: Some fixes to build UML with muslIgnat Korchagin2020-10-115-11/+10
| * | um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang2020-10-111-2/+2
| * | um: Fix null pointer dereference in vector_user_bpfGaurav Singh2020-10-111-3/+5
* | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-16/+0
|\ \ \
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-16/+0
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-2/+2
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-012-2/+2
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/ |/|
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-3/+1
|\ \ | |/ |/|
| * dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-141-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-121-5/+1
|\ \
| * | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-4/+0
| * | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-1/+1
|\ \ \ | |/ / |/| |
| * | virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
| |/
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
| |/
* | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-072-6/+0
* | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-073-22/+1