messages from 2017-08-01 14:08:48 to 2017-08-10 02:06:14 UTC [more...]
[PATCH 0/8] MIPS: Loongson: new features and improvements
2017-08-10 2:04 UTC (4+ messages)
` [PATCH 1/8] MIPS: Loongson-3: Enable Store Fill Buffer at runtime
` [PATCH 2/8] MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
` [PATCH 3/8] MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
[PATCH] mtd: nand: Rename nand.h into rawnand.h
2017-08-10 0:58 UTC (16+ messages)
[PATCH] mips: Fix using smp_processor_id() when preemptible
2017-08-09 21:25 UTC
[PATCH 0/7] MIPS: generic kernel config improvements
2017-08-09 16:59 UTC (22+ messages)
` [PATCH 1/7] MIPS: generic: Allow filtering enabled boards by requirements
` [PATCH 2/7] MIPS: SEAD-3: Only include in 32 bit kernels by default
` [PATCH 3/7] MIPS: NI 169445: Only include in 32r2el kernels
` [PATCH 4/7] MIPS: Prevent direct use of generic_defconfig
` [PATCH 5/7] MIPS: Make CONFIG_MIPS_MT_SMP default y
` [PATCH 6/7] MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORT
` [PATCH 7/7] MIPS: generic: Bump default NR_CPUS to 16
[PATCH 4.12 040/106] MIPS: ralink: Fix build error due to missing header
2017-08-09 16:52 UTC
[PATCH v9 00/16] MIPS: lantiq: handle RCU register by separate drivers
2017-08-09 14:02 UTC (20+ messages)
` [PATCH v9 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v9 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v9 03/16] mtd: spi-falcon: "
` [PATCH v9 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v9 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v9 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v9 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v9 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v9 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v9 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v9 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v9 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v9 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v9 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v9 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v9 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
[RFC PATCH] MIPS: math-emu: do not use bools for arithmetic
2017-08-09 10:53 UTC (4+ messages)
[RFC PATCH] exec: Avoid recursive modprobe for binary format handlers
2017-08-09 0:09 UTC (10+ messages)
[PATCH v8 00/16] MIPS: lantiq: handle RCU register by separate drivers
2017-08-08 22:54 UTC (23+ messages)
` [PATCH v8 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v8 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v8 03/16] mtd: spi-falcon: "
` [PATCH v8 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v8 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v8 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v8 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v8 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v8 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v8 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v8 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v8 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v8 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v8 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v8 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v8 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
[PATCH v6 0/6] PCI: xilinx: Fixes, optimisation & MIPS support
2017-08-08 21:01 UTC (17+ messages)
` [PATCH v6 1/6] PCI: Move enum pci_interrupt_pin to a new common header
` [PATCH v6 2/6] PCI: Introduce pci_irqd_intx_xlate()
` [PATCH v6 3/6] PCI: xilinx: Translate INTx range to hwirqs 0-3
` [PATCH v6 4/6] PCI: xilinx: Unify INTx & MSI interrupt decode
` [PATCH v6 5/6] PCI: xilinx: Don't enable config completion interrupts
` [PATCH v6 6/6] PCI: xilinx: Allow build on MIPS platforms
[PATCH] MIPS: usercopy: Implement stack frame object validation
2017-08-08 19:11 UTC (4+ messages)
[PATCH v3 0/6] MIPS: Further microMIPS stack unwinding fixes
2017-08-08 12:22 UTC (14+ messages)
` [PATCH v3 1/6] MIPS: Handle non word sized instructions when examining frame
` [PATCH v3 2/6] MIPS: microMIPS: Fix detection of addiusp instruction
` [PATCH v3 3/6] MIPS: microMIPS: Fix decoding "
` [PATCH v3 4/6] MIPS: microMIPS: Fix decoding of swsp16 instruction
` [PATCH v3 5/6] MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems
` [PATCH v3 6/6] MIPS: Refactor handling of stack pointer in get_frame_info
[PATCH 0/4] MIPS: Split generic board ITS source, fix NI 169445 build
2017-08-08 4:32 UTC (11+ messages)
` [PATCH 1/4] MIPS: Allow platform to specify multiple its.S files
` [PATCH 2/4] MIPS: generic: Move Boston FIT image source to its own file
` [PATCH 3/4] MIPS: generic: Move NI 169445 "
` [PATCH 4/4] MIPS: NI 169445: Fix lack of ITS root node
[PATCH] MIPS: Prevent building MT support for microMIPS kernels
2017-08-07 23:18 UTC (2+ messages)
[PATCH] MIPS: Set ISA bit in entry-y for microMIPS kernels
2017-08-07 23:16 UTC (2+ messages)
[PATCH v6] MIPS: NI 169445 board support
2017-08-07 21:36 UTC (7+ messages)
[PATCH] MIPS: Octeon: Expose support for mips32r1, mips32r2 and mips64r1
2017-08-07 16:59 UTC (15+ messages)
[PATCH v4 00/16] MIPS: Miscellaneous fixes related to Android Mips emulator
2017-08-07 10:09 UTC (3+ messages)
` [PATCH v4 05/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
[PATCH 0/5] MIPS: FP cleanup & no-FP support
2017-08-07 9:41 UTC (3+ messages)
` [PATCH v2 5/5] MIPS: Allow floating point support to be disabled
undefined reference to `__multi3' when building with gcc 7.x
2017-08-07 8:34 UTC (7+ messages)
[PATCH] mips: Fix race on setting and getting cpu_online_mask
2017-08-07 8:23 UTC (2+ messages)
Update PS2 R5900 to kernel 4.x?
2017-08-04 20:36 UTC (9+ messages)
[PATCH] MIPS: Add missing file for eBPF JIT
2017-08-04 18:24 UTC (3+ messages)
[PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16
2017-08-04 16:41 UTC (3+ messages)
[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
2017-08-04 15:22 UTC (4+ messages)
[PATCH] mips: gitignore: ignore generated .c files
2017-08-04 13:42 UTC (3+ messages)
[PATCH] mips: mm: remove duplicate "const" qualifier on insn_table
2017-08-03 19:16 UTC
[PATCH v2] MIPS: OCTEON: Fix USB platform code breakage
2017-08-02 17:39 UTC
[PATCH v3] MIPS: Octeon: Fix broken EDAC driver
2017-08-02 17:39 UTC
[PATCH 0/8] MIPS: BCM63XX: add and use clkdev lookup support
2017-08-02 9:34 UTC (9+ messages)
` [PATCH 1/8] MIPS: BCM63XX: add "
` [PATCH 2/8] MIPS: BCM63XX: provide periph clock as refclk for uart
` [PATCH 3/8] tty/bcm63xx_uart: use refclk for the expected clock name
` [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree
` [PATCH 5/8] MIPS: BCM63XX: provide enet clocks as "enet" to the ethernet devices
` [PATCH 6/8] bcm63xx_enet: just use "enet" as the clock name
` [PATCH 7/8] MIPS: BCM63XX: move the HSSPI PLL HZ into its own clock
` [PATCH 8/8] MIPS: BMIPS: name the refclk clock for uart
[PATCH] Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."
2017-08-01 20:32 UTC (2+ messages)
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