summaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm
AgeCommit message (Expand)AuthorLines
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-4/+0
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers-15/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+0
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+40
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+2
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld-13/+8
2022-07-22asm-generic: Add new pci.h and use itStafford Horne-12/+2
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-2/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne-8/+0
2022-07-18um: seed rng using host OS rngJason A. Donenfeld-0/+30
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-17/+0
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck-2/+2
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso-0/+39
2022-07-17um: remove unused mm_copy_segmentsTobias Klauser-5/+0
2022-07-17um: Remove straying parenthesisBenjamin Beichler-1/+1
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck-2/+2
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+2
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+10
2022-05-27um: line: Use separate IRQs per lineJohannes Berg-13/+9
2022-05-27um: Use asm-generic/dma-mapping.hJohannes Berg-0/+1
2022-05-13um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld-7/+2
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman-0/+2
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+3
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport-0/+1
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki-0/+1
2022-03-11um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler-1/+3
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-2/+3
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann-2/+0
2022-01-30uml/x86: use x86 load_unaligned_zeropad()Al Viro-1/+0
2021-12-22um: remove set_fsChristoph Hellwig-6/+19
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro-1/+1
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg-2/+2
2021-12-21um: fix ndelay/udelay definesJohannes Berg-2/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne-14/+0
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann-4/+1
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann-4/+4
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+286
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual-2/+0
2021-06-17um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg-1/+10
2021-06-17um: add a UML specific futex implementationAnton Ivanov-1/+14
2021-06-17um: enable the use of optimized xor routines in UMLAnton Ivanov-1/+36
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov-0/+165
2021-06-17um: add PCI over virtio emulation driverJohannes Berg-2/+54