summaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Remove MIPS4K_ICACHE_REFILL_WAR and MIPS_CACHE_SYNC_WARThomas Bogendoerfer2020-09-0713-59/+0
* MIPS: Convert R4600_V2_HIT_CACHEOP into a config optionThomas Bogendoerfer2020-09-0716-41/+22
* MIPS: Convert R4600_V1_HIT_CACHEOP into a config optionThomas Bogendoerfer2020-09-0716-46/+33
* MIPS: Convert R4600_V1_INDEX_ICACHEOP into a config optionThomas Bogendoerfer2020-09-0715-24/+12
* MIPS: dts/ingenic: Cleanup qi_lb60.dtsPaul Cercueil2020-09-071-69/+68
* MIPS: Loongson64: Remove unused loongson_reboot.Jinyang He2020-09-071-5/+0
* MIPS: p5600: Discard UCA config selectionJinyang He2020-09-031-1/+0
* MIPS: Use rcu to lookup a task in mipsmt_sys_sched_setaffinity()Davidlohr Bueso2020-09-031-2/+2
* MIPS: Add support for ZSTD-compressed kernelsPaul Cercueil2020-09-034-1/+24
* MIPS: SGI-IP32: No need to include mc14818*.hThomas Bogendoerfer2020-08-261-2/+0
* MIPS: Remove unused header file m48t37.hThomas Bogendoerfer2020-08-261-36/+0
* MIPS: Loongson2ef: Remove specific mc146818rtc.hThomas Bogendoerfer2020-08-261-36/+0
* MIPS: SGI-IP27: No need for kmalloc.hThomas Bogendoerfer2020-08-261-8/+0
* MIPS: Remove PNX833x alias NXP_STB22xThomas Bogendoerfer2020-08-2418-1409/+0
* MIPS: Paravirt: remove remaining pieces of paravirtThomas Bogendoerfer2020-08-243-106/+0
* MIPS: BCM47xx: Include bcm47xx_sprom.hFlorian Fainelli2020-08-171-3/+1
* MIPS: BCM63xx: switch to SPDX license identifierÁlvaro Fernández Rojas2020-08-171-4/+1
* MIPS: BCM63xx: refactor board declarationsÁlvaro Fernández Rojas2020-08-171-310/+305
* MIPS: BCM63xx: enable EHCI for DWV-S0 boardÁlvaro Fernández Rojas2020-08-171-0/+1
* MIPS: BCM63xx: remove EHCI from BCM6348 boardsÁlvaro Fernández Rojas2020-08-171-3/+0
* MIPS: BCM63xx: remove duplicated new linesÁlvaro Fernández Rojas2020-08-171-3/+0
* MIPS: lantiq: add missing GPHY clock aliases for ar10 and grx390Aleksander Jan Bajkowski2020-08-171-2/+8
* MIPS: Loongson: Use default CONFIG_FRAME_WARN as 2048 for Loongson64 to fix b...Tiezhu Yang2020-08-171-1/+0
* MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACEZejiang Tang2020-08-171-4/+0
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-154-4/+3
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-2/+3
|\
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-122-3/+4
|\ \
| * | KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su2020-08-111-2/+1
| * | MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang2020-08-101-1/+1
| * | MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen2020-08-091-0/+2
* | | mm/mips: use general page fault accountingPeter Xu2020-08-121-11/+3
* | | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-14/+13
* | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\ \ \ | |/ / |/| |
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-075-28/+3
|\ \ \
| * | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-073-11/+0
| * | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
| * | | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-5/+1
| * | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-6/+2
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-146/+58
|\ \ \ \ | |/ / / |/| | |
| * | | mips: switch to ->regset_get()Al Viro2020-07-271-146/+58
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-0610-236/+105
|\ \ \ \
| * | | | MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen2020-07-271-1/+1
| * | | | KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-105-151/+87
| * | | | MIPS: KVM: Remove outdated READMEJiaxun Yang2020-07-101-31/+0
| * | | | MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang2020-07-102-1/+3