summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-283-10/+10
|\
| * Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini2024-09-173-10/+10
| |\
| | * KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVMSean Christopherson2024-09-043-8/+8
| | * KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson2024-09-041-2/+2
* | | Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-231-0/+1
|\ \ \
| * | | mips: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus2024-09-101-0/+1
| |/ /
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-217-49/+8
|\ \ \
| * | | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-091-2/+3
| * | | arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-031-14/+2
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-034-13/+0
| * | | MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)2024-09-032-14/+0
| * | | MIPS: loongson64: rename __node_data to node_dataMike Rapoport (Microsoft)2024-09-032-6/+6
| * | | MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)2024-09-032-11/+0
| * | | MIPS: sgi-ip27: ensure node_possible_map only contains valid nodesMike Rapoport (Microsoft)2024-09-031-0/+2
| * | | MIPS: sgi-ip27: make NODE_DATA() the same as on all other architecturesMike Rapoport (Microsoft)2024-09-032-2/+8
| |/ /
* | | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+1
|\ \ \
| * | | dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2024-09-041-1/+1
* | | | Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-181-1/+1
|\ \ \ \
| * | | | gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko2024-09-021-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-1/+1
|\ \ \ \
| * | | | smp: Mark smp_prepare_boot_cpu() __initBibo Mao2024-09-081-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'mips_6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2024-09-1611-118/+3
|\ \ \ \
| * | | | mips: Remove posix_types.h include from sigcontext.hXi Ruoyao2024-08-291-1/+0
| * | | | 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-292-79/+0
| * | | | mips/jazz: remove unused jazz_handle_int() declarationGaosheng Cui2024-08-291-2/+0
| * | | | MIPS: Remove unused function dump_au1000_dma_channel() in dma.cGaosheng Cui2024-08-292-24/+0
| * | | | MIPS: ralink: Fix missing `get_c0_perfcount_int` prototypeVincent Legoll2024-08-291-0/+1
| * | | | MIPS: ralink: Fix missing `plat_time_init` prototypeVincent Legoll2024-08-291-0/+2
* | | | | Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-09-161-33/+37
|\ \ \ \ \
| * | | | | crypto: mips/crc32 - Clean up useless assignment operationsWangYuli2024-09-131-33/+37
| | |_|/ / | |/| | |
* | | | | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-111-0/+1
* | | | | tcp: RX path for devmem TCPMina Almasry2024-09-111-0/+5
| |_|/ / |/| | |
* | | | Revert "MIPS: csrc-r4k: Apply verification clocksource flags"Guenter Roeck2024-08-251-3/+1
| |/ / |/| |
* | | Merge tag 'mips-fixes_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-08-242-8/+11
|\ \ \ | |_|/ |/| |
| * | MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang2024-08-201-8/+7
| * | MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang2024-08-081-0/+4
| |/
* / 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