linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 07:34:14 to 2020-05-11 03:15:40 UTC [more...]

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11  3:14 UTC  (5+ 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 00/10] riscv: make riscv build happier
 2020-05-11  2:20 UTC  (11+ 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 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 -next] riscv: perf_event: Make some funciton static
 2020-05-11  1:30 UTC  (4+ messages)
` [PATCH -next] riscv: perf: RISCV_BASE_PMU should be closeable

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

sort out the flush_icache_range mess
 2020-05-10  7:55 UTC  (32+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [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

[GIT PULL] RISC-V Fixes for 5.7-rc5
 2020-05-09 23:30 UTC  (3+ messages)

[PATCH v1 0/1] fix for spin lock bad magic on SiFive UART
 2020-05-09 10:24 UTC  (2+ messages)
` [PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console

[PATCH] fix for spin lock bad magic on SiFive UART
 2020-05-08  7:16 UTC  (9+ messages)
` [PATCH] tty: serial: add missing spin_lock_init for "

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-07 21:21 UTC  (36+ messages)
` [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [PATCH v2 07/20] arm: "
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [PATCH v2 10/20] m68k: mm: "
` [PATCH v2 11/20] parisc: "
` [PATCH v2 12/20] sparc32: "
` [PATCH v2 13/20] unicore32: "
` [PATCH v2 14/20] xtensa: "
` [PATCH v2 15/20] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH v2 16/20] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
  ` [PATCH v2.5 "
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH v2 18/20] mm: clean up free_area_init_node() and its helpers
` [PATCH v2 19/20] mm: simplify find_min_pfn_with_active_regions()
` [PATCH v2 20/20] docs/vm: update memory-models documentation

[PATCH AUTOSEL 4.19 04/20] riscv: fix vdso build with lld
 2020-05-07 14:29 UTC 

[PATCH AUTOSEL 5.4 05/35] riscv: fix vdso build with lld
 2020-05-07 14:27 UTC 

[PATCH AUTOSEL 5.6 08/50] riscv: fix vdso build with lld
 2020-05-07 14:26 UTC 

Crashes with CONFIG_SLAB_FREELIST_RANDOM
 2020-05-06 21:59 UTC  (4+ messages)

[PATCH bpf-next 0/4] RV64 BPF JIT Optimizations
 2020-05-06  8:08 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf, riscv: Enable missing verifier_zext optimizations on RV64
` [PATCH bpf-next 2/4] bpf, riscv: Optimize FROM_LE using verifier_zext "
` [PATCH bpf-next 3/4] bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 "
` [PATCH bpf-next 4/4] bpf, riscv: Optimize BPF_JSET BPF_K using andi "

[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-06  6:12 UTC  (3+ messages)
` [PATCH V2 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V2 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

We bieden financiering tegen een laag tarief
 2020-05-06  0:24 UTC 

[PATCH] RISC-V: Remove unused code from STRICT_KERNEL_RWX
 2020-05-06  0:15 UTC  (6+ messages)

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-05-05 20:12 UTC  (7+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

spinlock bad magic on SiFive uart driver
 2020-05-05 12:04 UTC  (5+ messages)

[PATCH v3] riscv: force __cpu_up_ variables to put in data section
 2020-05-05  6:41 UTC 

[GIT PULL] EFI stub loading support for RISC-V
 2020-05-04 22:10 UTC  (6+ messages)

[PATCH v2] riscv: force __cpu_up_ variables to put in data section
 2020-05-04 22:10 UTC  (5+ messages)

[PATCH] riscv: add Linux note to vdso
 2020-05-04 21:28 UTC  (2+ messages)

[PATCH v3] riscv: set max_pfn to the PFN of the last page
 2020-05-04 21:13 UTC  (2+ messages)

[PATCH 0/3] RISC-V KVM preparation
 2020-05-04 20:01 UTC  (2+ messages)

[PATCH] riscv: set max_pfn to the PFN of the last page
 2020-05-04 20:01 UTC  (2+ messages)

[PATCH 0/3] Highmem support for 32-bit RISC-V
 2020-05-04 11:27 UTC  (11+ messages)

[PATCH V18 0/2] mm/debug: Add tests validating architecture page table helpers
 2020-05-04  4:01 UTC  (2+ messages)
` [PATCH V18 2/2] "

[PATCH] riscv: force __cpu_up_ variables to put in data section
 2020-05-02  9:49 UTC  (6+ messages)

[PATCH] scsi: mptfusion: fix `make htmldocs` Warning
 2020-04-30 17:43 UTC 

[PATCH bpf-next] bpf, riscv: Fix stack layout of JITed code on RV32
 2020-04-30 14:23 UTC  (3+ messages)

[GIT PULL] RISC-V Fixes for 5.7-rc4
 2020-04-29 16:50 UTC  (2+ messages)

[PATCH v5 0/2] cacheinfo support to read no. of L2 cache ways enabled
 2020-04-29  7:40 UTC  (3+ messages)

[PATCH v4 0/4] Clean up hugetlb boot command line processing
 2020-04-28 20:56 UTC  (5+ messages)
` [PATCH v4 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v4 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v4 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v4 4/4] hugetlbfs: clean up command line processing

[RFC PATCH 0/4] fix macb phy probe failure if phy-reset is not handled
 2020-04-28 11:16 UTC  (5+ messages)
` [RFC PATCH 1/4] dts: phy: fix missing mdio device and probe failure of vsc8541-01 device
` [RFC PATCH 2/4] dts: phy: add GPIO number and active state used for phy reset
` [RFC PATCH 3/4] riscv: defconfig: enable gpio support for HiFive Unleashed
` [RFC PATCH 4/4] dt-bindings: net: phy: extend dt binding for VSC8541 ethernet-phy

[PATCH v12 00/17] KVM RISC-V Support
 2020-04-28  7:33 UTC  (16+ messages)
` [PATCH v12 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v12 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v12 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v12 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v12 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v12 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v12 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v12 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v12 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v12 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v12 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v12 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v12 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v12 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v12 17/17] RISC-V: KVM: Add MAINTAINERS entry


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