linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 18:04:44 to 2021-04-02 15:21:04 UTC [more...]

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-02 15:18 UTC  (11+ messages)
` [PATCH v4 01/20] cmdline: Add generic function to build command line
` [PATCH v4 02/20] drivers: of: use cmdline building function
` [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v4 08/20] arm: "
` [PATCH v4 09/20] arm64: "
` [PATCH v4 10/20] hexagon: "

[PATCH] riscv: keep interrupts disabled for BREAKPOINT exception
 2021-04-02 13:32 UTC  (6+ messages)

[PATCH] riscv: vdso: fix and clean-up Makefile
 2021-04-02 13:29 UTC 

[PATCH v4 0/5] Add support for the PolarFire SoC system controller
 2021-04-02 12:08 UTC  (5+ messages)

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2021-04-02  8:58 UTC  (6+ messages)

[PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
 2021-04-02  6:06 UTC  (2+ messages)

[PATCH] riscv: Make NUMA depend on MMU
 2021-04-02  4:33 UTC  (2+ messages)

[PATCH v2 0/9] riscv: improve self-protection
 2021-04-02  4:18 UTC  (17+ messages)
` [PATCH v2 1/9] riscv: add __init section marker to some functions
` [PATCH v2 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH v2 3/9] riscv: Constify sys_call_table
` [PATCH v2 4/9] riscv: Constify sbi_ipi_ops
` [PATCH v2 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH v2 6/9] riscv: bpf: Write protect JIT code
` [PATCH v2 7/9] riscv: bpf: Avoid breaking W^X on RV64
` [PATCH v2 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH v2 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH v4 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01 16:54 UTC  (11+ messages)
` [PATCH v4 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
` [PATCH v4 2/6] clk: sifive: Use reset-simple "
` [PATCH v4 3/6] MAINTAINERS: Add maintainers for SiFive FU740 "
` [PATCH v4 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v4 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
` [PATCH v4 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC

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

[PATCH v16 00/17] KVM RISC-V Support
 2021-04-01 13:24 UTC  (5+ messages)

[PATCH v6] RISC-V: enable XIP
 2021-04-01 11:10 UTC  (11+ messages)

[PATCH V2 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
 2021-04-01  6:44 UTC 

[PATCH] implement flush_cache_vmap and flush_cache_vunmap for RISC-V
 2021-04-01  6:37 UTC  (3+ messages)

[PATCH v2 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01  6:16 UTC  (10+ messages)
` [PATCH v2 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
` [PATCH v2 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller

[PATCH v3 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01  1:38 UTC  (9+ messages)
` [PATCH v3 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
` [PATCH v3 2/6] clk: sifive: Use reset-simple "
` [PATCH v3 3/6] MAINTAINERS: Add maintainers for SiFive FU740 "
` [PATCH v3 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v3 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
` [PATCH v3 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 21:52 UTC  (3+ messages)

[PATCH v4 0/4] riscv: Add qspinlock/qrwlock
 2021-03-31 15:22 UTC  (34+ messages)
` [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32

[PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-03-31 14:30 UTC  (10+ messages)
` [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 2/9] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [PATCH v6 4/9] csky: locks: Optimize coding convention
` [PATCH v6 5/9] csky: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 6/9] openrisc: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 7/9] sparc: "
` [PATCH v6 8/9] xtensa: "
` [PATCH v6 9/9] powerpc/qspinlock: "

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v7 0/5] clk: add driver for the SiFive FU740
 2021-03-31  8:11 UTC  (13+ messages)

Bidding invitation
 2021-03-31  7:11 UTC 

[PATCH v4 1/5] mbox: add polarfire soc system controller mailbox
 2021-03-31  0:42 UTC  (2+ messages)

[PATCH v2 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
 2021-03-31  0:24 UTC  (2+ messages)

[PATCH] Insert SFENCE.VMA in function set_pte_at for RISCV
 2021-03-30 23:35 UTC  (2+ messages)

[PATCH] riscv: Drop const annotation for sp
 2021-03-30 20:51 UTC  (3+ messages)

[PATCH] riscv: kprobes/ftrace: Add recursion protection to the ftrace callback
 2021-03-30 19:39 UTC  (2+ messages)

[PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-03-30 18:23 UTC  (10+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 11/17] riscv: Convert to GENERIC_CMDLINE

[PATCH] riscv/mm: Use BUG_ON instead of if condition followed by BUG
 2021-03-30 13:56 UTC 

[PATCH v4] riscv: evaluate put_user() arg before enabling user access
 2021-03-30 11:41 UTC  (3+ messages)

[PATCH v3 2/2] riscv: Cleanup KASAN_VMALLOC support
 2021-03-30  9:47 UTC  (3+ messages)

[PATCH] samples/kprobes: Add riscv support
 2021-03-30  9:21 UTC  (2+ messages)

[PATCH] riscv: add do_page_fault and do_trap_break into the kprobes blacklist
 2021-03-30  9:21 UTC  (2+ messages)

[PATCH] riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe
 2021-03-30  8:18 UTC 

[PATCH] riscv: remove unneeded semicolon
 2021-03-30  6:19 UTC  (2+ messages)

[PATCH] ftrace: Fix spelling mistake "disabed" -> "disabled"
 2021-03-30  5:54 UTC  (2+ messages)

[PATCH] riscv,entry: fix misaligned base for excp_vect_table
 2021-03-30  5:54 UTC  (2+ messages)

[PATCH] kbuild: buildtar: add riscv support
 2021-03-30  5:06 UTC  (2+ messages)

[PATCH v4 0/5] Add Microchip PolarFire Soc Support
 2021-03-30  4:17 UTC  (2+ messages)

[PATCH 0/9] riscv: improve self-protection
 2021-03-29 20:41 UTC  (11+ messages)
` [PATCH 1/9] riscv: add __init section marker to some functions
` [PATCH 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH 3/9] riscv: Constify sys_call_table
` [PATCH 4/9] riscv: Constify sbi_ipi_ops
` [PATCH 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH 6/9] riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X
` [PATCH 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH 0/3] Fix CONFIG_FUNCTION_TRACER with clang
 2021-03-29 18:32 UTC  (3+ messages)
` [PATCH 2/3] riscv: Workaround mcount name prior to clang-13

[PATCH] irqchip/sifive-plic: Mark two global variables __ro_after_init
 2021-03-29 18:09 UTC 

[PATCH] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-03-29  7:41 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH v5 0/7] riscv: Add qspinlock/qrwlock
 2021-03-28 11:14 UTC  (3+ messages)
` [PATCH v5 4/7] powerpc/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32


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