summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-032-2/+2
| * | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-032-4/+4
| |/ /
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-51/+3
|\ \ \
| * | | mips: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-51/+3
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | MIPS: add missing MSACSR and upper MSA initializationHuang Pei2020-09-031-0/+12
* | | MIPS: perf: Fix wrong check condition of Loongson event IDsTiezhu Yang2020-09-011-2/+2
* | | MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli2020-08-211-0/+2
| |/ |/|
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-143-3/+3
|/
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-14/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-8/+0
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-8/+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 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-068-73/+93
|\ \
| * | MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui2020-07-313-0/+52
| * | MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui2020-07-312-1/+15
| * | MIPS: head.S: Init fw_passed_dtb to builtin DTBPaul Cercueil2020-07-311-0/+6
| * | MIPS: Remove legacy MIPS_MACHINE optionPaul Cercueil2020-07-282-63/+0
| * | MIPS: Fix unable to reserve memory for Crash kernelJinyang He2020-07-261-1/+1
| * | MIPS: CPU#0 is not hotpluggableHuacai Chen2020-07-261-1/+1
| * | mips: traps, add __init to parity_protection_initJiri Slaby2020-07-241-1/+1
| * | MIPS: X2000: Add X2000 system type.周琰杰 (Zhou Yanjie)2020-07-241-0/+11
| * | MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen2020-07-081-6/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-4/+4
|\ \
| * | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-192-4/+4
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-043-0/+3
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-173-0/+3
| | |/ | |/|
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-2/+3
|\ \ \ | |_|/ |/| |
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+3
* | | Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-07-051-3/+6
|\ \ \ | |/ / |/| |
| * | MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su2020-07-051-3/+5
| * | MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens2020-07-051-0/+1
| |/
* / maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
|/
* 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