All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-29 16:38:58 to 2026-07-29 17:17:58 UTC [more...]

[PATCH v2 0/3] Input: clean up conditional returns with no effect
 2026-07-29 17:17 UTC  (6+ messages)
` [PATCH v2 1/3] Input: pmic8xxx-keypad - remove conditional return "
` [PATCH v2 2/3] Input: rmi_smbus "
` [PATCH v2 3/3] Input: synaptics_i2c - return 0 explicitly on success

[PATCH] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-29 17:17 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: fix encrypted EAPOL TX in encap offload mode
 2026-07-29 17:17 UTC 

[PATCH v3] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-07-29 17:17 UTC  (2+ messages)

[PATCH v5 0/2] media: hantro: fix runtime PM resource handling
 2026-07-29 17:16 UTC  (7+ messages)
` [PATCH v5 1/2] media: hantro: release runtime resources when device_run fails
` [PATCH v5 2/2] media: hantro: use DEFINE_RUNTIME_DEV_PM_OPS

[PATCH net v3] sctp: keep chunk->transport in step with the list it is queued on
 2026-07-29 17:16 UTC  (2+ messages)

[PATCH net-next v19 00/10] net: dsa: Add Airoha AN8855 support
 2026-07-29 17:16 UTC  (19+ messages)
` [PATCH net-next v19 01/10] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch
` [PATCH net-next v19 02/10] dt-bindings: net: Document support for AN8855 Switch Internal PHY
` [PATCH net-next v19 03/10] dt-bindings: mfd: Document support for Airoha AN8855 Switch SoC
` [PATCH net-next v19 04/10] mfd: an8855: Add support for Airoha AN8855 Switch MFD
` [PATCH net-next v19 05/10] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY
` [PATCH net-next v19 06/10] net: dsa: tag_mtk: add Airoha variant usage of this TAG
` [PATCH net-next v19 08/10] net: dsa: mt7530: move MDIO bus locking into regmap
` [PATCH net-next v19 09/10] net: dsa: mt7530: generalize and move common function to lib module
` [PATCH net-next v19 10/10] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-29 17:16 UTC  (4+ messages)
` [RFC PATCH bpf-next 3/3] selftests/bpf: add ftrace_permanent test

[tip:x86/urgent] BUILD SUCCESS a8c171c107c0b61a5e7e10cedab0fb72aeaf640d
 2026-07-29 17:14 UTC 

[PATCH RFC v5] jfs: validate dmap start before block allocation
 2026-07-29 17:15 UTC 

[PATCH bpf] bpf: Fix netns reference imbalance in conntrack kfuncs
 2026-07-29 17:15 UTC  (3+ messages)

[PATCH v4 00/16] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-29 17:14 UTC  (3+ messages)
` [PATCH v4 01/16] mm: hugetlb: Track used_hpages when getting/putting pages from subpool

[PATCH v3 0/3] iio: imu: inv_icm42600: add support for icm42630
 2026-07-29 17:14 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: iio: imu: icm42600: add icm42630

[PATCH v3 0/4] HID: wiimote: new LED behavior on connect, scoped guards, uaf
 2026-07-29 17:14 UTC  (9+ messages)
` [PATCH v3 1/4] HID: wiimote: turn on the LEDs indicating the controller id
` [PATCH v3 2/4] HID: wiimote: replace spinlock pairs with scoped_guard
` [PATCH v3 3/4] HID: wiimote: use scoped cleanup in wiimote and led probes
` [PATCH v3 4/4] HID: wiimote: fix uaf when hid events are handled during destroy

[PATCH 0/2] Add Model for Tenstorrent Atlantis PRCM
 2026-07-29 15:21 UTC  (3+ messages)
` [PATCH 1/2] hw/misc: Add Tenstorrent Atlantis PRCM model
` [PATCH 2/2] hw/riscv/tt-atlantis: Add PRCMs to tt-atlantis model

[PATCH 0/2] drm/xe: Increase timeout for hwmon power limit mailbox operations
 2026-07-29 17:15 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` [PATCH 1/2] drm/xe/pcode: Introduce xe_pcode_read_timeout() API
` [PATCH 2/2] drm/xe/hwmon: Increase timeout for mailbox power limits

[chenxing:mstar_v6_5_reorder 344/700] kismet: WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP when selected by MSC313E_SAR
 2026-07-29 17:11 UTC 

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-07-29 17:11 UTC  (17+ messages)
` [PATCH v3 01/15] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v3 02/15] mm: introduce linear_anon_page_index()
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v3 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v3 09/15] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v3 10/15] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v3 11/15] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v3 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v3 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v3 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v3 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH 0/4] net: dsa: Add SoC-e DSA driver
 2026-07-29 17:11 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: net: dsa: Add SoC-e switch IP and DSA bindings

[PATCH v2 0/4] Add support for AD5710R/AD5711R DAC
 2026-07-29 17:11 UTC  (7+ messages)
` [PATCH v2 2/4] dt-bindings: iio: dac: add adi,ad5710r.yaml

[yocto-autobuilder-helper] [PATCH] config.json: Add improved reproducibility targets
 2026-07-29 17:11 UTC 

[PATCH v2 0/3] ublk: harden user buffer handling
 2026-07-29 17:10 UTC  (4+ messages)
` [PATCH v2 1/3] ublk: check import_ubuf() return value
` [PATCH v2 2/3] ublk: check for ublk_unmap_io() returning 0
` [PATCH v2 3/3] ublk: remove WARN_ON_ONCE() in ublk_unmap_io()

[PATCH bpf-next v2 1/2] bpf, mips: Factor out div/mod emission helpers
 2026-07-29 17:10 UTC  (2+ messages)

[PATCH] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-07-29 17:09 UTC  (2+ messages)

[RFC PATCH net-next v0.1 1/1] net: add GeoNetworking protocol
 2026-07-29 17:07 UTC  (2+ messages)

[PATCH 0/3] Rework panthor's cache flush and soft reset locking
 2026-07-29 17:10 UTC  (3+ messages)
` [PATCH 3/3] drm/panthor: Add tracepoints for cache flushing

[f2fs-dev] [PATCH v6] f2fs: support dynamic reserve/release for device aliasing
 2026-07-29 17:09 UTC  (2+ messages)
`  "

[PATCH] meson: do not emit modules with no enabled sources
 2026-07-29 17:08 UTC  (2+ messages)

[PATCH v5 00/13] KVM: s390: Misc fixes
 2026-07-29 17:08 UTC  (5+ messages)
` [PATCH v5 04/13] KVM: s390: ucontrol: Fix sca_clear_ext_call()
` [PATCH v5 05/13] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-29 17:08 UTC  (8+ messages)
` [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required

[PATCH v3 0/7] dt-bindings: Orientation defines
 2026-07-29 17:07 UTC  (3+ messages)

[PATCH] x86/cpufeatures: make clearcpuid=invlpgb work
 2026-07-29 17:06 UTC 

[RFC PATCH v 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
 2026-07-29 17:07 UTC  (5+ messages)
` [RFC PATCH v2 1/1] "

[yocto-autobuilder2] [PATCH 1/2] config: Add reproducible-arm, reproducible-cross and reproducible-arm-cross builders
 2026-07-29 17:07 UTC  (2+ messages)
` [yocto-autobuilder2] [PATCH 2/2] config: Allow selftest to run on all arm workers

[PATCH v9 0/5] Improve code in zcrypt msg type 6 handling
 2026-07-29 17:07 UTC  (5+ messages)
` [PATCH v9 4/5] s390/zcrypt: Improve EP11 CPRB domain handling with ASN.1 parsing
` [PATCH v9 5/5] s390/zcrypt: Pad trailing CCA or EP11 message with zeros

[PATCH v2 00/12] arm64: dts: freescale: fix reserved memory node names for remoteproc
 2026-07-29 17:07 UTC  (2+ messages)

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 7.1-stable tree
 2026-07-29 17:06 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-07-29 17:06 UTC  (5+ messages)
` [PATCH GSoC 2/5] fetch-object-info: parse type from server response

[PATCH v2 0/2] KVM: VMX: Fix IPIv use-after-free + improve checking duplicate vcpu_id
 2026-07-29 17:06 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: Check for duplicate vcpu_id as early as possible
` [PATCH v2 2/2] KVM: VMX: Fix stale PID-pointer table entry left after vCPU free

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 6.18-stable tree
 2026-07-29 17:05 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH] RISC-V: KVM: Use try_cmpxchg for IMSIC MRIF RMW
 2026-07-29 17:05 UTC  (3+ messages)

[PATCH v3 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
 2026-07-29 17:05 UTC  (4+ messages)
` [PATCH v3 1/4] cpufreq: CPPC: Keep the policy across CPU hotplug

[PATCH v6 00/27] Native SCSI Multipath support
 2026-07-29 17:05 UTC  (18+ messages)
` [PATCH v6 19/27] scsi-multipath: provide callbacks for path state
` [PATCH v6 20/27] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v6 21/27] scsi-multipath: add delayed disk removal support
` [PATCH v6 22/27] scsi: sd: add multipath disk class
` [PATCH v6 23/27] scsi: sd: add multipath disk attr groups
` [PATCH v6 24/27] scsi: sd: support multipath disk

[PATCH v2] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-07-29 17:05 UTC  (4+ messages)

[PATCH v6 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-29 17:05 UTC  (6+ messages)
` [PATCH v6 4/5] vhost: synchronize with RCU readers when freeing workers
` [PATCH v6 5/5] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-29 17:03 UTC  (4+ messages)
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads

[PATCH] Bluetooth: MGMT: claim pending pairing command before completion
 2026-07-29 17:03 UTC 

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 6.12-stable tree
 2026-07-29 17:02 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 6.6-stable tree
 2026-07-29 17:01 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH] PCI: imx6: enable ASPM L1 only iff CLKREQ# is supported
 2026-07-29 17:01 UTC  (2+ messages)

[PATCH v2 00/11] iommu/arm-smmu-v3: Add PRI support
 2026-07-29 17:00 UTC  (9+ messages)
` [PATCH v2 03/11] iommu/arm-smmu-v3: Add arm_smmu_drain_queue_for_iopf() helper

[PATCH bpf-next] bpf: Fix mmap_lock leak in irq_work path
 2026-07-29 16:58 UTC  (2+ messages)

[PATCH] powerpc/ps3: Fix repository.c build failure
 2026-07-29 16:56 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
 2026-07-29 16:56 UTC  (2+ messages)

[masneyb:clk-misc-round-two-for-v7.3 45/45] drivers/pmdomain/core.c:3554:34: warning: 'idle_state_match' defined but not used
 2026-07-29 16:50 UTC 

[PATCH] crypto: qce - Remove driver
 2026-07-29 16:55 UTC  (12+ messages)

[PATCH v2] PCI: Allow D3 for native Hotplug capable Root Ports on non-x86 platforms
 2026-07-29 16:55 UTC  (2+ messages)

[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
 2026-07-29 16:54 UTC  (7+ messages)

[chenxing:mstar_v6_5_reorder 6/700] drivers/clk/mstar/clk-msc313-mux.c:27:2: error: call to undeclared function 'regmap_field_read'; ISO C99 and later do not support implicit function declarations
 2026-07-29 16:50 UTC 

[PATCH RFC v2] tipc: fix spinlock recursion in tipc_sk_rcv()
 2026-07-29 16:54 UTC 

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-29 16:52 UTC  (5+ messages)
  ` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers

[PATCH net v4] net/smc: order the CDC receive path against buffer publication
 2026-07-29 16:53 UTC  (2+ messages)

[PATCH v3 0/2] KVM: x86: Fix missing EFER validity checks
 2026-07-29 16:52 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: x86: Check EFER validity on KVM_SET_SREGS*

[PATCH v2 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
 2026-07-29 16:52 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: Add Worlds ISA extensions
` [PATCH v2 2/3] dt-bindings: riscv: Add Worlds per-hart properties
` [PATCH v2 3/3] dt-bindings: sifive: Add WorldGuard Checker

[PATCH v2 0/2] target/s390x/tcg: Set STCK/STCKF condition code after the store
 2026-07-29 16:51 UTC  (2+ messages)

[PATCH] vsock: use sock_error() to consume sk_err after connect timeout
 2026-07-29 16:51 UTC  (13+ messages)

[PATCH v2] drm/tyr: add Job IRQ handling
 2026-07-29 16:51 UTC  (2+ messages)

[PATCH] crypto: ecc - Add NIST P224 curve parameters
 2026-07-29 16:50 UTC  (3+ messages)

[PATCH v9 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
 2026-07-29 16:49 UTC  (3+ messages)

[PATCH v6 1/7] arm64: dts: imx8mp: Add DT label to SPBA5 bus
 2026-07-29 16:49 UTC  (6+ messages)

[masneyb:clk-misc-round-two-for-v7.3 15/45] drivers/clk/mediatek/clk-mt8173-infracfg.c:131:36: error: 'clk_data' undeclared; did you mean 'clk_gate'?
 2026-07-29 16:47 UTC 

[f2fs-dev] [PATCH v5] f2fs: support dynamic reserve/release for device aliasing
 2026-07-29 16:47 UTC  (7+ messages)

[PATCH] kexec: keep the next kernel off hardware-poisoned pages
 2026-07-29 16:47 UTC  (3+ messages)

Your Linux kernel keeps getting smarter—here's how
 2026-07-29 16:47 UTC 

[PATCH 0/2] powerpc64/bpf: Fix PCREL build breaks
 2026-07-29 16:47 UTC  (5+ messages)
` [PATCH 1/2] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()
` [PATCH 2/2] powerpc64/bpf: Fix build break for arch_bpf_timed_may_goto

[PATCH v2] powerpc/irq: Fix missing r2 clobber in PCREL inline assembly
 2026-07-29 16:47 UTC  (3+ messages)

[PATCH v4 00/24] dmaengine: dw-edma: Support dynamic LL appends
 2026-07-29 16:47 UTC  (3+ messages)
` [PATCH v4 08/24] dmaengine: dw-edma: Prepare LL progress event handling

CVE-2026-64560: posix-cpu-timers: Prevent UAF caused by non-leader exec() race
 2026-07-29 16:47 UTC 

[RFC PATCH v4 0/3] KVM: selftests: Improvements on dirty-ring
 2026-07-29 16:46 UTC  (4+ messages)
` [RFC PATCH v4 3/3] KVM: selftests: dirty_log_perf_test: Add dirty-ring support

[PATCH 0/4] s390: Remove or replace cond_resched() calls
 2026-07-29 16:45 UTC  (3+ messages)
` [PATCH 2/4] KVM: s390: Remove "

[PATCH v2 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-07-29 16:45 UTC  (3+ messages)
` [PATCH v2 03/16] docs/zh_TW: process: localize terminology in code-of-conduct-interpretation.rst

[PATCH v7 00/13] Use generic_file_read_iter() in hugetlbfs
 2026-07-29 16:45 UTC  (6+ messages)
` [PATCH v7 06/13] hugetlb: Use the has_hwpoisoned flag

[PATCH 00/14] Add clang Thread Safety Analysis (TSA) support
 2026-07-29 16:35 UTC  (15+ messages)
` [PATCH 01/14] include: sbi: add thread safety analysis macros
` [PATCH 02/14] lib: sbi_locks: annotate spinlock APIs for TSA
` [PATCH 03/14] lib: sbi_fifo: add TSA annotations
` [PATCH 04/14] lib: sbi_heap: "
` [PATCH 05/14] lib: sbi_scratch: "
` [PATCH 06/14] lib: rpmi: "
` [PATCH 07/14] lib: sbi_timer: "
` [PATCH 08/14] lib: htif: "
` [PATCH 09/14] lib: sbi_domain: "
` [PATCH 10/14] lib: sbi_sse: inline enable event locking
` [PATCH 11/14] lib: sbi_sse: pass SSE hart state explicitly
` [PATCH 12/14] lib: sbi_sse: add TSA annotations
` [PATCH 13/14] lib: test: disable TSA for spinlock tests
` [PATCH 14/14] Makefile: enable Thread Safety Analysis

[PATCH v2] PCI: starfive: Fix unchecked pm_runtime_get_sync() in probe
 2026-07-29 16:43 UTC  (2+ messages)

[PATCH v2] PCI: starfive: Fix Runtime PM handling and teardown ordering
 2026-07-29 16:42 UTC  (2+ messages)

[bluez/bluez]
 2026-07-29 16:41 UTC 

[bluez/bluez]
 2026-07-29 16:41 UTC 

[PATCH 0/7] platform/x86/amd/hsmp: Family 1Ah client support
 2026-07-29 16:40 UTC  (8+ messages)
` [PATCH 1/7] platform/x86/amd/hsmp: Add HSMP client support for Family 1Ah
` [PATCH 2/7] platform/x86/amd/hsmp: Route metric table through the client messages
` [PATCH 3/7] platform/x86/amd/hsmp: Add ACPI client support via the SMNR method
` [PATCH 4/7] platform/x86/amd/hsmp: Leave the hwmon power sensors off on client platforms
` [PATCH 5/7] platform/x86/amd/hsmp: Add SMN read IOCTL support
` [PATCH 6/7] platform/x86/amd/hsmp: Add MSR "
` [PATCH 7/7] Documentation/arch/x86/amd_hsmp: Document the SMN and MSR IOCTLs

[PATCH v3 1/3] Bluetooth: Add support for Shorter Connection Interval (SCI) feature
 2026-07-29 16:41 UTC  (2+ messages)
` [v3,1/3] "

[PATCH 0/9] EDAC/versalnet: Fix error handling, teardown, and robustness
 2026-07-29 16:40 UTC  (8+ messages)
` [PATCH 1/9] EDAC/versalnet: Add NULL check for mci in handle_error()

[bluez/bluez] 66d19b: bap: fixed the return value of GIOFunc
 2026-07-29 16:40 UTC 

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-29 16:39 UTC  (3+ messages)
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU

[PATCH v4 0/4] Harden HDM decoder enumeration
 2026-07-29 16:34 UTC  (3+ messages)
` [PATCH v4 2/4] cxl/hdm: Only interpret interleave settings on committed decoders

[PATCH 2/4] dt-bindings: vendor-prefixes: Add techvision
 2026-07-29 16:38 UTC  (4+ messages)
` (subset) "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.