linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-15 16:07:56 to 2025-07-15 19:13:08 UTC [more...]

[PATCH v1 00/20] cxl: Address translation support, part 2: Region code rework
 2025-07-15 19:11 UTC  (15+ messages)
` [PATCH v1 01/20] cxl/region: Move helper functions closer to their users
` [PATCH v1 02/20] cxl/region: Store root decoder in struct cxl_region
` [PATCH v1 03/20] cxl/region: Remove region id handling from cxl_region_alloc()
` [PATCH v1 04/20] cxl/region: Add region registration code to new function register_region()
` [PATCH v1 05/20] cxl/region: Separate cxl_region_alloc() from devm_cxl_add_region()
` [PATCH v1 06/20] cxl/region: Remove dev_err() from cxl_find_root_decoder()
` [PATCH v1 07/20] cxl/region: Add new function cxl_endpoint_get_region() to simplify cxl_add_to_region()
` [PATCH v1 08/20] cxl/region: Rework memregion id allocation and move it to register_region()
` [PATCH v1 09/20] cxl/region: Change __construct_region() to use it as a tail function call
` [PATCH v1 10/20] cxl/region: Remove __construct_region()
` [PATCH v1 11/20] cxl/region: Separate auto-generated region cration code path
` [PATCH v1 12/20] cxl/region: Remove region creation code from construct_region()
` [PATCH v1 13/20] cxl/region: Move devm_cxl_add_region() out of create_region()
` [PATCH v1 14/20] cxl/region: Prepare removal of @cxlrd argument from create_region()

[PATCH v2 00/12] sched: Address schbench regression
 2025-07-15 19:11 UTC  (3+ messages)
` [PATCH v2 01/12] sched/psi: Optimize psi_group_change() cpu_clock() usage

[PATCH v1] arm64: dts: qcom: sm8250-xiaomi-pipa: Drop nonexistent hardware
 2025-07-15 19:11 UTC  (2+ messages)

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-15 19:09 UTC  (8+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()

[PATCH v2 0/2] x86/hyperv: MSI parent domain conversion
 2025-07-15 19:09 UTC  (4+ messages)
` [PATCH v2 2/2] x86/hyperv: Switch to msi_create_parent_irq_domain()

Code of Conduct violation complaint
 2025-07-15 19:08 UTC 

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-15 19:07 UTC  (11+ messages)
` [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space

[PATCH] KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
 2025-07-15 19:06 UTC 

[PATCH v3] x86/boot: Avoid writing to cr4 twice in startup_64()
 2025-07-15 19:05 UTC  (3+ messages)
` [tip: x86/cleanups] x86/boot: Avoid redundant %cr4 write "

[PATCH v5 0/8] iommufd: Destroy vdevice on device unbind
 2025-07-15 19:03 UTC  (5+ messages)
` [PATCH v5 5/8] iommufd/vdevice: Remove struct device reference from struct vdevice
` [PATCH v5 7/8] iommufd/selftest: Add coverage for vdevice tombstone

[PATCH net-next v6] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-15 19:00 UTC  (2+ messages)

[PATCH v3] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-07-15 18:58 UTC  (2+ messages)

[PATCH v3 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-15 18:56 UTC  (4+ messages)

[PATCH v8 0/2] MT9M114 driver bugfix and improvements
 2025-07-15 18:55 UTC  (2+ messages)

linux-next: build warning after merge of the mm-unstable tree
 2025-07-15 18:54 UTC  (2+ messages)

[PATCH mm-unstable 0/2] mm/damon: kernel-doc comments fixup for damon_callback removal
 2025-07-15 18:52 UTC  (3+ messages)
` [PATCH mm-unstable 1/2] mm/damon: add kernel-doc comment for damon_operations->cleanup_target
` [PATCH mm-unstable 2/2] mm/damon: remove damon_ctx->callback kernel-doc comment

[PATCH] hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
 2025-07-15 18:49 UTC  (14+ messages)
                      ` [PATCH v2] "

[PATCH] pci/controller: Use dev_fwnode()
 2025-07-15 18:49 UTC  (2+ messages)

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-07-15 18:45 UTC  (5+ messages)
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation

[PATCH v13 1/1] vhost: Reintroduces support of kthread API and adds mode selection
 2025-07-15 18:43 UTC  (2+ messages)
` [PATCH v13] "

[PATCH net v2 0/2] selftests: mptcp: connect: cover alt modes
 2025-07-15 18:43 UTC  (3+ messages)
` [PATCH net v2 1/2] selftests: mptcp: connect: also "
` [PATCH net v2 2/2] selftests: mptcp: connect: also cover checksum

[PATCH] media: uvcvideo: Fix assignment in if condition
 2025-07-15 18:42 UTC  (2+ messages)

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-15 18:42 UTC  (4+ messages)
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops

[PATCH v7 0/9] LKMM generic atomics in Rust
 2025-07-15 18:39 UTC  (7+ messages)
` [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations

[PATCH v3 0/2] iio: imu: smi330: add bosch smi330 driver
 2025-07-15 18:35 UTC  (6+ messages)
` [PATCH v3 2/2] iio: imu: smi330: Add driver
    ` AW: "

[PATCH net-next v5] tcp: trace retransmit failures in tcp_retransmit_skb
 2025-07-15 18:33 UTC  (2+ messages)

[PATCH] HID: apple: validate feature-report field count to prevent NULL pointer dereference
 2025-07-15 18:33 UTC  (2+ messages)

[PATCH 00/11] staging: rtl8723bs: get rid of struct hal_ops
 2025-07-15 18:28 UTC  (12+ messages)
` [PATCH 01/11] staging: rtl8723bs: remove function pointer SetHalODMVarHandler
` [PATCH 02/11] staging: rtl8723bs: remove wrapper rtl8723b_SetHalODMVar
` [PATCH 03/11] staging: rtl8723bs: remove function pointer hal_notch_filter
` [PATCH 04/11] staging: rtl8723bs: remove function pointer c2h_handler
` [PATCH 05/11] staging: rtl8723bs: remove macro FillH2CCmd
` [PATCH 06/11] staging: rtl8723bs: remove function pointer fill_h2c_cmd
` [PATCH 07/11] staging: rtl8723bs: remove macro hal_xmit_handler
` [PATCH 08/11] staging: rtl8723bs: remove function pointer xmit_thread_handler
` [PATCH 09/11] staging: rtl8723bs: remove function pointer hal_reset_security_engine
` [PATCH 10/11] staging: rtl8723bs: remove function pointer c2h_id_filter
` [PATCH 11/11] staging: rtl8723bs: remove struct hal_ops

[PATCH 1/4] iopoll: Generalize read_poll_timeout() into poll_timeout_us()
 2025-07-15 18:20 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v4 00/10] rockchip: Fix several DTB validation issues
 2025-07-15 18:20 UTC  (2+ messages)
` (subset) "

[PATCH v4] media: i2c: Add OV05C10 camera sensor driver
 2025-07-15 18:13 UTC  (4+ messages)

[PATCH] ublk: remove unused req argument from ublk_sub_req_ref()
 2025-07-15 18:13 UTC  (2+ messages)

[PATCH v6 0/9] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-07-15 18:00 UTC  (10+ messages)
` [PATCH v6 1/9] arm64: dts: qcom: qcs6490-audioreach: Add gpr node
` [PATCH v6 2/9] dt-bindings: pinctrl: qcom,sc7280-lpass-lpi-pinctrl: Document the clock property
` [PATCH v6 3/9] ASoC: dt-bindings: qcom,lpass-va-macro: Update bindings for clocks to support ADSP
` [PATCH v6 4/9] arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support
` [PATCH v6 5/9] arm64: dts: qcom: qcs6490-audioreach: Modify LPASS macros clock settings for audioreach
` [PATCH v6 6/9] arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier
` [PATCH v6 7/9] arm64: dts: qcom: qcs6490-rb3gen2: Add sound card
` [PATCH v6 8/9] arm64: dts: qcom: qcm6490-idp: Add WSA8830 speakers and WCD9370 headset codec
` [PATCH v6 9/9] arm64: dts: qcom: qcm6490-idp: Add sound card

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-15 18:04 UTC  (8+ messages)
` [PATCH v5 1/7] cxl/acpi: Refactor cxl_acpi_probe() to always schedule fallback DAX registration
` [PATCH v5 2/7] cxl/core: Rename suspend.c to probe_state.c and remove CONFIG_CXL_SUSPEND
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
` [PATCH v5 4/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v5 5/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v5 6/7] dax/hmem, cxl: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
` [PATCH v5 7/7] dax/hmem: Preserve fallback SOFT RESERVED regions if DAX HMEM loads late

[PATCH] x86/cpu: Sort the Intel microcode defines by Family-model-stepping
 2025-07-15 18:02 UTC  (3+ messages)

[PATCH v3] usb: dwc3: qcom: Remove extcon functionality from glue
 2025-07-15 18:01 UTC  (3+ messages)

[PATCH v3 0/5] Add Dell Inspiron 7441 / Latitude 7455 (X1E-80-100)
 2025-07-15 18:00 UTC  (4+ messages)
` [PATCH v3 3/5] arm64: dts: qcom: Add support for Dell Inspiron 7441 / Latitude 7455

[PATCH hyperv-next v4 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
 2025-07-15 17:58 UTC  (2+ messages)

Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-15 17:50 UTC  (3+ messages)
  ` 答复: "

[PATCH] ARM: dts: broadcom: Fix bcm7445 memory controller compatible
 2025-07-15 17:42 UTC  (2+ messages)

[PATCH v2 0/5] rust: Add Per-CPU Variable API
 2025-07-15 17:44 UTC  (9+ messages)
` [PATCH v2 3/5] rust: percpu: add a rust per-CPU variable test

[PATCH 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx
 2025-07-15 17:43 UTC  (3+ messages)
` [PATCH 2/3] riscv: dts: sophgo: Add mdio multiplexer device "

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_setup (4)
 2025-07-15 17:43 UTC 

[syzbot] [input?] [usb?] INFO: task hung in console_callback (6)
 2025-07-15 17:43 UTC 

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-15 17:38 UTC  (2+ messages)

[PATCH v3 0/8] cleanup: Introduce ACQUIRE(), a guard() for conditional locks
 2025-07-15 17:38 UTC  (13+ messages)
` [PATCH v3 6/8] cxl/region: Move ready-to-probe state check to a helper
` [PATCH v3 7/8] cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()
` [PATCH v3 8/8] cxl: Convert to ACQUIRE() for conditional rwsem locking

[PATCH] hwmon: ina238: Report energy in microjoules
 2025-07-15 17:37 UTC  (2+ messages)

[PATCH v4 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
 2025-07-15 17:36 UTC  (3+ messages)

[PATCH 0/7] hwmon: iio: Add alarm support
 2025-07-15 17:36 UTC  (13+ messages)
` [PATCH 1/7] math64: Add div64_s64_rem
` [PATCH 3/7] iio: Add in-kernel API for events
` [PATCH 7/7] hwmon: iio: Add alarm support

[PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-07-15 17:36 UTC  (2+ messages)

[PATCH v3 0/4] Changes for the eUSB2 PHY on Milos
 2025-07-15 17:34 UTC  (3+ messages)
` [PATCH v3 4/4] phy: qcom: phy-qcom-snps-eusb2: Update init sequence per HPG 1.0.2

[PATCH v8 0/5] Add support for gdsp remoteproc on sa8775p
 2025-07-15 17:34 UTC  (3+ messages)
` [PATCH v8 4/5] misc: fastrpc: Remove kernel-side domain checks from capability ioctl

[PATCH] nfsd: don't set the ctime on delegated atime updates
 2025-07-15 17:33 UTC  (3+ messages)

[PATCH v2] KVM: Documentation: document how KVM is tested
 2025-07-15 17:30 UTC 

[PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
 2025-07-15 17:29 UTC  (15+ messages)

[PATCH] drm/msm/dpu: correct dpu_plane_virtual_atomic_check()
 2025-07-15 17:28 UTC 

[PATCH 0/9] Microsoft Surface Pro 11 support
 2025-07-15 17:26 UTC  (4+ messages)
` [PATCH 2/9] dt-bindings: display: panel: samsung,atna30dw01: document ATNA30DW01

[PATCH] ghes: Track number of recovered hardware errors
 2025-07-15 17:25 UTC  (11+ messages)

[PATCH bpf-next v2 01/18] bpf: add function hash table for tracing-multi
 2025-07-15 17:23 UTC  (27+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
` [PATCH bpf-next v2 06/18] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next v2 13/18] libbpf: support tracing_multi
` [PATCH bpf-next v2 14/18] libbpf: add btf type hash lookup support
` [PATCH bpf-next v2 15/18] libbpf: add skip_invalid and attach_tracing for tracing_multi

[PATCH v4 5/6] clocksource/drivers/exynos_mct: Add module support
 2025-07-15 17:23 UTC  (3+ messages)
` [PATCH] clocksource/drivers/exynos_mct: Fix section mismatch from the module conversion

[PATCH v3 0/2] sched_ext: Introduce rq lock tracking
 2025-07-15 17:20 UTC  (4+ messages)
` [PATCH 1/2] sched_ext: Track currently locked rq

[PATCH] EDAC/{skx_common,i10nm}: Use scnprintf() for safer buffer handling
 2025-07-15 17:16 UTC  (2+ messages)

We found a bug in i40e_debugfs.c for the latest linux
 2025-07-15 17:12 UTC  (5+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-15 17:12 UTC  (5+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v3 0/2] PCI: imx6: Correct the epc_features of i.MX8M EPs
 2025-07-15 17:07 UTC  (2+ messages)

PCI IO ECS access is no longer possible for AMD family 17h
 2025-07-15 17:06 UTC  (9+ messages)

[PATCH] accel/ivpu: Remove lockdep_assert_irqs_disabled()
 2025-07-15 16:59 UTC 

[PATCH] sched/fair: do not scan twice in detach_tasks()
 2025-07-15 17:04 UTC  (2+ messages)

[PATCH v2 0/6] futex: Use RCU-based per-CPU reference counting
 2025-07-15 17:04 UTC  (4+ messages)

[PATCH ath-next] wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()
 2025-07-15 17:03 UTC  (2+ messages)

[PATCH 6.12 000/163] 6.12.39-rc1 review
 2025-07-15 17:03 UTC  (2+ messages)

[PATCH v2 09/10] PCI: aspeed: Add ASPEED PCIe RC driver
 2025-07-15 17:00 UTC  (3+ messages)

[PATCH 6.6 000/109] 6.6.99-rc1 review
 2025-07-15 17:00 UTC  (2+ messages)

[PATCH] scsi: fix out of bounds error in /drivers/scsi
 2025-07-15 16:57 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-15 16:53 UTC  (4+ messages)
` [PATCH v15 08/34] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details

[PATCH] net: dpaa2: Fix device reference count leak in MAC endpoint handling
 2025-07-15 16:51 UTC  (2+ messages)

[PATCH] wifi: cfg80211: direct error paths to appropriate exit point in nl80211_dump_station()
 2025-07-15 16:45 UTC 

[PATCH 0/2] Add support for IQ-8275-evk board
 2025-07-15 16:45 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: Add bindings for IQ8 EVK board

[PATCH v6 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-15 16:44 UTC  (9+ messages)
` [PATCH v6 3/7] crypto: ccp - Add support for SNP_FEATURE_INFO command
` [PATCH v6 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v6 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v6 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH v4 0/1] eventpoll: Fix priority inversion problem
 2025-07-15 16:42 UTC  (3+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock

[PATCH] sched/deadline: sched_getattr(...flags=1) returns the runtime left and abs deadline for DEADLINE tasks
 2025-07-15 16:39 UTC 

[PATCH] gpiolib: devres: release GPIOs in devm_gpiod_put_array()
 2025-07-15 16:39 UTC  (2+ messages)

[PATCH v2 0/3] arm64: sunxi: a523: Enable Mali GPU
 2025-07-15 16:38 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/5] allwinner: a523: Add power controllers
 2025-07-15 16:38 UTC  (2+ messages)
` (subset) "

[PATCH 6.12 000/165] 6.12.39-rc2 review
 2025-07-15 16:37 UTC 

[PATCH 6.6 000/111] 6.6.99-rc2 review
 2025-07-15 16:37 UTC 

[PATCH 6.1 00/89] 6.1.146-rc2 review
 2025-07-15 16:37 UTC 

[PATCH 5.15 00/78] 5.15.189-rc2 review
 2025-07-15 16:36 UTC 

[PATCH 5.10 000/209] 5.10.240-rc3 review
 2025-07-15 16:36 UTC 

[PATCH 00/80] treewide: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-15 16:33 UTC  (3+ messages)
` [PATCH 04/80] bus: sunxi-rsb: "

[PATCH 0/2] drm/imagination: Fixes for flexible structures
 2025-07-15 16:28 UTC  (5+ messages)
` [PATCH 1/2] drm/imagination: Add and use FLEX_ARRAY_CHECK()
` [PATCH 2/2] drm/imagination: Use struct_size_t()

[PATCH v2 0/7] net: Use min()/max()/max_t() to improve code
 2025-07-15 16:24 UTC  (3+ messages)
` [PATCH v2 2/7] wifi: ath5k: Use max() "

[PATCH ath-next] wifi: ath12k: remove unneeded semicolon in ath12k_mac_parse_tx_pwr_env()
 2025-07-15 16:24 UTC  (2+ messages)

[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
 2025-07-15 16:23 UTC  (3+ messages)

[PATCH 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-07-15 16:23 UTC  (4+ messages)
` [PATCH 2/2] rust: alloc: take the allocator into account for FOREIGN_ALIGN

[PATCH 5.15 00/77] 5.15.189-rc1 review
 2025-07-15 16:20 UTC  (2+ messages)

[PATCH v2 0/5] add static PMD zero page support
 2025-07-15 16:19 UTC  (5+ messages)
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[PATCH 6.1 00/88] 6.1.146-rc1 review
 2025-07-15 16:20 UTC  (2+ messages)

[PATCH 5.10 000/208] 5.10.240-rc1 review
 2025-07-15 16:17 UTC  (3+ messages)

[PATCH v7 00/31] Arm GICv5: Host driver implementation
 2025-07-15 16:14 UTC  (6+ messages)
` [PATCH v7 18/31] arm64: smp: Support non-SGIs for IPIs

[net PatchV2] Octeontx2-vf: Fix max packet length errors
 2025-07-15 16:12 UTC  (2+ messages)

Cash for Driving – Vehicle Wrap Spots Open Now!
 2025-07-15 16:02 UTC 

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-15 16:12 UTC  (6+ messages)
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v2 0/3] NFSD: Fix last write offset handling in layoutcommit
 2025-07-15 16:11 UTC  (2+ messages)

[PATCH v1 1/1] x86/fred: Remove ENDBR64 from FRED entry points
 2025-07-15 16:10 UTC  (3+ messages)

[PATCH net-next v3 0/3] Add shared PHY counter support for QCA807x and QCA808x
 2025-07-15 16:11 UTC  (3+ messages)
` [PATCH net-next v3 1/3] net: phy: qcom: Add PHY counter support

[PATCH v4 0/7] drm/panthor: support repeated mappings
 2025-07-15 16:09 UTC  (4+ messages)
` [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates

[PATCH] arm64: traps: Mark kernel as tainted on SError panic
 2025-07-15 16:09 UTC  (5+ messages)

[PATCH v2 0/5] mseal cleanups, fixup MAP_PRIVATE file-backed case
 2025-07-15 16:09 UTC  (3+ messages)
` [PATCH v2 5/5] mm/mseal: rework mseal apply logic


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