aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-12/+11
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds48-910/+1943
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-11/+16
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-68/+6
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-1/+1
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini3-1/+12
2024-03-11mips: cm: Convert __mips_cm_phys_base() to weak functionSerge Semin2-8/+4
2024-03-11mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionSerge Semin2-4/+14
2024-03-11mips: dts: ralink: mt7621: add cell count properties to usbJustin Swartz1-0/+3
2024-03-11mips: dts: ralink: mt7621: add serial1 and serial2 nodesJustin Swartz1-0/+40
2024-03-11mips: dts: ralink: mt7621: reorder serial0 propertiesJustin Swartz1-2/+3
2024-03-11mips: dts: ralink: mt7621: associate uart1_pins with serial0Justin Swartz1-0/+3
2024-03-11MIPS: ralink: Don't use "proxy" headersAndy Shevchenko1-2/+8
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2024-03-07mips: sibyte: make tb_class constantRicardo B. Marliere1-12/+9
2024-03-07mips: mt: make mt_class constantRicardo B. Marliere3-15/+9
2024-03-07MIPS: ralink: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2-68/+6
2024-02-28MIPS: mipsregs: Parse fp and sp register by name in parse_rJiaxun Yang1-2/+5
2024-02-23mips, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-11/+6
2024-02-23mips: zboot: Fix "no previous prototype" build warningSerge Semin3-0/+6
2024-02-23MIPS: mipsregs: Set proper ISA level for virt extensionsJiaxun Yang1-5/+8
2024-02-23MIPS: Implement microMIPS MT ASE helpersJiaxun Yang4-112/+179
2024-02-23MIPS: Limit MIPS_MT_SMP support by ISA reversionJiaxun Yang1-1/+2
2024-02-23MIPS: Loongson64: test for -march=loongson3a cflagJiaxun Yang1-5/+2
2024-02-23MIPS: BMIPS: Drop unnecessary assembler flagJiaxun Yang1-2/+2
2024-02-23MIPS: Fallback CPU -march flag to ISA level if unsupportedJiaxun Yang1-13/+17
2024-02-23MIPS: Remove cc-option checks for -march=octeonJiaxun Yang1-4/+1
2024-02-23MIPS: Probe toolchain support of -msym32Jiaxun Yang1-1/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+10
2024-02-20MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2-6/+1
2024-02-20MIPS: TXx9: Use PCI_SET_ERROR_RESPONSE()Ilpo Järvinen1-1/+1
2024-02-20MIPS: PCI: Return PCIBIOS_* from tx4927_pci_config_read/write()Ilpo Järvinen1-6/+10
2024-02-20MIPS: ath79: Don't return PCIBIOS_* code from pcibios_enable_device()Ilpo Järvinen1-1/+1
2024-02-20MIPS: lantiq: Remove unused function pointer variablesIlpo Järvinen1-9/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere1-1/+1
2024-02-20mips: txx9: make txx9_sramc_subsys constRicardo B. Marliere1-1/+1
2024-02-20mips: sgi-ip22: make gio_bus_type constRicardo B. Marliere1-2/+2
2024-02-20MIPS: move unselectable entries out of the "CPU type" choiceMasahiro Yamada1-38/+38
2024-02-20MIPS: Alchemy: Use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2024-02-20MIPS: Add support for Mobileye EyeQ5Gregory CLEMENT7-0/+234
2024-02-20MIPS: Share generic kernel code with other architectureGregory CLEMENT3-3/+10
2024-02-20MIPS: mobileye: Add EPM5 device treeGregory CLEMENT2-0/+27
2024-02-20MIPS: mobileye: Add EyeQ5 dtsiGregory CLEMENT3-0/+417
2024-02-20MIPS: cps-vec: Use macros for 64bits accessGregory CLEMENT1-3/+3
2024-02-20MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0Gregory CLEMENT1-1/+4
2024-02-20MIPS: Allows relocation exception vectors everywhereJiaxun Yang4-66/+133
2024-02-20MIPS: Fix set_uncached_handler for ebase in XKPHYSJiaxun Yang1-1/+1