linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 18:30:38 to 2025-07-11 21:18:18 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-11 21:18 UTC  (13+ messages)

[PATCH v3 next 00/10] Implement mul_u64_u64_div_u64_roundup()
 2025-07-11 21:17 UTC  (4+ messages)
` [PATCH v3 next 09/10] lib: mul_u64_u64_div_u64() Optimise the divide code

[PATCH] drm/amdgpu: Fix missing unlocking in an error path in amdgpu_userq_create()
 2025-07-11 21:10 UTC  (2+ messages)

[PATCH V2] smb: client: fix use-after-free in cifs_oplock_break
 2025-07-11 21:10 UTC  (3+ messages)

[PATCH v1] PM: suspend: Drop a misplaced pm_restore_gfp_mask() call
 2025-07-11 21:09 UTC  (2+ messages)

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

[PATCH v6 0/9] LKMM generic atomics in Rust
 2025-07-11 21:04 UTC  (31+ 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 v2] powerpc: Replace the obsolete address of the FSF
 2025-07-11 21:02 UTC  (7+ messages)

[PATCH v2] vfio/mlx5: fix possible overflow in tracking max message size
 2025-07-11 21:00 UTC  (2+ messages)

[PATCH v4 00/24] x86: strict separation of startup code
 2025-07-11 20:59 UTC  (4+ messages)
` [PATCH v4 01/24] x86/sev: Separate MSR and GHCB based snp_cpuid() via a callback

[PATCH net] hv_netvsc: Switch VF namespace in netvsc_open instead
 2025-07-11 20:57 UTC 

[PATCH v13 00/11] perf: Support the deferred unwinding infrastructure
 2025-07-11 20:56 UTC  (3+ messages)

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

cdrom: cdrom_mrw_exit() NULL ptr deref
 2025-07-11 20:46 UTC  (2+ messages)

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

[PATCH] iio: ABI: fix correctness of I and Q modifiers
 2025-07-11 20:44 UTC 

[PATCH rc v2] iommu/arm-smmu-v3: Revert vmaster in the error path
 2025-07-11 20:40 UTC 

[PATCH v1] usb: typec: ucsi: Add poll_cci operation to cros_ec_ucsi
 2025-07-11 20:40 UTC  (2+ messages)

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

[PATCHv3 wireless-next 5/7] wifi: rt2x00: soc: modernize probe
 2025-07-11 20:33 UTC  (3+ messages)

[syzbot] [jfs?] WARNING: fs/jfs/jfs_dmap.c:LINE at dbAdjTree, CPU: jfsCommit/NUM
 2025-07-11 20:31 UTC  (3+ messages)
` [PATCH] jfs: Issue a warning when leafidx is too large

[GIT PULL] PCI fixes for v6.16
 2025-07-11 20:28 UTC 

[PATCH v18 00/27] riscv control-flow integrity for usermode
 2025-07-11 20:25 UTC  (29+ 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

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-07-11 20:25 UTC  (12+ messages)

[syzbot] [jfs?] kernel BUG in clear_inode (3)
 2025-07-11 20:18 UTC  (3+ messages)
` [PATCH] jfs: truncate good inode pages when hard link is 0
  ` [Jfs-discussion] "

[PATCH net-next] net: wangxun: fix VF drivers Kconfig dependencies and help text
 2025-07-11 20:17 UTC  (3+ messages)

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

[PATCH V2 0/4] Add ethtool support to configure irq coalescing count and delay
 2025-07-11 20:13 UTC  (4+ messages)
` [PATCH V2 2/4] dmaengine: xilinx_dma: Fix irq handler and start transfer path for AXI DMA

[PATCH v8 0/5] media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5 + other meta fixes
 2025-07-11 20:13 UTC  (5+ messages)
` [PATCH v8 4/5] media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5
` [PATCH v8 5/5] media: uvcvideo: Auto-set UVC_QUIRK_MSXU_META

[PATCH RESEND] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
 2025-07-11 20:10 UTC  (2+ messages)

[PATCH 0/2] netfs: Fix use of fscache with ceph
 2025-07-11 20:09 UTC  (2+ messages)

[PATCH 1/1] uprobes: relax valid_vma check for VM_MAYSHARE
 2025-07-11 20:07 UTC 

[PATCH v2 0/2] serial: 8250_ni: Fix build warning
 2025-07-11 20:04 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] serial: 8250_ni: Reorder local variables

[PATCH net-next v22 0/2] MCTP Over PCC Transport
 2025-07-11 20:03 UTC  (4+ messages)
` [PATCH net-next v22 2/2] mctp pcc: Implement MCTP over "

[PATCH 0/8] Prepare for new rkvdec variants
 2025-07-11 20:02 UTC  (7+ messages)
` [PATCH 5/8] media: uapi: HEVC: Add v4l2_ctrl_hevc_ext_sps_rps control
` [PATCH 7/8] media: rkvdec: Remove TODO file
` [PATCH 8/8] media: rkvdec: Unstage the driver

[PATCH] erofs: fix large fragment handling
 2025-07-11 19:58 UTC  (2+ messages)
` [PATCH v2] "

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

[PATCH net] net: fix segmentation after TCP/UDP fraglist GRO
 2025-07-11 19:51 UTC  (4+ messages)

[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

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

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-11 19:24 UTC  (12+ 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: "

[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


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