public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-02-14 16:44:57 to 2022-02-16 19:43:42 UTC [more...]

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (59+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 18:44 UTC  (23+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH v2] parport_pc: Also enable driver for PCI systems
 2022-02-16 17:17 UTC  (6+ messages)

[syzbot] riscv/fixes boot error: can't ssh into the instance
 2022-02-16 16:58 UTC  (10+ messages)

[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
 2022-02-16 16:21 UTC  (4+ messages)
` [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-02-16 13:45 UTC  (10+ messages)
` [PATCH v11 1/8] RISC-V: Enable CPU_IDLE drivers
` [PATCH v11 2/8] RISC-V: Rename relocate() and make it global
` [PATCH v11 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v11 6/8] cpuidle: Add RISC-V SBI CPU idle driver

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-02-16 12:25 UTC  (3+ messages)

[PATCH v4 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-16 11:46 UTC  (16+ messages)
` [PATCH v4 1/6] RISC-V: Correctly print supported extensions
` [PATCH v4 2/6] RISC-V: Minimal parser for "riscv, isa" strings
` [PATCH v4 3/6] RISC-V: Extract multi-letter extension names from "riscv, isa"
` [PATCH v4 4/6] RISC-V: Implement multi-letter ISA extension probing framework
` [PATCH v4 5/6] RISC-V: Do no continue isa string parsing without correct XLEN
` [PATCH v4 6/6] RISC-V: Improve /proc/cpuinfo output for ISA extensions
` [PATCH 0/2] RISC-V: some improvements for Atish's framework (for v5)
  ` [PATCH 1/2] RISC-V: Better 'S' workaround
  ` [PATCH 2/2] RISC-V: Extract base ISA from device tree

[PATCH v5 0/3] Determine the number of DMA channels by 'dma-channels' property
 2022-02-16  6:52 UTC  (4+ messages)
` [PATCH v5 3/3] dmaengine: sf-pdma: Get number of channel by device tree

[RFC PATCH 0/2] Risc-V Svinval support
 2022-02-16  5:21 UTC  (3+ messages)
` [RFC PATCH 1/2] riscv: enum for svinval extension
` [RFC PATCH 2/2] riscv: mm: use svinval instructions instead of sfence.vma

[PATCH v2 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-16  0:47 UTC  (30+ messages)
` [PATCH v2 2/6] RISC-V: Minimal parser for "riscv, isa" strings
    ` [PATCH v3 1/3] RISC-V: Correctly print supported extensions
    ` [PATCH v3 2/3] RISC-V: Minimal parser for "riscv, isa" strings
    ` [PATCH v3 3/3] RISC-V: Extract multi-letter extension names from "riscv, isa"
` [PATCH v2 4/6] RISC-V: Implement multi-letter ISA extension probing framework
` [PATCH v2 5/6] RISC-V: Do no continue isa string parsing without correct XLEN
` [PATCH v2 6/6] RISC-V: Improve /proc/cpuinfo output for ISA extensions

[PATCH v3 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-15 23:11 UTC  (13+ messages)
` [PATCH v3 1/6] RISC-V: Correctly print supported extensions
` [PATCH v3 2/6] RISC-V: Minimal parser for "riscv, isa" strings
` [PATCH v3 3/6] RISC-V: Extract multi-letter extension names from "riscv, isa"
` [PATCH v3 4/6] RISC-V: Implement multi-letter ISA extension probing framework
` [PATCH v3 5/6] RISC-V: Do no continue isa string parsing without correct XLEN
` [PATCH v3 6/6] RISC-V: Improve /proc/cpuinfo output for ISA extensions

[PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
 2022-02-15 22:54 UTC  (28+ messages)
` [PATCH v2 01/15] dt-bindings: pwm: allwinner, sun4i-a10: "
` [PATCH v2 02/15] dt-bindings: pwm: imx: "
` [PATCH v2 03/15] dt-bindings: pwm: intel, lgm: "
` [PATCH v2 04/15] dt-bindings: pwm: iqs620a: "
` [PATCH v2 05/15] dt-bindings: pwm: mxs: "
` [PATCH v2 06/15] dt-bindings: pwm: rockchip: "
` [PATCH v2 07/15] dt-bindings: pwm: sifive: "
` [PATCH v2 08/15] dt-bindings: pwm: renesas, pwm: "
  ` [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: "
` [PATCH v2 09/15] dt-bindings: pwm: toshiba, visconti: "
` [PATCH v2 10/15] dt-bindings: pwm: brcm, bcm7038: Do not require pwm-cells twice
` [PATCH v2 11/15] dt-bindings: pwm: intel, keembay: "
` [PATCH v2 12/15] dt-bindings: pwm: samsung: "
` [PATCH v2 13/15] dt-bindings: pwm: tiecap: "
` [PATCH v2 14/15] dt-bindings: pwm: tiehrpwm: "
` [PATCH v2 15/15] dt-bindings: pwm: renesas, tpu: "
  ` [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: "

[PATCH 0/3] unified way to use static key and optimize pgtable_l4_enabled
 2022-02-15 15:34 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 03/11] irqchip/sifive-plic: Add missing thead, c900-plic match string
 2022-02-15 15:30 UTC 

[PATCH AUTOSEL 5.4 04/17] irqchip/sifive-plic: Add missing thead, c900-plic match string
 2022-02-15 15:30 UTC 

[PATCH AUTOSEL 5.10 05/23] irqchip/sifive-plic: Add missing thead, c900-plic match string
 2022-02-15 15:29 UTC 

[PATCH v3 0/1] soc: add microchip polarfire soc system controller
 2022-02-15 15:31 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH AUTOSEL 5.15 07/33] irqchip/sifive-plic: Add missing thead, c900-plic match string
 2022-02-15 15:28 UTC 

[PATCH AUTOSEL 5.16 07/34] irqchip/sifive-plic: Add missing thead, c900-plic match string
 2022-02-15 15:26 UTC 

[PATCH] riscv: mm: init: mark satp_mode __ro_after_init
 2022-02-14 23:49 UTC  (2+ messages)

[PATCH] riscv: mm: remove the BUG_ON check of mapping the last 4K bytes of memory
 2022-02-14 23:41 UTC  (2+ messages)

[PATCH RFC v0] random: block in /dev/urandom
 2022-02-14 22:53 UTC  (4+ messages)

[PATCH 01/15] dt-bindings: pwm: allwinner, sun4i-a10: include generic pwm schema
 2022-02-14 21:03 UTC  (8+ messages)
` [PATCH 10/15] dt-bindings: pwm: brcm, bcm7038: do not require pwm-cells
  ` [PATCH 10/15] dt-bindings: pwm: brcm,bcm7038: "
` [PATCH 11/15] dt-bindings: pwm: intel, keembay: "
  ` [PATCH 11/15] dt-bindings: pwm: intel,keembay: "

[PATCH] parport_pc: Also enable driver for PCI systems
 2022-02-14 20:42 UTC  (5+ messages)

[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
 2022-02-14 20:37 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox