messages from 2025-08-15 07:21:16 to 2025-08-15 08:36:06 UTC [more...]
[PATCH 00/14] Add interface to expose vpa dtl counters via perf
2025-08-15 8:34 UTC (11+ messages)
` [PATCH 01/14] powerpc/time: Expose boot_tb via accessor
` [PATCH 02/14] powerpc/vpa_dtl: Add interface to expose vpa dtl counters via perf
` [PATCH 03/14] docs: ABI: sysfs-bus-event_source-devices-vpa-dtl: Document sysfs event format entries for vpa_dtl pmu
` [PATCH 04/14] powerpc/perf/vpa-dtl: Add support to setup and free aux buffer for capturing DTL data
` [PATCH 05/14] powerpc/perf/vpa-dtl: Add support to capture DTL data in aux buffer
` [PATCH 06/14] powerpc/perf/vpa-dtl: Handle the writing of perf record when aux wake up is needed
` [PATCH 07/14] tools/perf: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc
` [PATCH 08/14] tools/perf: process auxtrace events and display in perf report -D
` [PATCH 09/14] tools/perf: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DTL samples
` [PATCH 10/14] tools/perf: Allocate and setup aux buffer queue to help co-relate with other events across CPU's
[PATCH v2 00/13] Add DisplayPort support for QCS615 platform
2025-08-15 8:30 UTC (9+ messages)
` [PATCH v2 02/13] dt-bindings: phy: Add binding for QCS615 standalone QMP DP PHY
` [PATCH v2 03/13] dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: support dual TCSR registers
[PATCH 00/22] x86: FRED support, part 1 (stacks and exceptions)
2025-08-15 8:34 UTC (19+ messages)
` [PATCH 09/22] x86/traps: Move load_system_tables() into traps-setup.c
` [PATCH 13/22] x86: FRED enumerations
[PATCH v2 00/10] scsi: pm80xx: Fix expander support
2025-08-15 8:34 UTC (9+ messages)
` [PATCH v2 04/10] scsi: hisi_sas: Use dev_parent_is_expander() helper
` [PATCH v2 05/10] scsi: isci: "
` [PATCH v2 06/10] scsi: mvsas: "
` [PATCH v2 07/10] scsi: pm80xx: "
[PATCH v2] xen: Use auto as per C23
2025-08-15 8:33 UTC (4+ messages)
[RFC PATCH v1 3/7] mm: Hot page tracking and promotion
2025-08-15 8:32 UTC (2+ messages)
[PATCH v2 1/3] dt-bindings: lgm-dma: Added intel,dma-sw-desc property
2025-08-15 8:32 UTC (4+ messages)
[PATCH 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
2025-08-15 8:31 UTC (5+ messages)
` [PATCH 2/7] i2c: qcom-cci: Add msm8953 compatible
[PATCH 00/10] blk-mq: fix blk_mq_tags double free while nr_requests grown
2025-08-15 8:30 UTC (12+ messages)
` [PATCH 01/10] blk-mq: remove useless checking from queue_requests_store()
` [PATCH 02/10] blk-mq: remove useless checkings from blk_mq_update_nr_requests()
` [PATCH 03/10] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH 04/10] blk-mq: serialize updating nr_requests with update_nr_hwq_lock
` [PATCH 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH 06/10] blk-mq: split bitmap grow and resize "
` [PATCH 07/10] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH 08/10] blk-mq: fix blk_mq_tags double free while nr_requests grown
` [PATCH 09/10] blk-mq: remove blk_mq_tag_update_depth()
` [PATCH 10/10] blk-mq: fix stale nr_requests documentation
[android-common:android14-kiwi-6.1 457/457] include/trace/stages/init.h:2:23: warning: 'str__mmc__trace_system_name' defined but not used
2025-08-15 8:30 UTC
[PATCH v2] LoongArch: BPF: Fix incorrect return pointer value in the eBPF program
2025-08-15 8:29 UTC
[PATCH v2 0/3] Add CCI and imx577 sensor support for lemans evk
2025-08-15 8:30 UTC (4+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: lemans-evk-camera: Add DT overlay
scarthgap: mbedtls: Fetcher failure: Conflicting revisions
2025-08-15 8:29 UTC (3+ messages)
` AW: "
[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
2025-08-15 8:29 UTC (28+ messages)
` [PATCH v5 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v5 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v5 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v5 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v5 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v5 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v5 08/18] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v5 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v5 10/18] rust: block: remove `RawWriter`
` [PATCH v5 11/18] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v5 12/18] rust: block: add block related constants
` [PATCH v5 13/18] rnull: move driver to separate directory
` [PATCH v5 14/18] rnull: enable configuration via `configfs`
` [PATCH v5 15/18] rust: block: add `GenDisk` private data support
` [PATCH v5 16/18] rust: block: mq: fix spelling in a safety comment
` [PATCH v5 17/18] rust: block: add remote completion to `Request`
` [PATCH v5 18/18] rnull: add soft-irq completion support
[PATCH RFC 00/13] Collect documention-related tools under tools/doc
2025-08-15 8:29 UTC (4+ messages)
[bug report] btrfs: abort transaction in the process_one_buffer() log tree walk callback
2025-08-15 8:28 UTC (2+ messages)
[PATCH v3 0/5] Disable ATS via iommu during PCI resets
2025-08-15 8:29 UTC (7+ messages)
` [PATCH v3 1/5] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH v3 2/5] iommu: Pass in gdev to __iommu_device_set_domain
[RFC][PATCH] x86,ibt: Use UDB instead of 0xEA
2025-08-15 8:28 UTC (6+ messages)
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
2025-08-15 8:27 UTC (3+ messages)
[PATCH 0/3] spi: use min_t() to improve code
2025-08-15 8:21 UTC (4+ messages)
` [PATCH 1/3] spi: spi-fsl-lpspi: "
` [PATCH 2/3] spi: npcm-fiu: "
` [PATCH 3/3] spi: spl022: "
[PATCH v3 00/12] Signed BPF programs
2025-08-15 8:26 UTC (2+ messages)
` [syzbot ci] "
[PATCH bpf-next 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-15 8:24 UTC (2+ messages)
` [syzbot ci] "
[PATCH mptcp-next v3] selftests: net: mptcp: add checks for fallback counters
2025-08-15 8:24 UTC (2+ messages)
[moderation/CI] Re: Signed BPF programs
2025-08-15 8:23 UTC (2+ messages)
[PATCH] net/nfc: Fix A-B/B-A deadlock between nfc_unregister_device and rfkill_fop_write
2025-08-15 8:23 UTC (3+ messages)
[PATCH] docs/misra: fix sphinx-build issues
2025-08-15 8:23 UTC (4+ messages)
[moderation/CI] Re: bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-15 8:23 UTC (2+ messages)
[LTP] [PATCH v5 0/2] make: Add kernel modules targets, FORCE_MODULES=1
2025-08-15 8:19 UTC (3+ messages)
` [LTP] [PATCH v5 1/2] Makefile: Add kernel modules related make targets
` [LTP] [PATCH v5 2/2] modules.mk: Add FORCE_MODULES=1 to fail on error
[PATCH] net: usb: asix: avoid to call phylink_stop() a second time
2025-08-15 8:15 UTC (4+ messages)
[PATCH net-next] net: phy: realtek: enable serdes option mode for RTL8226-CG
2025-08-15 8:20 UTC
[Intel-wired-lan] [tnguy-net-queue:200GbE] BUILD SUCCESS 4faff70959d51078f9ee8372f8cff0d7045e4114
2025-08-15 8:19 UTC
[PATCH v7 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-15 8:17 UTC (5+ messages)
` [PATCH v7 6/7] rust: time: Add Instant::from_nanos()
` [PATCH v7 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
2025-08-15 8:17 UTC (12+ messages)
[Intel-wired-lan] [PATCH iwl-next] igb: Retrieve Tx timestamp directly from interrupt
2025-08-15 8:17 UTC (4+ messages)
[PATCH] rust: lib: add if_cfg! macro for conditional compilation
2025-08-15 8:16 UTC (4+ messages)
` [PATCH v2] "
ath12k: REO status on PPC does not work
2025-08-15 8:13 UTC
Consider changing CONFIG_ACPI default on ARM? (was: Re: Xen bootup: issue with Raspberry Pi 5?)
2025-08-15 8:14 UTC (4+ messages)
` Consider changing CONFIG_ACPI default on ARM?
[f2fs-dev] [PATCH v3 1/3] f2fs/018: check data eof after partial truncation on compressed cluster
2025-08-15 8:14 UTC (6+ messages)
` "
` [f2fs-dev] [PATCH v3 2/3] f2fs/019: do sanity check on mapping table
` "
` [f2fs-dev] [PATCH v3 3/3] f2fs/020: do sanity check on i_xattr_nid
` "
[LTP] [COMMITTED][PATCH 1/1] ltx: Update to 1.2
2025-08-15 8:13 UTC
Proposal: Make CONFIG_DRM_TTM_HELPER a user-configurable option
2025-08-15 8:13 UTC (2+ messages)
[GIT PULL] pmdomain fixes for v6.17-rc2
2025-08-15 8:08 UTC
[PATCH v1 00/25] Introduce CONFIG_DOMCTL
2025-08-15 8:11 UTC (7+ messages)
` [PATCH v1 01/25] xen/x86: move domctl.o out of PV_SHIM_EXCLUSIVE
[PATCH v5 1/3] ACPI: RISC-V: Add support for RIMT
2025-08-15 7:55 UTC (3+ messages)
[PATCH v2 0/2] introduce kasan.store_only option in hw-tags
2025-08-15 8:06 UTC (6+ messages)
` [PATCH v2 2/2] kasan: apply store-only mode in kasan kunit testcases
[meta-networking][scarthgap][PATCH] mbedtls: fix git fetcher conflict by using SRC_URI
2025-08-15 8:09 UTC (5+ messages)
` [oe] "
[PATCH] cpufreq: scmi: Add quirk to disable checks in scmi_dev_used_by_cpus()
2025-08-15 8:08 UTC (2+ messages)
[PATCH] iio: imu: use min() to improve code
2025-08-15 8:06 UTC
[brgl:gpio/for-next] BUILD SUCCESS 5893165a27e7d1f318aa91f0cd84e795dab7460d
2025-08-15 8:06 UTC
[PATCH 0/3] Core Xe changes preparing for VF resume
2025-08-15 8:07 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for Core Xe changes preparing for VF resume (rev2)
[PATCH RESEND] checkpatch: Add full-width character detection
2025-08-15 8:05 UTC
[RESEND i-g-t 0/5] tools/intel_vbt_decode: more updates to VBT definitions
2025-08-15 8:04 UTC (6+ messages)
` [RESEND i-g-t 1/5] tools/intel_vbt_decode: Split up DSI VBT defs to a separate file
` [RESEND i-g-t 2/5] tools/intel_vbt_decode: Remove intel_bios.h
` [RESEND i-g-t 3/5] tools/intel_vbt_decode: Add anonymous structs to group DSI VBT defs
` [RESEND i-g-t 4/5] tools/intel_vbt_decode: Flip bta_enabled to bta_disable
` [RESEND i-g-t 5/5] tools/intel_vbt_decode: Add missing DSI VBT defs
linux-next: build failure after merge of the device-mapper tree
2025-08-15 8:05 UTC (2+ messages)
[Intel-wired-lan] [tnguy-next-queue:10GbE] BUILD SUCCESS 875c541ea680d0df2de3e666d8125bee08c1bc1b
2025-08-15 8:03 UTC
[PATCH] dm-vdo: Promote dm-vdo title to title heading
2025-08-15 8:03 UTC
[PATCH v2 1/3] f2fs/018: check data eof after partial truncation on compressed cluster
2025-08-15 8:02 UTC (8+ messages)
` [PATCH v2 3/3] f2fs/020: do sanity check on i_xattr_nid
` [f2fs-dev] "
` [f2fs-dev] [PATCH v2 1/3] f2fs/018: check data eof after partial truncation on compressed cluster
[PATCH v5 0/2] add support flow director ops
2025-08-15 8:00 UTC (5+ messages)
` [PATCH v6 "
` [PATCH v6 1/2] net/zxdh: npsdk add flow director table ops
` [PATCH v6 2/2] net/zxdh: add support flow director ops
[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
2025-08-15 8:00 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 12/16] net/nbl: add nbl device rxtx queue setup and release ops
` 回复:[PATCH "
[PATCHv3 0/3] block: blk-rq-qos: replace static key with atomic bitop
2025-08-15 7:59 UTC (9+ messages)
` [PATCHv3 3/3] block: avoid cpu_hotplug_lock depedency on freeze_lock
[PATCH RESEND] checkpatch: Add full-width character detection Add comprehensive detection and automatic fixing capability for full-width (Unicode) characters that are commonly mistaken for ASCII punctuation marks. This helps catch input method editor artifacts that can cause compilation errors or formatting issues
2025-08-15 7:57 UTC
[Buildroot] [v6, 0/2] package/uutils-coreutils: new package
2025-08-15 7:58 UTC (3+ messages)
` [Buildroot] [v6, 1/2] "
[PATCH] io_uring: Remove unnecessary conditional statement
2025-08-15 7:58 UTC
[PATCH 0/3] Documentation fixes for dm-pcache
2025-08-15 7:56 UTC (4+ messages)
` [PATCH 1/3] dm-pcache: Remove unnecessary line breaks
` [PATCH 2/3] dm-pcache: Use bullet list for data_crc constructor argument
` [PATCH 3/3] Documentation: device-mapper: Add dm-pcache docs to toctree index
[PATCH] blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
2025-08-15 7:56 UTC
[PATCH RESEND] Add comprehensive detection and automatic fixing capability for full-width (Unicode) characters that are commonly mistaken for ASCII punctuation marks. This helps catch input method editor artifacts that can cause compilation errors or formatting issues
2025-08-15 7:54 UTC
[PATCH v7 10/13] PCI: sky1: Add PCIe host support for CIX Sky1
2025-08-15 7:53 UTC (2+ messages)
[PATCH] blk-mq: fix elevator depth_updated method
2025-08-15 7:45 UTC
[PATCH 0/3] clk: Support spread spectrum and use it in clk-scmi
2025-08-15 8:50 UTC (5+ messages)
` [PATCH 2/3] clk: conf: Support assigned-clock-sscs
kismet: WARNING: unmet direct dependencies detected for I2C_GPIO when selected by VIDEO_MMP_CAMERA
2025-08-15 7:50 UTC
[PATCH v2 00/30] Optimize the hot path in the UFS driver
2025-08-15 7:50 UTC (6+ messages)
[android-common:android15-6.6-2025-06 1/1] arch/arm64/kvm/hyp/nvhe/trace.c:174:15: warning: no previous prototype for function 'rb_event_size'
2025-08-15 7:49 UTC
[PATCH v3 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-08-15 7:48 UTC (3+ messages)
[PATCH v2 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-08-15 7:37 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC
` [PATCH v2 2/3] riscv: dts: starfive: jh7110: add DMC memory controller
` [PATCH v2 3/3] riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader
Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode
2025-08-15 7:45 UTC
[PATCH v3] mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
2025-08-15 7:32 UTC
qcom: add CDSP firmware for x1e80100 platform
2025-08-15 7:44 UTC
[Intel-wired-lan] [PATCH v1 iwl-net] igb: fix link test skipping when interface is admin down
2025-08-15 7:41 UTC (3+ messages)
[PATCH] drivers/xen/xenbus: remove quirk for Xen 3.x
2025-08-15 7:40 UTC
[linus:master] [llist] 375700bab5: will-it-scale.per_thread_ops 2.6% regression
2025-08-15 7:36 UTC
[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
2025-08-15 7:36 UTC (4+ messages)
[LTP] [PATCH v4 1/2] Makefile: Add kernel modules related make targets
2025-08-15 7:34 UTC (7+ messages)
` [LTP] [PATCH v4 2/2] modules.mk: Add FORCE_MODULES=1 to fail on error
[PATCH v2 0/2] riscv-imsic/aplic: Save and restore the registers
2025-08-15 7:33 UTC (5+ messages)
` [PATCH v2 2/2] irqchip/riscv-aplic: Save and restore APLIC registers
[PATCH 0/2] arm64/mm: prevent panic on -ENOMEM in arch_add_memory()
2025-08-15 7:30 UTC (3+ messages)
` [PATCH 1/2] arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errors
[PATCH v1 1/2] dt-bindings: phy: mtk-tphy: add property for software role switch
2025-08-15 6:28 UTC (3+ messages)
[PATCH v3] cgroup: cgroup: drain specific subsystems when mounting/destroying a root
2025-08-15 7:31 UTC (2+ messages)
[PATCH v2 -next] cgroup: remove offline draining in root destruction to avoid hung_tasks
2025-08-15 7:29 UTC (7+ messages)
[PATCH v4 0/4] Untrusted Data API
2025-08-15 7:28 UTC (7+ messages)
[PATCH v4 00/27] Add support for MT8196 clock controllers
2025-08-15 7:16 UTC (3+ messages)
` [PATCH v4 19/27] clk: mediatek: Add MT8196 mdpsys clock support
[bug report] ceph: fix race condition where r_parent becomes stale before sending message
2025-08-15 7:23 UTC (2+ messages)
[PATCH v4 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-15 7:22 UTC (11+ messages)
` [PATCH v4 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH v4 3/5] net: rnpgbe: Add basic mbx ops support
[PATCH] configs: sama7d65_curiosity: Resync with savedefconfig
2025-08-15 7:21 UTC (2+ messages)
[syzbot] [gfs2?] WARNING in do_mknodat (3)
2025-08-15 7:21 UTC
[PATCH v3] iommu/riscv: prevent NULL deref in iova_to_phys
2025-08-15 7:12 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.