Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-11-21 15:45:46 to 2017-11-29 16:43:08 UTC [more...]

[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-11-29 16:41 UTC  (5+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs

[PATCH 00/13] MIPS: add support for the Microsemi MIPS SoCs
 2017-11-29 16:38 UTC  (29+ messages)
` [PATCH 01/13] dt-bindings: Add vendor prefix for Microsemi Corporation
` [PATCH 02/13] dt-bindings: interrupt-controller: Add binding for the Microsemi Ocelot interrupt controller
` [PATCH 03/13] irqchip: Add a driver for the Microsemi Ocelot controller
` [PATCH 04/13] dt-bindings: pinctrl: Add bindings for Microsemi Ocelot
` [PATCH 05/13] pinctrl: Add Microsemi Ocelot SoC driver
` [PATCH 06/13] dt-bindings: power: reset: Document ocelot-reset binding
` [PATCH 07/13] power: reset: Add a driver for the Microsemi Ocelot reset
` [PATCH 08/13] dt-bindings: mips: Add bindings for Microsemi SoCs
` [PATCH 09/13] MIPS: mscc: Add initial support for Microsemi MIPS SoCs
` [PATCH 10/13] MIPS: mscc: add ocelot dtsi
` [PATCH 11/13] MIPS: mscc: add ocelot PCB123 device tree
` [PATCH 12/13] MIPS: defconfigs: add a defconfig for Microsemi SoCs
` [PATCH 13/13] MAINTAINERS: Add entry for Microsemi MIPS SoCs

[PATCH v4 0/8] Cavium OCTEON-III network driver
 2017-11-29 16:07 UTC  (16+ messages)
` [PATCH v4 1/8] dt-bindings: Add Cavium Octeon Common Ethernet Interface
` [PATCH v4 2/8] MIPS: Octeon: Enable LMTDMA/LMTST operations
` [PATCH v4 3/8] MIPS: Octeon: Add a global resource manager
` [PATCH v4 4/8] MIPS: Octeon: Add Free Pointer Unit (FPA) support
` [PATCH v4 5/8] MIPS: Octeon: Automatically provision CVMSEG space
` [PATCH v4 6/8] staging: octeon: Remove USE_ASYNC_IOBDMA macro
` [PATCH v4 7/8] netdev: octeon-ethernet: Add Cavium Octeon III support
` [PATCH v4 8/8] MAINTAINERS: Add entry for drivers/net/ethernet/cavium/octeon/octeon3-*

[PATCH 0/5] MIPS: NT_PRFPREG regset handling fixes
 2017-11-29 15:22 UTC  (12+ messages)
` [PATCH 1/5] MIPS: Factor out NT_PRFPREG regset access helpers
` [PATCH 2/5] MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA
` [PATCH 3/5] MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET
` [PATCH 4/5] MIPS: Execute any partial write of the last register "
` [PATCH 5/5] MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses

[PATCH v3] kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
 2017-11-29  2:39 UTC  (3+ messages)

[PATCH v2 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2017-11-28 23:17 UTC  (6+ messages)
` [PATCH v2 02/10] include: Move compat_timespec/ timeval to compat_time.h

[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
 2017-11-28 21:29 UTC  (24+ messages)
` [PATCH 01/15] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH 02/15] KVM: Factor out vcpu->pid adjustment for KVM_RUN
` [PATCH 03/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH 04/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH 05/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH 06/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH 07/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH 08/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH 09/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH 10/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH 11/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH 12/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH 13/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH 15/15] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN

[PATCH] MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
 2017-11-28 19:31 UTC  (8+ messages)

[PATCH v3 00/11] Add Octeon Hotplug CPU Support
 2017-11-28 18:44 UTC  (6+ messages)
` [PATCH v3 04/11] MIPS: Octeon: Remove usage of cvmx_wait() everywhere

[PATCH v2] MIPS: Add custom serial.h with BASE_BAUD override for generic kernel
 2017-11-28 15:22 UTC  (2+ messages)

[PATCH 1/2] serial: 8250_early: Only set divisor if valid clk & baud
 2017-11-28 15:20 UTC  (7+ messages)
` [PATCH 2/2] MIPS: Add custom serial.h with BASE_BAUD override for generic kernel

[PATCH 4.14 023/193] MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN dont work for 32-bit SMP
 2017-11-28 10:25 UTC  (9+ messages)
` [PATCH 4.14 024/193] MIPS: ralink: Fix MT7628 pinmux
` [PATCH 4.14 025/193] MIPS: ralink: Fix typo in mt7628 pinmux function
` [PATCH 4.14 045/193] MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
` [PATCH 4.14 048/193] MIPS: Fix odd fp register warnings with MIPS64r2
` [PATCH 4.14 049/193] MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
` [PATCH 4.14 051/193] MIPS: Fix an n32 core file generation regset support regression
` [PATCH 4.14 052/193] MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
` [PATCH 4.14 053/193] MIPS: math-emu: Fix final emulation phase for certain instructions

[PATCH 4.9 016/138] MIPS: ralink: Fix MT7628 pinmux
 2017-11-28 10:22 UTC  (6+ messages)
` [PATCH 4.9 017/138] MIPS: ralink: Fix typo in mt7628 pinmux function
` [PATCH 4.9 022/138] MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
` [PATCH 4.9 024/138] MIPS: Fix odd fp register warnings with MIPS64r2
` [PATCH 4.9 026/138] MIPS: Fix an n32 core file generation regset support regression
` [PATCH 4.9 027/138] MIPS: BCM47XX: Fix LED inversion for WRT54GSv1

[PATCH 4.4 13/96] MIPS: ralink: Fix MT7628 pinmux
 2017-11-28 10:22 UTC  (4+ messages)
` [PATCH 4.4 14/96] MIPS: ralink: Fix typo in mt7628 pinmux function
` [PATCH 4.4 18/96] MIPS: Fix an n32 core file generation regset support regression
` [PATCH 4.4 19/96] MIPS: BCM47XX: Fix LED inversion for WRT54GSv1

[PATCH 3.18 10/67] MIPS: Fix an n32 core file generation regset support regression
 2017-11-28 10:19 UTC  (2+ messages)
` [PATCH 3.18 11/67] MIPS: BCM47XX: Fix LED inversion for WRT54GSv1

[PATCH 2/3] y2038: elfcore: use __kernel_old_timeval for process times
 2017-11-27 17:00 UTC 

WTF: patch "[PATCH] MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver" was seriously submitted to be applied to the 4.9-stable tree?
 2017-11-27 15:06 UTC  (3+ messages)

[PATCH RFC] EDAC: octeon: Fix uninitialized variable warning
 2017-11-27 12:36 UTC  (2+ messages)

[PATCH v3 0/4] crypto: Add driver for JZ4780 PRNG
 2017-11-25 14:46 UTC  (5+ messages)

[PATCH v2] MIPS: Add basic R5900 support
 2017-11-24 10:39 UTC  (15+ messages)

[PATCH] MIPS: ralink: Fix platform_get_irq's error checking
 2017-11-24  2:08 UTC 

[PATCH] MIPS: TXx9: Add missing iounmap
 2017-11-23 21:49 UTC 

[RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed
 2017-11-23 18:43 UTC  (10+ messages)

[PATCH v2] MIPS: ralink: Fix platform_get_irq's error checking
 2017-11-23 18:38 UTC  (2+ messages)

[PATCH] MIPS: ralink: ix platform_get_irq's error checking
 2017-11-23 15:36 UTC 

[PATCH] MIPS: Fix odd fp register warnings with MIPS64r2
 2017-11-23 14:42 UTC  (3+ messages)

[PATCH] MIPS: dma-default: Use vma_pages helper
 2017-11-22 23:16 UTC 

[PATCH 0/7] MIPS: Add asm macros for unsupported instructions
 2017-11-22 11:30 UTC  (16+ messages)
` [PATCH 1/7] MIPS: Add helpers for assembler macro instructions
` [PATCH 2/7] MIPS: VZ: Update helpers to use new asm macros
` [PATCH 3/7] MIPS: VZ: Pass GC0 register names in $n format
` [PATCH 4/7] MIPS: XPA: Use XPA instructions in assembly
` [PATCH 5/7] MIPS: XPA: Allow use of $0 (zero) to MTHC0
` [PATCH 6/7] MIPS: XPA: Standardise readx/writex accessors
` [PATCH 7/7] MIPS: MSA: Update helpers to use new asm macros

[PATCH 3.16 092/133] MIPS: Handle non word sized instructions when examining frame
 2017-11-22  1:58 UTC  (9+ messages)
` [PATCH 3.16 094/133] MIPS: microMIPS: Fix decoding of addiusp instruction
` [PATCH 3.16 090/133] MIPS: Loongson 2F: allow NULL clock for clk_get_rate
` [PATCH 3.16 096/133] MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems
` [PATCH 3.16 088/133] MIPS: AR7: allow NULL clock for clk_get_rate
` [PATCH 3.16 091/133] MIPS: ralink: "
` [PATCH 3.16 093/133] MIPS: microMIPS: Fix detection of addiusp instruction
` [PATCH 3.16 089/133] MIPS: BCM63XX: allow NULL clock for clk_get_rate
` [PATCH 3.16 095/133] MIPS: microMIPS: Fix decoding of swsp16 instruction

[PATCH 3.2 39/61] MIPS: BCM63XX: allow NULL clock for clk_get_rate
 2017-11-22  2:11 UTC  (2+ messages)
` [PATCH 3.2 38/61] MIPS: AR7: "

[PATCH v2] MIPS: Add nonxstack=on|off kernel parameter
 2017-11-21 20:53 UTC  (3+ messages)

[PATCH v3] MIPS: Add nonxstack=on|off kernel parameter
 2017-11-21 20:42 UTC 

[PATCH v10 0/3] MIPS: Add virtual Ranchu board as a generic-based board
 2017-11-21 15:44 UTC  (4+ messages)
` [PATCH v10 1/3] Documentation: Add device tree binding for Goldfish PIC driver
` [PATCH v10 2/3] irqchip/irq-goldfish-pic: Add "
` [PATCH v10 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox