linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 15:47:05 to 2021-05-21 12:53:13 UTC [more...]

[PATCH v7 0/5] clk: add driver for the SiFive FU740
 2021-05-21 12:52 UTC  (20+ messages)

[PATCH] net: macb: ensure the device is available before accessing GEMGXL control registers
 2021-05-21 12:48 UTC 

[PATCH] Documentation: dt-bindings: Fix incorrect statement
 2021-05-21  9:57 UTC 

[PATCH RFC] riscv: Map the kernel with correct permissions the first time
 2021-05-21  5:29 UTC  (4+ messages)

arch/riscv/staging
 2021-05-21  2:08 UTC  (2+ messages)

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-05-20 20:21 UTC  (4+ messages)
` [PATCH 10/16] i2c: busses: i2c-ocores: Place the expected function names into the documentation headers

[PATCH] riscv: mm: Fix W+X mappings at boot
 2021-05-20  9:38 UTC  (5+ messages)

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

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-05-20  5:48 UTC  (22+ messages)
` [PATCH RFC 1/3] riscv: pgtable.h: Fixup _PAGE_CHG_MASK usage
` [PATCH RFC 2/3] riscv: Add DMA_COHERENT for custom PTE attributes
` [PATCH RFC 3/3] riscv: Add SYNC_DMA_FOR_CPU/DEVICE for DMA_COHERENT

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  7:13 UTC  (32+ messages)
` [PATCH v19 1/8] mmap: make mlock_future_check() global
` [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users
` [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v20 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  3:50 UTC  (10+ messages)
` [PATCH v20 1/7] mmap: make mlock_future_check() global
` [PATCH v20 2/7] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v20 3/7] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v20 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v20 5/7] PM: hibernate: disable when there are active secretmem users
` [PATCH v20 6/7] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v20 7/7] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v6 0/3] Introduce 64b relocatable kernel
 2021-05-19  1:09 UTC  (5+ messages)
` [PATCH v6 1/3] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v6 2/3] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v6 3/3] riscv: Check relocations at compile time

[syzbot] WARNING in __perf_install_in_context
 2021-05-17 15:43 UTC  (2+ messages)

[syzbot] WARNING in task_ctx_sched_out
 2021-05-17 15:42 UTC 

[PATCH] riscv: mm: init: Consolidate vars, functions
 2021-05-17 14:40 UTC  (4+ messages)

[RFC PATCH v4 0/8] RISC-V CPU Idle Support
 2021-05-17 13:08 UTC  (9+ messages)
` [RFC PATCH v4 1/8] RISC-V: Enable CPU_IDLE drivers
` [RFC PATCH v4 2/8] RISC-V: Rename relocate() and make it global
` [RFC PATCH v4 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [RFC PATCH v4 4/8] RISC-V: Add SBI HSM suspend related defines
` [RFC PATCH v4 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [RFC PATCH v4 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [RFC PATCH v4 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
` [RFC PATCH v4 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

[PATCH 0/5] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-05-17  8:42 UTC  (11+ messages)
` [PATCH 1/5] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH 2/5] hexagon: use generic strncpy/strnlen from_user
` [PATCH 3/5] arc: "
` [PATCH 4/5] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH 5/5] asm-generic: remove extra strn{cpy_from, len}_user declarations

[PATCH 0/6] [v2] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-05-17  7:27 UTC  (13+ messages)
` [PATCH 1/6] [v2] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH 2/6] [v2] h8300: remove stale strncpy_from_user
` [PATCH 3/6] [v2] hexagon: use generic strncpy/strnlen from_user
` [PATCH 4/6] [v2] arc: "
` [PATCH 5/6] [v2] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH 6/6] [v2] asm-generic: remove extra strn{cpy_from, len}_user declarations

[PATCH] riscv: Add __init section marker to some functions again
 2021-05-16 12:59 UTC 

[PATCH] RISC-V: Fix memblock_free() usages in init_resources()
 2021-05-16 12:15 UTC 

[PATCH] Raise the minimum GCC version to 5.2
 2021-05-15  7:27 UTC  (3+ messages)

[PATCH v2] riscv: Use -mno-relax when using lld linker
 2021-05-14 21:41 UTC  (2+ messages)

[PATCH] riscv: Use -mno-relax when using lld linker
 2021-05-14 21:14 UTC  (3+ messages)

[PATCH RFC v2] riscv: Enable KFENCE for riscv64
 2021-05-14 15:20 UTC  (2+ messages)

[PATCH v2] riscv: mm: Drop redundant _sdata and _edata declaration
 2021-05-14  9:49 UTC 

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-05-14  6:34 UTC  (9+ messages)

[PATCH] riscv: fix memmove and optimise memcpy when misalign
 2021-05-13  8:13 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 10/18] scripts/recordmcount.pl: Fix RISC-V regex for clang
 2021-05-12 18:04 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 11/18] riscv: Workaround mcount name prior to clang-13

[PATCH AUTOSEL 5.4 12/23] scripts/recordmcount.pl: Fix RISC-V regex for clang
 2021-05-12 18:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 13/23] riscv: Workaround mcount name prior to clang-13

[PATCH AUTOSEL 5.10 16/34] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-05-12 18:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 17/34] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH AUTOSEL 5.10 18/34] riscv: Workaround mcount name prior to clang-13

[PATCH AUTOSEL 5.11 17/35] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-05-12 18:01 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 18/35] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH AUTOSEL 5.11 19/35] riscv: Workaround mcount name prior to clang-13

[PATCH AUTOSEL 5.12 19/37] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-05-12 18:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 20/37] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH AUTOSEL 5.12 21/37] riscv: Workaround mcount name prior to clang-13

[PATCH] riscv: mm: Drop redundant _sdata and _edata declaration
 2021-05-12 15:11 UTC  (4+ messages)

[PATCH] riscv: kprobes: Remove redundant kprobe_step_ctx
 2021-05-12 14:58 UTC  (2+ messages)

[PATCH v2] riscv: Turn has_fpu into a static key if FPU=y
 2021-05-12 14:55 UTC 

[PATCH stable v5.10 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2021-05-12 12:06 UTC  (10+ messages)

[PATCH] sched: Initialize the idle task with preemption disabled
 2021-05-12  9:46 UTC 

[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-12  7:57 UTC 

[PATCH] riscv: Turn has_fpu into a static key if FPU
 2021-05-11 18:01 UTC 

[PATCH] riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()
 2021-05-11 17:42 UTC 

[PATCH v7 5/5] MAINTAINERS: add entry for polarfire soc mailbox
 2021-05-11 15:46 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).