summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+9
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-2/+5
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport2-4/+4
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds97-11780/+412
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-2/+20
2021-11-03MIPS: Cobalt: Explain GT64111 early PCI fixupPali Rohár1-0/+15
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-3629/+4299
2021-11-02mips: fix HUGETLB function without THP enabledZhaolong Zhang1-23/+22
2021-11-02mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven2-17/+16
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-14/+12
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-3618/+4249
2021-11-01Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-15/+38
2021-11-01Merge tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+4
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-11/+8
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+0
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+2
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-14/+43
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier1-1/+0
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier3-9/+5
2021-10-28MIPS: irq: Avoid an unused-variable errorYanteng Si1-2/+0
2021-10-26MIPS: loongson64: Drop call to irq_cpu_offline()Marc Zyngier1-1/+0
2021-10-25irq: mips: simplify do_domain_IRQ()Mark Rutland1-5/+1
2021-10-25irq: mips: stop (ab)using handle_domain_irq()Mark Rutland2-2/+4
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer79-11559/+6
2021-10-24MIPS: kernel: proc: add CPU option reportingHauke Mehrtens1-0/+122
2021-10-24MIPS: kernel: proc: use seq_puts instead of seq_printfIlya Lipnitskiy1-38/+38
2021-10-24MIPS: kernel: proc: fix trivial style errorsIlya Lipnitskiy1-24/+43
2021-10-24MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVELMaciej W. Rozycki1-1/+4
2021-10-24MIPS: octeon: Remove unused functionsThomas Bogendoerfer4-32/+0
2021-10-20MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli2-1/+3
2021-10-18MIPS: Loongson64: Add of_node_put() before breakWan Jiabing1-0/+1
2021-10-18bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert()Andy Shevchenko1-8/+4
2021-10-18bcm47xx: Get rid of redundant 'else'Andy Shevchenko1-3/+1
2021-10-18MIPS: sni: Fix the buildBart Van Assche1-2/+2
2021-10-18arch: remove spurious blkdev.h includesChristoph Hellwig3-3/+0
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+2
2021-10-18Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman3-38/+44
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-6/+4
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2021-10-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-10-11bpf, mips: Fix comment on tail call count limitingTiezhu Yang1-1/+1
2021-10-11bpf, mips: Clean up config options about JITTiezhu Yang2-12/+3
2021-10-09MIPS: asm: pci: define arch-specific 'pci_remap_iospace()' dependent on 'CONF...Sergio Paracuellos1-0/+2
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+1
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7