linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 06:32:11 to 2019-10-23 12:44:35 UTC [more...]

[PATCH 0/8] ARC: merge HAPS-HS with nSIM-HS configs
 2019-10-23 12:44 UTC  (8+ messages)
` [PATCH 1/8] ARC: regenerate nSIM and HAPS defconfigs
` [PATCH 2/8] ARC: HAPS: cleanup defconfigs from unused IO-related options
` [PATCH 3/8] ARC: HAPS: use same UART configuration everywhere
` [PATCH 4/8] ARC: HAPS: add HIGHMEM memory zone to DTS
` [PATCH 5/8] ARC: HAPS: cleanup defconfigs from unused ETH drivers
` [PATCH 6/8] ARC: merge HAPS-HS with nSIM-HS configs
` [PATCH 8/8] ARC: nSIM_700: remove unused network options

kisskb: FAILED linux-next/axs101_defconfig/arcompact Wed Oct 23, 16:03
 2019-10-23  5:03 UTC 

[RFC 0/6] ARC: merge HAPS-HS with nSIM-HS configs
 2019-10-22 18:24 UTC  (11+ messages)
` [RFC 1/6] ARC: regenerate nSIM and HAPS defconfigs
` [RFC 2/6] ARC: HAPS: cleanup defconfigs from unused IO-related options
` [RFC 3/6] ARC: HAPS: use same UART configuration everywhere
` [RFC 4/6] ARC: HAPS: add HIGHMEM memory zone to DTS
` [RFC 5/6] ARC: HAPS: cleanup defconfigs from unused ETH drivers
` [RFC 6/6] ARC: merge HAPS-HS with nSIM-HS configs

[PATCH] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
 2019-10-22 15:23 UTC  (7+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] ARC: perf: Accommodate big-endian CPU
 2019-10-22 14:04 UTC 

[PATCH V7] mm/debug: Add tests validating architecture page table helpers
 2019-10-22 11:18 UTC  (4+ messages)

[PATCH 0/7] add support for clocksource/clockevent DT selection
 2019-10-21 14:17 UTC  (18+ messages)
` [PATCH 4/7] dt-bindings: chosen: Add clocksource and clockevent selection

generic ioremap (and lots of cleanups) v2
 2019-10-21  8:47 UTC  (28+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 02/21] unicore32: "
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 04/21] hexagon: clean up ioremap
` [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [PATCH 06/21] nios2: remove __ioremap
` [PATCH 07/21] parisc: "
` [PATCH 08/21] x86: clean up ioremap
` [PATCH 09/21] xtensa: "
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 13/21] m68k: rename __iounmap and mark it static
` [PATCH 14/21] hexagon: remove __iounmap
` [PATCH 15/21] nios2: "
` [PATCH 16/21] sh: "
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 18/21] riscv: use the generic ioremap code
` [PATCH 19/21] nds32: use generic ioremap
` [PATCH 20/21] csky: remove ioremap_cache
` [PATCH 21/21] csky: use generic ioremap

[PATCH 0/2] ARC: [plat-hsdk]: enable on-board SPI peripherals
 2019-10-18 13:39 UTC  (4+ messages)
` [PATCH 1/2] ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
` [PATCH 2/2] ARC: [plat-hsdk]: Enable on-boardi SPI ADC IC

[PATCH v12 02/22] arc: mm: Add p?d_leaf() definitions
 2019-10-18 10:12 UTC 

[PATCH v3 0/5] elide extraneous generated code for folded p4d/pud/pmd
 2019-10-16 16:24 UTC  (6+ messages)
` [PATCH v3 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v3 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v3 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v3 5/5] asm-generic/mm: stub out p{4, u}d_clear_bad() if __PAGETABLE_P{4, U}D_FOLDED

[PATCH v2 0/5] eldie generated code for folded p4d/pud
 2019-10-16 10:35 UTC  (11+ messages)
` [PATCH v2 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v2 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v2 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v2 5/5] asm-generic/mm: stub out p{4, d}d_clear_bad() if __PAGETABLE_P{4, u}D_FOLDED
  ` [PATCH v2 5/5] asm-generic/mm: stub out p{4,d}d_clear_bad() if __PAGETABLE_P{4,u}D_FOLDED

[PATCH V6 1/2] mm/page_alloc: Make alloc_gigantic_page() available for general use
 2019-10-16  9:54 UTC  (17+ messages)
  ` [PATCH V6 2/2] mm/debug: Add tests validating architecture page table helpers
` [PATCH V6 0/2] "

[PATCH 04/34] ARC: Use CONFIG_PREEMPTION
 2019-10-15 19:17 UTC 

[PATCH 0/3] eldie generated code for folded p4d/pud
 2019-10-11 22:38 UTC  (9+ messages)
` [PATCH 1/3] asm-generic/tlb: stub out pud_free_tlb() if __PAGETABLE_PUD_FOLDED
` [PATCH 2/3] asm-generic/tlb: stub out p4d_free_tlb() if __PAGETABLE_P4D_FOLDED
` [PATCH 3/3] asm-generic/mm: stub out p{4, d}d_clear_bad() if __PAGETABLE_P{4, u}D_FOLDED
      ` [RFC] asm-generic/tlb: stub out pmd_free_tlb() if __PAGETABLE_PMD_FOLDED

[PATCH V5 0/2] mm/debug: Add tests validating architecture page table helpers
 2019-10-11  6:25 UTC  (3+ messages)
` [PATCH V5 1/2] mm/hugetlb: Make alloc_gigantic_page() available for general use
` [PATCH V5 2/2] mm/debug: Add tests validating architecture page table helpers

[PATCH v3] arc: emsdp/iotdk: Switch to DM_MMC
 2019-10-09  7:26 UTC 

[PATCH] arc: emsdp: docs: Prefer Degilent over Opella-XD
 2019-10-09  7:21 UTC 

kisskb: OK linux-next/axs101_defconfig/arcompact Wed Oct 09, 17:12
 2019-10-09  6:14 UTC 

[PATCH v2] arc: emsdp/iotdk: Switch to DM_MMC
 2019-10-08 15:51 UTC 

[PATCH] arc: emsdp: Increase max FAT cluster size
 2019-10-08 15:41 UTC 

[PATCH] arc: emsdp/iotdk: Switch to DM_MMC
 2019-10-08 15:40 UTC 

[PATCH V4 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-10-08  8:13 UTC  (9+ messages)
` [PATCH V4 1/2] mm/hugetlb: Make alloc_gigantic_page() available for general use
` [PATCH V4 2/2] mm/pgtable/debug: Add test validating architecture page table helpers

kisskb: FAILED linux-next/axs101_defconfig/arcompact Tue Oct 08, 15:40
 2019-10-08  4:41 UTC 

[PATCH v11 02/22] arc: mm: Add p?d_leaf() definitions
 2019-10-07 15:38 UTC 

[PATCH v2 00/21] Refine memblock API
 2019-10-02 11:14 UTC  (13+ messages)

kisskb: OK linus/axs101_defconfig/arcompact Wed Sep 25, 15:29
 2019-09-25  5:31 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Wed Sep 25, 15:28
 2019-09-25  5:29 UTC 

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

[PATCH V2 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-20  4:06 UTC  (15+ messages)
` [PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture "

stable backport for dc8635b78cd8669
 2019-09-19 21:11 UTC  (7+ messages)
      ` [PATCH] ARC: export "abort" for modules
        ` Patch "ARC: export "abort" for modules" has been added to the 4.4-stable tree
        ` Patch "ARC: export "abort" for modules" has been added to the 4.9-stable tree

[PATCH] mm/pgtable/debug: Fix test validating architecture page table helpers
 2019-09-19  5:44 UTC  (8+ messages)

kisskb: OK linus/axs101_defconfig/arcompact Wed Sep 18, 13:22
 2019-09-18  3:23 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Wed Sep 18, 13:22
 2019-09-18  3:23 UTC 

[PATCH 0/6] ARC MMU code updates
 2019-09-17 21:08 UTC  (9+ messages)
` [PATCH 1/6] ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg
` [PATCH 2/6] ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STD
` [PATCH 3/6] ARC: mm: TLB Miss optim: avoid re-reading ECR
` [PATCH 4/6] ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not available
` [PATCH 5/6] ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop
` [PATCH 6/6] ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3

[PATCH 0/6] ignore @ 2.28 no sendmail adj
 2019-09-16 21:29 UTC 

[PATCH 0/6] ignore @ 2.26
 2019-09-16 21:27 UTC 

[PATCH 0/6] ignore @ 2.18
 2019-09-16 21:18 UTC 

[PATCH 0/6] ignore @ 2.16
 2019-09-16 21:17 UTC 

[PATCH 0/6] ignore @ 2.06
 2019-09-16 21:06 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).