linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 17:44:30 to 2025-07-11 19:47:37 UTC [more...]

[PATCH v18 00/27] riscv control-flow integrity for usermode
 2025-07-11 19:46 UTC  (28+ messages)
` [PATCH v18 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v18 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v18 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v18 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v18 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v18 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v18 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v18 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v18 09/27] riscv/mm: write protect and shadow stack
` [PATCH v18 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v18 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v18 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v18 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v18 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v18 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v18 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v18 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v18 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v18 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v18 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v18 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v18 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v18 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v18 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v18 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v18 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v18 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-11 19:44 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v2 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT

[GIT PULL] Networking for v6.16-rc6 (follow up)
 2025-07-11 19:42 UTC  (8+ messages)

[PATCH rc] iommu/arm-smmu-v3: Revert vmaster in the error path
 2025-07-11 19:40 UTC  (3+ messages)

[PATCH v4 0/7] iommufd: Destroy vdevice on device unbind
 2025-07-11 19:39 UTC  (5+ messages)
` [PATCH v4 2/7] iommufd: Add iommufd_object_tombstone_user() helper

[PATCH 0/3] Add x1e Dell Inpsiron 14p
 2025-07-11 19:38 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: Add support for X1E80100 Dell Inspirion 14 Plus 7441

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-11 19:36 UTC  (4+ messages)
` [PATCHv5 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines

[PATCH 0/5] dma::Device trait and DMA mask
 2025-07-11 19:35 UTC  (3+ messages)
` [PATCH 2/5] rust: dma: add DMA addressing capabilities

[PATCH v5 00/14] mm: folio_zero_user: clearing of page-extents
 2025-07-11 19:35 UTC  (15+ messages)
` [PATCH v5 10/14] x86/mm: Simplify clear_page_*
` [PATCH v5 12/14] mm: add config option for clearing page-extents

[PATCH v4 0/3] fix two issues and optimize code on tpacket_snd()
 2025-07-11 19:33 UTC  (5+ messages)
` [PATCH v4 2/3] af_packet: fix soft lockup issue caused by tpacket_snd()

[PATCH v2 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-07-11 19:33 UTC  (5+ messages)

[PATCH v5 0/2] fix two issues and optimize code on tpacket_snd()
 2025-07-11 19:32 UTC  (3+ messages)
` [PATCH v5 2/2] af_packet: fix soft lockup issue caused by tpacket_snd()

[syzbot] [jfs?] kernel BUG in jfs_truncate_nolock
 2025-07-11 19:28 UTC  (3+ messages)
` [PATCH] jfs: Regular file curruption check

[PATCH v3 0/3] Nested virtualization fixes for root partition
 2025-07-11 19:28 UTC  (6+ messages)
` [PATCH v3 1/3] Drivers: hv: Use nested hypercall for post message and signal event
` [PATCH v3 2/3] x86/hyperv: Expose hv_map_msi_interrupt()
` [PATCH v3 3/3] PCI: hv: Use the correct hypercall for unmasking interrupts on nested

[PATCH] serial: 8250_ni: Fix build warning
 2025-07-11 19:27 UTC  (3+ messages)

[PATCH] iio: temperature: maxim_thermocouple: use IIO_DECLARE_DMA_BUFFER_WITH_TS()
 2025-07-11 19:26 UTC  (7+ messages)

[PATCH v6 0/9] LKMM generic atomics in Rust
 2025-07-11 19:26 UTC  (29+ messages)
` [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v6 8/9] rust: sync: Add memory barriers
` [PATCH v6 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>

[PATCH 0/3] drm/sitronix/st7571-i2c: Add support for the ST7567 Controller
 2025-07-11 19:25 UTC  (6+ messages)
` [PATCH 2/3] drm/sitronix/st7571-i2c: Make the reset GPIO to be optional

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-11 19:24 UTC  (13+ messages)
` [RFC v5 0/7] Add and use sprintf_{end,array}() "
  ` [RFC v5 6/7] sprintf: Add [v]sprintf_array()

[PATCH] jfs: upper bound check of tree index in dbAllocAG
 2025-07-11 19:23 UTC  (2+ messages)
` [Jfs-discussion] "

[PATCH 0/3] iio: adc: add support for ADE9000 Energy Monitoring IC
 2025-07-11 19:23 UTC  (3+ messages)
` [PATCH 1/3] iio: add power and energy measurement modifiers

[PATCH v2 1/7] drm/panthor: Add support for atomic page table updates
 2025-07-11 19:22 UTC  (4+ messages)
` [PATCH v2 4/7] drm/gpuvm: Add a helper to check if two VA can be merged

[PATCH] arm64: dts: qcom: qcs9075-iq-9075-evk: Enable Display Port
 2025-07-11 19:05 UTC  (2+ messages)

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-11 18:57 UTC  (14+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()

[PATCH v4] i2c: busses: Use min() to improve code
 2025-07-11 18:57 UTC  (2+ messages)

[PATCH v7 0/8] Introduce HDP support for STM32MP platforms
 2025-07-11 18:52 UTC  (5+ messages)
` [PATCH v7 1/8] dt-bindings: pinctrl: stm32: Introduce HDP

[PATCH v3 0/5] Add Dell Inspiron 7441 / Latitude 7455 (X1E-80-100)
 2025-07-11 18:50 UTC  (2+ messages)

[PATCH bpf-next v9 0/2] Support kCFI + BPF on arm64
 2025-07-11 18:49 UTC  (4+ messages)
` [PATCH bpf-next v9 2/2] arm64/cfi,bpf: "

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-07-11 18:46 UTC  (9+ messages)

[PATCH v2 0/3] arm64: sunxi: a523: Enable Mali GPU
 2025-07-11 18:43 UTC  (5+ messages)
` [PATCH v2 2/3] arm64: dts: allwinner: a523: add Mali GPU node
` [PATCH v2 3/3] arm64: dts: allwinner: a523: enable Mali GPU for all boards

[PATCH -rcu -next 1/7] smp: Document preemption and stop_machine() mutual exclusion
 2025-07-11 18:41 UTC  (7+ messages)
` [PATCH -rcu -next 4/7] rcu: Remove redundant check for irq state during unlock

[PATCH 0/2] tracing/perf: Prevent double unregister of perf and tracepoint probes
 2025-07-11 18:40 UTC  (6+ messages)
` [PATCH 1/2] tracing/perf: Prevent double unregister of perf probes

[RFC PATCH 00/36] arm_mpam: Add basic mpam driver
 2025-07-11 18:36 UTC  (37+ messages)
` [RFC PATCH 01/36] cacheinfo: Set cache 'id' based on DT data
` [RFC PATCH 02/36] cacheinfo: Add arch hook to compress CPU h/w id into 32 bits for cache-id
` [RFC PATCH 03/36] arm64: cacheinfo: Provide helper to compress MPIDR value into u32
` [RFC PATCH 04/36] cacheinfo: Expose the code to generate a cache-id from a device_node
` [RFC PATCH 05/36] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [RFC PATCH 06/36] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [RFC PATCH 07/36] ACPI / PPTT: Find cache level by cache-id
` [RFC PATCH 08/36] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [RFC PATCH 09/36] arm64: kconfig: Add Kconfig entry for MPAM
` [RFC PATCH 10/36] ACPI / MPAM: Parse the MPAM table
` [RFC PATCH 11/36] dt-bindings: arm: Add MPAM MSC binding
` [RFC PATCH 12/36] platform: arm64: Move ec devices to an ec subdirectory
` [RFC PATCH 13/36] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [RFC PATCH 14/36] arm_mpam: Add support for memory controller MSC on DT platforms
` [RFC PATCH 15/36] arm_mpam: Add the class and component structures for ris firmware described
` [RFC PATCH 16/36] arm_mpam: Add MPAM MSC register layout definitions
` [RFC PATCH 17/36] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [RFC PATCH 18/36] arm_mpam: Probe MSCs to find the supported partid/pmg values
` [RFC PATCH 19/36] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [RFC PATCH 20/36] arm_mpam: Probe the hardware features resctrl supports
` [RFC PATCH 21/36] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [RFC PATCH 22/36] arm_mpam: Reset MSC controls from cpu hp callbacks
` [RFC PATCH 23/36] arm_mpam: Add a helper to touch an MSC from any CPU
` [RFC PATCH 24/36] arm_mpam: Extend reset logic to allow devices to be reset any time
` [RFC PATCH 25/36] arm_mpam: Register and enable IRQs
` [RFC PATCH 26/36] arm_mpam: Use a static key to indicate when mpam is enabled
` [RFC PATCH 27/36] arm_mpam: Allow configuration to be applied and restored during cpu online
` [RFC PATCH 28/36] arm_mpam: Probe and reset the rest of the features
` [RFC PATCH 29/36] arm_mpam: Add helpers to allocate monitors
` [RFC PATCH 30/36] arm_mpam: Add mpam_msmon_read() to read monitor value
` [RFC PATCH 31/36] arm_mpam: Track bandwidth counter state for overflow and power management
` [RFC PATCH 32/36] arm_mpam: Probe for long/lwd mbwu counters
` [RFC PATCH 33/36] arm_mpam: Use long MBWU counters if supported
` [RFC PATCH 34/36] arm_mpam: Add helper to reset saved mbwu state
` [RFC PATCH 35/36] arm_mpam: Add kunit test for bitmap reset
` [RFC PATCH 36/36] arm_mpam: Add kunit tests for props_mismatch()

[PATCH v2 0/2] tracing/perf: Prevent double unregister of perf and tracepoint probes
 2025-07-11 18:31 UTC  (3+ messages)
` [PATCH v2 1/2] tracing/perf: Prevent double unregister of perf probes
` [PATCH v2 2/2] tracing: Prevent double unregister of tracepoint probes

[PATCH v2 0/3] ASoC: codec: Convert to GPIO descriptors for tlv320aic32x4
 2025-07-11 18:38 UTC  (3+ messages)
` [PATCH v2 1/3] ASoC: codec: tlv320aic32x4: Drop aic32x4_pdata usage

[PATCH v2 00/12] pinctrl: introduce the concept of a GPIO pin function category
 2025-07-11 18:37 UTC  (3+ messages)
` [PATCH v2 08/12] pinctrl: qcom: use generic pin function helpers

[PATCH V1 0/9] AMD AI Engine device driver for Versal
 2025-07-11 18:33 UTC  (6+ messages)
` [PATCH V1 4/9] dt-bindings: soc: xilinx: Add AI engine DT binding

[PATCH v2 1/6] selftests/futex: Adapt the private hash test to RCU related changes
 2025-07-11 18:33 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH v2 2/6] futex: Use RCU-based per-CPU reference counting instead of rcuref_t
 2025-07-11 18:33 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH v2 3/6] futex: Make futex_private_hash_get() static
 2025-07-11 18:33 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH v2 4/6] futex: Remove support for IMMUTABLE
 2025-07-11 18:33 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH v2 5/6] selftests/futex: Remove support for IMMUTABLE
 2025-07-11 18:33 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH v2 6/6] perf bench futex: Remove support for IMMUTABLE
 2025-07-11 18:33 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH 0/2] riscv: dts: spacemit: Add initial support for OrangePi RV2
 2025-07-11 18:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: riscv: spacemit: Add OrangePi RV2 board
` [PATCH 2/2] riscv: dts: spacemit: Add OrangePi RV2 board device tree

[PATCH v3 0/5] PM: sleep: Improvements of async suspend and resume of devices
 2025-07-11 18:30 UTC  (6+ messages)
` [PATCH v3 1/5] PM: sleep: Resume children after resuming the parent

[PATCH 1/2] crypto: engine: remove request batching support
 2025-07-11 18:29 UTC  (2+ messages)
` [PATCH 2/2] crypto: engine: remove {prepare,unprepare}_crypt_hardware callbacks

[PATCH] cxl: Remove core/acpi.c and cxl core dependency on ACPI
 2025-07-11 18:30 UTC  (2+ messages)

[RFC PATCH 0/5] Improvements to unwind user
 2025-07-11 18:28 UTC  (13+ messages)
` [RFC PATCH 2/5] unwind: Export unwind_user symbol to GPL modules

[PATCH v3 0/3] cacheinfo: Set cache 'id' based on DT data
 2025-07-11 18:27 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] cacheinfo: Add arch hook to compress CPU h/w id into 32 bits for cache-id
` [PATCH v3 3/3] arm64: cacheinfo: Provide helper to compress MPIDR value into u32

[PATCH] generic/365: Add fix hint for ext4
 2025-07-11 18:27 UTC 

[PATCH v2 0/2] Add pinctrl driver for Milos (SM7635)
 2025-07-11 18:26 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: document the Milos Top Level Mode Multiplexer

[PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
 2025-07-11 18:18 UTC  (3+ messages)

[PATCH v2 0/2] __folio_split() clean up
 2025-07-11 18:23 UTC  (3+ messages)
` [PATCH v2 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v2 2/2] mm/huge_memory: use folio_expected_ref_count() to calculate ref_count

[PATCH v2 0/5] Add support for PM7550 PMIC
 2025-07-11 18:23 UTC  (2+ messages)

[tip:irq/urgent] BUILD SUCCESS a8b289f0f2dcbadd8c207ad8f33cf7ba2b4eb088
 2025-07-11 18:21 UTC 

[PATCH v2 0/4] Add support for PMIV0104 PMIC
 2025-07-11 18:20 UTC  (2+ messages)

[PATCH 0/2] Fix up build issues with vpanic
 2025-07-11 18:18 UTC  (3+ messages)

[PATCH] mm: skip lru_note_cost() when scanning only file or anon
 2025-07-11 18:18 UTC  (4+ messages)

[PATCH v2] pinmux: fix race causing mux_owner NULL with active mux_usecount
 2025-07-11 18:17 UTC  (2+ messages)

[PATCH 00/10] arm64: Replace TLB invalidation preprocessor macros with C functions
 2025-07-11 18:16 UTC  (3+ messages)
` [PATCH 10/10] arm64: mm: Re-implement the __flush_tlb_range_op macro in C

[PATCH v2 0/4] Allwinner A100/A133 Ethernet MAC (EMAC0) Support
 2025-07-11 18:15 UTC  (4+ messages)
` [PATCH v2 1/4] Revert "pinctrl: sunxi: Fix a100 emac pin function name"

[PATCH v3] alloc_tag: add per-NUMA node stats
 2025-07-11 18:14 UTC  (7+ messages)

[PATCH 0/5] Allwinner A100/A133 Ethernet MAC (EMAC) Support
 2025-07-11 18:13 UTC  (7+ messages)
` [PATCH 1/5] pinctrl: sunxi: Fix a100 emac pin function name

[PATCH] gpiolib: don't use GPIO global numbers in debugfs output
 2025-07-11 18:10 UTC  (2+ messages)

[PATCH 0/9] drivers: gpio: and the QIXIS FPGA GPIO controller
 2025-07-11 18:06 UTC  (6+ messages)
` [PATCH 4/9] gpio: regmap: add the .get_direction() callback

[PATCH] drm/nouveau: check ioctl command codes better
 2025-07-11 18:06 UTC  (4+ messages)

[PATCH v2 0/3] TDX: Clean up the definitions of TDX ATTRIBUTES
 2025-07-11 18:03 UTC  (6+ messages)
` [PATCH v2 1/3] x86/tdx: Fix the typo of TDX_ATTR_MIGRTABLE
` [PATCH v2 3/3] KVM: TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS

[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
 2025-07-11 18:00 UTC  (4+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link

[PATCH v7 0/5] Enable automatic SVN updates for SGX enclaves
 2025-07-11 17:54 UTC  (3+ messages)
` [PATCH v7 5/5] x86/sgx: "

[PATCH v10 00/10] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-07-11 17:49 UTC  (8+ messages)
` [PATCH v10 02/10] dt-bindings: power: reset: Document reboot-mode cookie

[PATCH 0/3] ARM: convert from clk round_rate() to determine_rate()
 2025-07-11 17:45 UTC  (3+ messages)
` [PATCH 3/3] ARM: versatile: clock: convert from "

[PATCH] ACPI: RISC-V: Remove unnecessary CPPC debug message
 2025-07-11 17:45 UTC  (2+ messages)

[PATCH 0/9] drm: convert from clk round_rate() to determine_rate()
 2025-07-11 17:44 UTC  (5+ messages)
` [PATCH 2/9] drm/mcde/mcde_clk_div: convert from "
` [PATCH 5/9] drm/pl111: "


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).