summaryrefslogtreecommitdiffstats
path: root/arch/um/include
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+47
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+2
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+5
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-1/+7
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+0
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+6
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-0/+8
2020-12-13um: allocate a guard page to helper threadsJohannes Berg-1/+1
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg-0/+4
2020-12-13um: Support suspend to RAMJohannes Berg-0/+4
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-0/+3
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-3/+3
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-10/+12
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg-1/+1
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg-14/+0
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg-3/+2
2020-12-13um: Support dynamic IRQ allocationJohannes Berg-9/+9
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe-0/+2
2020-11-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner-16/+1
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger-1/+7
2020-11-09um: add support for TIF_NOTIFY_SIGNALJens Axboe-0/+2
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner-14/+0
2020-10-27um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-7/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-11/+11
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada-0/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-1/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-10/+1
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-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-56/+15
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-2/+0
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig-0/+2
2020-04-29um: Fix xor.h includeJohannes Berg-1/+1
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-10/+0
2020-03-29um: Implement ndelay/udelay in time-travel modeJohannes Berg-1/+36
2020-03-29um: Implement time-travel=extJohannes Berg-0/+28
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg-45/+20
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg-0/+0
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-5/+0
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds-1/+1
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+8
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen-5/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar-1/+1
2020-01-19um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg-1/+7
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg-1/+1
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras-1/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar-0/+4
2019-12-04um: add support for folded p4d page tablesMike Rapoport-2/+3