summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mips: mm: add slab availability checking in ioremap_protSerge Semin1-0/+4
2023-12-21mips: Optimize max_mapnr init procedureSerge Semin1-2/+6
2023-12-21mips: Fix max_mapnr being uninitialized on early stagesSerge Semin1-7/+5
2023-12-21mips: Fix incorrect max_low_pfn adjustmentSerge Semin1-2/+2
2023-12-21mips: dmi: Fix early remap on MIPS32Serge Semin1-1/+1
2023-12-21MIPS: compressed: Use correct instruction for 64 bit codeGregory CLEMENT1-2/+2
2023-12-11MIPS: SGI-IP27: hubio: fix nasid kernel-doc warningRandy Dunlap1-1/+1
2023-12-05MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer1-12/+13
2023-12-05MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2-17/+31
2023-12-05MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang3-2/+13
2023-12-05MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang1-0/+5
2023-12-05mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler1-2/+2
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds37-2583/+5
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-2/+0
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-3/+0
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-40/+29
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-2/+40
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+0
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+6
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+5
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-11/+25
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada1-3/+0
2023-10-27crypto: mips/crc32 - remove redundant setting of alignmask to 0Eric Biggers1-2/+0
2023-10-24vgacon: fix mips/sibyte build regressionArnd Bergmann1-0/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie4-2/+15
2023-10-19MIPS: AR7: remove platformWolfram Sang18-2493/+0
2023-10-19arch: mips: remove ReiserFS from defconfigPeter Lafreniere7-27/+0
2023-10-19MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>Bjorn Helgaas1-1/+0
2023-10-19MIPS: lantiq: Fix pcibios_plat_dev_init() "no previous prototype" warningBjorn Helgaas1-0/+1
2023-10-19MIPS: KVM: Fix a build warning about variable set but not usedHuacai Chen1-2/+1
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-1/+0
2023-10-19mips: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2-1/+39
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann4-29/+26
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-1/+1
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann1-9/+0
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann3-3/+3
2023-10-12KVM: MIPS: fix -Wunused-but-set-variable warningPaolo Bonzini1-2/+1
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann1-6/+5
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar3-0/+14
2023-10-07mm: add statistics for PUD level pagetableBaolin Wang1-0/+1
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta3-0/+3
2023-10-06MIPS: Remove dead code in relocate_new_kernelTiezhu Yang1-1/+0
2023-10-06mips: dts: ralink: mt7621: rename to GnuBee GB-PC1 and GnuBee GB-PC2Arınç ÜNAL2-2/+2
2023-10-06mips: dts: ralink: mt7621: define each reset as an itemArınç ÜNAL1-3/+2
2023-10-06mips: dts: ingenic: Remove unneeded probe-type propertiesGeert Uytterhoeven2-2/+0
2023-10-06MIPS: loongson32: Remove dma.h and nand.hKeguang Zhang5-54/+0
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+2
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1