summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* mips: sgi-ip22: Fix the buildBart Van Assche2024-08-131-1/+1
* Merge tag 'mips_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2024-07-256-35/+12
|\
| * mips: sibyte: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-231-0/+1
| * MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT2024-07-232-1/+8
| * MIPS: Loongson64: Switch to SYNC_R4KJiaxun Yang2024-07-233-34/+3
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-2/+4
|\ \
| * | treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada2024-07-161-2/+4
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-212-3/+3
|\ \ \
| * | | mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-031-1/+1
| * | | mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-031-2/+0
| * | | mm: add update_mmu_tlb_range()Bang Li2024-07-031-0/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-202-2/+1
|\ \ \
| * \ \ Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-2/+1
| |\ \ \ | | |/ / | |/| |
| | * | KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-1/+1
| | * | KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson2024-06-111-1/+0
* | | | Merge tag 'mips_6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2024-07-2072-390/+1702
|\ \ \ \ | | |_|/ | |/| |
| * | | MIPS: config: Add ip30_defconfigJiaxun Yang2024-07-151-0/+183
| * | | MIPS: config: lemote2f: Regenerate defconfigJiaxun Yang2024-07-151-31/+23
| * | | MIPS: config: generic: Add board-litexJiaxun Yang2024-07-151-0/+8
| * | | MIPS: config: Enable MSA and virtualization for MIPS64R6Jiaxun Yang2024-07-151-0/+2
| * | | MIPS: Fix fallback march for SB1Jiaxun Yang2024-07-151-1/+1
| * | | mips: dts: realtek: Add RTL9302C boardChris Packham2024-07-123-0/+153
| * | | mips: generic: add fdt fixup for Realtek reference boardChris Packham2024-07-122-0/+80
| * | | mips: select REALTEK_OTTO_TIMER for Realtek platformsChris Packham2024-07-121-0/+1
| * | | mips: dts: realtek: add device_type property to cpu nodeChris Packham2024-07-121-0/+1
| * | | mips: dts: realtek: use "serial" instead of "uart" in node nameChris Packham2024-07-121-2/+2
| * | | MIPS: Implement ieee754 NAN2008 emulation modeJiaxun Yang2024-07-123-1/+27
| * | | MIPS: lantiq: improve USB initializationHauke Mehrtens2024-07-121-0/+20
| * | | MIPS: GIC: Generate redirect block accessorsPaul Burton2024-07-091-16/+34
| * | | MIPS: CPS: Add a couple of multi-cluster utility functionsPaul Burton2024-07-092-0/+76
| * | | MIPS: Octeron: remove source file executable bitDominique Martinet2024-07-091-0/+0
| * | | MIPS: mobileye: eyeq5: add OLB system-controller nodeThéo Lebrun2024-07-033-39/+162
| * | | MIPS: Alchemy: switch to use software nodes for GPIOsDmitry Torokhov2024-07-031-38/+42
| * | | MIPS: sync-r4k: Rework based on x86 tsc_syncJiaxun Yang2024-07-033-86/+202
| * | | MIPS: csrc-r4k: Don't register as sched_clock if unfitJiaxun Yang2024-07-031-3/+14
| * | | MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if SMP && 64BITJiaxun Yang2024-07-031-0/+1
| * | | MIPS: csrc-r4k: Apply verification clocksource flagsJiaxun Yang2024-07-031-1/+3
| * | | MIPS: csrc-r4k: Refine rating computationJiaxun Yang2024-07-031-1/+2
| * | | mips: bmips: enable RAC on BMIPS4350Daniel González Cabanelas2024-06-271-0/+18
| * | | mips: bmips: setup: make CBR address configurableChristian Marangi2024-06-273-4/+38
| * | | mips: bmips: rework and cache CBR addr handlingChristian Marangi2024-06-278-4/+24
| * | | Merge branch 'mips-fixes' into mips-nextThomas Bogendoerfer2024-06-274-5/+6
| |\ \ \
| * | | | MIPS: Loongson64: env: Hook up Loongsson-2KJiaxun Yang2024-06-212-0/+10
| * | | | MIPS: Loongson64: sleeper: Pass ra and sp as argumentsJiaxun Yang2024-06-211-2/+6
| * | | | MIPS: Loongson64: reset: Prioritise firmware serviceJiaxun Yang2024-06-211-22/+16
| * | | | MIPS: Loongson64: Test register availability before useJiaxun Yang2024-06-211-2/+21
| * | | | MIPS: dts: loongson: Add ISA nodeJiaxun Yang2024-06-211-0/+7
| * | | | MIPS: dts: loongson: Fix GMAC phy nodeJiaxun Yang2024-06-211-2/+4
| * | | | MIPS: dts: loongson: Fix ls2k1000-rtc interruptJiaxun Yang2024-06-211-2/+2
| * | | | MIPS: dts: loongson: Fix liointc IRQ polarityJiaxun Yang2024-06-211-21/+21