linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-01 09:13:26 to 2020-06-19 01:34:21 UTC [more...]

[PATCH] RISC-V: Acquire mmap lock before invoking walk_page_range
 2020-06-19  1:33 UTC  (4+ messages)

[PATCH 0/2] PUD/PGDIR entries for linear mapping
 2020-06-19  0:47 UTC  (12+ messages)
` [PATCH 1/2] riscv: Get memory below load_pa while ensuring linear mapping is PMD aligned
` [PATCH 2/2] riscv: Use PUD/PGDIR entries for linear mapping when possible

[PATCH] RISC-V: Don't allow write+exec only page mapping request in mmap
 2020-06-19  0:31 UTC  (2+ messages)

[PATCH 18/25] mm/riscv: Use mm_fault_accounting()
 2020-06-19  0:12 UTC  (3+ messages)

[PATCH 0/3] RISC-V: Add kexec/kdump support
 2020-06-18 23:06 UTC  (8+ messages)

[PATCH v2 0/8] Introduce sv48 support
 2020-06-18 21:54 UTC  (11+ messages)
` [PATCH v2 1/8] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
` [PATCH v2 2/8] riscv: Allow to dynamically define VA_BITS
` [PATCH v2 3/8] riscv: Simplify MAXPHYSMEM config
` [PATCH v2 4/8] riscv: Prepare ptdump for vm layout dynamic addresses
` [PATCH v2 5/8] riscv: Implement sv48 support
` [PATCH v2 6/8] riscv: Allow user to downgrade to sv39 when hw supports sv48
` [PATCH v2 7/8] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo
` [PATCH v2 8/8] riscv: Explicit comment about user virtual address space size

[PATCH v2 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-18 21:53 UTC  (3+ messages)

[PATCH] riscv/atomic: Fix sign extension for RV64I
 2020-06-18 21:43 UTC  (3+ messages)

[RFC/RFT 0/2] RISC-V: kprobes/kretprobe support
 2020-06-18 16:14 UTC  (11+ messages)
` [RFC/RFT 2/2] "

[PATCH V3 (RESEND) 0/3] arm64: Enable vmemmap mapping from device memory
 2020-06-18  8:56 UTC  (3+ messages)
` [PATCH V3 (RESEND) 1/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-17 10:01 UTC  (6+ messages)
` [PATCH V3 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V3 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V3 4/4] Documentation/mm: Add descriptions for arch page table helpers

mm lock issue while booting Linux on 5.8-rc1 for RISC-V
 2020-06-17  7:34 UTC  (18+ messages)

[PATCH 0/2] Add STRICT_DEVMEM support on RISC-V
 2020-06-17  6:32 UTC  (9+ messages)
` [PATCH 1/2] riscv: Register System RAM as iomem resources
` [PATCH 2/2] riscv: Support CONFIG_STRICT_DEVMEM

Upstream binutils commit a87e1817a435dab6c6c042f9306497c9f13d4236 breaks building the RISC-V vDSO
 2020-06-17  3:34 UTC  (4+ messages)

[PATCH 0/3] riscv: Enable LOCKDEP
 2020-06-16 15:57 UTC  (4+ messages)
` [PATCH 1/3] riscv: Fixup static_obj() fail
` [PATCH 2/3] riscv: Fixup lockdep_assert_held with wrong param cpu_running
` [PATCH 3/3] riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT

[PATCH 0/3] Dynamic CPU frequency switching for the HiFive
 2020-06-16 12:01 UTC  (4+ messages)
` [PATCH 1/3] riscv: defconfig, Kconfig: enable CPU power management
` [PATCH 2/3] riscv: dts: fu540-c000: define hart clocks
` [PATCH 3/3] riscv: dts: HiFive Unleashed: define a default set of CPU OPPs

[PATCH] riscv: fix typo in asm/hwcap.h uapi header
 2020-06-16  8:53 UTC 

[PATCH v5 0/7] Add UEFI support for RISC-V
 2020-06-16  8:16 UTC  (4+ messages)
` [PATCH v5 2/7] efi/libstub: Make initrd file loader configurable

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[PATCH] irqchip: riscv-intc: Fix a typo in a pr_warn()
 2020-06-12 14:06 UTC  (2+ messages)

[PATCH v5 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-12 12:30 UTC  (9+ messages)
` [PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
` [PATCH v5 2/4] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v5 3/4] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v5 4/4] riscv: Check relocations at compile time

[PATCH v6 00/13] riscv: Add vector ISA support
 2020-06-12  7:10 UTC  (14+ messages)
` [PATCH 01/13] ptrace: Use regset_size() for dynamic regset
` [PATCH 02/13] riscv: Separate patch for cflags and aflags
` [PATCH 03/13] riscv: Rename __switch_to_aux -> fpu
` [PATCH 04/13] riscv: Extending cpufeature.c to detect V-extension
` [PATCH 05/13] riscv: Add new csr defines related to vector extension
` [PATCH 06/13] riscv: Add vector feature to compile
` [PATCH 07/13] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH 08/13] riscv: Reset vector register
` [PATCH 09/13] riscv: Add vector struct and assembler definitions
` [PATCH 10/13] riscv: Add task switch support for vector
` [PATCH 11/13] riscv: Add ptrace vector support
` [PATCH 12/13] riscv: Add sigcontext save/restore for vector
` [PATCH 13/13] riscv: signal: Report signal frame size to userspace via auxv

[GIT PULL] RISC-V Patches for the 5.8 Merge Window, Part 2
 2020-06-11 22:00 UTC  (2+ messages)

[PATCH v8 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-11 17:54 UTC  (8+ messages)
` [PATCH v8 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v8 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v8 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v8 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v8 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v8 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH v4 0/2] riscv: introduce vDSO common flow
 2020-06-11  2:50 UTC  (4+ messages)
` [PATCH v4 1/2] riscv: use vDSO common flow to reduce the latency of the time-related functions
` [PATCH v4 2/2] riscv: set the permission of vdso_data to read-only

[PATCH AUTOSEL 5.6 073/606] riscv: perf: RISCV_BASE_PMU should be independent
 2020-06-08 23:06 UTC  (6+ messages)
` [PATCH AUTOSEL 5.6 181/606] tty: serial: add missing spin_lock_init for SiFive serial console
` [PATCH AUTOSEL 5.6 275/606] riscv: Fix unmet direct dependencies built based on SOC_VIRT
` [PATCH AUTOSEL 5.6 276/606] riscv: stacktrace: Fix undefined reference to `walk_stackframe'
` [PATCH AUTOSEL 5.6 277/606] riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMU
` [PATCH AUTOSEL 5.6 284/606] riscv: pgtable: Fix __kernel_map_pages build error "

[PATCH AUTOSEL 5.7 123/274] bpf, riscv: Fix tail call count off by one in RV32 BPF JIT
 2020-06-08 23:03 UTC 

[PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations
 2020-06-07  4:31 UTC  (3+ messages)

[PATCH 4/5] clocksource/drivers: Add CLINT timer driver
 2020-06-07  4:26 UTC  (3+ messages)

[PATCH 3/5] clocksource/drivers/timer-riscv: Remove MMIO related stuff
 2020-06-07  4:15 UTC  (3+ messages)

[PATCH 2/5] RISC-V: Remove CLINT related code
 2020-06-07  4:13 UTC  (3+ messages)

[PATCH v4 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-05 12:30 UTC  (7+ messages)
` [PATCH v4 1/4] riscv: Move kernel mapping to vmalloc zone
` [PATCH v4 2/4] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v4 3/4] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v4 4/4] riscv: Check relocations at compile time

[PATCH 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-05  3:34 UTC 

[GIT PULL] RISC-V Patches for the 5.8 Merge Window, Part 1
 2020-06-05  3:30 UTC  (5+ messages)

[PATCH] riscv: fix build warning of missing prototypes
 2020-06-05  0:01 UTC  (2+ messages)

[PATCH 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-05  0:01 UTC  (2+ messages)

[PATCH] RISC-V: Sort select statements alphanumerically
 2020-06-04 21:00 UTC 

[PATCH 5/5] dt-bindings: timer: Add CLINT bindings
 2020-06-04 20:40 UTC  (2+ messages)

Crashes with CONFIG_SLAB_FREELIST_RANDOM
 2020-06-04 17:15 UTC  (4+ messages)

[PATCH v7 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-02  5:33 UTC  (11+ messages)
` [PATCH v7 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v7 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v7 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v7 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v7 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v7 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[RFC PATCH v4 00/13] riscv: Add vector ISA support
 2020-06-02  3:08 UTC  (10+ messages)
` [RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features
` [RFC PATCH v4 11/13] riscv: Add ptrace vector support
` [RFC PATCH v4 12/13] riscv: Add sigcontext save/restore for vector

[PATCH v2] riscv: fix build warning of missing prototypes
 2020-06-01 18:39 UTC  (2+ messages)

[PATCH v2] RISC-V: Don't mark init section as non-executable
 2020-06-01 18:23 UTC  (2+ messages)

[PATCH v6 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-01  9:33 UTC  (11+ messages)
` [PATCH v6 3/6] irqchip: RISC-V per-HART local interrupt controller driver


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