linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-26 22:25:28 to 2019-08-31 16:14:38 UTC [more...]

[PATCH v2 0/9] check the node id consistently across different arches
 2019-08-31 16:12 UTC  (15+ messages)
` [PATCH v2 1/9] arm64: numa: check the node id consistently for arm64
` [PATCH v2 2/9] x86: numa: check the node id consistently for x86
` [PATCH v2 3/9] alpha: numa: check the node id consistently for alpha
` [PATCH v2 4/9] powerpc: numa: check the node id consistently for powerpc
` [PATCH v2 5/9] s390: numa: check the node id consistently for s390
` [PATCH v2 6/9] sh: numa: check the node id consistently for sh
` [PATCH v2 7/9] sparc64: numa: check the node id consistently for sparc64
` [PATCH v2 8/9] mips: numa: check the node id consistently for mips ip27
` [PATCH v2 9/9] mips: numa: check the node id consistently for mips loongson64

[PATCH 1/3] MIPS: Select R3k-style TLB in Kconfig
 2019-08-31 15:40 UTC  (3+ messages)
` [PATCH 2/3] MIPS: tlbex: Simplify r3k check
` [PATCH 3/3] MIPS: tlbex: Remove cpu_has_local_ebase

[PATCH] MIPS: Drop Loongson _CACHE_* definitions
 2019-08-31 15:41 UTC 

generic ioremap (and lots of cleanups)
 2019-08-30 21:45 UTC  (17+ messages)
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 19/26] arm64: remove __iounmap

[PATCH v3 net-next 00/15] ioc3-eth improvements
 2019-08-30 20:55 UTC  (17+ messages)
` [PATCH v3 net-next 01/15] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v3 net-next 02/15] MIPS: SGI-IP27: restructure ioc3 register access
` [PATCH v3 net-next 03/15] net: sgi: ioc3-eth: remove checkpatch errors/warning
` [PATCH v3 net-next 04/15] net: sgi: ioc3-eth: use defines for constants dealing with desc rings
` [PATCH v3 net-next 05/15] net: sgi: ioc3-eth: allocate space for desc rings only once
` [PATCH v3 net-next 06/15] net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
` [PATCH v3 net-next 07/15] net: sgi: ioc3-eth: separate tx and rx ring handling
` [PATCH v3 net-next 08/15] net: sgi: ioc3-eth: introduce chip start function
` [PATCH v3 net-next 09/15] net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
` [PATCH v3 net-next 10/15] net: sgi: ioc3-eth: refactor rx buffer allocation
` [PATCH v3 net-next 11/15] net: sgi: ioc3-eth: use dma-direct for dma allocations
` [PATCH v3 net-next 12/15] net: sgi: ioc3-eth: use csum_fold
` [PATCH v3 net-next 13/15] net: sgi: ioc3-eth: Fix IPG settings
` [PATCH v3 net-next 14/15] net: sgi: ioc3-eth: protect emcr in all cases
` [PATCH v3 net-next 15/15] net: sgi: ioc3-eth: no need to stop queue set_multicast_list

[PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro"
 2019-08-30 19:46 UTC 

[PATCH net-next v2 0/3] net: dsa: mt7530: Convert to PHYLINK and add support for port 5
 2019-08-30 17:16 UTC  (5+ messages)
` [PATCH net-next v2 2/3] dt-bindings: net: dsa: mt7530: Add "

[PATCH v2 0/8] vdso: Complete the conversion to 32bit syscalls
 2019-08-30 14:16 UTC  (10+ messages)
` [PATCH v2 1/8] arm64: compat: vdso: Expose BUILD_VDSO32
` [PATCH v2 2/8] lib: vdso: Build 32 bit specific functions in the right context
` [PATCH v2 3/8] mips: compat: vdso: Use legacy syscalls as fallback
` [PATCH v2 4/8] lib: vdso: Remove VDSO_HAS_32BIT_FALLBACK
` [PATCH v2 5/8] lib: vdso: Remove checks on return value for 32 bit vDSO
` [PATCH v2 6/8] arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
` [PATCH v2 7/8] mips: "
` [PATCH v2 8/8] x86: "

[PATCH 0/7] vdso: Complete the conversion to 32bit syscalls
 2019-08-30 12:13 UTC  (16+ messages)
` [PATCH 1/7] arm64: compat: vdso: Expose BUILD_VDSO32
` [PATCH 2/7] lib: vdso: Build 32 bit specific functions in the right context
` [PATCH 3/7] mips: compat: vdso: Use legacy syscalls as fallback
` [PATCH 4/7] lib: vdso: Remove VDSO_HAS_32BIT_FALLBACK
` [PATCH 5/7] arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
` [PATCH 6/7] mips: "
` [PATCH 7/7] x86: "

[PATCH v2 net-next 00/15] ioc3-eth improvements
 2019-08-30  8:09 UTC  (22+ messages)
` [PATCH v2 net-next 01/15] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v2 net-next 02/15] MIPS: SGI-IP27: restructure ioc3 register access
` [PATCH v2 net-next 03/15] net: sgi: ioc3-eth: remove checkpatch errors/warning
` [PATCH v2 net-next 04/15] net: sgi: ioc3-eth: use defines for constants dealing with desc rings
` [PATCH v2 net-next 05/15] net: sgi: ioc3-eth: allocate space for desc rings only once
` [PATCH v2 net-next 06/15] net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
` [PATCH v2 net-next 07/15] net: sgi: ioc3-eth: separate tx and rx ring handling
` [PATCH v2 net-next 08/15] net: sgi: ioc3-eth: introduce chip start function
` [PATCH v2 net-next 09/15] net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
` [PATCH v2 net-next 10/15] net: sgi: ioc3-eth: refactor rx buffer allocation
` [PATCH v2 net-next 11/15] net: sgi: ioc3-eth: use dma-direct for dma allocations
` [PATCH v2 net-next 12/15] net: sgi: ioc3-eth: use csum_fold
` [PATCH v2 net-next 13/15] net: sgi: ioc3-eth: Fix IPG settings
` [PATCH v2 net-next 14/15] net: sgi: ioc3-eth: protect emcr in all cases
` [PATCH v2 net-next 15/15] net: sgi: ioc3-eth: no need to stop queue set_multicast_list

[PATCH v1 06/18] dt-bindings: interrupt-controller: Add Loongson-3 IOINTC
 2019-08-30  4:32 UTC  (13+ messages)
` [PATCH v1 07/18] irqchip: Add driver for Loongson-3 HyperTransport interrupt controller
` [PATCH v1 08/18] dt-bindings: interrupt-controller: Add Loongson-3 HTINTC
` [PATCH v1 09/18] irqchip: i8259: Add plat-poll support
` [PATCH v1 10/18] irqchip: mips-cpu: Convert to simple domain
` [PATCH v1 11/18] MIPS: Loongson64: Drop legacy IRQ code
` [PATCH v1 12/18] dt-bindings: mips: Add loongson cpus & boards
` [PATCH v1 13/18] dt-bindings: Document loongson vendor-prefix
` [PATCH v1 14/18] MIPS: Loongson64: Add generic dts
` [PATCH v1 15/18] MIPS: Loongson64: Load built-in dtbs
` [PATCH v1 16/18] MIPS: Loongson: Regenerate defconfigs
` [PATCH v1 17/18] MAINTAINERS: Add new pathes to LOONGSON64 ARCHITECTURE
` [PATCH v1 18/18] MAINTAINERS: Add myself as maintainer of LOONGSON64

[PATCH 00/13] Modernize Loongson64 Machine
 2019-08-30  4:25 UTC  (38+ messages)
` [PATCH 01/13] MIPS: Loongson64: Rename CPU TYPES
` [PATCH 02/13] MIPS: Loongson64: Sepreate loongson2ef/loongson64 code
` [PATCH 03/13] MAINTAINERS: Fix entries for new loongson64 path
` [PATCH 04/13] irqchip: Add driver for Loongson-3 I/O interrupt controller
` [PATCH 05/13] dt-bindings: interrupt-controller: Add Loongson-3 IOINTC
` [PATCH 06/13] irqchip: Add driver for Loongson-3 HyperTransport interrupt controller
` [PATCH 07/13] dt-bindings: interrupt-controller: Add Loongson-3 HTINTC
` [PATCH 08/13] irqchip: i8259: Add plat-poll support
` [PATCH 09/13] irqchip: mips-cpu: Convert to simple domain
` [PATCH 10/13] MIPS: Loongson64: Drop legacy IRQ code
` [PATCH 11/13] dt-bindings: mips: Add loongson cpus & boards
` [PATCH 12/13] MIPS: Loongson64: Add generic dts
` [PATCH 13/13] MIPS: Loongson64: Load built-in dtbs
` Re:[PATCH 00/13] Modernize Loongson64 Machine
` [PATCH v1 00/18] "
  ` [PATCH v1 01/18] MIPS: Loongson64: Rename CPU TYPES
  ` [PATCH v1 02/18] MIPS: Loongson64: separate loongson2ef/loongson64 code
  ` [PATCH v1 03/18] MAINTAINERS: Fix entries for new loongson64 path
  ` [PATCH v1 04/18] irqchip: Export generic chip domain map/unmap functions
  ` [PATCH v1 05/18] irqchip: Add driver for Loongson-3 I/O interrupt controller
  ` [PATCH v1 06/18] dt-bindings: interrupt-controller: Add Loongson-3 IOINTC

cleanup the dma_pgprot handling v2
 2019-08-29 15:28 UTC  (6+ messages)
` [PATCH 3/6] dma-mapping: remove arch_dma_mmap_pgprot
` [PATCH 6/6] MIPS: document mixing "slightly different CCAs"

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-29 13:19 UTC  (9+ messages)
` [PATCH RESEND v11 7/8] open: openat2(2) syscall

[PATCH v4 0/9] Use MFD framework for SGI IOC3 drivers
 2019-08-29 11:20 UTC  (3+ messages)
` [PATCH v4 4/9] MIPS: PCI: refactor ioc3 special handling

[PATCH] MIPS64: add KASAN support
 2019-08-29 11:33 UTC  (2+ messages)

[PATCH net-next 00/15] ioc3-eth improvements
 2019-08-29  8:52 UTC  (23+ messages)
` [PATCH net-next 01/15] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH net-next 02/15] MIPS: SGI-IP27: restructure ioc3 register access
` [PATCH net-next 03/15] net: sgi: ioc3-eth: remove checkpatch errors/warning
` [PATCH net-next 04/15] net: sgi: ioc3-eth: use defines for constants dealing with desc rings
` [PATCH net-next 05/15] net: sgi: ioc3-eth: allocate space for desc rings only once
` [PATCH net-next 06/15] net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
` [PATCH net-next 07/15] net: sgi: ioc3-eth: separate tx and rx ring handling
` [PATCH net-next 08/15] net: sgi: ioc3-eth: introduce chip start function
` [PATCH net-next 09/15] net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
` [PATCH net-next 10/15] net: sgi: ioc3-eth: refactor rx buffer allocation
` [PATCH net-next 11/15] net: sgi: ioc3-eth: use dma-direct for dma allocations
` [PATCH net-next 12/15] net: sgi: ioc3-eth: use csum_fold
` [PATCH net-next 13/15] net: sgi: ioc3-eth: Fix IPG settings
` [PATCH net-next 14/15] net: sgi: ioc3-eth: protect emcr in all cases
` [PATCH net-next 15/15] net: sgi: ioc3-eth: no need to stop queue set_multicast_list

[PATCH net-next v4 0/3] net: ethernet: mediatek: convert to PHYLINK
 2019-08-29  7:03 UTC  (6+ messages)
` [PATCH net-next v4 3/3] dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink API

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-28 23:41 UTC  (10+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 05/11] ftrace: create memcache for hash entries

[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-08-28  9:22 UTC  (7+ messages)

[PATCH net-next v2 0/3] net: ethernet: mediatek: convert to PHYLINK
 2019-08-27 21:51 UTC  (3+ messages)
` [PATCH net-next v2 3/3] dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink API

[PATCH 1/4 v4] MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
 2019-08-27 15:32 UTC  (5+ messages)
` [PATCH 2/4 v4] dt-bindings: mips: Add missing mt7688a-soc compatible
` [PATCH 3/4 v4] dt-bindings: mips: Add gardena vendor prefix and board description

[PATCH -next] MIPS: Octeon: remove duplicated include from dma-octeon.c
 2019-08-27 10:04 UTC  (2+ messages)

[PATCH 4.14 02/62] MIPS: kernel: only use i8253 clocksource with periodic clockevent
 2019-08-27  7:50 UTC  (2+ messages)
` [PATCH 4.14 03/62] mips: fix cacheinfo

[PATCH 4.19 02/98] MIPS: kernel: only use i8253 clocksource with periodic clockevent
 2019-08-27  7:49 UTC  (2+ messages)
` [PATCH 4.19 03/98] mips: fix cacheinfo

[PATCH 5.2 014/162] MIPS: kernel: only use i8253 clocksource with periodic clockevent
 2019-08-27  7:49 UTC  (2+ messages)
` [PATCH 5.2 015/162] mips: fix cacheinfo

[PATCH 08/16] mips: prefer __section from compiler_attributes.h
 2019-08-27  0:19 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).