public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-02-11 00:13:24 to 2022-02-15 09:16:09 UTC [more...]

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-15  9:12 UTC  (45+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [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 06/14] mips: use simpler access_ok()
` [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 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-15  9:12 UTC  (27+ 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 v2] parport_pc: Also enable driver for PCI systems
 2022-02-15  9:11 UTC  (3+ messages)

[PATCH v3 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-15  9:02 UTC  (7+ 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  8:02 UTC  (22+ 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-14 23:52 UTC  (2+ messages)

[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  (14+ messages)

[PATCH 01/15] dt-bindings: pwm: allwinner, sun4i-a10: include generic pwm schema
 2022-02-14 21:03 UTC  (22+ messages)
` [PATCH 02/15] dt-bindings: pwm: imx: "
` [PATCH 03/15] dt-bindings: pwm: intel, lgm: "
` [PATCH 04/15] dt-bindings: pwm: iqs620a: "
` [PATCH 05/15] dt-bindings: pwm: mxs: "
` [PATCH 06/15] dt-bindings: pwm: rockchip: "
` [PATCH 07/15] dt-bindings: pwm: sifive: "
` [PATCH 08/15] dt-bindings: pwm: renesas, pwm: "
` [PATCH 09/15] dt-bindings: pwm: toshiba, visconti: "
` [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 12/15] dt-bindings: pwm: samsung: "
` [PATCH 13/15] dt-bindings: pwm: tiecap: "
` [PATCH 14/15] dt-bindings: pwm: tiehrpwm: "
` [PATCH 15/15] dt-bindings: pwm: renesas, tpu: "

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

[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
 2022-02-14 20:37 UTC  (21+ messages)
` [PATCH v6 01/14] riscv: prevent null-pointer dereference with sbi_remote_fence_i
` [PATCH v6 08/14] riscv: move boot alternatives to a slightly earlier position
` [PATCH v6 14/14] riscv: add memory-type errata for T-Head

[PATCH v7 00/11] Update the Icicle Kit device tree
 2022-02-14 13:58 UTC  (12+ messages)
` [PATCH v7 01/11] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v7 02/11] dt-bindings: soc/microchip: add info about services to mpfs sysctrl
` [PATCH v7 03/11] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v7 04/11] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v7 05/11] dt-bindings: pwm: add microchip corepwm binding
` [PATCH v7 06/11] riscv: dts: microchip: use clk defines for icicle kit
` [PATCH v7 07/11] riscv: dts: microchip: add fpga fabric section to "
` [PATCH v7 08/11] riscv: dts: microchip: refactor icicle kit device tree
` [PATCH v7 09/11] riscv: dts: microchip: update peripherals in "
` [PATCH v7 10/11] riscv: dts: microchip: add new peripherals to "
` [PATCH v7 11/11] MAINTAINERS: update riscv/microchip entry

[PATCH] riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
 2022-02-14 11:09 UTC  (8+ messages)

[PATCH] MAINTAINERS: sifive: drop Yash Shah
 2022-02-14  8:23 UTC 

[PATCH 15/30] riscv/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-14  2:30 UTC 

[PATCH v4] riscv: fix oops caused by irqsoff latency tracer
 2022-02-13  8:18 UTC 

[PATCH v4 00/20] Rust support
 2022-02-12 18:57 UTC  (8+ messages)
` [PATCH v4 16/20] Kbuild: add "

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-02-12 12:49 UTC  (4+ messages)
` [PATCH v11 1/8] RISC-V: Enable CPU_IDLE drivers

[GIT PULL] RISC-V Fixes for 5.17-rc4
 2022-02-11 20:05 UTC  (2+ messages)

[PATCH v6 00/12] Update the Icicle Kit device tree
 2022-02-11 17:53 UTC  (3+ messages)
` [PATCH v6 03/12] dt-bindings: i2c: add bindings for microchip mpfs i2c

[PATCH v2] riscv: fix oops caused by irq on/off tracer
 2022-02-11  3:21 UTC  (12+ messages)

[PATCH] pinctrl: k210: Fix bias-pull-up
 2022-02-11  1:20 UTC  (2+ messages)

[PATCH] pinctrl: fix loop in k210_pinconf_get_drive()
 2022-02-11  1:19 UTC  (2+ messages)


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