Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-11-17 02:20:35 to 2017-11-28 16:14:38 UTC [more...]

[PATCH 00/13] MIPS: add support for the Microsemi MIPS SoCs
 2017-11-28 16:10 UTC  (20+ 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 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 v2 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2017-11-28 14:17 UTC  (5+ messages)
` [PATCH v2 02/10] include: Move compat_timespec/ timeval to compat_time.h

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

[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] MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
 2017-11-27 21:39 UTC  (6+ messages)

[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
 2017-11-27 20:55 UTC  (22+ 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 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 090/133] MIPS: Loongson 2F: allow NULL clock for clk_get_rate
 2017-11-22  1:58 UTC  (9+ messages)
` [PATCH 3.16 092/133] MIPS: Handle non word sized instructions when examining frame
` [PATCH 3.16 094/133] MIPS: microMIPS: Fix decoding 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.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 096/133] MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems

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

[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

[PATCH] MIPS: Add nonxstack=on|off kernel parameter
 2017-11-21 13:52 UTC 

[PATCH 22/26] MIPS: generic: Introduce generic DT-based board support
 2017-11-21  3:32 UTC  (8+ messages)
` [22/26] "
      ` [PATCH] MIPS: Fix CPS SMP NS16550 UART defaults

Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8)
 2017-11-20 14:51 UTC  (3+ messages)

[PATCH V10 1/4] dma-mapping: Rework dma_get_cache_alignment()
 2017-11-20  8:34 UTC  (2+ messages)

[PATCH 4.9 51/72] MIPS: End asm function prologue macros with .insn
 2017-11-19 14:38 UTC  (5+ messages)
` [PATCH 4.9 52/72] MIPS: init: Ensure bootmem does not corrupt reserved memory
` [PATCH 4.9 53/72] MIPS: init: Ensure reserved memory regions are not added to bootmem
` [PATCH 4.9 54/72] MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems
` [PATCH 4.9 55/72] MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds

[PATCH 4.4 47/59] MIPS: End asm function prologue macros with .insn
 2017-11-19 14:32 UTC  (4+ messages)
` [PATCH 4.4 48/59] MIPS: init: Ensure bootmem does not corrupt reserved memory
` [PATCH 4.4 49/59] MIPS: init: Ensure reserved memory regions are not added to bootmem
` [PATCH 4.4 50/59] MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds

[PATCH 3.18 26/38] MIPS: End asm function prologue macros with .insn
 2017-11-19 14:29 UTC  (3+ messages)
` [PATCH 3.18 27/38] MIPS: init: Ensure reserved memory regions are not added to bootmem
` [PATCH 3.18 28/38] MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds

[PATCH v4] MIPS: Cleanup R10000_LLSC_WAR logic in atomic.h
 2017-11-19  4:00 UTC 

[PATCH] MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WAR
 2017-11-19  3:29 UTC 

[PATCH v3] MIPS: Cleanup R10000_LLSC_WAR logic in atomic.h
 2017-11-19  3:03 UTC  (4+ messages)

[PATCH 0/2] kbuild: remove all "obj- := dummy.o" tricks
 2017-11-18  4:08 UTC  (5+ messages)
` [PATCH 1/2] kbuild: create built-in.o automatically if parent directory wants it
` [PATCH 2/2] kbuild: remove all dummy assignments to obj-

[PATCH] MIPS: Cleanup R10000_LLSC_WAR logic in atomic.h
 2017-11-17 17:50 UTC  (8+ messages)

[PATCH 0/9] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2017-11-17 10:46 UTC  (11+ messages)

[PATCH] cpufreq: Add Loongson machine dependencies
 2017-11-17  9:37 UTC  (4+ messages)

[PATCH V10 4/4] libsas: Align sata_device's rps_resp on a cacheline
 2017-11-17  4:30 UTC 

[PATCH V10 3/4] scsi: Align block queue to dma_get_cache_alignment()
 2017-11-17  4:30 UTC 

[PATCH V10 2/4] MIPS: Implement dma_map_ops::get_cache_alignment()
 2017-11-17  4:28 UTC 

[PATCH 0/3] MIPS: BMIPS: Add Broadcom STB device nodes
 2017-11-17  2:19 UTC  (4+ messages)
` [PATCH 1/3] MIPS: BMIPS: Add Broadcom STB power management nodes
` [PATCH 2/3] MIPS: BMIPS: Add Broadcom STB wake-up timer nodes
` [PATCH 3/3] MIPS: BMIPS: Add Broadcom STB watchdog nodes


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