aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2024-04-15MIPS: RB532: Declare prom_setup_cmdline() and rb532_gpio_init() staticGravatar Yongzhen Zhang 2-2/+2
2024-04-15MIPS: BCM47XX: Declare early_tlb_init() staticGravatar Yongzhen Zhang 1-1/+1
2024-04-15MIPS: BCM47XX: include header for bcm47xx_prom_highmem_init() prototypeGravatar Yongzhen Zhang 1-0/+1
2024-04-12Merge tag 'mips-fixes_6.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-38/+42
2024-04-12genirq: Convert kstat_irqs to a structGravatar Bitao Hu 1-1/+1
2024-04-11KVM: delete .change_pte MMU notifier callbackGravatar Paolo Bonzini 1-30/+0
2024-04-09MIPS: scall: Save thread_info.syscall unconditionally on entryGravatar Jiaxun Yang 7-38/+42
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+9
2024-03-28leds: trigger: audio: Remove this triggerGravatar Heiner Kallweit 1-1/+0
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+2
2024-03-27MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceGravatar Masahiro Yamada 1-9/+9
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-12/+11
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 48-910/+1943
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Gravatar Christophe Leroy 1-1/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-11/+16
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-68/+6
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceGravatar Alexei Starovoitov 1-1/+1
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Paolo Bonzini 3-1/+12
2024-03-11mips: cm: Convert __mips_cm_phys_base() to weak functionGravatar Serge Semin 2-8/+4
2024-03-11mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionGravatar Serge Semin 2-4/+14
2024-03-11mips: dts: ralink: mt7621: add cell count properties to usbGravatar Justin Swartz 1-0/+3
2024-03-11mips: dts: ralink: mt7621: add serial1 and serial2 nodesGravatar Justin Swartz 1-0/+40
2024-03-11mips: dts: ralink: mt7621: reorder serial0 propertiesGravatar Justin Swartz 1-2/+3
2024-03-11mips: dts: ralink: mt7621: associate uart1_pins with serial0Gravatar Justin Swartz 1-0/+3
2024-03-11MIPS: ralink: Don't use "proxy" headersGravatar Andy Shevchenko 1-2/+8
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Gravatar Paolo Bonzini 1-2/+2
2024-03-07mips: sibyte: make tb_class constantGravatar Ricardo B. Marliere 1-12/+9
2024-03-07mips: mt: make mt_class constantGravatar Ricardo B. Marliere 3-15/+9
2024-03-07MIPS: ralink: Remove unused of_gpio.hGravatar Andy Shevchenko 1-1/+0
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsGravatar Arnd Bergmann 2-68/+6
2024-02-28MIPS: mipsregs: Parse fp and sp register by name in parse_rGravatar Jiaxun Yang 1-2/+5
2024-02-23mips, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-11/+6
2024-02-23mips: zboot: Fix "no previous prototype" build warningGravatar Serge Semin 3-0/+6
2024-02-23MIPS: mipsregs: Set proper ISA level for virt extensionsGravatar Jiaxun Yang 1-5/+8
2024-02-23MIPS: Implement microMIPS MT ASE helpersGravatar Jiaxun Yang 4-112/+179
2024-02-23MIPS: Limit MIPS_MT_SMP support by ISA reversionGravatar Jiaxun Yang 1-1/+2
2024-02-23MIPS: Loongson64: test for -march=loongson3a cflagGravatar Jiaxun Yang 1-5/+2
2024-02-23MIPS: BMIPS: Drop unnecessary assembler flagGravatar Jiaxun Yang 1-2/+2
2024-02-23MIPS: Fallback CPU -march flag to ISA level if unsupportedGravatar Jiaxun Yang 1-13/+17
2024-02-23MIPS: Remove cc-option checks for -march=octeonGravatar Jiaxun Yang 1-4/+1
2024-02-23MIPS: Probe toolchain support of -msym32Gravatar Jiaxun Yang 1-1/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 2-0/+10
2024-02-20MIPS: vdso: Use generic union vdso_data_storeGravatar Anna-Maria Behnsen 2-6/+1
2024-02-20MIPS: TXx9: Use PCI_SET_ERROR_RESPONSE()Gravatar Ilpo Järvinen 1-1/+1
2024-02-20MIPS: PCI: Return PCIBIOS_* from tx4927_pci_config_read/write()Gravatar Ilpo Järvinen 1-6/+10
2024-02-20MIPS: ath79: Don't return PCIBIOS_* code from pcibios_enable_device()Gravatar Ilpo Järvinen 1-1/+1
2024-02-20MIPS: lantiq: Remove unused function pointer variablesGravatar Ilpo Järvinen 1-9/+0
2024-02-20mips: bus: make mips_cdmm_bustype constGravatar Ricardo B. Marliere 1-1/+1