linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-03 23:50:26 to 2019-10-17 17:48:29 UTC [more...]

generic ioremap (and lots of cleanups) v2
 2019-10-17 17:45 UTC  (4+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 02/21] unicore32: "
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc

[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/7] add support for clocksource/clockevent DT selection
 2019-10-13 18:16 UTC  (31+ messages)
` [PATCH 1/7] clocksource/drivers/c-sky: request timer_of_init only for probing CPU
` [PATCH 2/7] clocksource: change timer registration macros
` [PATCH 3/7] clocksource/timer_of: use BIT() macro
` [PATCH 4/7] dt-bindings: chosen: Add clocksource and clockevent selection
` [PATCH 5/7] clocksource/drivers/timer-of: add support support for timer's functionalities
` [PATCH 6/7] drivers/clocksource/timer-of: keep declaration on one line
` [PATCH 7/7] clocksource/drivers/integrator-ap: parse the chosen node

[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] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
 2019-10-10  8:28 UTC  (6+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[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  (29+ messages)
` [PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture "
    ` [PATCH] mm/pgtable/debug: Fix "

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

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 

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-10  5:43 UTC  (20+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH AUTOSEL 4.19 111/167] signal/arc: Use force_sig_fault where appropriate
 2019-09-04 16:41 UTC  (4+ messages)

[RFC PATCH] net: designware: drop compatible altr,socfpga-stmmac
 2019-09-04 13:48 UTC  (4+ messages)
  ` [U-Boot] [RFC PATCH] net: designware: drop compatible altr, socfpga-stmmac

[PATCH 1/3] init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
 2019-09-04  3:08 UTC  (5+ messages)
` [PATCH 2/3] kbuild, arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC

test email 3 from webmail
 2019-09-03 23:50 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).