messages from 2016-04-20 03:38:35 to 2016-04-28 16:36:54 UTC [more...]
[PATCH 0/4] MIPS: Guest timekeeping improvements
2016-04-28 16:36 UTC (17+ messages)
` [PATCH 1/4] MIPS: malta-time: Start GIC count before syncing to RTC
` [PATCH 2/4] MIPS: malta-time: Take seconds into account
` [PATCH 3/4] MIPS: malta-time: Don't use PIT timer for cevt/csrc
` [PATCH 4/4] MIPS: cevt-r4k: Dynamically calculate min_delta_ns
[PATCH] MIPS: netlogic: Fix CP0_EBASE redefinition warnings
2016-04-28 16:21 UTC (3+ messages)
[patch V3] lib: GCD: add binary GCD algorithm
2016-04-28 12:18 UTC (2+ messages)
[PATCH 1/2] MIPS: don't add leading spacing to command lines
2016-04-28 9:03 UTC (2+ messages)
` [PATCH 2/2] MIPS: add support for extending builtin cmdline
[PATCH v4 0/2] let archs decide for vcpu ids
2016-04-27 14:40 UTC (26+ messages)
` [PATCH v4 1/2] KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUS
` [PATCH v4 2/2] KVM: move vcpu id checking to archs
[PATCH v5 0/4] Cleaning printk stuff in NMI context
2016-04-27 9:34 UTC (11+ messages)
` [PATCH v5 1/4] printk/nmi: generic solution for safe printk in NMI
` [PATCH v5 2/4] printk/nmi: warn when some message has been lost in NMI context
` [PATCH v5 3/4] printk/nmi: increase the size of NMI buffer and make it configurable
` [PATCH v5 4/4] printk/nmi: flush NMI messages on the system panic
[PATCH v2 1/2] genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy
2016-04-25 7:14 UTC (4+ messages)
` [PATCH v2 2/2] genirq: Add error code reporting to irq_{reserve,destroy}_ipi
[PATCH v3] KVM: remove buggy vcpu id check on vcpu creation
2016-04-23 22:54 UTC (25+ messages)
[PATCH 1/3] MIPS: JZ4740: Qi LB60: Remove support for AVT2 variant
2016-04-23 11:57 UTC (2+ messages)
[PATCH v3 0/8] MIPS: Loongson: Add the Loongson-1A processor support
2016-04-22 23:14 UTC (4+ messages)
` [PATCH v3 5/8] MIPS: Loongson-1A: Workaround for pll register can't be read
[PATCH] MIPS: Allow R6 compact branch policy to be left unspecified
2016-04-22 17:32 UTC (6+ messages)
[PATCH 1/2] MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
2016-04-22 16:06 UTC (8+ messages)
` [PATCH 2/2] MIPS: Force CPUs to lose FP context during mode switches
[PATCH 1/2] genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy
2016-04-22 15:48 UTC (7+ messages)
` [PATCH 2/2] genirq: Add error code reporting to irq_{reserve,destroy}_ipi
[PATCH 0/5] MIPS: KVM: A few misc fixes
2016-04-22 9:38 UTC (12+ messages)
` [PATCH 1/5] MIPS: KVM: Fix timer IRQ race when freezing timer
` [PATCH 2/5] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
` [PATCH 3/5] MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() calls
` [PATCH 4/5] MIPS: KVM: Fix preemption warning reading FPU capability
` [PATCH 5/5] MIPS: KVM: Add missing disable FPU hazard barriers
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
2016-04-22 9:38 UTC
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
2016-04-22 9:38 UTC
MIPS: KVM: Fix timer IRQ race when freezing timer
2016-04-22 9:38 UTC
MIPS: KVM: Fix timer IRQ race when freezing timer
2016-04-22 9:38 UTC
[PATCH v2 0/2] kbuild: Remove stale asm-generic wrappers
2016-04-21 18:44 UTC (7+ messages)
` [PATCH v2 2/2] "
[PATCH] MIPS: Prevent "restoration" of MSA context in non-MSA kernels
2016-04-21 17:04 UTC (6+ messages)
` [PATCH v2] "
Emulation of unaligned LDXC1/SDXC1 instructions
2016-04-21 14:59 UTC (4+ messages)
` [PATCH] MIPS: Allow emulation for unaligned [LS]DXC1 instructions
[PATCH 00/11] FP emulation fixes
2016-04-21 13:04 UTC (24+ messages)
` [PATCH 01/11] MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
` [PATCH 02/11] MIPS: Fix BC1{EQ,NE}Z return offset calculation
` [PATCH 03/11] MIPS: inst: Declare fsel_op for sel.fmt instruction
` [PATCH 04/11] MIPS: math-emu: Emulate MIPSr6 "
` [PATCH 05/11] MIPS: math-emu: Unify ieee754sp_m{add,sub}f
` [PATCH 06/11] MIPS: math-emu: Unify ieee754dp_m{add,sub}f
` [PATCH 07/11] MIPS: math-emu: Add z argument macros
` [PATCH 08/11] MIPS: math-emu: Fix bit-width in ieee754dp_{mul,maddf,msubf} comments
` [PATCH 09/11] MIPS: math-emu: Fix code indentation
` [PATCH 10/11] MIPS: math-emu: Fix m{add,sub}.s shifts
` [PATCH 11/11] MIPS: math-emu: Fix jalr emulation when rd == $0
MIPS: math-emu: Fix jalr emulation when rd == $0
2016-04-21 13:04 UTC
MIPS: math-emu: Fix jalr emulation when rd == $0
2016-04-21 13:04 UTC
MIPS: Fix BC1{EQ,NE}Z return offset calculation
2016-04-21 13:04 UTC
MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
2016-04-21 13:04 UTC
MIPS: Force CPUs to lose FP context during mode switches
2016-04-21 11:43 UTC
MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
2016-04-21 11:43 UTC
[PATCH] irqchip/mips-gic: Don't overrun pcpu_masks array
2016-04-21 10:31 UTC (2+ messages)
[PATCH] genirq: Dont allow affinity mask to be updated on IPIs
2016-04-21 9:08 UTC (2+ messages)
[PATCH v2] KVM: remove buggy vcpu id check on vcpu creation
2016-04-20 15:41 UTC (3+ messages)
` [Qemu-ppc] "
[PATCH] KVM: remove buggy vcpu id check on vcpu creation
2016-04-20 15:21 UTC (6+ messages)
[PATCH v4 0/5] Cleaning printk stuff in NMI context
2016-04-20 13:49 UTC (5+ messages)
` [PATCH v4 1/5] printk/nmi: generic solution for safe printk in NMI
[PATCH] mips: Fix crash registers on non-crashing CPUs
2016-04-20 13:43 UTC (4+ messages)
[PATCH] drm: Loongson-3 doesn't fully support wc memory
2016-04-20 11:24 UTC (8+ messages)
[PATCH 10/23] MIPS: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
2016-04-20 8:58 UTC
[PATCH] MIPS: Loongson: Adjust cpu features for Loongson-3
2016-04-20 6:14 UTC
next: fuloong2e qemu boot failure due to 'MIPS: Loongson: Add Loongson-3A R2 basic support'
2016-04-20 5:41 UTC (4+ messages)
` Re:next: fuloong2e qemu boot failure due to 'MIPS: Loongson: AddLoongson-3A "
` next: "
[PATCH] mips: mt7620: fallback to SDRAM when syscfg0 does not have a valid value for the memory type
2016-04-20 3:44 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox