linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-10 07:59:04 to 2020-05-20 22:20:12 UTC [more...]

[PATCH v5 0/2] cacheinfo support to read no. of L2 cache ways enabled
 2020-05-20 22:19 UTC  (2+ messages)

[PATCH 00/10] riscv: make riscv build happier
 2020-05-20  2:57 UTC  (27+ messages)
` [PATCH 01/10] riscv: Fix unmet direct dependencies built based on SOC_VIRT
` [PATCH 02/10] riscv: stacktrace: Fix undefined reference to `walk_stackframe'
` [PATCH 03/10] riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMU
` [PATCH 04/10] riscv: Fix print_vm_layout build error "
  ` [PATCH v2] "
` [PATCH 05/10] riscv: Disable ARCH_HAS_DEBUG_WX "
` [PATCH 06/10] riscv: Disable ARCH_HAS_DEBUG_VIRTUAL "
` [PATCH 07/10] riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMU
` [PATCH 08/10] riscv: pgtable: Fix __kernel_map_pages build error if NOMMU
` [PATCH 09/10] timer-riscv: Fix undefined riscv_time_val
` [PATCH 10/10] riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'

[PATCH v2 0/2] enable spi flash and update is25wp256d page write capabilities
 2020-05-19 10:46 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00
` [PATCH v2 2/2] spi: nor: update page program settings for is25wp256 using post bfpt fixup

[PATCH 1/1] riscv: sort select statements alphanumerically
 2020-05-19  3:42 UTC 

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-05-18 21:38 UTC  (4+ messages)
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES

sort out the flush_icache_range mess v2
 2020-05-18 18:20 UTC  (32+ messages)
` [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/29] nds32: unexport flush_icache_page
` [PATCH 03/29] powerpc: unexport flush_icache_user_range
` [PATCH 04/29] unicore32: remove flush_cache_user_range
` [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 07/29] asm-generic: improve the flush_dcache_page stub
` [PATCH 08/29] alpha: use asm-generic/cacheflush.h
` [PATCH 09/29] arm64: "
` [PATCH 10/29] c6x: "
` [PATCH 11/29] hexagon: "
` [PATCH 12/29] ia64: "
` [PATCH 13/29] microblaze: "
` [PATCH 14/29] m68knommu: "
` [PATCH 15/29] openrisc: "
` [PATCH 16/29] powerpc: "
` [PATCH 17/29] riscv: "
` [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 20/29] asm-generic: add a flush_icache_user_range stub
` [PATCH 21/29] sh: implement flush_icache_user_range
` [PATCH 22/29] xtensa: "
` [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 24/29] m68k: implement flush_icache_user_range
` [PATCH 25/29] exec: only build read_code when needed
` [PATCH 26/29] exec: use flush_icache_user_range in read_code
` [PATCH 27/29] binfmt_flat: use flush_icache_user_range
` [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k

[PATCH v2 0/3] More improvements for multiple PLICs
 2020-05-18  9:14 UTC  (4+ messages)
` [PATCH v2 1/3] irqchip/sifive-plic: Set default irq affinity in plic_irqdomain_map()
` [PATCH v2 2/3] irqchip/sifive-plic: Setup cpuhp once after boot CPU handler is present
` [PATCH v2 3/3] irqchip/sifive-plic: Improve boot prints for multiple PLIC instances

[PATCH 0/4] More improvements for multiple PLICs
 2020-05-18  9:00 UTC  (20+ messages)
` [PATCH 1/4] irqchip/sifive-plic: Setup cpuhp once after current handler is present
` [PATCH 2/4] irqchip/sifive-plic: Improve boot prints for multiple PLIC instances
` [PATCH 3/4] irqchip/sifive-plic: Separate irq_chip for muiltiple "
` [PATCH 4/4] irqchip/sifive-plic: Set default irq affinity in plic_irqdomain_map()

Crashes with CONFIG_SLAB_FREELIST_RANDOM
 2020-05-16 13:33 UTC  (3+ messages)

[PATCH v2 00/12] mm: consolidate definitions of page table accessors
 2020-05-15 21:12 UTC  (14+ messages)
` [PATCH v2 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [PATCH v2 02/12] mm: introduce include/linux/pgtable.h
` [PATCH v2 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [PATCH v2 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [PATCH v2 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [PATCH v2 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
` [PATCH v2 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [PATCH v2 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [PATCH v2 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [PATCH v2 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [PATCH v2 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [PATCH v2 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions

[GIT PULL] RISC-V Fixes for 5.7-rc6
 2020-05-15 20:00 UTC  (2+ messages)

[PATCH v1 0/2] update is25wp256d page write capabilities
 2020-05-15  8:41 UTC  (5+ messages)
` [PATCH v1 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board
` [PATCH v1 2/2] spi: nor: update page program settings for is25wp256 using post bfpt fixup

[PATCH] riscv: perf: fix build error for dependency issue
 2020-05-14  9:29 UTC  (2+ messages)

[PATCH] irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts
 2020-05-13 21:34 UTC  (2+ messages)

[PATCH 1/5] spi: dt-bindings: sifive: Add missing 2nd register region
 2020-05-13 21:22 UTC  (5+ messages)

[PATCH v1 0/3] fix macb phy probe failure if phy-reset is not handled
 2020-05-13 13:57 UTC  (4+ messages)
` [PATCH v1 1/3] dts: phy: fix missing mdio device and probe failure of vsc8541-01 device
` [PATCH v1 2/3] dts: phy: add GPIO number and active state used for phy reset
` [PATCH v1 3/3] riscv: defconfig: enable gpio support for HiFive Unleashed

[PATCH 00/12] mm: consolidate definitions of page table accessors
 2020-05-13 11:19 UTC  (18+ messages)
` [PATCH 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [PATCH 02/12] mm: introduce include/linux/pgtable.h
` [PATCH 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [PATCH 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [PATCH 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [PATCH 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
  ` [PATCH 06/12] m68k/mm: move {cache,nocahe}_page() "
` [PATCH 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [PATCH 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [PATCH 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [PATCH 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [PATCH 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [PATCH 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions

[PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console
 2020-05-13  8:14 UTC  (4+ messages)

sort out the flush_icache_range mess
 2020-05-13  6:23 UTC  (44+ messages)
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

[PATCH -next] riscv: perf: RISCV_BASE_PMU should be closeable
 2020-05-12 21:02 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.7-rc5
 2020-05-12  8:53 UTC  (6+ messages)

[RFC PATCH 0/4] fix macb phy probe failure if phy-reset is not handled
 2020-05-12  7:14 UTC  (4+ messages)
` [RFC PATCH 4/4] dt-bindings: net: phy: extend dt binding for VSC8541 ethernet-phy

[PATCH -next] riscv: perf_event: Make some funciton static
 2020-05-11 21:07 UTC  (3+ messages)

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11 20:22 UTC  (7+ messages)
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V3 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board
 2020-05-10 15:32 UTC  (6+ messages)


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