summaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-0/+2
|\
| * ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-05-111-0/+2
* | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-13/+10
|\ \
| * | um: line: Use separate IRQs per lineJohannes Berg2022-05-271-13/+9
| * | um: Use asm-generic/dma-mapping.hJohannes Berg2022-05-271-0/+1
| |/
* / um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-7/+2
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-1/+0
|\
| * uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-301-1/+0
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-1/+3
|\ \
| * | um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler2022-03-111-1/+3
| |/
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-0/+1
|\ \
| * | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-4/+3
|\ \
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-2/+3
| * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| |/
* / arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
|/
* um: remove set_fsChristoph Hellwig2021-12-222-6/+19
* um: stop polluting the namespace with registers.h contentsAl Viro2021-12-211-1/+1
* um: rename set_signals() to um_set_signals()Johannes Berg2021-12-211-2/+2
* um: fix ndelay/udelay definesJohannes Berg2021-12-211-2/+2
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-14/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-14/+0
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
|/
* 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-0913-10/+286
|\
| * 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-172-0/+165
| * um: add PCI over virtio emulation driverJohannes Berg2021-06-175-2/+54
| * um: export signals_enabled directlyJohannes Berg2021-06-171-5/+5
| * 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: 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: remove process stub VMAJohannes Berg2021-02-122-28/+2
* | mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-1/+0
|/
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-262-4/+0
* 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-173-5/+8
|\
| * um: support some of ARCH_HAS_SET_MEMORYJohannes Berg2020-12-132-0/+4
| * um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-131-3/+2
| * um: Support dynamic IRQ allocationJohannes Berg2020-12-131-3/+3
| * um: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-131-0/+2