summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2026-03-27MIPS: PCI: Remove unnecessary second application of alignIlpo Järvinen-2/+0
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen-1/+3
2026-03-26MIPS: loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQsIcenowy Zheng-0/+6
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig-1/+1
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar-4/+3
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+2
2026-03-12MIPS: Don't select CLOCKSOURCE_WATCHDOGThomas Gleixner-1/+0
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini-2/+2
2026-03-11MIPS: vdso: Explicitly include asm/vdso/vdso.hThomas Weißschuh-0/+1
2026-03-11MIPS: vdso: Add include guard to asm/vdso/vdso.hThomas Weißschuh-0/+5
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-0/+1
2026-02-24irqchip/irq-pic32-evic: Allow driver to be compiled with COMPILE_TESTBrian Masney-1/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-57/+55
2026-02-16Merge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-54/+172
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-40/+14
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+0
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds-0/+11
2026-02-10Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-23/+4
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2026-02-09MIPS: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh-0/+28
2026-02-09MIPS: rb532: Fix MMIO UART resource registrationJiaxun Yang-2/+3
2026-02-09MIPS: Work around LLVM bug when gp is used as global register variableYao Zi-0/+13
2026-02-06mips: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng-4/+4
2026-02-05MIPS: Loongson64: env: Fixup serial clock-frequency when using LEFIYao Zi-0/+98
2026-02-05MIPS: Loongson2ef: Use pcibios_align_resource() to block io rangeRong Zhang-1/+10
2026-02-05MIPS: Loongson2ef: Register PCI controller in early stageRong Zhang-6/+8
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra-3/+26
2026-02-02MIPS: tools: relocs: Ship a definition of R_MIPS_PC32Yao Zi-0/+7
2026-01-30MIPS: Loongson64: dts: fix phy-related definition of LS7A GMACIcenowy Zheng-2/+4
2026-01-30MIPS: drop unused pic32.h headerBrian Masney-36/+0
2026-01-30MIPS: update include to use pic32.h from platform_dataBrian Masney-5/+4
2026-01-30MIPS: pic32: drop unused include linux/io.h from pic32.hBrian Masney-1/+0
2026-01-30MIPS: pic32: include linux/types.h on pic32.hBrian Masney-0/+1
2026-01-30MIPS: pic32: include linux/io.h header on several filesBrian Masney-0/+3
2026-01-30mips: LOONGSON32: drop a dangling Kconfig symbolRandy Dunlap-1/+0
2026-01-30MIPS: Loongson: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry-1/+1
2026-01-28net: ethernet: neterion: s2io: remove unused driverEthan Nelson-Moore-2/+0
2026-01-26mips: drop paging_init()Mike Rapoport (Microsoft)-20/+3
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)-11/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-13/+0
2026-01-26mips: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-8/+22