messages from 2023-05-18 04:06:50 to 2023-05-19 15:31:34 UTC [more...]
[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
2023-05-19 15:31 UTC (29+ messages)
` [RFC PATCH 01/22] riscv: vdso: Unify vdso32 & compat_vdso into vdso/Makefile
` [RFC PATCH 02/22] riscv: vdso: Remove compat_vdso/
` [RFC PATCH 03/22] riscv: vdso: Add time-related vDSO common flow for vdso32
` [RFC PATCH 04/22] clocksource: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH 05/22] riscv: s64ilp32: Introduce xlen_t
` [RFC PATCH 06/22] irqchip: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH 07/22] riscv: s64ilp32: Add sbi support
` [RFC PATCH 08/22] riscv: s64ilp32: Add asid support
` [RFC PATCH 09/22] riscv: s64ilp32: Introduce PTR_L and PTR_S
` [RFC PATCH 10/22] riscv: s64ilp32: Enable user space runtime environment
` [RFC PATCH 11/22] riscv: s64ilp32: Add ebpf jit support
` [RFC PATCH 12/22] riscv: s64ilp32: Add ELF32 support
` [RFC PATCH 13/22] riscv: s64ilp32: Add ARCH RV64 ILP32 compiling framework
` [RFC PATCH 14/22] riscv: s64ilp32: Add MMU_SV39 mode support for 32BIT
` [RFC PATCH 15/22] riscv: s64ilp32: Enable native atomic64
` [RFC PATCH 16/22] riscv: s64ilp32: Add TImode (128 int) support
` [RFC PATCH 17/22] riscv: s64ilp32: Implement cmpxchg_double
` [RFC PATCH 18/22] riscv: s64ilp32: Disable KVM
` [RFC PATCH 19/22] riscv: Cleanup rv32_defconfig
` [RFC PATCH 20/22] riscv: s64ilp32: Add rv64ilp32_defconfig
` [RFC PATCH 21/22] riscv: s64ilp32: Correct the rv64ilp32 stackframe layout
` [RFC PATCH 22/22] riscv: s64ilp32: Temporary workaround solution to gcc problem
[PATCH 0/3] RISC-V: KVM: Ensure SBI extension is enabled
2023-05-19 15:05 UTC (8+ messages)
` [PATCH 1/3] RISC-V: KVM: Disable SBI extension when its probe fails
` [PATCH 2/3] RISC-V: KVM: Rename dis_idx to ext_idx
` [PATCH 3/3] RISC-V: KVM: Introduce extension_enabled
[PATCH v4 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
2023-05-19 14:16 UTC (13+ messages)
` [PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v4 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
[PATCH -fixes] riscv: Fix unused variable warning when BUILTIN_DTB is set
2023-05-19 13:54 UTC (2+ messages)
[PATCH] riscv: hibernation: Remove duplicate call of suspend_restore_csrs
2023-05-19 11:28 UTC (3+ messages)
linux-next: Tree for May 15 (several RV64 build errors)
2023-05-19 12:09 UTC (5+ messages)
[PATCH v4 00/10] riscv: add Bouffalolab bl808 support
2023-05-19 11:55 UTC (19+ messages)
` [PATCH v4 01/10] dt-bindings: vendor-prefixes: add bouffalolab
` [PATCH v4 02/10] dt-bindings: interrupt-controller: Add bouffalolab bl808 plic
` [PATCH v4 03/10] dt-bindings: serial: add documentation for Bouffalolab UART Driver
` [PATCH v4 04/10] serial: bflb_uart: add "
` [PATCH v4 05/10] riscv: add the Bouffalolab SoC family Kconfig option
` [PATCH v4 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
` [PATCH v4 07/10] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v4 08/10] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
` [PATCH v4 09/10] MAINTAINERS: riscv: add entry for Bouffalolab SoC
` [PATCH v4 10/10] riscv: defconfig: enable BOUFFALOLAB SoC
[PATCH v8 0/3] Introduce 64b relocatable kernel
2023-05-19 11:08 UTC (6+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE
[PATCH] riscv: hibernation: Replace jalr with jr before suspend_restore_regs
2023-05-19 10:51 UTC (2+ messages)
[PATCH 0/2] tools/nolibc: riscv: Fix up compile error for rv32
2023-05-19 10:19 UTC (6+ messages)
` [PATCH 1/2] tools/nolibc: riscv: Fix up load/store instructions "
` [PATCH 2/2] tools/nolibc: riscv: Support __NR_llseek "
[PATCH v8 0/4] crypto: starfive - Add drivers for crypto engine
2023-05-19 9:29 UTC (4+ messages)
[PATCH -next v20 00/26] riscv: Add vector ISA support
2023-05-19 8:09 UTC (31+ messages)
` [PATCH -next v20 01/26] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v20 02/26] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v20 04/26] riscv: Add new csr defines related to vector extension
` [PATCH -next v20 05/26] riscv: Clear vector regfile on bootup
` [PATCH -next v20 06/26] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v20 07/26] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v20 08/26] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v20 09/26] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v20 10/26] riscv: Add task switch support for vector
` [PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v20 12/26] riscv: Add ptrace vector support
` [PATCH -next v20 13/26] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v20 14/26] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v20 15/26] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v20 16/26] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v20 17/26] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v20 18/26] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v20 19/26] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
` [PATCH -next v20 21/26] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v20 22/26] riscv: detect assembler support for .option arch
` [PATCH -next v20 23/26] riscv: Enable Vector code to be built
` [PATCH -next v20 24/26] riscv: Add documentation for Vector
` [PATCH -next v20 25/26] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v20 26/26] selftests: add .gitignore file for RISC-V hwprobe
[PATCH v2 0/8] ISA string parser cleanups++
2023-05-18 22:39 UTC (9+ messages)
` [PATCH v2 1/8] RISC-V: simplify register width check in ISA string parsing
` [PATCH v2 2/8] RISC-V: only iterate over possible CPUs in ISA string parser
` [PATCH v2 3/8] RISC-V: split early & late of_node to hartid mapping
` [PATCH v2 4/8] RISC-V: validate riscv,isa at boot, not during ISA string parsing
` [PATCH v2 5/8] RISC-V: rework comments in ISA string parser
` [PATCH v2 6/8] RISC-V: remove decrement/increment dance "
` [PATCH v2 7/8] dt-bindings: riscv: explicitly mention assumption of Zicntr & Zihpm support
` [PATCH v2 8/8] RISC-V: always report presence of extenstions formerly part of the base ISA
[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
2023-05-18 21:42 UTC (10+ messages)
[PATCH v18 0/2] Microchip Soft IP corePWM driver
2023-05-18 21:15 UTC (6+ messages)
` [PATCH v18 1/2] pwm: add microchip soft ip "
` [PATCH v18 2/2] MAINTAINERS: add pwm to PolarFire SoC entry
[PATCH v5 0/5] Allwinner R329/D1/R528/T113s SPI support
2023-05-18 21:12 UTC (3+ messages)
` [PATCH v5 5/5] riscv: dts: allwinner: d1: Add SPI controllers node
[PATCH] dt-bindings: interrupt-controller: sifive,plic: Sort compatible values
2023-05-18 21:12 UTC (2+ messages)
[PATCH] dt-bindings: timer: sifive,clint: Clean up compatible value section
2023-05-18 21:10 UTC (2+ messages)
[PATCH v2 0/9] Add Sipeed Lichee Pi 4A RISC-V board support
2023-05-18 21:03 UTC (20+ messages)
` [PATCH v2 1/9] dt-bindings: interrupt-controller: Add T-HEAD's TH1520 PLIC
` [PATCH v2 2/9] dt-bindings: timer: Add T-HEAD TH1520 clint
` [PATCH v2 3/9] dt-bindings: riscv: Add T-HEAD TH1520 board compatibles
` [PATCH v2 4/9] dt-binding: riscv: add T-HEAD CPU reset
` [PATCH v2 5/9] riscv: Add the T-HEAD SoC family Kconfig option
` [PATCH v2 6/9] riscv: dts: add initial T-HEAD TH1520 SoC device tree
` [PATCH v2 7/9] riscv: dts: thead: add sipeed Lichee Pi 4A board "
` [PATCH v2 8/9] MAINTAINERS: add entry for T-HEAD RISC-V SoC
` [PATCH v2 9/9] riscv: defconfig: enable T-HEAD SoC
[RFC PATCH 0/1] riscv: Allow disable vdso support
2023-05-18 17:48 UTC (2+ messages)
` [RFC PATCH 1/1] riscv: add Kconfig.vdso
[PATCH AUTOSEL 6.3 5/7] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
2023-05-18 17:45 UTC (3+ messages)
[PATCH v3 00/10] riscv: add Bouffalolab bl808 support
2023-05-18 15:59 UTC (4+ messages)
` [PATCH v3 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
Bug report: kernel paniced when system hibernates
2023-05-18 14:04 UTC (24+ messages)
` Fwd: "
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-18 12:12 UTC (2+ messages)
[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
2023-05-18 11:27 UTC (8+ messages)
` [PATCH v6 1/7] dt-bindings: phy: Add StarFive JH7110 USB PHY
` [PATCH v6 2/7] dt-bindings: phy: Add StarFive JH7110 PCIe PHY
` [PATCH v6 3/7] phy: starfive: Add JH7110 USB 2.0 PHY driver
` [PATCH v6 4/7] phy: starfive: Add JH7110 PCIE "
` [PATCH v6 5/7] dt-bindings: usb: Add StarFive JH7110 USB controller
` [PATCH v6 6/7] usb: cdns3: Add StarFive JH7110 USB driver
` [PATCH v6 7/7] riscv: dts: starfive: Add USB dts configuration for JH7110
[PATCH v6 00/11] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
2023-05-18 10:12 UTC (12+ messages)
` [PATCH v6 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v6 02/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v6 03/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v6 04/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v6 05/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v6 06/11] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v6 07/11] MAINTAINERS: Update maintainer of JH71x0 clock drivers
` [PATCH v6 08/11] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v6 09/11] riscv: dts: starfive: jh7110: add pmu controller node
` [PATCH v6 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v6 11/11] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes
[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
2023-05-18 12:09 UTC (3+ messages)
[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
2023-05-18 8:10 UTC (6+ messages)
` [PATCH 2/2] KVM: selftests: Add riscv get-reg-list test
[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-05-18 6:59 UTC (3+ messages)
` [RESEND PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RESEND PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox