messages from 2025-06-02 10:35:51 to 2025-06-05 12:13:02 UTC [more...]
[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-05 12:11 UTC (11+ messages)
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-05 12:09 UTC (44+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key
[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-05 10:39 UTC (3+ messages)
` [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC
[PATCH v3 0/8] Add TH1520 GPU support with power sequencing
2025-06-05 10:34 UTC (42+ messages)
` [PATCH v3 1/8] dt-bindings: power: Add T-HEAD TH1520 GPU power sequencer
` [PATCH v3 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v3 4/8] dt-bindings: gpu: Add TH1520 GPU compatible to Imagination bindings
` [PATCH v3 5/8] riscv: dts: thead: th1520: Add missing reset controller header include
` [PATCH v3 6/8] riscv: dts: thead: Add GPU power sequencer node
` [PATCH v3 3/8] drm/imagination: Use pwrseq for TH1520 GPU power management
[PATCH] riscv: defconfig: Enable TH1520 aon, mbox and reset support
2025-06-05 8:04 UTC (2+ messages)
[GIT PULL] RISC-V Patches for the 6.16 Merge Window, Part 3
2025-06-05 7:29 UTC
[PATCH 00/13] MMU related improvements for KVM RISC-V
2025-06-05 6:14 UTC (14+ messages)
` [PATCH 01/13] RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls
` [PATCH 02/13] RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
` [PATCH 03/13] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH 04/13] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH 05/13] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH 06/13] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH 07/13] RISC-V: KVM: Don't flush TLB in gstage_set_pte() when PTE is unchanged
` [PATCH 08/13] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH 09/13] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH 10/13] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH 11/13] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH 12/13] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH 13/13] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[PATCH v6 0/4] rust: Add bug/warn abstractions
2025-06-05 7:20 UTC (3+ messages)
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-06-05 7:12 UTC (5+ messages)
[PATCH v2] RISC-V: vDSO: Wire up getrandom() vDSO implementation
2025-06-05 7:15 UTC (9+ messages)
` [PATCH] RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wrapper
[PATCH v2] riscv: uaccess: Only restore the CSR_STATUS SUM bit
2025-06-05 1:30 UTC (2+ messages)
[PATCH] riscv: use generic MMIO accessors
2025-06-05 0:51 UTC (2+ messages)
[PATCH v2 0/3] Optimize GCD performance on RISC-V by selecting implementation at runtime
2025-06-04 23:02 UTC (5+ messages)
` [PATCH v2 1/3] lib/math/gcd: Use static key to select "
` [PATCH v2 3/3] riscv: Optimize gcd() performance on RISC-V without Zbb extension
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-04 17:15 UTC (28+ messages)
` [PATCH v17 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v17 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v17 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v17 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v17 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v17 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v17 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v17 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v17 09/27] riscv/mm: write protect and shadow stack
` [PATCH v17 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v17 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v17 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v17 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v17 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v17 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v17 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v17 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v17 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v17 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v17 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v17 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v17 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v17 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v17 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v17 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH] RISC-V: Documentation: Add enough title underlines to CMODX
2025-06-04 14:33 UTC (3+ messages)
[PATCH v2] riscv: Add kprobes KUnit test
2025-06-04 14:33 UTC (2+ messages)
[PATCH v4 0/3] Move duplicated instructions macros into asm/insn.h
2025-06-04 14:33 UTC (2+ messages)
[PATCH] riscv: enable mseal sysmap for RV64
2025-06-04 14:33 UTC (2+ messages)
[PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation
2025-06-04 14:33 UTC (2+ messages)
Broken 32-bit riscv debug build with ZSTD and FTRACE
2025-06-04 13:52 UTC (4+ messages)
[PATCH RESEND] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-04 12:31 UTC (8+ messages)
[PATCH v2 0/3] riscv: misaligned: fix misaligned accesses handling in put/get_user()
2025-06-04 11:56 UTC (8+ messages)
` [PATCH v2 1/3] riscv: make unsafe user copy routines use existing assembly routines
` [PATCH v2 2/3] riscv: process: use unsigned int instead of unsigned long for put_user()
` [PATCH v2 3/3] riscv: uaccess: do not do misaligned accesses in get/put_user()
[PATCH v4 2/2] Allow for riscv-clock to pick up mmio address
2025-06-04 11:25 UTC (2+ messages)
[PATCH] riscv: traps: handle uprobe event in software-check exception
2025-06-04 9:38 UTC (5+ messages)
[PATCH v2] riscv: traps: handle uprobe event in software-check exception
2025-06-04 9:34 UTC
[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
2025-06-04 0:29 UTC (15+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[PATCH] riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment
2025-06-03 21:52 UTC (2+ messages)
[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
2025-06-03 12:58 UTC (3+ messages)
[PATCH v5 0/4] Add USB2.0 PHY and USB3.0 PHY support for SpacemiT K1
2025-06-03 12:30 UTC (4+ messages)
` [PATCH v5 3/4] phy: spacemit: support K1 USB2.0 PHY controller
[PATCH 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
2025-06-03 9:40 UTC (3+ messages)
` [PATCH 16/17] pinctrl: Constify static 'pinctrl_desc'
Instalacja pv
2025-06-03 7:55 UTC
Question About Access Fault Handling in the Kernel
2025-06-03 4:25 UTC
[PATCH v4 0/4] Add SpacemiT K1 USB3.0 host controller support
2025-06-03 2:51 UTC (4+ messages)
` [PATCH v4 3/4] usb: dwc3: add generic driver to support flattened DT
[PATCH] Improve Kconfig help for RISCV_ISA_V_PREEMPTIVE
2025-06-02 22:12 UTC (2+ messages)
[PATCH] riscv/kexec_file: Fix comment in purgatory relocator
2025-06-02 22:12 UTC (2+ messages)
[PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
2025-06-02 21:19 UTC (2+ messages)
[PATCH v2 1/3] riscv: module: Fix out-of-bounds relocation access
2025-06-02 22:12 UTC (2+ messages)
[PATCH] perf symbols: Ignore mapping symbols on riscv
2025-06-02 22:12 UTC (2+ messages)
[PATCH] riscv: hwprobe: export Zabha extension
2025-06-02 22:12 UTC (2+ messages)
[PATCH v3 0/4] riscv: Add Zicbop & prefetchw support
2025-06-02 22:12 UTC (2+ messages)
[PATCH] riscv: Make regs_irqs_disabled() more clear
2025-06-02 22:12 UTC (2+ messages)
[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
2025-06-02 22:12 UTC (2+ messages)
[PATCH] Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"
2025-06-02 22:12 UTC (2+ messages)
[PATCH v3 0/2] riscv: kexec_file: Support loading Image binary file
2025-06-02 22:12 UTC (2+ messages)
[PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
2025-06-02 21:13 UTC (2+ messages)
[PATCH v1 0/1] fix riscv runtime constant support
2025-06-02 20:53 UTC (6+ messages)
` [PATCH v1 1/1] riscv: fix runtime constant support for nommu kernels
[PATCH] riscv: pi: use 'targets' instead of extra-y in Makefile
2025-06-02 18:10 UTC
[PATCH] Don't worry about a local OpenSSL either
2025-06-02 17:34 UTC (2+ messages)
[PATCH 0/2] riscv: misaligned: fix misaligned accesses handling in put/get_user()
2025-06-02 15:22 UTC (5+ messages)
` [PATCH 2/2] riscv: uaccess: do not do misaligned accesses in get/put_user()
[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
2025-06-02 15:16 UTC (4+ messages)
[PATCH v4 00/13] Architecture-optimized SHA-256 library API
2025-06-02 14:45 UTC (10+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash
[PATCH 1/1] dt-bindings: serial: 8250: allow clock 'uartclk' and 'reg' for nxp,lpc1850-uart
2025-06-02 14:27 UTC
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).