linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 11:33:07 to 2020-07-21 23:02:22 UTC [more...]

[PATCH 1/3] module: Rename module_alloc() to text_alloc() and move to kernel proper
 2020-07-14 12:11 UTC  (12+ messages)

[PATCH 3/6] riscv: include <asm/pgtable.h> in <asm/uaccess.h>
 2020-07-21 23:02 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-21 19:42 UTC  (7+ messages)
` [PATCH bpf-next v1 1/3] bpf, riscv: Modify JIT ctx to support compressed instructions
` [PATCH bpf-next v1 2/3] bpf, riscv: Add encodings for "
` [PATCH bpf-next v1 3/3] bpf, riscv: Use compressed instructions in the rv64 JIT

[PATCH v4 0/4] Dedicated CLINT timer driver
 2020-07-21 19:39 UTC  (15+ messages)
` [PATCH v4 1/4] RISC-V: Add mechanism to provide custom IPI operations
` [PATCH v4 2/4] clocksource/drivers: Add CLINT timer driver
` [PATCH v4 3/4] RISC-V: Remove CLINT related code from timer and arch
` [PATCH v4 4/4] dt-bindings: timer: Add CLINT bindings

[PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
 2020-07-21 19:05 UTC  (4+ messages)

[PATCH v3 0/7] riscv: Add k/uprobe supported
 2020-07-21 13:27 UTC  (11+ messages)
` [PATCH v3 3/7] riscv: Fixup kprobes handler couldn't change pc
` [PATCH v3 6/7] riscv: Add KPROBES_ON_FTRACE supported
` [PATCH v3 7/7] riscv: Add support for function error injection

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

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

[PATCH] riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence
 2020-07-21  8:58 UTC  (3+ messages)

[PATCH] riscv: Select ARCH_HAS_DEBUG_VM_PGTABLE
 2020-07-21  6:52 UTC  (4+ messages)

clean up address limit helpers v2
 2020-07-21  5:35 UTC  (21+ messages)
` [PATCH 1/6] syscalls: use uaccess_kernel in addr_limit_user_check
` [PATCH 4/6] uaccess: remove segment_eq
` [PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers
` [PATCH 6/6] exec: use force_uaccess_begin during exec and exit
` [PATCH 0/6] arm: don't call addr_limit_user_check for nommu

[PATCH 1/1] riscv: Enable ARCH_HAS_FAST_MULTIPLIER for RV64I
 2020-07-21  2:38 UTC  (4+ messages)

[PATCH v2 1/6] riscv: Fixup __vdso_gettimeofday broke dynamic ftrace
 2020-07-21  1:10 UTC  (2+ messages)

[PATCH v3 1/2] riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocs
 2020-07-21  0:54 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 18/19] RISC-V: Upgrade smp_mb__after_spinlock() to iorw, iorw
 2020-07-20 21:38 UTC 

[PATCH AUTOSEL 5.4 31/34] asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
 2020-07-20 21:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 33/34] RISC-V: Upgrade smp_mb__after_spinlock() to iorw, iorw

[PATCH AUTOSEL 5.7 36/40] asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
 2020-07-20 21:37 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 38/40] RISC-V: Upgrade smp_mb__after_spinlock() to iorw, iorw

[PATCH] docs: process/index.rst: Fix reference to nonexistent document
 2020-07-20 12:39 UTC  (2+ messages)

[PATCH 1/1] riscv: Enable compiler optimizations
 2020-07-20  6:23 UTC  (3+ messages)

[GIT PULL] RISC-V Fixes for 5.8-rc6
 2020-07-18 18:15 UTC  (2+ messages)

[PATCH] asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
 2020-07-17 10:43 UTC  (4+ messages)

[PATCH v2 1/2] mm: pgtable: Make generic pgprot_* macros available for no-MMU
 2020-07-17  6:14 UTC  (4+ messages)
` [PATCH v2 2/2] riscv: Use generic pgprot_* macros from <linux/pgtable.h>

[PATCH v3 0/4] Dedicated CLINT timer driver
 2020-07-17  5:56 UTC  (14+ messages)
` [PATCH v3 1/4] RISC-V: Add mechanism to provide custom IPI operations
` [PATCH v3 2/4] clocksource/drivers: Add CLINT timer driver
` [PATCH v3 3/4] RISC-V: Remove CLINT related code from timer and arch
` [PATCH v3 4/4] dt-bindings: timer: Add CLINT bindings

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-17  3:20 UTC  (4+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features

[PATCH] Replace HTTP links with HTTPS ones: RISC-V
 2020-07-16 23:19 UTC  (2+ messages)

[PATCH] RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorw
 2020-07-16 18:57 UTC 

Patchwork for linux-riscv
 2020-07-16 17:53 UTC  (5+ messages)

[PATCH] riscv: Add SiFive drivers to rv32_defconfig
 2020-07-16 16:39 UTC  (3+ messages)

[PATCH v2 3/3] RISC-V: Add crash kernel support
 2020-07-16 15:52 UTC  (2+ messages)

[PATCH v2 2/3] RISC-V: Add kdump support
 2020-07-16 15:31 UTC  (2+ messages)

[PATCH v2 1/3] RISC-V: Add kexec support
 2020-07-16 14:57 UTC  (2+ messages)

BPATCH=20v2=200/3=5D=20RISC-V=3A=20Add=20kexec/kdump=20support=E2=80=8B?=
 2020-07-16 14:04 UTC  (2+ messages)

[PATCH v2 0/2] Fix some build warnings when W=1
 2020-07-16 13:20 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: Fix build warning for mm/init
` [PATCH v2 2/2] riscv: Fix build warning for mm/pageattr

[PATCH 0/2] Fix some build warnings when W=1
 2020-07-16  7:46 UTC  (7+ messages)
` [PATCH 1/2] riscv: Fix build warning for mm/init
` [PATCH 2/2] riscv: fix build warning of mm/pageattr

Upstream binutils commit a87e1817a435dab6c6c042f9306497c9f13d4236 breaks building the RISC-V vDSO
 2020-07-16  4:09 UTC  (5+ messages)

[PATCH 0/4] Few mm & exception handling fixes
 2020-07-15 23:30 UTC  (5+ messages)
` [PATCH 1/4] RISC-V: Setup exception vector early
` [PATCH 2/4] RISC-V: Set maximum number of mapped pages correctly
` [PATCH 3/4] RISC-V: Do not rely on initrd_start/end computed during early dt parsing
` [PATCH 4/4] riscv: Parse all memory blocks to remove unusable memory

[RFC PATCH bpf-next 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-15 20:08 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/3] bpf, riscv: Modify JIT ctx to support compressed instructions
` [RFC PATCH bpf-next 2/3] bpf, riscv: Add encodings for "
` [RFC PATCH bpf-next 3/3] bpf, riscv: Use compressed instructions in the rv64 JIT

[PATCH] asm-generic/mmiowb: Get cpu in mmiowb_set_pending
 2020-07-15 19:28 UTC  (7+ messages)

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

[PATCH V1 0/5] riscv: Add k/uprobe supported
 2020-07-15  5:01 UTC  (3+ messages)

[PATCH v3 2/2] riscv: Enable per-task stack canaries
 2020-07-15  3:14 UTC  (3+ messages)

[PATCH] RISC-V: Double the stack size on rv64
 2020-07-14 21:37 UTC  (2+ messages)

[PATCH 1/2] mm: pgtable: Make generic pgprot_* macros available for no-MMU
 2020-07-14 20:42 UTC  (3+ messages)

Add and use a generic version of devmem_is_allowed()
 2020-07-14 18:14 UTC  (3+ messages)
` [PATCH v2 4/5] arm64: Use the generic devmem_is_allowed()

[PATCH RESEND] riscv: Fix typo in asm/hwcap.h uapi header
 2020-07-14 17:32 UTC  (2+ messages)

clean up address limit helpers
 2020-07-14 15:33 UTC  (4+ messages)

[PATCH 17/26] mm/riscv: Use general page fault accounting
 2020-07-14 15:12 UTC  (3+ messages)

[PATCH v2 0/5] Dedicated CLINT timer driver
 2020-07-14 15:04 UTC  (5+ messages)
` [PATCH v2 5/5] dt-bindings: timer: Add CLINT bindings


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