linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 18:18:40 to 2019-10-02 11:26:13 UTC [more...]

Add Ingenic X1000 irqchip support
 2019-10-02 11:25 UTC  (2+ messages)
` Add process for more than one irq at the same time v5

Build regressions/improvements in v5.4-rc1
 2019-10-02  9:17 UTC 

[PATCH] mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCE
 2019-10-02  8:39 UTC  (4+ messages)

[PATCH v2] mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEM
 2019-10-02  7:02 UTC  (2+ messages)

[PATCH v2 0/5] MIPS: CI20: DTS: Add nodes to Creator CI20 board
 2019-10-01 23:20 UTC  (7+ messages)
` [PATCH v2 1/5] MIPS: JZ4780: DTS: Add I2C nodes
` [PATCH v2 2/5] MIPS: CI20: "
` [PATCH v2 3/5] MIPS: CI20: DTS: Add IW8103 Wifi + bluetooth
` [PATCH v2 4/5] MIPS: CI20: DTS: Add Leds
` [PATCH v2 5/5] MIPS: JZ4780: DTS: Add CPU nodes

[PATCH 1/2] MIPS: r4k-bugs64: Limit R4k bug checks to affected systems
 2019-10-01 23:04 UTC  (2+ messages)
` [PATCH 2/2] MIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checks

[PATCH] MIPS: octeon: Include required header; fix octeon ethernet build
 2019-10-01 21:56 UTC 

[PATCH v2 00/36] MIPS: barriers & atomics cleanups
 2019-10-01 21:53 UTC  (37+ messages)
` [PATCH v2 01/36] MIPS: Unify sc beqz definition
` [PATCH v2 02/36] MIPS: Use compact branch for LL/SC loops on MIPSr6+
` [PATCH v2 03/36] MIPS: barrier: Add __SYNC() infrastructure
` [PATCH v2 04/36] MIPS: barrier: Clean up rmb() & wmb() definitions
` [PATCH v2 05/36] MIPS: barrier: Clean up __smp_mb() definition
` [PATCH v2 06/36] MIPS: barrier: Remove fast_mb() Octeon #ifdef'ery
` [PATCH v2 07/36] MIPS: barrier: Clean up __sync() definition
` [PATCH v2 08/36] MIPS: barrier: Clean up sync_ginv()
` [PATCH v2 09/36] MIPS: atomic: Fix whitespace in ATOMIC_OP macros
` [PATCH v2 10/36] MIPS: atomic: Handle !kernel_uses_llsc first
` [PATCH v2 11/36] MIPS: atomic: Use one macro to generate 32b & 64b functions
` [PATCH v2 12/36] MIPS: atomic: Emit Loongson3 sync workarounds within asm
` [PATCH v2 13/36] MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()
` [PATCH v2 14/36] MIPS: atomic: Unify 32b & 64b sub_if_positive
` [PATCH v2 15/36] MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchg
` [PATCH v2 16/36] MIPS: bitops: Handle !kernel_uses_llsc first
` [PATCH v2 17/36] MIPS: bitops: Only use ins for bit 16 or higher
` [PATCH v2 18/36] MIPS: bitops: Use MIPS_ISA_REV, not #ifdefs
` [PATCH v2 19/36] MIPS: bitops: ins start position is always an immediate
` [PATCH v2 20/36] MIPS: bitops: Implement test_and_set_bit() in terms of _lock variant
` [PATCH v2 21/36] MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bit
` [PATCH v2 22/36] MIPS: bitops: Use the BIT() macro
` [PATCH v2 23/36] MIPS: bitops: Avoid redundant zero-comparison for non-LLSC
` [PATCH v2 24/36] MIPS: bitops: Abstract LL/SC loops
` [PATCH v2 25/36] MIPS: bitops: Use BIT_WORD() & BITS_PER_LONG
` [PATCH v2 26/36] MIPS: bitops: Emit Loongson3 sync workarounds within asm
` [PATCH v2 27/36] MIPS: bitops: Use smp_mb__before_atomic in test_* ops
` [PATCH v2 28/36] MIPS: cmpxchg: Emit Loongson3 sync workarounds within asm
` [PATCH v2 29/36] MIPS: cmpxchg: Omit redundant barriers for Loongson3
` [PATCH v2 30/36] MIPS: futex: Emit Loongson3 sync workarounds within asm
` [PATCH v2 31/36] MIPS: syscall: "
` [PATCH v2 32/36] MIPS: barrier: Remove loongson_llsc_mb()
` [PATCH v2 33/36] MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3
` [PATCH v2 34/36] MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handler
` [PATCH v2 35/36] MIPS: genex: Don't reload address unnecessarily
` [PATCH v2 36/36] MIPS: Check Loongson3 LL/SC errata workaround correctness

[PATCH] MIPS: cpu-bugs64: Mark inline functions as __always_inline
 2019-10-01 20:33 UTC  (4+ messages)

[PATCH v6 0/4] Use MFD framework for SGI IOC3 drivers
 2019-10-01 10:11 UTC  (3+ messages)
` [PATCH v6 1/4] nvmem: core: add nvmem_device_find

[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
 2019-10-01  5:06 UTC  (16+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links

[PATCH 00/37] MIPS: barriers & atomics cleanups
 2019-09-30 23:08 UTC  (38+ messages)
` [PATCH 01/37] MIPS: Unify sc beqz definition
` [PATCH 02/37] MIPS: Use compact branch for LL/SC loops on MIPSr6+
` [PATCH 03/37] MIPS: barrier: Add __SYNC() infrastructure
` [PATCH 04/37] MIPS: barrier: Clean up rmb() & wmb() definitions
` [PATCH 05/37] MIPS: barrier: Clean up __smp_mb() definition
` [PATCH 06/37] MIPS: barrier: Remove fast_mb() Octeon #ifdef'ery
` [PATCH 07/37] MIPS: barrier: Clean up __sync() definition
` [PATCH 08/37] MIPS: barrier: Clean up sync_ginv()
` [PATCH 09/37] MIPS: atomic: Fix whitespace in ATOMIC_OP macros
` [PATCH 11/37] MIPS: atomic: Use one macro to generate 32b & 64b functions
` [PATCH 10/37] MIPS: atomic: Handle !kernel_uses_llsc first
` [PATCH 12/37] MIPS: atomic: Emit Loongson3 sync workarounds within asm
` [PATCH 13/37] MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()
` [PATCH 14/37] MIPS: atomic: Unify 32b & 64b sub_if_positive
` [PATCH 15/37] MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchg
` [PATCH 17/37] MIPS: bitops: Handle !kernel_uses_llsc first
` [PATCH 16/37] MIPS: bitops: Use generic builtin ffs/fls; drop cpu_has_clo_clz
` [PATCH 18/37] MIPS: bitops: Only use ins for bit 16 or higher
` [PATCH 19/37] MIPS: bitops: Use MIPS_ISA_REV, not #ifdefs
` [PATCH 20/37] MIPS: bitops: ins start position is always an immediate
` [PATCH 21/37] MIPS: bitops: Implement test_and_set_bit() in terms of _lock variant
` [PATCH 22/37] MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bit
` [PATCH 23/37] MIPS: bitops: Use the BIT() macro
` [PATCH 24/37] MIPS: bitops: Avoid redundant zero-comparison for non-LLSC
` [PATCH 25/37] MIPS: bitops: Abstract LL/SC loops
` [PATCH 26/37] MIPS: bitops: Use BIT_WORD() & BITS_PER_LONG
` [PATCH 27/37] MIPS: bitops: Emit Loongson3 sync workarounds within asm
` [PATCH 28/37] MIPS: bitops: Use smp_mb__before_atomic in test_* ops
` [PATCH 29/37] MIPS: cmpxchg: Emit Loongson3 sync workarounds within asm
` [PATCH 30/37] MIPS: cmpxchg: Omit redundant barriers for Loongson3
` [PATCH 31/37] MIPS: futex: Emit Loongson3 sync workarounds within asm
` [PATCH 32/37] MIPS: syscall: "
` [PATCH 33/37] MIPS: barrier: Remove loongson_llsc_mb()
` [PATCH 34/37] MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3
` [PATCH 35/37] MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handler
` [PATCH 36/37] MIPS: genex: Don't reload address unnecessarily
` [PATCH 37/37] MIPS: Check Loongson3 LL/SC errata workaround correctness

[PATCH v1] MIPS: dts: ar9331: fix interrupt-controller size
 2019-09-30 22:23 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Fix boot failure after dropping boot_mem_map
 2019-09-30 22:23 UTC  (2+ messages)

[PATCH v2 0/5] irqchip/irq-bcm7038-l1 updates
 2019-09-30 19:10 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: Document brcm,irq-can-wake for brcm,bcm7038-l1-intc.txt
` [PATCH v2 4/5] dt-bindings: Document brcm,int-fwd-mask property for bcm7038-l1-intc

[PATCH v2 00/19] Modernize Loongson64 Machine
 2019-09-30 13:23 UTC  (5+ messages)
` [PATCH v2 12/19] dt-bindings: mips: Add loongson boards
` [PATCH v2 14/19] MIPS: Loongson64: Add generic dts

[MIPS] GCC: Fix Loongson3 LLSC Errata
 2019-09-30  9:59 UTC 

[PATCH 1/3] MIPS: Select R3k-style TLB in Kconfig
 2019-09-30  4:29 UTC  (3+ messages)
` [PATCH 3/3] MIPS: tlbex: Remove cpu_has_local_ebase

[PATCH AUTOSEL 5.3 01/49] MIPS: Ingenic: Disable broken BTB lookup optimization
 2019-09-29 19:39 UTC  (10+ messages)
` [PATCH AUTOSEL 5.3 02/49] clk: jz4740: Add TCU clock
` [PATCH AUTOSEL 5.3 03/49] MIPS: Don't use bc_false uninitialized in __mm_isBranchInstr
` [PATCH AUTOSEL 5.3 04/49] MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
` [PATCH AUTOSEL 5.3 10/49] mips/atomic: Fix loongson_llsc_mb() wreckage
` [PATCH AUTOSEL 5.3 14/49] mips/atomic: Fix smp_mb__{before,after}_atomic()
` [PATCH AUTOSEL 5.3 19/49] MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driver
` [PATCH AUTOSEL 5.3 20/49] firmware: bcm47xx_nvram: Correct size_t printf format
` [PATCH AUTOSEL 5.3 47/49] mips: properly account for stack randomization and stack guard gap

[PATCH AUTOSEL 5.2 01/42] MIPS: Ingenic: Disable broken BTB lookup optimization
 2019-09-29 17:39 UTC  (10+ messages)
` [PATCH AUTOSEL 5.2 02/42] clk: jz4740: Add TCU clock
` [PATCH AUTOSEL 5.2 03/42] MIPS: Don't use bc_false uninitialized in __mm_isBranchInstr
` [PATCH AUTOSEL 5.2 04/42] MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
` [PATCH AUTOSEL 5.2 09/42] mips/atomic: Fix loongson_llsc_mb() wreckage
` [PATCH AUTOSEL 5.2 13/42] mips/atomic: Fix smp_mb__{before,after}_atomic()
` [PATCH AUTOSEL 5.2 17/42] MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driver
` [PATCH AUTOSEL 5.2 18/42] firmware: bcm47xx_nvram: Correct size_t printf format
` [PATCH AUTOSEL 5.2 40/42] mips: properly account for stack randomization and stack guard gap

[PATCH AUTOSEL 4.19 01/33] MIPS: Ingenic: Disable broken BTB lookup optimization
 2019-09-29 17:40 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 02/33] clk: jz4740: Add TCU clock
` [PATCH AUTOSEL 4.19 03/33] MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
` [PATCH AUTOSEL 4.19 12/33] MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driver
` [PATCH AUTOSEL 4.19 13/33] firmware: bcm47xx_nvram: Correct size_t printf format
` [PATCH AUTOSEL 4.19 31/33] mips: properly account for stack randomization and stack guard gap

[PATCH AUTOSEL 4.14 01/23] clk: jz4740: Add TCU clock
 2019-09-29 17:35 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 02/23] MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
` [PATCH AUTOSEL 4.14 09/23] MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driver
` [PATCH AUTOSEL 4.14 10/23] firmware: bcm47xx_nvram: Correct size_t printf format

[PATCH AUTOSEL 4.9 01/13] clk: jz4740: Add TCU clock
 2019-09-29 17:36 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 02/13] MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
` [PATCH AUTOSEL 4.9 06/13] firmware: bcm47xx_nvram: Correct size_t printf format

[PATCH AUTOSEL 4.4 1/9] clk: jz4740: Add TCU clock
 2019-09-29 17:36 UTC 

[PATCH] MIPS: Loongson64: Remove duplicated add_memory_region
 2019-09-28  8:52 UTC  (3+ messages)

[PATCH 1/4] MIPS: CI20: DTS: Add I2C nodes
 2019-09-27  4:20 UTC  (3+ messages)

[PATCH 1/3] docs: fix some broken references
 2019-09-26 16:29 UTC  (2+ messages)

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-09-26 12:10 UTC  (31+ messages)

[PATCH 0/7] add support for clocksource/clockevent DT selection
 2019-09-26  8:42 UTC  (3+ messages)

[PATCH V3 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-25  3:36 UTC  (4+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-09-24 17:52 UTC  (2+ messages)

[GIT PULL] MIPS changes
 2019-09-24 15:32 UTC  (6+ messages)

[PATCH] MIPS: init: Prevent adding memory before PHYS_OFFSET
 2019-09-24 15:20 UTC 

[PATCH] MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start
 2019-09-24 15:19 UTC 


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