summaryrefslogtreecommitdiff
path: root/arch/um/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-2/+2
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2022-06-04Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+10
2022-05-27um: line: Use separate IRQs per lineJohannes Berg1-13/+9
2022-05-27um: Use asm-generic/dma-mapping.hJohannes Berg1-0/+1
2022-05-14um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-7/+2
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman1-0/+2
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+3
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-11um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler1-1/+3
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-2/+3
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-01-31uml/x86: use x86 load_unaligned_zeropad()Al Viro1-1/+0
2021-12-22um: remove set_fsChristoph Hellwig2-6/+19
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro1-1/+1
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg1-2/+2
2021-12-21um: fix ndelay/udelay definesJohannes Berg1-2/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-14/+0
2021-07-28asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-4/+1
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+4
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-10/+286
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2-2/+0
2021-06-17um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg2-1/+10
2021-06-17um: add a UML specific futex implementationAnton Ivanov2-1/+14
2021-06-17um: enable the use of optimized xor routines in UMLAnton Ivanov2-1/+36
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov2-0/+165
2021-06-17um: add PCI over virtio emulation driverJohannes Berg5-2/+54
2021-06-17um: export signals_enabled directlyJohannes Berg1-5/+5
2021-06-17um: allow disabling NO_IOMEMJohannes Berg1-0/+2
2021-04-16um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap1-1/+1
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner1-0/+1
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg1-0/+1
2021-02-12um: io.h: include <linux/types.h>Johannes Berg1-0/+1
2021-02-12um: remove process stub VMAJohannes Berg2-28/+2
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy1-1/+0
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2-4/+0
2021-01-27um: return error from ioremap()Johannes Berg1-1/+1
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+8
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+5
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+1