summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-041-0/+1
|\
| * um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-261-0/+1
| * um: Remove strlcpy usageAzeem Shaikh2023-08-191-1/+0
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-14/+11
|\ \
| * | um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+2
| * | um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-9/+9
| |/
* / um: Remove strlcpy declarationAzeem Shaikh2023-07-271-1/+0
|/
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-0/+1
|\
| * uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-0/+1
* | um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-7/+0
|/
* um: make stub data pages size tweakableJohannes Berg2023-04-201-1/+2
* Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-011-1/+1
|\
| * um: Make the definition of cpu_data more compatiblePeter Foley2023-02-101-1/+1
* | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
* | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* | um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-2/+35
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-8/+0
|\
| * x86_64: Remove pointless set_64bit() usagePeter Zijlstra2022-12-151-8/+0
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\ \
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
| |/
* / PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-1/+1
|/
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
* asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-15/+0
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\
| * um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
* | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-055-7/+42
|\ \
| * | um: include sys/types.h for size_tJason A. Donenfeld2022-07-171-1/+2
| * | um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-172-4/+4
| * | UML: add support for KASAN under x86_64Patricia Alfonso2022-07-172-0/+39
| * | um: remove unused mm_copy_segmentsTobias Klauser2022-07-171-5/+0
| * | um: Remove straying parenthesisBenjamin Beichler2022-07-171-1/+1
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-22/+2
|\ \
| * | asm-generic: Add new pci.h and use itStafford Horne2022-07-221-12/+2
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-2/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-8/+0
| |/
* | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-13/+8
* | um: seed rng using host OS rngJason A. Donenfeld2022-07-182-0/+37
* | um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-142-4/+4
|/
* 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-312-1/+4
|\ \
| * | um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-111-0/+1