summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2019-12-13MIPS: SGI-IP27: fix exception handler replicationThomas Bogendoerfer3-26/+6
2019-11-10MIPS: bmips: mark exception vectors as char arraysJonas Gorski3-10/+10
2019-11-06MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer1-1/+1
2019-11-06MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-11-06MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer1-2/+3
2019-10-29MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton1-8/+15
2019-10-29mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET1-1/+1
2019-10-29MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel1-1/+1
2019-10-17MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2-0/+44
2019-10-17MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2-0/+5
2019-10-17USB: rio500: Remove Rio 500 kernel driverBastien Nocera2-2/+0
2019-10-11MIPS: Treat Loongson Extensions as ASEsJiaxun Yang4-0/+30
2019-10-07mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-10-07mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra4-29/+45
2019-10-07mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra5-16/+32
2019-10-07MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor1-1/+1
2019-10-07MIPS: Don't use bc_false uninitialized in __mm_isBranchInstrNathan Chancellor1-1/+1
2019-10-07MIPS: Ingenic: Disable broken BTB lookup optimization.Zhou Yanjie2-0/+11
2019-08-22Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-08-21MIPS: Octeon: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+0
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini58-232/+395
2019-08-07Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-1/+20
2019-08-06MIPS: BCM63XX: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-10/+0
2019-08-03page flags: prioritize kasan bits over last-cpuidArnd Bergmann1-0/+1
2019-07-30MIPS: OProfile: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+13
2019-07-19MIPS: Annotate fall-through in Cavium Octeon codePaul Burton1-0/+1
2019-07-19MIPS: Annotate fall-through in kvm/emulate.cPaul Burton1-0/+1
2019-07-19mips: fix cacheinfoVladimir Kondratiev1-0/+2
2019-07-19MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer1-1/+2
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds5-37/+0
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds47-191/+383
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+8
2019-07-17mips: define syscall_get_error()Dmitry V. Levin1-0/+6
2019-07-17mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2-1/+2
2019-07-17arch/*: remove unused isa_page_to_bus()Stephen Kitt1-2/+0
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-1/+1
2019-07-16MIPS: fix some more fall through errors in arch/mipsStephen Rothwell4-2/+4
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-15MIPS: perf events: handle switch statement falling through warningsStephen Rothwell1-15/+15
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner3-0/+3
2019-07-13Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
2019-07-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2019-07-13Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-28/+10
2019-07-12mips: switch to generic version of pte allocationMike Rapoport1-31/+2
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig1-1/+1
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig4-304/+5
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-12/+39
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini491-3751/+494