linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-27 14:09:14 to 2019-09-01 15:48:34 UTC [more...]

[PATCH 000/120] Linux for the PlayStation 2
 2019-09-01 15:48 UTC  (26+ messages)
` [PATCH 001/120] MIPS: R5900: Initial support for the Emotion Engine in "
` [PATCH 002/120] MIPS: R5900: Trap the RDHWR instruction as an SQ address exception
` [PATCH 003/120] MIPS: R5900: Sign-extend o32 system call registers
` [PATCH 004/120] MIPS: R5900: Reset bits 127..64 of GPRs in RESTORE_SOME
` [PATCH 005/120] MIPS: R5900: Reset the funnel shift amount (SA) register "
` [PATCH 006/120] MIPS: R5900: Workaround for the short loop bug
` [PATCH 007/120] MIPS: R5900: Add the SYNC.P instruction
` [PATCH 008/120] MIPS: R5900: Add implicit SYNC.P to the UASM_i_M[FT]C0 macros
` [PATCH 009/120] MIPS: R5900: Add mandatory SYNC.P to all M[FT]C0 instructions
` [PATCH 010/120] MIPS: R5900: Workaround exception NOP execution bug (FLX05)
` [PATCH 011/120] MIPS: R5900: Avoid pipeline hazard with the TLBP instruction
` [PATCH 012/120] MIPS: R5900: Avoid pipeline hazards with the TLBW[IR] instructions
` [PATCH 013/120] MIPS: R5900: Avoid pipeline hazard with the TLBR instruction
` [PATCH 014/120] MIPS: R5900: Install final length of TLB refill handler rather than 256 bytes
` [PATCH 015/120] MIPS: R5900: Verify that the TLB refill handler does not overflow
` [PATCH 022/120] MIPS: R5900: Support 64-bit inq() and outq() macros in 32-bit kernels
` [PATCH 023/120] MIPS: R5900: Add MFSA and MTSA instructions for the special SA register
` [PATCH 024/120] MIPS: PS2: Define PlayStation 2 I/O port, ROM and RAM address spaces
` [PATCH 025/120] MIPS: PS2: Define interrupt controller, DMA and timer IRQs
` [PATCH 026/120] MIPS: PS2: Interrupt controller (INTC) IRQ support
` [PATCH 027/120] MIPS: PS2: DMAC: Define DMA controller registers
` [PATCH 028/120] MIPS: PS2: DMAC: Define tag structures
` [PATCH 029/120] MIPS: PS2: DMAC: IRQ support
` [PATCH 030/120] MIPS: PS2: Timer support
` [PATCH 031/120] MIPS: PS2: SCMD: System command support

[PATCH] MIPS: Add syscall auditing support
 2019-09-01  9:20 UTC  (2+ messages)

generic ioremap (and lots of cleanups)
 2019-09-01  8:02 UTC  (21+ 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 24/26] riscv: use the generic ioremap code

[PATCH 1/3] MIPS: Loongson: Add CFUCFG&CSR support
 2019-09-01  7:49 UTC  (2+ messages)
` [PATCH 2/3] MIPS: Loongson: Add Loongson-3A R4 basic support

[PATCH v2 0/9] check the node id consistently across different arches
 2019-09-01  4:45 UTC  (17+ 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
        ` Something about loongson_llsc_mb
` [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] MIPS: Drop Loongson _CACHE_* definitions
 2019-09-01  2:41 UTC  (2+ messages)
`  "

[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 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  (27+ messages)
` [PATCH 02/13] MIPS: Loongson64: Sepreate loongson2ef/loongson64 code
` [PATCH 04/13] irqchip: Add driver for Loongson-3 I/O interrupt controller
` [PATCH 07/13] dt-bindings: interrupt-controller: Add Loongson-3 HTINTC
` [PATCH 11/13] dt-bindings: mips: Add loongson cpus & boards
` 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  (2+ messages)

[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  (4+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace

[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


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).