summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
Commit message (Expand)AuthorAgeFilesLines
* mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng2025-04-011-5/+2
* Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-04-012-6/+4
|\
| * MIPS: make setup_zero_pages() use memblockMike Rapoport (Microsoft)2025-03-171-2/+0
| * mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts2025-03-161-4/+4
* | Merge tag 'mips_6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2025-03-295-3/+64
|\ \
| * | MIPS: cm: Fix warning if MIPS_CM is disabledThomas Bogendoerfer2025-03-191-1/+1
| * | MIPS: Fix Macro nameAbhishek Tamboli2025-03-191-1/+1
| * | MIPS: ds1287: Match ds1287_set_base_clock() function typesWangYuli2025-02-271-1/+1
| * | MIPS: Use arch specific syscall name match functionBibo Mao2025-02-211-0/+16
| * | MIPS: cm: Detect CM quirks from device treeGregory CLEMENT2025-02-211-0/+22
| * | MIPS: CPS: Boot CPUs in secondary clustersPaul Burton2025-02-212-0/+19
| * | MIPS: CPS: Introduce struct cluster_boot_configPaul Burton2025-02-211-1/+5
* | | Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-03-273-16/+16
|\ \ \
| * | | mips: fix PCI_IOBASE definitionArnd Bergmann2025-03-183-4/+9
| * | | mips: drop GENERIC_IOMAP wrapperArnd Bergmann2025-03-151-13/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2025-03-251-1/+0
|\ \ \ \
| * \ \ \ Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini2025-03-201-1/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson2025-02-261-1/+0
| | | |/ | | |/|
* | | | Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-03-253-27/+15
|\ \ \ \ | |/ / / |/| | |
| * | | MIPS: vdso: Switch to generic storage implementationThomas Weißschuh2025-02-213-27/+15
| | |/ | |/|
* | | mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2025-02-271-2/+4
| |/ |/|
* | MIPS: fix mips_get_syscall_arg() for o32Dmitry V. Levin2025-02-131-24/+8
* | MIPS: Export syscall stack arguments properly for remote useMaciej W. Rozycki2025-02-131-2/+2
|/
* Merge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2025-01-272-6/+6
|\
| * MIPS: Loongson: Add comments for interface_infoKexy Biscuit2025-01-111-4/+4
| * MIPS: kernel: Rename read/write_c0_ecc to read/writec0_errctlThomas Bogendoerfer2025-01-111-2/+2
* | asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky2025-01-251-6/+0
* | mm: pgtable: introduce pagetable_dtor()Qi Zheng2025-01-251-1/+1
|/
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-233-5/+3
|\
| * mm: define general function pXd_init()Bibo Mao2024-11-111-0/+2
| * asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
| * mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-061-5/+0
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-202-9/+0
|\ \
| * | asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need toAl Viro2024-11-111-4/+0
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-5/+0
| |/
* | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-192-7/+1
|\ \
| * | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-6/+1
| * | MIPS: vdso: Remove timekeeper includesThomas Weißschuh2024-10-151-1/+0
| |/
* | MIPS: Allow using more than 32-bit addresses for reset vectors when possibleGregory CLEMENT2024-10-301-0/+2
* | mips: asm: fix warning when disabling MIPS_FP_SUPPORTJonas Gorski2024-10-301-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-281-2/+2
|\
| * KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVMSean Christopherson2024-09-041-2/+2
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-5/+0
|\ \
| * | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-032-8/+0
| * | MIPS: loongson64: rename __node_data to node_dataMike Rapoport (Microsoft)2024-09-031-2/+2
| * | MIPS: sgi-ip27: make NODE_DATA() the same as on all other architecturesMike Rapoport (Microsoft)2024-09-031-1/+4
| |/
* | MIPS: dec: prom: Remove unused unregister_prom_console() declarationGaosheng Cui2024-08-291-1/+0
* | MIPS: Remove unused mips_display/_scroll_message() declarationsGaosheng Cui2024-08-291-3/+0
* | MIPS: Remove unused declarations in asm/cmp.hGaosheng Cui2024-08-291-8/+0
* | MIPS: MT: Remove unused function mips_mt_regdump()Gaosheng Cui2024-08-291-2/+0