summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-16um: Fix W=1 missing-include-dirs warningsRandy Dunlap1-0/+1
2021-04-16um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap1-1/+1
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner1-0/+1
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg1-0/+1
2021-02-12um: io.h: include <linux/types.h>Johannes Berg1-0/+1
2021-02-12um: add a pseudo RTCJohannes Berg1-0/+11
2021-02-12um: remove process stub VMAJohannes Berg3-29/+4
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg2-12/+10
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-1/+1
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-0/+1
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy1-1/+0
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg2-0/+66
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2-4/+0
2021-01-27Revert "um: allocate a guard page to helper threads"Johannes Berg1-1/+1
2021-01-27um: return error from ioremap()Johannes Berg1-1/+1
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-35/+47
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+5
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-1/+7
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+0
2020-12-14um: time-travel: Correct time event IRQ deliveryJohannes Berg2-0/+6
2020-12-14um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg1-0/+8
2020-12-14um: allocate a guard page to helper threadsJohannes Berg1-1/+1
2020-12-14um: support some of ARCH_HAS_SET_MEMORYJohannes Berg2-0/+4
2020-12-14um: Support suspend to RAMJohannes Berg2-0/+4
2020-12-14um: Allow PM with suspend-to-idleJohannes Berg2-0/+3
2020-12-14um: Simplify os_idle_sleep() and sleep longerJohannes Berg2-3/+3
2020-12-14um: Remove IRQ_NONE typeJohannes Berg3-10/+12
2020-12-14um: irq: Reduce irq_reg allocationJohannes Berg1-1/+1
2020-12-14um: irq: Clean up and rename struct irq_fdJohannes Berg1-14/+0
2020-12-14um: virtio: Use dynamic IRQ allocationJohannes Berg1-3/+2
2020-12-14um: Support dynamic IRQ allocationJohannes Berg2-9/+9
2020-12-14um: Add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2020-11-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner1-16/+1
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger1-1/+7
2020-11-09um: add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2020-11-07highmem: Get rid of kmap_types.hThomas Gleixner2-14/+0
2020-10-27um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-7/+5
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-11/+11
2020-09-24kbuild: preprocess module linker scriptMasahiro Yamada1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-1/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2-10/+1
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse1-1/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-56/+15
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-0/+2
2020-04-29um: Fix xor.h includeJohannes Berg1-1/+1