summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-101-10/+0Star
|\
| * Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0958-232/+395
| |\
| * | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0Star
* | | Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-066-1/+20
|\ \ \
| * | | MIPS: BCM63XX: Mark expected switch fall-throughGustavo A. R. Silva2019-08-061-0/+1
| * | | MIPS: OProfile: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-0/+13
| * | | MIPS: Annotate fall-through in Cavium Octeon codePaul Burton2019-07-181-0/+1
| * | | MIPS: Annotate fall-through in kvm/emulate.cPaul Burton2019-07-181-0/+1
| * | | mips: fix cacheinfoVladimir Kondratiev2019-07-181-0/+2
| * | | MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer2019-07-181-1/+2
* | | | page flags: prioritize kasan bits over last-cpuidArnd Bergmann2019-08-031-0/+1
| |_|/ |/| |
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-175-37/+0Star
|\ \ \
| * | | MIPS: Remove dead codePaul Cercueil2019-06-264-38/+0Star
| * | | MIPS: jz4740: PM: Let CGU driver suspend clocks and set sleep modePaul Cercueil2019-06-261-8/+0Star
* | | | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-1747-191/+383
|\ \ \ \ | | |/ / | |/| |
| * | | MIPS: fix some more fall through errors in arch/mipsStephen Rothwell2019-07-164-2/+4
| * | | MIPS: perf events: handle switch statement falling through warningsStephen Rothwell2019-07-151-15/+15
| * | | mips/kprobes: Export kprobe_fault_handler()Anshuman Khandual2019-07-032-1/+2
| * | | MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT nodeStefan Roese2019-06-241-0/+13
| * | | MIPS: ralink: mt7628a.dtsi: Add SPI controller DT nodeStefan Roese2019-06-241-0/+16
| * | | MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT nodeStefan Roese2019-06-241-0/+13
| * | | MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodesStefan Roese2019-06-241-0/+9
| * | | MIPS: ralink: mt7628a.dtsi: Add pinmux DT nodeStefan Roese2019-06-241-1/+94
| * | | MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifierStefan Roese2019-06-241-0/+2
| * | | MIPS: lantiq: Add SMP support for lantiq interrupt controllerPetr Cvek2019-06-241-24/+106
| * | | MIPS: lantiq: Shorten register names, remove unused macrosPetr Cvek2019-06-241-18/+16Star
| * | | MIPS: lantiq: Fix bitfield maskingPetr Cvek2019-06-241-2/+3
| * | | MIPS: lantiq: Remove unused macrosPetr Cvek2019-06-241-4/+0Star
| * | | MIPS: lantiq: Fix attributes of of_device_id structurePetr Cvek2019-06-241-1/+1
| * | | MIPS: lantiq: Change variables to the same type as the sourcePetr Cvek2019-06-241-10/+10
| * | | MIPS: lantiq: Move macro directly to iomem functionPetr Cvek2019-06-241-10/+8Star
| * | | mips: Remove q-accessors from non-64bit platformsSerge Semin2019-06-241-0/+11
| * | | MIPS: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-06-1233-33/+0Star
| * | | MIPS: config: Remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2019-06-124-4/+0Star
| * | | MIPS: ralink: Switch pinmux.h to SPDX headerLubomir Rintel2019-06-121-4/+1Star
| * | | MIPS: ftrace: Reword prepare_ftrace_return() comment blockGeert Uytterhoeven2019-06-121-11/+12
| * | | MIPS: lb60: Fix pin mappingsPaul Cercueil2019-06-121-8/+8
| * | | MIPS: replace MBIT_ULL() with BIT_ULL()Masahiro Yamada2019-05-291-65/+60Star
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-174-3/+8
|\ \ \ \
| * | | | mips: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+6
| * | | | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-172-1/+2
| * | | | arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-171-2/+0Star
| | |_|/ | |/| |
* | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
|\ \ \ \
| * | | | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
| |/ / /
* / / / arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-153-0/+3
|/ / /
* | | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-131-5/+0Star
|\ \ \
| * | | asm-generic: remove ptrace.hChristoph Hellwig2019-07-011-5/+0Star
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-131-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-11491-3751/+494Star
| |\ \ \ \
| * | | | | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-2/+2