summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)Author
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-04-15um: Fix W=1 missing-include-dirs warningsRandy Dunlap
2021-04-15um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg
2021-02-12um: io.h: include <linux/types.h>Johannes Berg
2021-02-12um: add a pseudo RTCJohannes Berg
2021-02-12um: remove process stub VMAJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg
2021-01-26um: return error from ioremap()Johannes Berg
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg
2020-12-13um: allocate a guard page to helper threadsJohannes Berg
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg
2020-12-13um: Support suspend to RAMJohannes Berg
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg
2020-12-13um: Remove IRQ_NONE typeJohannes Berg
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger
2020-11-09um: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner
2020-10-27um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
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-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
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport