aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds13-87/+77
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou2-13/+23
2020-03-23MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang1-0/+2
2020-03-23Merge tag 'mips_fixes_5.6.1' into mips-nextThomas Bogendoerfer2-2/+3
2020-03-19Use ELF_BASE_PLATFORM to pass ISA levelYunQiang Su1-0/+18
2020-03-16MIPS: pass non-NULL dev_id on shared request_irq()afzal mohammed1-1/+2
2020-03-06MIPS: smp: Remove tick_broadcast_countPeter Xu1-8/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed9-74/+33
2020-02-27MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingPaul Cercueil1-1/+2
2020-02-17mips: vdso: Use generic VDSO clock mode storageThomas Gleixner1-1/+1
2020-02-15MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-5/+0
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-53/+77
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson1-5/+0
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-0/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-0/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-01-22MIPS: Add MAC2008 SupportJiaxun Yang1-1/+15
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin1-18/+18
2020-01-22MIPS: sync-r4k: do slave counter synchronization with disabled HW interruptsSergey Korolev1-0/+5
2020-01-20MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin1-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai3-0/+3
2020-01-14arch/mips/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon3-0/+3
2020-01-10MIPS: use resource_sizeJulia Lawall1-4/+2
2020-01-09MIPS: X1830: Add X1830 system type.周琰杰 (Zhou Yanjie)1-29/+36
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-3/+3
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+26
2019-12-08sched/rt, MIPS: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-4/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+6
2019-11-26mips: cacheinfo: report shared CPU mapVladimir Kondratiev1-1/+26
2019-11-22MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie1-2/+19
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2-4/+4
2019-11-11MIPS: Drop pmon.hJiaxun Yang1-1/+0
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen4-4/+4
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook1-2/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook1-6/+6
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton2-4/+37
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang5-13/+13
2019-10-23MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-4/+4
2019-10-12MIPS: Make builtin_cmdline const & variable lengthPaul Burton1-1/+1
2019-10-12MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsPaul Burton1-0/+6
2019-10-12MIPS: Always define builtin_cmdlinePaul Burton1-0/+2
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang1-0/+33