summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-8/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-146/+58
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds8-73/+93
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+4
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+3
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-2/+3
2020-07-31MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui3-0/+52
2020-07-31MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui2-1/+15
2020-07-31MIPS: head.S: Init fw_passed_dtb to builtin DTBPaul Cercueil1-0/+6
2020-07-28MIPS: Remove legacy MIPS_MACHINE optionPaul Cercueil2-63/+0
2020-07-27mips: switch to ->regset_get()Al Viro1-146/+58
2020-07-26MIPS: Fix unable to reserve memory for Crash kernelJinyang He1-1/+1
2020-07-26MIPS: CPU#0 is not hotpluggableHuacai Chen1-1/+1
2020-07-24mips: traps, add __init to parity_protection_initJiri Slaby1-1/+1
2020-07-24MIPS: X2000: Add X2000 system type.周琰杰 (Zhou Yanjie)1-0/+11
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig2-4/+4
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen1-6/+6
2020-07-05Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+6
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17arch: wire-up close_range()Christian Brauner3-0/+3
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport6-6/+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-04KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen1-0/+1
2020-06-04KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen1-1/+3
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds25-944/+842
2020-05-31MIPS: Loongson64: Guard against future cores without CPUCFGWANG Xuerui1-0/+4
2020-05-30MIPS: Fix build warning about "PTR_STR" redefinitionThomas Bogendoerfer1-0/+1
2020-05-27MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing1-3/+3
2020-05-24MIPS: emulate CPUCFG instruction on older Loongson64 coresWANG Xuerui2-0/+54
2020-05-24MIPS: Tidy up CP0.Config6 bits definitionHuacai Chen1-6/+6
2020-05-22mips: cevt-r4k: Update the r4k-clockevent frequency in sync with CPUSerge Semin1-0/+44
2020-05-22mips: csrc-r4k: Mark R4K timer as unstable if CPU freq changesSerge Semin1-0/+40
2020-05-22mips: Add udelay lpj numbers adjustmentSerge Semin1-0/+70
2020-05-22mips: Add CPS_NS16550_WIDTH configSerge Semin1-2/+16
2020-05-22mips: Add CONFIG/CONFIG6/Cause reg fields macroSerge Semin1-2/+2
2020-05-22mips: Add CP0 Write Merge config supportSerge Semin1-0/+48
2020-05-22mips: Add MIPS Release 5 supportSerge Semin4-10/+31
2020-05-19MIPS: Remove useless parameter of bootcmdline_init()Zhi Li1-2/+2
2020-05-17MIPS: Remove not used 8250-platform.cTiezhu Yang2-48/+0
2020-05-15MIPS: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi3-0/+3