Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2018-06-27 16:32:57 to 2018-07-05 05:27:26 UTC [more...]

[PATCH v3 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-07-05  5:16 UTC  (10+ messages)
` [PATCH v3 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v3 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v3 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH v3 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH v3 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v3 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v3 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v3 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v3 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect

[PATCH v2 00/11] hugetlb: Factorize architecture hugetlb primitives
 2018-07-05  5:12 UTC  (7+ messages)
` [PATCH v2 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
  ` [PATCH v2 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
  ` [PATCH v2 03/11] hugetlb: Introduce generic version of set_huge_pte_at
  ` [PATCH v2 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
  ` [PATCH v2 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
  ` [PATCH v2 06/11] hugetlb: Introduce generic version of huge_pte_none

[PATCH 00/11] hugetlb: Factorize architecture hugetlb primitives
 2018-07-05  4:58 UTC  (6+ messages)
` [PATCH 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush

Update PS2 R5900 to kernel 4.x?
 2018-07-04 18:06 UTC  (5+ messages)

[PATCH 00/14] dma-jz4780 improvements
 2018-07-04 17:00 UTC  (30+ messages)
` [PATCH 01/14] dmaengine: dma-jz4780: Avoid hardcoding number of channels
` [PATCH 02/14] dmaengine: dma-jz4780: Separate chan/ctrl registers
` [PATCH 03/14] dmaengine: dma-jz4780: Use 4-word descriptors
` [PATCH 04/14] dmaengine: dma-jz4780: Add support for the JZ4770 SoC
` [PATCH 05/14] dmaengine: dma-jz4780: Add support for the JZ4740 SoC
` [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC
` [PATCH 07/14] dmaengine: dma-jz4780: Enable Fast DMA to the AIC
` [PATCH 08/14] dmaengine: dma-jz4780: Add missing residue DTC mask
` [PATCH 09/14] dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()
` [PATCH 10/14] dmaengine: dma-jz4780: Set DTCn register explicitly
` [PATCH 11/14] dmaengine: dma-jz4780: Further residue status fix
` [PATCH 12/14] dmaengine: dma-jz4780: Use dma_set_residue()
` [PATCH 13/14] MIPS: JZ4780: DTS: Update DMA node to match driver changes
` [PATCH 14/14] MIPS: JZ4770: DTS: Add DMA nodes

[PATCH v5 00/10] Uprobes: Support SDT markers having reference count (semaphore)
 2018-07-04  9:24 UTC  (40+ messages)
` [PATCH v5 01/10] Uprobes: Move uprobe structure to uprobe.h
` [PATCH v5 02/10] Uprobes: Simplify uprobe_register() body
` [PATCH v5 03/10] Uprobe: Change set_swbp definition
` [PATCH v5 04/10] Uprobe: Change set_orig_insn definition
` [PATCH v5 05/10] Uprobe: Change uprobe_write_opcode definition
` [PATCH v5 06/10] Uprobes: Support SDT markers having reference count (semaphore)
` [PATCH v5 07/10] trace_uprobe/sdt: Prevent multiple reference counter for same uprobe
` [PATCH v5 08/10] Uprobes/sdt: "
` [PATCH v5 09/10] Uprobes/sdt: Document about reference counter
` [PATCH v5 10/10] perf probe: Support SDT markers having reference counter (semaphore)

[PATCH 00/11] hugetlb: Factorize architecture hugetlb primitives
 2018-07-04  6:51 UTC  (7+ messages)
` [PATCH 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush

[PATCH v7 0/6] MIPS: Octeon: Clean up CIU header file
 2018-07-03 23:03 UTC  (8+ messages)
` [PATCH v7 1/6] MIPS: Octeon: Remove unused CIU types
` [PATCH v7 2/6] MIPS: Octeon: Unify QLM data types in CIU header
` [PATCH v7 3/6] MIPS: Octeon: Convert CIU types to use bitfields
` [PATCH v7 4/6] MIPS: Octeon: Remove all unused CIU macros
` [PATCH v7 5/6] MIPS: Octeon: Create simple macro for CIU registers
` [PATCH v7 6/6] MIPS: Octeon: Simplify CIU register functions

[PATCH 00/25] MIPS: ath79: convert target to pure OF
 2018-07-03 22:08 UTC  (14+ messages)
` [PATCH 01/25] MIPS: ath79: add lots of missing registers
` [PATCH 02/25] MIPS: ath79: add support for QCA953x QCA956x TP9343
` [PATCH 04/25] MIPS: ath79: fix register address in ath79_ddr_wb_flush()
` [PATCH 05/25] MIPS: ath79: Avoid using unitialized 'reg' variable
` [PATCH 10/25] dt-bindings: PCI: qcom,ar7100: adds binding doc
` [PATCH 12/25] dt-bindings: PCI: qcom,ar7240: "

[PATCH 0/4] MIPS: kexec/kdump: Fix smp reboot and other issues
 2018-07-03 19:21 UTC  (5+ messages)
` [PATCH 1/4] MIPS: Make play_dead() work for kexec
` [PATCH 2/4] MIPS: kexec: Let the new kernel handle all CPUs
` [PATCH 3/4] MIPS: kexec: Deprecate (relocated_)kexec_smp_wait
` [PATCH 4/4] MIPS: kexec: Do not flush system wide caches in machine_kexec()

[PATCH v6] MIPS: Octeon: Remove unused CIU types and macros
 2018-07-03  1:13 UTC  (2+ messages)

[PATCH] MIPS: Remove no-op cast in show_regs()
 2018-07-02 21:39 UTC  (4+ messages)

[PATCH v5] MIPS: Octeon: Remove unused CIU types and macros
 2018-07-02 18:50 UTC 

[RFC] MIPS: Align vmlinuz load address to a page boundary
 2018-07-02 18:24 UTC  (3+ messages)

[PATCH v4] MIPS: Octeon: Remove unused CIU types and macros
 2018-07-02 17:11 UTC  (2+ messages)

[PATCH v3] MIPS: Octeon: Remove unused CIU types and macros
 2018-07-02 14:26 UTC 

[PATCH] MIPS: Octeon: Remove unused CIU types and macros
 2018-07-02 14:01 UTC 

[PATCH] MIPS: define __current_thread_info inside of function
 2018-07-02 13:54 UTC  (2+ messages)

[PATCH 4.17 110/220] MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum
 2018-07-01 16:22 UTC  (4+ messages)
` [PATCH 4.17 122/220] MIPS: pb44: Fix i2c-gpio GPIO descriptor table
` [PATCH 4.17 123/220] MIPS: io: Add barrier after register read in inX()
` [PATCH 4.17 124/220] time: Make sure jiffies_to_msecs() preserves non-zero time periods

[PATCH 4.14 077/157] MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum
 2018-07-01 16:22 UTC  (3+ messages)
` [PATCH 4.14 086/157] MIPS: io: Add barrier after register read in inX()
` [PATCH 4.14 087/157] time: Make sure jiffies_to_msecs() preserves non-zero time periods

[PATCH 4.9 045/101] MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum
 2018-07-01 16:21 UTC  (3+ messages)
` [PATCH 4.9 050/101] MIPS: io: Add barrier after register read in inX()
` [PATCH 4.9 051/101] time: Make sure jiffies_to_msecs() preserves non-zero time periods

[PATCH 4.4 057/105] MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum
 2018-07-01 16:02 UTC  (3+ messages)
` [PATCH 4.4 059/105] MIPS: io: Add barrier after register read in inX()
` [PATCH 4.4 060/105] time: Make sure jiffies_to_msecs() preserves non-zero time periods

[PATCH 3.18 05/85] MIPS: io: Add barrier after register read in readX()
 2018-07-01 16:02 UTC  (4+ messages)
` [PATCH 3.18 68/85] MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum
` [PATCH 3.18 70/85] MIPS: io: Add barrier after register read in inX()
` [PATCH 3.18 71/85] time: Make sure jiffies_to_msecs() preserves non-zero time periods

Patch "MIPS: io: Add barrier after register read in inX()" has been added to the 4.9-stable tree
 2018-07-01 11:39 UTC  (2+ messages)

Patch "time: Make sure jiffies_to_msecs() preserves non-zero time periods" has been added to the 4.9-stable tree
 2018-07-01 11:39 UTC  (2+ messages)

Patch "time: Make sure jiffies_to_msecs() preserves non-zero time periods" has been added to the 4.4-stable tree
 2018-07-01 11:39 UTC  (2+ messages)

Patch "MIPS: io: Add barrier after register read in inX()" has been added to the 4.4-stable tree
 2018-07-01 11:39 UTC  (2+ messages)

Patch "time: Make sure jiffies_to_msecs() preserves non-zero time periods" has been added to the 4.17-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "MIPS: pb44: Fix i2c-gpio GPIO descriptor table" has been added to the 4.17-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "MIPS: io: Add barrier after register read in inX()" has been added to the 4.17-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "time: Make sure jiffies_to_msecs() preserves non-zero time periods" has been added to the 4.14-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "MIPS: io: Add barrier after register read in inX()" has been added to the 4.14-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "time: Make sure jiffies_to_msecs() preserves non-zero time periods" has been added to the 3.18-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "MIPS: io: Add barrier after register read in inX()" has been added to the 3.18-stable tree
 2018-07-01 11:38 UTC  (2+ messages)

Patch "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" has been added to the 4.9-stable tree
 2018-07-01 10:10 UTC  (2+ messages)

Patch "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" has been added to the 4.4-stable tree
 2018-07-01 10:09 UTC  (2+ messages)

Patch "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" has been added to the 4.17-stable tree
 2018-07-01 10:09 UTC  (2+ messages)

Patch "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" has been added to the 4.14-stable tree
 2018-07-01 10:08 UTC  (2+ messages)

Patch "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" has been added to the 3.18-stable tree
 2018-07-01 10:01 UTC  (2+ messages)

[PATCH] MIPS: Octeon: Remove unused CIU types and macros
 2018-06-29 23:20 UTC  (2+ messages)

[PATCH 0/3] MIPS: DSP ASE regset support
 2018-06-29 17:13 UTC  (3+ messages)
` [PATCH 1/3] binfmt_elf: Respect error return from `regset->active'

[PATCH] MIPS: remove const from mips_io_port_base
 2018-06-28 22:48 UTC  (2+ messages)

[PATCH] MIPS: ath25: Convert random_ether_addr to eth_random_addr
 2018-06-28 21:32 UTC  (2+ messages)

[PATCH 0/3] Legacy clock drivers: Normalize clk API
 2018-06-28 21:31 UTC  (3+ messages)
` [PATCH 2/3] MIPS: AR7: "

[PATCH] MIPS: Fix restartable sequences
 2018-06-28 20:25 UTC  (2+ messages)

[mips-linux:mips-fixes 3/3] arch/mips/kernel/process.c:669:44: error: section attribute cannot be specified for local variables
 2018-06-28 20:11 UTC 

Mark kernel page as read-only
 2018-06-28 17:44 UTC  (3+ messages)

[PATCH] spi: ath79: drop pdata support
 2018-06-28 10:12 UTC  (5+ messages)
` Applied "spi: ath79: drop pdata support" to the spi tree

Potential BUG_ON() in do_group_exit() on 4.17.2
 2018-06-28  6:28 UTC  (3+ messages)

[GIT PULL] MIPS fix for 4.18-rc3
 2018-06-27 16:32 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox