messages from 2020-07-28 05:13:28 to 2020-08-14 21:48:54 UTC [more...]
[RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
2020-08-14 21:47 UTC (2+ messages)
` [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic
[PATCH v5 0/9] Add UEFI support for RISC-V
2020-08-14 16:50 UTC (18+ messages)
` [PATCH v5 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v5 2/9] RISC-V: Add early ioremap support
` [PATCH v5 3/9] RISC-V: Implement late mapping page table allocation functions
` [PATCH v5 4/9] include: pe.h: Add RISC-V related PE definition
` [PATCH v5 5/9] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v5 6/9] RISC-V: Add EFI stub support
` [PATCH v5 7/9] efi: Rename arm-init to efi-init common for all arch
` [PATCH v5 8/9] RISC-V: Add EFI runtime services
` [PATCH v5 9/9] RISC-V: Add page table dump support for uefi
[PATCH] ftrace: Fixup lockdep assert held of text_mutex
2020-08-13 15:37 UTC (5+ messages)
[PATCH v2] riscv: Setup exception vector for nommu platform
2020-08-13 8:49 UTC (6+ messages)
[PATCH] riscv: Setup exception vector for K210 properly
2020-08-12 7:41 UTC (10+ messages)
` "
[PATCH] Documentation/features: refresh RISC-V arch support files
2020-08-11 16:39 UTC (2+ messages)
[GIT PULL] RISC-V Patches for the 5.9 Merge Window, Part 1
2020-08-07 17:47 UTC (2+ messages)
[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
2020-08-06 11:14 UTC (13+ 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 19:48 UTC (8+ messages)
[PATCH v1 1/2] riscv: Avoid unaligned access when relocating modules
2020-08-05 17:28 UTC (4+ messages)
` [PATCH v1 2/2] riscv: Clean up module relocations
[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 v6 0/4] Dedicated CLINT timer driver
2020-08-05 9:37 UTC (3+ messages)
[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 2/4] clocksource/drivers: Add CLINT timer driver
2020-08-05 1:47 UTC (2+ messages)
[PATCH v6 3/4] RISC-V: Remove CLINT related code from timer and arch
2020-08-05 1:47 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 v6 4/4] dt-bindings: timer: Add CLINT bindings
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 (33+ messages)
` [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 (7+ messages)
` [PATCH v2 3/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] 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).