The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-10 07:42:39 to 2026-07-10 08:53:55 UTC [more...]

[PATCH 1/7] media: streamzap: Add missing rc_unregister_device()
 2026-07-10  8:53 UTC 

[PATCH v19 00/12] Add Renesas RZ/G3L SD/eMMC support
 2026-07-10  8:53 UTC  (13+ messages)
` [PATCH v19 03/12] mmc: renesas_sdhi: Add clk_mask field to support flexible clock divider widths
` [PATCH v19 04/12] mmc: renesas_sdhi: Add max_divider field to support SoC-specific clock ranges
` [PATCH v19 05/12] mmc: renesas_sdhi: Add tuning delay support for RZ/G2L
` [PATCH v19 06/12] mmc: renesas_sdhi: Add TMIO_MMC_INTERNAL_DIVIDER flag
` [PATCH v19 07/12] mmc: renesas_sdhi: Add optional axis/axim reset controls
` [PATCH v19 08/12] mmc: renesas_sdhi: Add RZ/G3L SDHI support

[REGRESSION] drm/amd/display: amdgpu_dm_plane_test.ko fails to build due to modpost "too long symbol"
 2026-07-10  8:52 UTC  (5+ messages)

[PATCH] mm: kmemleak: confirm suspected leaks with a second scan
 2026-07-10  8:51 UTC  (2+ messages)

[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
 2026-07-10  8:51 UTC  (5+ messages)

[PATCH v2] iio: accel: dmard09: Implement IIO_CHAN_INFO_SCALE
 2026-07-10  8:51 UTC  (2+ messages)

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-07-10  8:50 UTC  (6+ messages)

[PATCH] i2c: spacemit: fix spurious IRQ handling returning IRQ_HANDLED
 2026-07-10  8:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] docs: zh_TW: process: localize terminologies and improve fluency in 8.Conclusion
 2026-07-10  8:49 UTC  (2+ messages)

[PATCH 0/4] serial: 8250: Add AN7581 UART support
 2026-07-10  8:49 UTC  (7+ messages)
` [PATCH 2/4] serial: 8250: export serial8250_get_baud_rate()

[PATCH 00/14] perf c2c: add a function view
 2026-07-10  8:49 UTC  (2+ messages)

[PATCH 0/2] ASoC: xilinx: Use dev_err_probe() and drop redundant error handling
 2026-07-10  8:48 UTC  (5+ messages)
` [PATCH 2/2] ASoC: xilinx: xlnx_spdif: "

[RFC PATCH] firmware: scmi: Make SCMI arch independent
 2026-07-10  8:46 UTC  (7+ messages)

[PATCH] arm64: dts: qcom: sm8250-xiaomi-elish: Remove camera_front_active pinctrl
 2026-07-10  8:45 UTC  (2+ messages)

[PATCH RFC v4 0/9] phy: qcom: qmp-pcie: Add link-mode based support for Glymur Gen5x8 PHY
 2026-07-10  8:44 UTC  (7+ messages)
` [PATCH RFC v4 9/9] arm64: dts: qcom: glymur: Wire PCIe3a/3b to shared "

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-10  8:43 UTC  (2+ messages)

[PATCH 00/14] perf c2c: add a function view
 2026-07-10  8:42 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/14] perf c2c: extract shared data structures into c2c.h
  ` [PATCH v2 02/14] perf c2c: add function view browser skeleton
  ` [PATCH v2 03/14] perf c2c: add function view type definitions and helpers
  ` [PATCH v2 04/14] perf c2c: add column format infrastructure for function view
  ` [PATCH v2 05/14] perf c2c: add column entry functions "
  ` [PATCH v2 06/14] perf c2c: add comparison functions for function view sorting
  ` [PATCH v2 07/14] perf c2c: add dimension definitions and format creation
  ` [PATCH v2 08/14] perf c2c: add HPP list parsing for function view histograms
  ` [PATCH v2 09/14] perf c2c: add stats merging and memory management helpers
  ` [PATCH v2 10/14] perf c2c: add hierarchy entry creation and lookup functions
  ` [PATCH v2 11/14] perf c2c: add function view hierarchy builder
  ` [PATCH v2 12/14] perf c2c: add function view browser UI
  ` [PATCH v2 13/14] perf c2c: add TAB key to switch to function view
  ` [PATCH v2 14/14] perf c2c: document function view in perf-c2c man page

[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-10  8:41 UTC  (6+ messages)
` [PATCH v3 16/17] selftests/verification: Rearrange the wwnr_printk test

[tip:perf/core] [perf/core] 166f10836a: perf-sanity-tests.Object_code_reading.fail
 2026-07-10  8:41 UTC  (3+ messages)

[PATCH v2 0/3] ALSA: hda: Use scoped_guard() for remaining manual mutex handling
 2026-07-10  8:40 UTC  (4+ messages)
` [PATCH v2 1/3] ALSA: hda/cs35l41: Use scoped_guard() for fw_mutex in cs35l41_hda_bind()
` [PATCH v2 2/3] ALSA: hda/cs35l56: Use scoped_guard() for irq_lock in cs35l56_hda_fw_load()
` [PATCH v2 3/3] ALSA: hda: Use scoped_guard() for open_mutex in azx_pcm_open()

[PATCHSET v4 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-07-10  8:36 UTC  (11+ messages)
` [PATCH 01/10] sched/core: Drop mutex locks before proxy rescheduling
` [PATCH 02/10] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
` [PATCH 03/10] sched_ext: Split curr|donor references properly
` [PATCH 04/10] sched_ext: Fix TOCTOU race in consume_remote_task()
` [PATCH 05/10] sched_ext: Handle blocked donor migration with proxy execution
` [PATCH 06/10] sched_ext: Delegate proxy donor admission to BPF schedulers
` [PATCH 07/10] sched_ext: Add proxy destination query kfuncs
` [PATCH 08/10] sched_ext: Add selftest for blocked donor admission
` [PATCH 09/10] sched_ext: scx_qmap: Add proxy execution support
` [PATCH 10/10] sched: Allow enabling proxy exec with sched_ext

[PATCH v6 0/5] Fix traceNoC probe issue on multiple QCOM platforms
 2026-07-10  8:40 UTC  (3+ messages)
` [PATCH v6 2/5] coresight: tnoc: Bind Aggregator TNOC on the platform bus

[PATCH v3] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-10  8:37 UTC  (3+ messages)

[PATCH v3 0/4] media: rzg2l-cru: Fix DMA stride alignment
 2026-07-10  8:36 UTC  (4+ messages)
` [PATCH v3 2/4] media: v4l2-common: Add v4l2_fill_pixfmt_aligned() helper

[RFC PATCH 1/2] PM: EM: Export em_table_alloc/free
 2026-07-10  8:36 UTC  (4+ messages)
` [RFC PATCH 2/2] PM: EM: Validate new_table in em_dev_update_perf_domain()

[PATCH v3 0/1] macvlan: allow source mode devices along with passthru
 2026-07-10  8:36 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] KVM: Add missing debugfs cleanup in kvm_init error path
 2026-07-10  8:35 UTC  (3+ messages)

[PATCH] selftests/riscv: ptrace: Fix memory leak of regset_data in vector tests
 2026-07-10  8:34 UTC 

[PATCH v5 00/23] Introduce SCMI Telemetry support
 2026-07-10  8:32 UTC  (3+ messages)

[PATCH net-next v5 0/2] net: dsa: realtek: rtl8365mb: add SGMII/HSGMII support for RTL8367S
 2026-07-10  7:23 UTC  (2+ messages)

[PATCH] media: vicodec: fix out-of-bounds write in FWHT encoder
 2026-07-10  8:32 UTC  (2+ messages)

[PATCH] mm/zswap: flush dcache in the compressed decompression path
 2026-07-10  8:28 UTC 

[PATCH] module: validate string table section types
 2026-07-10  8:23 UTC  (2+ messages)

[PATCH v2 0/2] media: iris: fix QC10C format handling and disable time-delta-based rate control
 2026-07-10  8:28 UTC  (5+ messages)
` [PATCH v2 1/2] media: iris: avoid bit depth validation for capture formats
` [PATCH v2 2/2] media: iris: disable time-delta-based rate control for VBR

[PATCH] PCI: rcar-gen4: Inline GIC_TRANSLATER offset macro
 2026-07-10  8:30 UTC  (2+ messages)

[PATCH v4 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-07-10  8:27 UTC  (4+ messages)
` [PATCH v4 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH v4 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH v4 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH 0/3] rv/reactors: fix lockdep warning and add KUnit tests
 2026-07-10  8:27 UTC  (5+ messages)
` [PATCH 3/3] rv/reactors: add KUnit tests for reactor_panic

[linus:master] [exfat] 82a81a7352: invoked_oom-killer:gfp_mask=0x
 2026-07-10  8:27 UTC 

[PATCH v2] drm/bridge: ti-sn65dsi83: Add reversed lvds lanes support
 2026-07-10  8:26 UTC  (4+ messages)
` [PATCH v3 0/2] drm/bridge: ti-sn65dsi83: Add reverse "
` [PATCH v3 1/2] drm/bridge: ti-sn65dsi83: Add reversed "
` [PATCH v3 2/2] dt-bindings: display: sn65dsi83: Add output data-lanes

[PATCH net v2] sctp: validate stream count in sctp_process_strreset_inreq()
 2026-07-10  8:25 UTC  (2+ messages)

[PATCH v1] MIPS: ip22-gio: Drop #include of <linux/mod_devicetable.h>
 2026-07-10  8:24 UTC 

[PATCH v3 0/4] Bluetooth: fix hci_conn lookup RCU usage + holding refcounts
 2026-07-10  8:23 UTC  (5+ messages)
` [PATCH v3 1/4] Bluetooth: hci_sync: extend conn_hash lookup critical sections
` [PATCH v3 2/4] Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
` [PATCH v3 3/4] Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds
` [PATCH v3 4/4] Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups

[PATCH v3] vdpa/mlx5: Fix buffer length in create_direct_keys()
 2026-07-10  8:23 UTC  (4+ messages)

[PATCH v4 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-07-10  8:21 UTC  (7+ messages)
` [PATCH v4 1/6] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH v4 2/6] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v4 3/6] PCI: endpoint: Add API to delegate EPC DMA channels to the host
` [PATCH v4 4/6] PCI: dwc: Expose endpoint DMA resources
` [PATCH v4 5/6] dmaengine: dw-edma: Add delegated channel request helpers
` [PATCH v4 6/6] PCI: dwc: Implement endpoint DMA channel delegation

[PATCH v21 net-next 00/12] nbl driver for Nebulamatrix NICs
 2026-07-10  8:20 UTC  (5+ messages)
` [PATCH v21 net-next 01/12] net/nebula-matrix: add minimum nbl build framework
    ` 回复:[PATCH "

[PATCH 0/7] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-10  8:20 UTC  (3+ messages)
` [PATCH 3/7] perf/x86/intel: Clear cpuc->pmu on hybrid PMU init failure

[PATCH net V2] net: phy: motorcomm: read EEE abilities in yt8521_get_features()
 2026-07-10  8:19 UTC  (2+ messages)

[PATCH v3 0/7] dt-bindings: Orientation defines
 2026-07-10  8:18 UTC  (5+ messages)
` [PATCH v3 1/7] dt-bindings: media: Add macros for video interface devices
` [PATCH v3 2/7] media: dt-bindings: video-interface-devices: add video-interface-devices.h references

[PATCH v3 00/18] Support Clang context analysis for NVMe host drivers
 2026-07-10  8:18 UTC  (10+ messages)
` [PATCH v3 07/18] nvme: add context annotations for nvme_subsystem::lock
` [PATCH v3 12/18] nvme: add context annotations for nvme_queue::sq_lock
` [PATCH v3 14/18] list: Permit context-unguarded access with list_empty_careful()

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-10  8:17 UTC  (12+ messages)
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 5/8] riscv/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path

[PATCH] selftests/landlock: Skip scoped_signal subtest with MSG_OOB if not available
 2026-07-10  8:16 UTC 

[PATCH V3] mm: Standardize printing for pgtable entries
 2026-07-10  8:16 UTC  (3+ messages)

[PATCH v4 00/14] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3)
 2026-07-10  8:15 UTC  (15+ messages)
` [PATCH v4 01/14] dmaengine: dw-edma: Factor out HDMA interrupt setup helper
` [PATCH v4 02/14] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v4 03/14] dmaengine: dw-edma: Add core quiesce operations
` [PATCH v4 04/14] dmaengine: dw-edma: Initialize IRQ data before requesting IRQs
` [PATCH v4 05/14] dmaengine: dw-edma: Add partial channel ownership mode
` [PATCH v4 06/14] dmaengine: dw-edma-pcie: Track non-LL mode in DMA data
` [PATCH v4 07/14] dmaengine: dw-edma-pcie: Add capability match data
` [PATCH v4 08/14] dmaengine: dw-edma-pcie: Rename vsec_data to dma_data
` [PATCH v4 09/14] dmaengine: dw-edma-pcie: Add platform ops to match data
` [PATCH v4 10/14] dmaengine: dw-edma-pcie: Add register offset match flag
` [PATCH v4 11/14] dmaengine: dw-edma-pcie: Factor out descriptor block address lookup
` [PATCH v4 12/14] dmaengine: dw-edma-pcie: Handle optional data blocks
` [PATCH v4 13/14] dmaengine: dw-edma-pcie: Add chip flags to match data
` [PATCH v4 14/14] dmaengine: dw-edma: Program endpoint function numbers

[PATCH v2] rust: module_param: return value by copy from `value`
 2026-07-10  8:13 UTC  (4+ messages)

[PATCH v3 0/1] watchdog: realtek-otto: Make use of regmap API
 2026-07-10  8:13 UTC  (3+ messages)
` [PATCH v3 1/1] watchdog: realtek-otto: Change to use "

[REGRESSION] Raspberry Pi 5 (BCM2712) hangs at boot since d87773de9efe (arm_arch_timer: default to EL2 virtual timer under VHE)
 2026-07-10  8:14 UTC  (4+ messages)

[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-10  8:10 UTC  (12+ messages)
` [PATCH bpf v4 1/2] "

[PATCH 0/2] drm/etnaviv: Add GPU reset counters for robustness
 2026-07-10  8:10 UTC  (6+ messages)
` [PATCH 2/2] drm/etnaviv: Add GPU reset counters

[PATCH 0/7] dmaengine: dw-edma: Fixes and interrupt-path groundwork
 2026-07-10  8:09 UTC  (8+ messages)
` [PATCH 1/7] dmaengine: dw-edma: Fix HDMA channel status register access
` [PATCH 2/7] dmaengine: dw-edma: Terminate STOP requests without callbacks
` [PATCH 3/7] dmaengine: dw-edma: Clean up vchan descriptors on termination
` [PATCH 4/7] dmaengine: dw-edma: Serialize channel state checks
` [PATCH 5/7] dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()
` [PATCH 6/7] dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass
` [PATCH 7/7] dmaengine: dw-edma: Defer channel IRQ handling to workqueue

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-10  8:08 UTC  (5+ messages)
` [PATCH v6 8/8] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

[PATCH] clocksource/drivers/arm_arch_timer: Workaround bcm2712 broken EL2 virtual timer
 2026-07-10  8:09 UTC 

[PATCH net 0/2] net: macb: fix TXUBR interrupt storm on link flapping
 2026-07-10  8:08 UTC  (5+ messages)
` [PATCH net 1/2] net: macb: reprogram TBQP after shuffling the TX ring on link-up

[PATCH v4] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-07-10  8:08 UTC  (2+ messages)

[PATCH v4 0/6] riscv: spacemit: Add PCIe RC controller support for K3
 2026-07-10  8:07 UTC  (5+ messages)
` [PATCH v4 2/6] PCI: spacemit-k1: Add multiple PHY handles support

[PATCH v2 1/2] dt-bindings: soc: sophgo: add Milk-V Duo 256M board
 2026-07-10  8:07 UTC  (5+ messages)
` [PATCH v2 2/2] riscv: dts: sophgo: Add Milk-V Duo 256M board support

[PATCH] pwm: pxa: Depend on OF and simplify accordingly
 2026-07-10  8:07 UTC  (2+ messages)

[peterz-queue:locking/core] [futex] 58141fa298: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP
 2026-07-10  8:06 UTC  (2+ messages)

[PATCH] dt-bindings: arm: qcom,coresight-tpdm: fix bracket
 2026-07-10  8:05 UTC 

[PATCH v2] audit: add FSOPEN record to log filesystem name
 2026-07-10  8:05 UTC  (4+ messages)

[PATCH] pstore/zone: Order buffer contents before publishing datalen
 2026-07-10  8:04 UTC 

[PATCH v2 0/2] fix clock refcount imbalance for all Coresight platform drivers
 2026-07-10  8:03 UTC  (4+ messages)
` [PATCH v2 1/2] coresight: Fix clock refcount imbalance on platform remove

[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
 2026-07-10  8:03 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
 2026-07-10  8:02 UTC  (7+ messages)

[PATCH v2] drm/bridge: ti-sn65dsi83: Add reversed lvds lanes support
 2026-07-10  8:01 UTC  (3+ messages)

[PATCH] perf: evsel: Fix error handling in tp_format lookup
 2026-07-10  8:01 UTC 

[PATCH v2 0/3] tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path
 2026-07-10  8:01 UTC  (5+ messages)
` [PATCH v2 1/3] "

[PATCH v2 2/9] crash_dump: Fix potential double free and UAF of keys_header
 2026-07-10  7:59 UTC  (20+ messages)
` [PATCH v2 3/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
` [PATCH v2 4/9] crash_dump: Read the number of dm-crypt keys from reserved memory
` [PATCH v2 7/9] crash_dump: Improve readability of config_keys_restore_store
` [PATCH v2 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if CONFIG_CRASH_HOTPLUG enabled

[PATCH v3 0/3] riscv: dts: sophgo: Add Milk-V Duo 256M board support
 2026-07-10  7:59 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: soc: sophgo: add Milk-V Duo 256M board
` [PATCH v3 2/3] riscv: dts: sophgo: cv180x: Add PWR_GPIO controller
` [PATCH v3 3/3] riscv: dts: sophgo: Add Milk-V Duo 256M board support

[PATCHv2 00/17] Support Clang context analysis for NVMe host drivers
 2026-07-10  7:58 UTC  (9+ messages)
` [PATCHv2 07/17] nvme: add Clang context annotations for nvme_subsystem::lock

[PATCH v1] drm/atomic: Clear plane pipeline for legacy clients
 2026-07-10  7:59 UTC  (2+ messages)

[PATCH net-next 00/10] net: dsa: microchip: add PTP support for KSZ8463
 2026-07-10  7:57 UTC  (5+ messages)
` [PATCH net-next 01/10] net: dsa: microchip: implement ksz8463_setup()
` [PATCH net-next 04/10] net: dsa: microchip: add PTP interrupt handling for KSZ8463

[PATCH] ocfs2: fix boundary check in ocfs2_check_dir_entry() to use buffer offset
 2026-07-10  7:52 UTC  (2+ messages)

[PATCH 0/8] mm/khugepaged: several cleanups
 2026-07-10  7:53 UTC  (5+ messages)
` [PATCH 3/8] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH 8/8] mm: Documentation: clarify where the mTHP stats live

[PATCH 0/6] staging: rtl8723bs: Rename camelcase enum values dot11AuthAlgrthm_
 2026-07-10  7:52 UTC  (4+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] staging: rtl8723bs: Replace spaces for tab

[PATCH] exportfs: fix error handling in expfs.c
 2026-07-10  7:51 UTC 

[PATCH v2] md: recheck spare changes before starting sync
 2026-07-10  7:50 UTC  (2+ messages)

[PATCH v3 07/12] klp-build: Add LoongArch syscall patching macro
 2026-07-10  7:49 UTC  (2+ messages)

[PATCH v2 0/1] macvlan: allow source mode devices along with passthru
 2026-07-10  7:48 UTC  (2+ messages)
` [syzbot ci] "

[PATCH] ext4: fix use-after-free in ext4 delayed I/O completion
 2026-07-10  7:48 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v3 05/12] LoongArch: Fix EFI linking with -fdata-sections
 2026-07-10  7:46 UTC  (2+ messages)

[PATCH 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
 2026-07-10  7:46 UTC  (2+ messages)

[PATCH] crypto: sl3516 - drop invalid sg_dma_len checks before DMA mapping
 2026-07-10  7:42 UTC 

[PATCH] staging: greybus: hid: fix SET_REPORT return value
 2026-07-10  7:42 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox