summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* um: Implement time-travel=extJohannes Berg2020-03-292-0/+28
* um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-291-45/+20
* um: Move timer-internal.h to non-sharedJohannes Berg2020-03-291-0/+0
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-5/+0
|\
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-1/+1
|\ \
| * | um: ubd: use 64-bit time_t where possibleArnd Bergmann2019-12-181-1/+1
* | | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-283-2/+8
|\ \ \
| * | | um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg2020-01-192-1/+7
| * | | Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-1/+1
* | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-201-1/+1
|\| | |
| * | | um: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-1/+1
| |/ /
* / / mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/ /
* | um: add support for folded p4d page tablesMike Rapoport2019-12-043-2/+3