aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm
AgeCommit message (Expand)Author
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg
2024-01-04um: mmu: remove stub_pagesJohannes Berg
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-10um: Make the definition of cpu_data more compatiblePeter Foley
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15x86_64: Remove pointless set_64bit() usagePeter Zijlstra
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld
2022-07-22asm-generic: Add new pci.h and use itStafford Horne
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne
2022-07-18um: seed rng using host OS rngJason A. Donenfeld
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso
2022-07-17um: remove unused mm_copy_segmentsTobias Klauser
2022-07-17um: Remove straying parenthesisBenjamin Beichler
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-27um: line: Use separate IRQs per lineJohannes Berg
2022-05-27um: Use asm-generic/dma-mapping.hJohannes Berg
2022-05-13um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki
2022-03-11um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-01-30uml/x86: use x86 load_unaligned_zeropad()Al Viro