public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-02-08 06:22:36 to 2022-02-14 16:43:02 UTC [more...]

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-14 16:34 UTC  (10+ 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 RFC v0] random: block in /dev/urandom
 2022-02-14 14:57 UTC  (13+ messages)

[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 01/15] dt-bindings: pwm: allwinner, sun4i-a10: include generic pwm schema
 2022-02-14 12:42 UTC  (17+ 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 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] riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
 2022-02-14 11:09 UTC  (8+ messages)

[PATCH] parport_pc: Also enable driver for PCI systems
 2022-02-14 10:04 UTC  (7+ messages)

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

[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
 2022-02-14  3:42 UTC  (33+ messages)
` [PATCH v6 01/14] riscv: prevent null-pointer dereference with sbi_remote_fence_i
` [PATCH v6 02/14] riscv: integrate alternatives better into the main architecture
` [PATCH v6 03/14] riscv: allow different stages with alternatives
` [PATCH v6 04/14] riscv: implement module alternatives
` [PATCH v6 05/14] riscv: implement ALTERNATIVE_2 macro
` [PATCH v6 06/14] riscv: extend concatenated alternatives-lines to the same length
` [PATCH v6 07/14] riscv: prevent compressed instructions in alternatives
` [PATCH v6 08/14] riscv: move boot alternatives to a slightly earlier position
` [PATCH v6 09/14] riscv: Fix accessing pfn bits in PTEs for non-32bit variants
` [PATCH v6 10/14] riscv: add cpufeature handling via alternatives
` [PATCH v6 11/14] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt
` [PATCH v6 12/14] riscv: add RISC-V Svpbmt extension support
` [PATCH v6 13/14] riscv: remove FIXMAP_PAGE_IO and fall back to its default value
` [PATCH v6 14/14] riscv: add memory-type errata for T-Head

[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  (11+ 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 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [PATCH v11 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v11 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [PATCH v11 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [PATCH v11 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
` [PATCH v11 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

[PATCH v2 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-12  6:30 UTC  (13+ messages)
` [PATCH v2 1/6] RISC-V: Correctly print supported extensions
` [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 3/6] "
` [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

[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  (7+ messages)
` [PATCH v6 03/12] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v6 05/12] dt-bindings: gpio: add bindings for microchip mpfs gpio

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

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

[PATCH] riscv: cpu-hotplug: clear cpu from numa map when teardown
 2022-02-10 19:35 UTC  (5+ messages)

[PATCH] riscv: fix build with binutils 2.38
 2022-02-10 17:56 UTC  (3+ messages)

[PATCH] riscv: alternative only works on !XIP_KERNEL
 2022-02-10 16:49 UTC 

Monitorowanie samochodu
 2022-02-10  8:35 UTC 

[PATCH v10 0/8] RISC-V CPU Idle Support
 2022-02-10  4:17 UTC  (18+ messages)
` [PATCH v10 1/8] RISC-V: Enable CPU_IDLE drivers
` [PATCH v10 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [PATCH v10 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

[PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
 2022-02-09 19:52 UTC  (3+ messages)
` [PATCH v3 2/5] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH v2 0/3] RISC-V: Fix cpumask rework fall-out
 2022-02-09  8:54 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: Fix hartid mask handling for hartid 31 and up
` [PATCH v2 2/3] RISC-V: Fix handling of empty cpu masks
` [PATCH v2 3/3] RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering

[PATCH 00/12] Initial support for Nuclei DemoSoC w/ UX600
 2022-02-09  4:07 UTC  (15+ messages)
` [PATCH 01/12] dt-bindings: vendor-prefixes: add Nuclei
` [PATCH 03/12] dt-bindings: riscv: add compatible strings for Nuclei UX600 series
` [PATCH 04/12] dt-bindings: timer: add compatible for Nuclei UX600 CLINT-compat timer
` [PATCH 05/12] dt-bindings: interrupt-controller: add compatible string for UX600 PLIC
` [PATCH 06/12] dt-bindings: serial: add compatible string for Nuclei DemoSoC UART
` [PATCH 07/12] dt-bindings: spi: add compatible string for Nuclei DemoSoC SPI
` [PATCH 08/12] dt-bindings: riscv: add binding for Nuclei platform boards

[PATCH] riscv: fix nommu_k210_sdcard_defconfig
 2022-02-09  4:02 UTC  (2+ messages)

[PATCH 0/4] Refactor the PRCI driver to reduce the complexity
 2022-02-09  2:56 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: change the macro name of prci in header files and example

[PATCH] riscv: extable: fix err reg writing in dedicated uaccess handler
 2022-02-09  1:13 UTC  (2+ messages)

[PATCH] gpio: sifive: use the correct register to read output values
 2022-02-08 10:13 UTC  (6+ messages)

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-08  7:43 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