Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-11-28 10:45:14 to 2017-12-04 20:40:59 UTC [more...]

[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-12-04 20:35 UTC  (13+ messages)
` [PATCH v3 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v3 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v3 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v3 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v3 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v3 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v3 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v3 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v3 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v3 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v3 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu

Add support for lemote-2f YeeLoong laptop (RESEND)
 2017-12-04  9:23 UTC  (5+ messages)
` [PATCH RESEND v3 1/4] MIPS: Lonngson64: Copy kernel command line from arcs_cmdline
` [PATCH RESEND v3 2/4] MIPS: Loongson64: lemote-2f move ec_kb3310b.h to include dir and clean up
` [PATCH RESEND v3 3/4] MIPS: Loongson64: Yeeloong add platform driver
` [PATCH RESEND v3 4/4] MIPS: Loongson64: Load platform device during boot

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

undefined reference to `__multi3' when building with gcc 7.x
 2017-12-03  9:56 UTC  (2+ messages)

[PATCH] MIPS: fix incorrect mem=X@Y handling
 2017-12-02 21:18 UTC  (2+ messages)

[PATCH v4 0/8] Cavium OCTEON-III network driver
 2017-12-01 23:33 UTC  (47+ 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 v2] MIPS: Add nonxstack=on|off kernel parameter
 2017-12-01 17:38 UTC  (7+ messages)

[PATCH 0/5] MIPS: NT_PRFPREG regset handling fixes
 2017-12-01 12:35 UTC  (16+ 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] dt-bindings: Remove leading 0x from bindings notation
 2017-12-01  2:40 UTC  (4+ messages)

[PATCH 00/13] MIPS: add support for the Microsemi MIPS SoCs
 2017-12-01  1:54 UTC  (33+ 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/7] Add Octeon Hotplug CPU Support
 2017-11-30  6:06 UTC  (8+ messages)
` [PATCH v4 1/7] MIPS: Octeon: Header and file cleaning
` [PATCH v4 2/7] MIPS: Octeon: Update values for CVMX_CIU_FUSE register
` [PATCH v4 3/7] MIPS: Octeon: Add Octeon III platforms for console output
` [PATCH v4 4/7] MIPS: Octeon: Remove crufty KEXEC and CRASH_DUMP code
` [PATCH v4 5/7] MIPS: Octeon: Populate kernel memory from cvmx_bootmem named blocks
` [PATCH v4 6/7] MIPS: Add the concept of BOOT_MEM_KERNEL to boot_mem_map
` [PATCH v4 7/7] MIPS: Octeon: Add working hotplug CPU support

[PATCH v2 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2017-11-29 21:12 UTC  (6+ messages)

[PATCH] MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
 2017-11-29 20:20 UTC  (7+ messages)

[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-11-29 17:47 UTC  (30+ 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 v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

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

[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
 2017-11-28 21:29 UTC  (3+ 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  (5+ messages)
` [PATCH 2/2] MIPS: Add custom serial.h with BASE_BAUD override for generic kernel

[PATCH 4.14 045/193] MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
 2017-11-28 10:25 UTC  (6+ messages)
` [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


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