messages from 2015-07-10 15:02:43 to 2015-07-17 08:06:35 UTC [more...]
[PATCH v2] MIPS: include: fpu.h: Allow 64-bit FPU on a 64-bit MIPS R6 CPU
2015-07-17 8:06 UTC (3+ messages)
[PATCH] MIPS: math-emu: cp1emu: Fix closing bracket for the d_fmt case
2015-07-17 8:04 UTC (3+ messages)
[PATCH] MIPS: math-emu: ieee754int.h: Fix indentation
2015-07-17 7:58 UTC (5+ messages)
` [PATCH v2] "
[PATCH] MIPS: Kconfig: Drop the EXPERIMENTAL tag from MIPS R6
2015-07-17 7:56 UTC (3+ messages)
[PATCH] MIPS: sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHER
2015-07-16 15:52 UTC
[PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio
2015-07-16 12:44 UTC (5+ messages)
` [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API
[PATCH] drivers: irqchip: irq-mips-gic: Print some GIC setup information to aid debugging
2015-07-16 12:24 UTC (2+ messages)
compile failure linux 3.10 with gcc 4.9.3 for mips
2015-07-16 8:42 UTC (6+ messages)
[PATCH 0/3] IRQ trivial clarifications
2015-07-16 4:12 UTC (9+ messages)
` [PATCH 1/3] x86, irq: Rename VECTOR_UNDEFINED and VECTOR_RETRIGGERED to IRQ_*
` [PATCH 2/3] x86, irq: Clarify "No irq handler" message
` [PATCH 3/3] IRQ: Print "unexpected IRQ" messages consistently across architectures
` [3/3] "
[PATCH 3.19.y-ckt 146/251] MIPS: Fix KVM guest fixmap address
2015-07-16 1:09 UTC (2+ messages)
` [PATCH 3.19.y-ckt 234/251] MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPU
[3.19.y-ckt stable] Patch "MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPU" has been added to staging queue
2015-07-16 1:07 UTC
[3.19.y-ckt stable] Patch "MIPS: Fix KVM guest fixmap address" has been added to staging queue
2015-07-16 1:01 UTC
[patch 00/12] MIPS: Interrupt cleanups and API change preparation
2015-07-15 21:19 UTC (21+ messages)
` [patch 01/12] MIPS/jz4740: Consolidate chained IRQ handler install/remove
` [patch 02/12] MIPS/pci-ar71xx: "
` [patch 03/12] MIPS/pci-ar724x: "
` [patch 04/12] MIPS/pci-rt3883: "
` [patch 05/12] MIPS/irq: Use access helper irq_data_get_affinity_mask()
` [patch 06/12] MIPS/alchemy: Use irq_set_chip_handler_name_locked()
` [patch 07/12] MIPS/bcm63xx: Use irq_set_handler_locked()
` [patch 08/12] MIPS/alchemy: Remove pointless irqdisable/enable
` [patch 09/12] MIPS/ath91: "
` [patch 10/12] MIPS/cavium/octeon: Replace the homebrewn flow handler
` [patch 11/12] MIPS/netlogic: Prepare ipi handlers for irq argument removal
` [patch 12/12] MIPS/PCI/rt3883: Prepare rt3883_pci_irq_handler "
Crash in -next due to 'MIPS: Move FP usage checks into protected_{save, restore}_fp_context'
2015-07-15 16:09 UTC
[PATCH 0/6] MIPS: dump_tlb cleanups
2015-07-15 15:17 UTC (14+ messages)
` [PATCH 1/6] Documentation/sysrq.txt: Mention MIPS TLB dump (x)
` [PATCH 2/6] MIPS: Refactor dumping of TLB registers for r3k/r4k
` [PATCH 3/6] MIPS: Probe for small (1KiB) page support
` [PATCH 4/6] MIPS: dump_tlb: Only dump PageGrain if interesting
` [PATCH 5/6] MIPS: dump_tlb: Dump FrameMask register if exists
` [PATCH 6/6] MIPS: Rearrange ENTRYLO field definitions
[PATCH 0/3] kexec: crash_kexec_post_notifiers boot option related fixes
2015-07-15 10:49 UTC (23+ messages)
` [PATCH 3/3] kexec: Change the timing of callbacks related to "crash_kexec_post_notifiers" boot option
` "
` [PATCH 1/3] panic: Disable crash_kexec_post_notifiers if kdump is not available
` "
[RFC PATCH v1] mips: Use unsigned int when reading CP0 registers
2015-07-15 10:05 UTC (2+ messages)
[PATCH 3.16.y-ckt 098/185] MIPS: Fix KVM guest fixmap address
2015-07-15 9:11 UTC
[PATCH v2 0/8] Remove "weak" usage
2015-07-14 17:13 UTC (10+ messages)
` [PATCH v2 1/8] MIPS: CPC: Remove "weak" from mips_cpc_phys_base() and make it static
` [PATCH v2 2/8] MIPS: Remove "weak" from platform_maar_init() declaration
` [PATCH v2 3/8] MIPS: MT: Remove "weak" from vpe_run() declaration
` [PATCH v2 4/8] MIPS: Remove "weak" from get_c0_perfcount_int() declaration
` [PATCH v2 5/8] MIPS: Remove "weak" from get_c0_compare_int() declaration
` [PATCH v2 6/8] MIPS: Remove "weak" from get_c0_fdc_int() declaration
` [PATCH v2 7/8] MIPS: Remove "weak" from mips_cdmm_phys_base() declaration
` [PATCH v2 8/8] MIPS: Remove "__weak" definition from arch-specific linkage.h
[PATCH 00/16] MSA vector context signal handling & HWCAPs
2015-07-14 13:56 UTC (25+ messages)
` [PATCH 01/16] MIPS: remove outdated comments in sigcontext.h
` [PATCH 06/16] MIPS: skip odd double FP registers when copying FP32 sigcontext
` [PATCH 07/16] MIPS: use common FP sigcontext code for O32 compat
` [PATCH 08/16] MIPS: remove unused {get,put}_sigset functions
` [PATCH 09/16] MIPS: indicate FP mode in sigcontext sc_used_math
` [PATCH 10/16] MIPS: add definitions for extended context
` [PATCH 11/16] MIPS: save MSA extended context around signals
` [PATCH 12/16] MIPS: AT_HWCAP aux vector infrastructure
` [PATCH 13/16] MIPS: advertise MIPSr6 via HWCAP when appropriate
` [PATCH 14/16] MIPS: advertise MSA support via HWCAP when present
` [PATCH 15/16] MIPS: require O32 FP64 support for MIPS64 with O32 compat
` [PATCH 16/16] MIPS: drop EXPERIMENTAL tag from O32+FP64 & MSA
[PATCH 0/7] Initial SMP/CPS 64-bit support
2015-07-14 13:07 UTC (6+ messages)
` [PATCH 6/7] MIPS: kernel: cps-vec: Use macros for various arithmetics and memory operations
[PATCH] MIPS: Alchemy: Include clk.h
2015-07-14 12:21 UTC (2+ messages)
[PATCH 14/19] drivers: irqchip: irq-mips-gic: Extend GIC accessors for 64-bit CMs
2015-07-14 12:21 UTC (5+ messages)
` [PATCH v2 "
[PATCH v5] clk: change clk_ops' ->determine_rate() prototype
2015-07-14 10:47 UTC (8+ messages)
[PATCH v2 00/10] MIPS: dump_tlb improvements
2015-07-14 9:27 UTC (6+ messages)
` [PATCH RFC v2 01/10] MIPS: Add SysRq operation to dump TLBs on all CPUs
[PATCH 10/19] MIPS: asm: mips-cm: Extend CM accessors for 64-bit CPUs
2015-07-14 8:45 UTC (9+ messages)
` [PATCH v2 "
[PATCH 1/2] MIPS: PCI: ops-emma2rh: drop nonsensical db_assert
2015-07-14 8:32 UTC (7+ messages)
` [PATCH 2/2] MIPS: drop CONFIG_RUNTIME_DEBUG & debug.h
4.1: XPA breaks Alchemy
2015-07-14 6:28 UTC (2+ messages)
[PATCH 0/9] MIPS: Remove "weak" usage
2015-07-13 21:35 UTC (26+ messages)
` [PATCH 1/9] MIPS: CPC: Remove "weak" from mips_cpc_phys_base() and make it static
` [PATCH 2/9] MIPS: Remove "weak" from platform_maar_init() declaration
` [PATCH 3/9] MIPS: VPE: Exit vpe_release() early if vpe_run() isn't defined
` [PATCH 4/9] MIPS: MT: Remove "weak" from vpe_run() declaration
` [PATCH 5/9] MIPS: Remove "weak" from get_c0_perfcount_int() declaration
` [PATCH 6/9] MIPS: Remove "weak" from get_c0_compare_int() declaration
` [PATCH 7/9] MIPS: Remove "weak" from get_c0_fdc_int() declaration
` [PATCH 8/9] MIPS: Remove "weak" from mips_cdmm_phys_base() declaration
` [PATCH 9/9] MIPS: Remove "__weak" definition from arch-specific linkage.h
[PATCH] MIPS: tlb-r4k: panic if the MMU doesn't support PAGE_SIZE
2015-07-13 16:12 UTC (2+ messages)
[3.16.y-ckt stable] Patch "MIPS: Fix KVM guest fixmap address" has been added to staging queue
2015-07-13 9:21 UTC
[PATCH 00/14] MIPS: Migrate clockevent drivers to 'set-state'
2015-07-13 2:51 UTC (2+ messages)
[PATCH] MIPS: Loongson 2F: fix broken build due incorrect includes
2015-07-13 2:30 UTC (2+ messages)
[PATCH] MIPS: ath79: irq: Remove the include of drivers/irqchip/irqchip.h
2015-07-11 20:36 UTC (2+ messages)
[PATCH V3 0/5] Allow user to request memory to be locked on page fault
2015-07-10 16:19 UTC (8+ messages)
` [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
[PATCH 0/2] Default platform MAAR implementation
2015-07-10 15:52 UTC (6+ messages)
` [PATCH 1/2] MIPS: mm: default platform_maar_init using bootmem data
` [PATCH 2/2] MIPS: malta: use generic platform_maar_init
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