summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-1/+4
|\
| * KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-041-0/+1
| * KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-041-1/+3
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* | mips: add show_stack_loglvl()Dmitry Safonov2020-06-091-17/+24
* | kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-2/+2
* | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\ \ | |/ |/|
| * MIPS: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-06-0325-944/+842
|\ \
| * | MIPS: Loongson64: Guard against future cores without CPUCFGWANG Xuerui2020-05-311-0/+4
| * | MIPS: Fix build warning about "PTR_STR" redefinitionThomas Bogendoerfer2020-05-301-0/+1
| * | MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing2020-05-271-3/+3
| * | MIPS: emulate CPUCFG instruction on older Loongson64 coresWANG Xuerui2020-05-242-0/+54
| * | MIPS: Tidy up CP0.Config6 bits definitionHuacai Chen2020-05-241-6/+6
| * | mips: cevt-r4k: Update the r4k-clockevent frequency in sync with CPUSerge Semin2020-05-221-0/+44
| * | mips: csrc-r4k: Mark R4K timer as unstable if CPU freq changesSerge Semin2020-05-221-0/+40
| * | mips: Add udelay lpj numbers adjustmentSerge Semin2020-05-221-0/+70
| * | mips: Add CPS_NS16550_WIDTH configSerge Semin2020-05-221-2/+16
| * | mips: Add CONFIG/CONFIG6/Cause reg fields macroSerge Semin2020-05-221-2/+2
| * | mips: Add CP0 Write Merge config supportSerge Semin2020-05-221-0/+48
| * | mips: Add MIPS Release 5 supportSerge Semin2020-05-224-10/+31
| * | MIPS: Remove useless parameter of bootcmdline_init()Zhi Li2020-05-191-2/+2
| * | MIPS: Remove not used 8250-platform.cTiezhu Yang2020-05-172-48/+0
| * | MIPS: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
| * | MIPS: asm: Rename some macros to avoid build errorsHuacai Chen2020-05-072-4/+4
| * | mips: cm: Add L2 ECC/parity errors reportingSerge Semin2020-05-071-2/+60
| * | mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin2020-05-071-3/+3
| * | MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-077-42/+41
| * | MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang2020-05-071-1/+1
| * | MIPS: perf: Remove unnecessary "fallthrough" pseudo keywordsHuacai Chen2020-05-021-2/+2
| * | MIPS: Loongson64: Correct TLB type for Loongson-3 ClassicJiaxun Yang2020-05-021-1/+4
| * | MIPS: Loongson64: Probe CPU features via CPUCFGJiaxun Yang2020-04-301-8/+37
| * | MIPS: perf: Add hardware perf events support for new Loongson-3Huacai Chen2020-04-301-33/+340
| * | MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang2020-04-262-2/+20
| * | MIPS: Clear XContext at boot timeJiaxun Yang2020-04-241-0/+3
| * | MIPS: Move unaligned load/store helpers to inst.hHuacai Chen2020-04-241-775/+0
| * | MIPS: Make sparse_init() using top-down allocationTiezhu Yang2020-04-211-0/+10
| * | MIPS: Cleanup code about plat_mem_setup()Tiezhu Yang2020-04-211-2/+0
| * | MIPS: Do not initialise globals to 0Tiezhu Yang2020-04-211-1/+1
| |/
* / vfs: add faccessat2 syscallMiklos Szeredi2020-05-143-0/+3
|/
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-2/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-03-3113-87/+77
|\ \
| * | MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou2020-03-252-13/+23
| * | MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang2020-03-231-0/+2
| * | Merge tag 'mips_fixes_5.6.1' into mips-nextThomas Bogendoerfer2020-03-232-2/+3
| |\|
| * | Use ELF_BASE_PLATFORM to pass ISA levelYunQiang Su2020-03-191-0/+18