summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
8 daysMerge 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-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
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+23
2026-01-22mips: Add support for PC32 relocations in vmlinuxArd Biesheuvel-0/+4
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner-0/+3
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-0/+1
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore-2/+0
2026-01-15net: ethernet: dnet: remove driverHeiner Kallweit-1/+0
2026-01-14mips: fix HIGHMEM initializationMike Rapoport (Microsoft)-0/+23
2026-01-13MIPS: vdso: Provide getres_time64() for 32-bit ABIsThomas Weißschuh-0/+6
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong-0/+2
2026-01-06mips/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming-2/+2