aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie1-8/+0
2024-09-12um: Remove unused fields from thread_structTiwei Bie1-15/+5
2024-09-12um: Remove unused kpte_clear_flush macroTiwei Bie1-7/+0
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-17/+73
2024-07-16um: Use generic runtime constant implementationLinus Torvalds1-0/+1
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann2-1/+9
2024-07-03um: refactor TLB update handlingBenjamin Berg3-9/+73
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg1-2/+0
2024-07-03um: remove LDT supportBenjamin Berg1-6/+0
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+3
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-1/+1
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie1-1/+0
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-1/+0
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie1-2/+0
2024-04-22um: Move declarations to proper headersTiwei Bie1-0/+3
2024-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak1-2/+1
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-1/+1
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg1-1/+0
2024-01-04um: mmu: remove stub_pagesJohannes Berg1-1/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+2
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)1-9/+9
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-7/+0
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-02-10um: Make the definition of cpu_data more compatiblePeter Foley1-1/+1
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+35
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2022-12-15x86_64: Remove pointless set_64bit() usagePeter Zijlstra1-8/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner1-1/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-4/+0
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers1-15/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+40
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+2
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-13/+8
2022-07-22asm-generic: Add new pci.h and use itStafford Horne1-12/+2
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-2/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-8/+0
2022-07-18um: seed rng using host OS rngJason A. Donenfeld1-0/+30
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-17/+0
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-2/+2
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso2-0/+39