summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2020-07-24MIPS: Retire kvm paravirtJiaxun Yang16-1017/+3
2020-07-16MIPS: Prevent READ_IMPLIES_EXEC propagationTiezhu Yang1-0/+1
2020-07-16mips/vdso: Fix resource leaks in genvdso.cPeng Fan1-0/+10
2020-07-16MIPS: CU1000-Neo: Refresh defconfig to support LED.周琰杰 (Zhou Yanjie)1-0/+4
2020-07-16MIPS: Ingenic: Fix bugs and add missing LED node for X1000.周琰杰 (Zhou Yanjie)2-122/+118
2020-07-16MIPS: Ingenic: Add YSH & ATIL CU Neo board support.周琰杰 (Zhou Yanjie)4-0/+296
2020-07-16MIPS: Ingenic: Add Ingenic X1830 support.周琰杰 (Zhou Yanjie)2-0/+306
2020-07-16MIPS: fix vdso different address spacesSunguoyun1-1/+1
2020-07-16mips: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-16MIPS: Loongson64: Load LS7A dtbsJiaxun Yang1-22/+34
2020-07-16MIPS: Loongson64: DeviceTree for LS7A PCHJiaxun Yang6-1/+512
2020-07-16MIPS: Loongson64: Fix machine namingHuacai Chen2-2/+2
2020-07-16MIPS: ingenic: RS90: Added defconfigPaul Cercueil1-0/+182
2020-07-16MIPS: ingenic: Add support for the RS90 boardPaul Cercueil3-0/+316
2020-07-16MIPS: ingenic: Add support for the JZ4725B SoCPaul Cercueil3-0/+342
2020-07-16MIPS: ingenic: Use enum instead of macros for Ingenic SoCsPaul Cercueil1-6/+16
2020-07-08MIPS: Loongson: Update dts file for RS780EHuacai Chen1-2/+2
2020-07-08MIPS: Loongson: Rename CPU device-tree bindingHuacai Chen6-7/+7
2020-07-08MIPS: Loongson64: Adjust IRQ layoutHuacai Chen1-1/+5
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen5-27/+27
2020-06-25MIPS: checksum: fix sparse flooding on asm/checksum.hAlexander Lobakin1-2/+2
2020-06-25MIPS: io: fix sparse flood on asm/io.hAlexander Lobakin7-24/+30
2020-06-25MIPS: generic/ip32: io: fix __mem_ioswabq()Alexander Lobakin2-2/+2
2020-06-22MIPS: Loongson-2EF: disable fix-loongson3-llsc in compilerLichao Liu1-0/+22
2020-06-15MIPS: BCM63xx: add endif commentsÁlvaro Fernández Rojas1-18/+15
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-9/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-9/+9
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-167/+1086
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-4/+7
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport4-65/+11
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport5-28/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport4-4/+4
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-6/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport29-29/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09mips: add show_stack_loglvl()Dmitry Safonov1-17/+24
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-2/+2
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-2/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny1-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny3-11/+5
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny3-18/+3
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny2-12/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny2-13/+5
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-04KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen3-1/+3