messages from 2025-01-08 18:21:02 to 2025-01-10 23:55:54 UTC [more...]
[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
2025-01-10 23:55 UTC (9+ messages)
` [PATCH 1/6] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 4/6] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH 6/6] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-10 18:40 UTC (27+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
[PATCH] iommu/riscv: Fixup compile warning
2025-01-10 20:48 UTC (6+ messages)
[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-10 19:31 UTC (27+ messages)
` [PATCH v6 01/16] perf tools: Create generic syscall table support
` [PATCH v6 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v6 03/16] perf tools: csky: "
` [PATCH v6 04/16] perf tools: arm: Support "
` [PATCH v6 05/16] perf tools: sh: "
` [PATCH v6 06/16] perf tools: sparc: "
` [PATCH v6 07/16] perf tools: xtensa: Support syscall header
` [PATCH v6 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v6 09/16] perf tools: alpha: Support syscall header
` [PATCH v6 10/16] perf tools: parisc: "
` [PATCH v6 11/16] perf tools: arm64: Use syscall table
` [PATCH v6 12/16] perf tools: loongarch: "
` [PATCH v6 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v6 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v6 15/16] perf tools: s390: "
` [PATCH v6 16/16] perf tools: Remove dependency on libaudit
[PATCH v3 00/27] spi-nand/spi-mem DTR support
2025-01-10 18:28 UTC (30+ messages)
` [PATCH v3 01/27] spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
` [PATCH v3 02/27] spi: spi-mem: Add a new controller capability
` [PATCH v3 03/27] spi: amd: Support per spi-mem operation frequency switches
` [PATCH v3 04/27] spi: amd: Drop redundant check
` [PATCH v3 05/27] spi: amlogic-spifc-a1: Support per spi-mem operation frequency switches
` [PATCH v3 06/27] spi: cadence-qspi: "
` [PATCH v3 07/27] spi: dw: "
` [PATCH v3 08/27] spi: fsl-qspi: "
` [PATCH v3 09/27] spi: microchip-core-qspi: "
` [PATCH v3 10/27] spi: mt65xx: "
` [PATCH v3 11/27] spi: mxic: "
` [PATCH v3 12/27] spi: nxp-fspi: "
` [PATCH v3 13/27] spi: rockchip-sfc: "
` [PATCH v3 14/27] spi: spi-sn-f-ospi: "
` [PATCH v3 15/27] spi: spi-ti-qspi: "
` [PATCH v3 16/27] spi: zynq-qspi: "
` [PATCH v3 17/27] spi: zynqmp-gqspi: "
` [PATCH v3 18/27] spi: spi-mem: Reorder spi-mem macro assignments
` [PATCH v3 19/27] spi: spi-mem: Create macros for DTR operation
` [PATCH v3 20/27] spi: spi-mem: Estimate the time taken by operations
` [PATCH v3 21/27] mtd: spinand: Create distinct fast and slow read from cache variants
` [PATCH v3 22/27] mtd: spinand: Add an optional frequency to read from cache macros
` [PATCH v3 23/27] mtd: spinand: Enhance the logic when picking a variant
` [PATCH v3 24/27] mtd: spinand: Add support for read DTR operations
` [PATCH v3 25/27] mtd: spinand: winbond: Update the *JW chip definitions
` [PATCH v3 26/27] mtd: spinand: winbond: Add comment about naming
` [PATCH v3 27/27] mtd: spinand: winbond: Add support for DTR operations
` (subset) [PATCH v3 00/27] spi-nand/spi-mem DTR support
[GIT PULL] RISC-V Fixes for 6.13-rc7
2025-01-10 18:56 UTC (2+ messages)
[PATCH] kbuild: Strip runtime const RELA sections correctly
2025-01-10 18:32 UTC (4+ messages)
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-10 18:28 UTC (2+ messages)
[PATCH] rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
2025-01-10 16:22 UTC (4+ messages)
[PATCH v4 0/2] riscv,aplic: support for hart indexes
2025-01-10 16:22 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: interrupt-controller: add risc-v,aplic "
` [PATCH v4 2/2] irqchip/riscv-aplic: add support for "
[PATCH] treewide: const qualify ctl_tables where applicable
2025-01-10 17:13 UTC (8+ messages)
[PATCH 00/12] Support for Allwinner V853 SoC
2025-01-10 13:58 UTC (20+ messages)
` [PATCH 01/12] clk: sunxi-ng: allow key feature in ccu reset
` [PATCH 02/12] dt-bindings: pinctrl: sunxi: add compatible for V853
` [PATCH 03/12] pinctrl: sunxi: add driver for Allwinner V853
` [PATCH 04/12] dt-bindings: clock: sunxi-ng: add compatibles for V853
` [PATCH 05/12] clk: sunxi-ng: add CCU drivers "
` [PATCH 06/12] dt-bindings: clk: sunxi-ng: add V853 CCU clock/reset
` [PATCH 07/12] devicetree: bindings: power: add v853 ppu
` [PATCH 08/12] pmdomain: sunxi: add V853 ppu support
` [PATCH 09/12] dt-bindings: power: add V853 ppu bindings
` [PATCH 10/12] dt-bindings: phy: allwinner: add v853 usb phy
` [PATCH 11/12] phy: allwinner: add v853 usb phy compatible
` [PATCH 12/12] ARM: dts: sun8i: add DTSI file for V853
[PATCH v2 00/18] vDSO: Introduce generic data storage
2025-01-10 15:23 UTC (19+ messages)
` [PATCH v2 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v2 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v2 03/18] vdso: Introduce vdso/align.h
` [PATCH v2 04/18] vdso: Rename included Makefile
` [PATCH v2 05/18] vdso: Add generic time data storage
` [PATCH v2 06/18] vdso: Add generic random "
` [PATCH v2 07/18] vdso: Add generic architecture-specific "
` [PATCH v2 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v2 09/18] riscv: "
` [PATCH v2 10/18] LoongArch: vDSO: "
` [PATCH v2 11/18] arm: vdso: "
` [PATCH v2 12/18] s390/vdso: "
` [PATCH v2 13/18] MIPS: vdso: "
` [PATCH v2 14/18] powerpc/vdso: "
` [PATCH v2 15/18] x86/vdso: "
` [PATCH v2 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v2 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v2 18/18] vdso: Remove remnants of architecture-specific time storage
[PATCH v2 00/27] spi-nand/spi-mem DTR support
2025-01-10 15:47 UTC (7+ messages)
` [PATCH v2 20/27] spi: spi-mem: Estimate the time taken by operations
` (subset) [PATCH v2 00/27] spi-nand/spi-mem DTR support
[PATCH v2 0/3] riscv: canaan: Add support for K230-Canmv clock
2025-01-10 11:28 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH v2 2/3] clk: canaan: Add clock driver for Canaan K230
` [PATCH v2 3/3] riscv: dts: canaan: Add clock initial support for K230
[PATCH 0/3] Add OpenRISC restartable sequences support
2025-01-10 10:22 UTC (2+ messages)
` [PATCH 1/3] openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support
Zapytanie ofertowe
2025-01-10 9:00 UTC
[PATCH v2] irqchip/riscv-aplic: add support for hart indexes
2025-01-10 7:46 UTC (6+ messages)
` [PATCH v3 0/2] riscv,aplic: "
` [PATCH v3 1/2] dt-bindings: interrupt-controller: add risc-v,aplic "
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
2025-01-10 7:37 UTC (2+ messages)
[PATCH v4 0/2] riscv/ptrace: add new regset to access original a0 register
2025-01-10 3:34 UTC (5+ messages)
` [PATCH v4 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
[PATCH v2] riscv: Use Zalrsc extension to implement atomic functions
2025-01-10 3:23 UTC (2+ messages)
[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-10 3:15 UTC (2+ messages)
[PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
2025-01-10 2:39 UTC (2+ messages)
[PATCH v4] clocksource/drivers/timer-clint: Add T-Head C9xx clint
2025-01-10 1:24 UTC (3+ messages)
[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
2025-01-10 1:15 UTC (3+ messages)
[PATCH 0/2] selftest: fix riscv/vector tests
2025-01-10 0:27 UTC (3+ messages)
[PATCH v2 0/3] SBI PMU event related fixes
2025-01-09 19:40 UTC (2+ messages)
[PATCH 0/8] Add SBI v3.0 PMU enhancements
2025-01-09 19:40 UTC (2+ messages)
RFC: riscv64 big endian system attempt
2025-01-09 17:46 UTC (2+ messages)
[PATCH] riscv: kprobes: fix placement in arch_prepare_ss_slot
2025-01-09 16:16 UTC (2+ messages)
[PATCH] riscv: kprobes: Fix incorrect address calculation
2025-01-09 16:16 UTC (2+ messages)
[PATCH v3] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
2025-01-09 16:16 UTC (2+ messages)
[PATCH v2] riscv: module: use a plain variable for list_head instead of a pointer
2025-01-09 16:16 UTC (2+ messages)
[PATCH] riscv: qspinlock: Fixup _Q_PENDING_LOOPS definition
2025-01-09 16:16 UTC (2+ messages)
[PATCH] riscv: use local label names instead of global ones in assembly
2025-01-09 16:16 UTC (2+ messages)
[PATCH] riscv: stacktrace: fix backtracing through exceptions
2025-01-09 16:16 UTC (2+ messages)
[PATCH RESEND v4] riscv: mm: Fix the out of bound issue of vmemmap address
2025-01-09 16:16 UTC (2+ messages)
[PATCH v3] riscv: module: remove relocation_head rel_entry member allocation
2025-01-09 16:16 UTC (2+ messages)
[PATCH] riscv: Fix sleeping in invalid context in die()
2025-01-09 16:16 UTC (2+ messages)
[PATCH v3] riscv: Call secondary mmu notifier when flushing the tlb
2025-01-09 14:03 UTC (2+ messages)
[PATCH 00/17] vDSO: Introduce generic data storage
2025-01-09 11:55 UTC (3+ messages)
` [PATCH 10/17] s390/vdso: Switch to generic storage implementation
[PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-09 2:29 UTC (4+ messages)
[RFC PATCH] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-01-08 23:45 UTC (8+ messages)
[PATCH] riscv: Fix sleeping in invalid context in die()
2025-01-08 18:33 UTC (2+ messages)
[PATCH v6] riscv: selftests: Fix warnings pointer masking test
2025-01-08 18:21 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).