summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-2/+0
* | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-1/+2
|\ \
| * | printk: Userspace format indexing supportChris Down2021-07-191-1/+2
| |/
* | asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-4/+1
* | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-4/+4
|/
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-0920-31/+336
|\
| * um: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
| * um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg2021-06-172-1/+10
| * um: add a UML specific futex implementationAnton Ivanov2021-06-172-1/+14
| * um: enable the use of optimized xor routines in UMLAnton Ivanov2021-06-172-1/+36
| * um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-173-0/+168
| * um: virtio/pci: enable suspend/resumeJohannes Berg2021-06-171-0/+13
| * um: add PCI over virtio emulation driverJohannes Berg2021-06-175-2/+54
| * um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-172-0/+4
| * um: expose time-travel mode to userspace sideJohannes Berg2021-06-172-11/+23
| * um: export signals_enabled directlyJohannes Berg2021-06-173-13/+12
| * um: remove unused smp_sigio_handler() declarationJohannes Berg2021-06-171-1/+0
| * um: allow disabling NO_IOMEMJohannes Berg2021-06-171-0/+2
* | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+1
* | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
* | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-012-2/+0
|/
* um: Fix W=1 missing-include-dirs warningsRandy Dunlap2021-04-151-0/+1
* um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap2021-04-151-1/+1
* 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