summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+1
|\
| * um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner2021-02-161-0/+1
* | um: irq.h: include <asm-generic/irq.h>Johannes Berg2021-02-121-0/+1
* | um: io.h: include <linux/types.h>Johannes Berg2021-02-121-0/+1
* | um: add a pseudo RTCJohannes Berg2021-02-121-0/+11
* | um: remove process stub VMAJohannes Berg2021-02-123-29/+4
* | um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-122-12/+10
* | um: separate child and parent errors in clone stubJohannes Berg2021-02-121-1/+1
* | um: defer killing userspace on page table update failuresJohannes Berg2021-02-121-0/+1
* | mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-1/+0
* | um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-122-0/+66
|/
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-262-4/+0
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-1/+1
* um: return error from ioremap()Johannes Berg2021-01-261-1/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-179-35/+47
|\
| * um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-132-0/+6
| * um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-131-0/+8
| * um: allocate a guard page to helper threadsJohannes Berg2020-12-131-1/+1
| * um: support some of ARCH_HAS_SET_MEMORYJohannes Berg2020-12-132-0/+4
| * um: Support suspend to RAMJohannes Berg2020-12-132-0/+4
| * um: Allow PM with suspend-to-idleJohannes Berg2020-12-132-0/+3
| * um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-132-3/+3
| * um: Remove IRQ_NONE typeJohannes Berg2020-12-133-10/+12
| * um: irq: Reduce irq_reg allocationJohannes Berg2020-12-131-1/+1
| * um: irq: Clean up and rename struct irq_fdJohannes Berg2020-12-131-14/+0
| * um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-131-3/+2
| * um: Support dynamic IRQ allocationJohannes Berg2020-12-132-9/+9
| * um: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-131-0/+2
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-0/+2
|\ \
| * | um: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-0/+2
* | | 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-151-1/+7
| |\ \ \ | | | |/ | | |/|
| * | | 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
| |/
* / um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger2020-11-101-1/+7
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-11/+11
* kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+1
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-1/+0
* asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-072-10/+1
* mmap locking API: convert nested write lock sitesMichel Lespinasse2020-06-091-1/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-56/+15
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-081-0/+2
* um: Fix xor.h includeJohannes Berg2020-04-291-1/+1
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-10/+0
* um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-293-1/+36