linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 08:55:57 to 2020-08-05 17:11:56 UTC [more...]

[PATCH v2 0/3] kprobes: Remove MODULE dependency
 2020-07-24 15:46 UTC  (8+ messages)
` [PATCH v2 1/3] module: Rename module_alloc() to text_alloc() and move to kernel proper

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-05 17:11 UTC  (34+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v2 06/17] riscv: drop unneeded node initialization
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH net-next v2 2/6] tunnels: PMTU discovery support for directly bridged IP packets
 2020-08-05 17:02 UTC  (2+ messages)

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-05 13:05 UTC  (8+ messages)
` [PATCH v3 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v3 2/6] mmap: make mlock_future_check() global
` [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v3 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v3 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v3 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH 1/2] riscv: ptrace: Use the correct API for `fcsr' access
 2020-08-05 10:25 UTC  (7+ messages)

[PATCH v6 0/4] Dedicated CLINT timer driver
 2020-08-05  9:37 UTC  (14+ messages)
` [PATCH v6 2/4] clocksource/drivers: Add "
` [PATCH v6 3/4] RISC-V: Remove CLINT related code from timer and arch
` [PATCH v6 4/4] dt-bindings: timer: Add CLINT bindings

[PATCH] riscv: Add sfence.vma after page table changed
 2020-08-05  8:12 UTC  (4+ messages)

[PATCH 2/2] riscv: ptrace: Improve the style in NT_PRFPREG regset handling
 2020-08-05  2:01 UTC  (2+ messages)

[PATCH v6 1/4] RISC-V: Add mechanism to provide custom IPI operations
 2020-08-05  1:47 UTC  (2+ messages)

[PATCH 2/2] speakup: only build serialio when ISA is enabled
 2020-08-04 16:11 UTC  (3+ messages)

5.8 Pull Request
 2020-08-03 21:32 UTC  (2+ messages)

[PATCH RESEND] riscv: don't specify -mno-save-restore when building with clang
 2020-08-03 20:28 UTC  (14+ messages)
` [PATCH v2] riscv: don't specify -mno-save-restore when building with clang < 11

[PATCH 0/6] Add SBI v0.2 support for KVM
 2020-08-03 17:58 UTC  (7+ messages)
` [PATCH 1/6] RISC-V: Add a non-void return for sbi v02 functions
` [PATCH 2/6] RISC-V: Mark the existing SBI v0.1 implementation as legacy
` [PATCH 3/6] RISC-V: Reorganize SBI code by moving legacy SBI to its own file
` [PATCH 4/6] RISC-V: Add SBI v0.2 base extension
` [PATCH 5/6] RISC-V: Add v0.1 replacement SBI extensions defined in v02
` [PATCH 6/6] RISC-V: Add SBI HSM extension in KVM

Patchwork for linux-riscv
 2020-08-03 17:46 UTC  (6+ messages)

[RFT PATCH v4 0/9] Add UEFI support for RISC-V
 2020-08-03  0:55 UTC  (13+ messages)
` [RFT PATCH v4 1/9] RISC-V: Move DT mapping outof fixmap
` [RFT PATCH v4 2/9] RISC-V: Add early ioremap support
` [RFT PATCH v4 3/9] RISC-V: Implement late mapping page table allocation functions
` [RFT PATCH v4 4/9] include: pe.h: Add RISC-V related PE definition
` [RFT PATCH v4 5/9] RISC-V: Add PE/COFF header for EFI stub
` [RFT PATCH v4 6/9] RISC-V: Add EFI stub support
` [RFT PATCH v4 7/9] efi: Rename arm-init to efi-init common for all arch
` [RFT PATCH v4 8/9] RISC-V: Add EFI runtime services
` [RFT PATCH v4 9/9] RISC-V: Add page table dump support for uefi

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (34+ messages)
` [PATCH 01/15] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages
` [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [PATCH 07/15] riscv: drop unneeded node initialization
` [PATCH 08/15] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH 09/15] memblock: make for_each_memblock_type() iterator private
` [PATCH 10/15] memblock: make memblock_debug and related functionality private
` [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved
` [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock()

RISC-V Microconference Accepted into 2020 Linux Plumbers Conference
 2020-08-02  7:14 UTC 

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (15+ messages)
` [PATCH v2 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v2 2/7] mmap: make mlock_future_check() global
` [PATCH v2 3/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v2 4/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v2 5/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v2 6/7] mm: secretmem: add ability to reserve memory at boot
` [PATCH v2 7/7] "

[RFC PATCH] dt-bindings: riscv: Add YAML documentation for PMU
 2020-07-31  9:44 UTC  (9+ messages)

[PATCH] riscv: disable stack-protector for vDSO
 2020-07-31  3:58 UTC  (2+ messages)

[PATCH 17/24] riscv: use asm-generic/mmu_context.h for no-op implementations
 2020-07-30 21:20 UTC  (2+ messages)

[PATCH v1 1/2] riscv: Avoid unaligned access when relocating modules
 2020-07-30 18:53 UTC  (3+ messages)
` [PATCH v1 2/2] riscv: Clean up module relocations

[PATCH] RISC-V: Fix build warning for smpboot.c
 2020-07-30  0:25 UTC 

Add and use a generic version of devmem_is_allowed()
 2020-07-29  0:00 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 16/17] RISC-V: Set maximum number of mapped pages correctly
 2020-07-27 23:24 UTC 

[PATCH AUTOSEL 5.7 11/25] riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence
 2020-07-27 23:23 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 23/25] RISC-V: Set maximum number of mapped pages correctly
` [PATCH AUTOSEL 5.7 25/25] riscv: Parse all memory blocks to remove unusable memory

[PATCH] riscv: Grab text_mutex before patching jump-labels
 2020-07-27 20:19 UTC  (2+ messages)

[PATCH v4 4/4] dt-bindings: timer: Add CLINT bindings
 2020-07-27 11:47 UTC  (3+ messages)

[PATCH 0/3] Get cache information from userland
 2020-07-27  3:03 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 18/19] RISC-V: Upgrade smp_mb__after_spinlock() to iorw, iorw
 2020-07-26 18:36 UTC  (2+ messages)

[PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
 2020-07-26 17:44 UTC  (2+ messages)

[RFC 0/2] Add risc-v vhost-net support
 2020-07-26 12:58 UTC  (6+ messages)
` [RFC 1/2] RISC-V: KVM: enable ioeventfd capability and compile for risc-v
` [RFC 2/2] RISC-V: KVM: read\write kernel mmio device support

[GIT PULL] RISC-V Fixes for 5.8-rc7
 2020-07-25 22:30 UTC  (2+ messages)

[PATCH 0/2] Fix some build warnings when W=1
 2020-07-25 18:24 UTC  (2+ messages)

[PATCH 3/4] RISC-V: Do not rely on initrd_start/end computed during early dt parsing
 2020-07-25  5:44 UTC  (3+ messages)

[PATCH 1/4] RISC-V: Setup exception vector early
 2020-07-25  5:26 UTC  (3+ messages)

[PATCH 4/4] riscv: Parse all memory blocks to remove unusable memory
 2020-07-25  5:12 UTC  (2+ messages)

[PATCH 2/4] RISC-V: Set maximum number of mapped pages correctly
 2020-07-25  5:12 UTC  (2+ messages)

[PATCH] openrisc: Implement proper SMP tlb flushing
 2020-07-25  1:00 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).