messages from 2025-09-26 02:07:27 to 2025-09-26 04:03:26 UTC [more...]
[PATCH next] clk: mmp: pxa1908: Fix IS_ERR() vs NULL check in probe()
2025-09-26 4:03 UTC
[PATCH next] ASoc: tas2783A: Fix an error code in probe()
2025-09-26 4:03 UTC
[xiang-erofs:dev] BUILD SUCCESS e2d3af0d64e5fe2ee269e8f082642f82bcca3903
2025-09-26 4:02 UTC
[PATCH net-next v6 0/3] net: Avoid ehash lookup races
2025-09-26 4:02 UTC (11+ messages)
` [PATCH net-next v6 1/3] rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()
` [PATCH net-next v6 2/3] inet: Avoid ehash lookup race in inet_ehash_insert()
` [PATCH net-next v6 3/3] inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()
[PATCH net-next v2 0/6] bnxt_fwctl: fwctl for Broadcom Netxtreme devices
2025-09-26 4:00 UTC (7+ messages)
` [PATCH net-next v2 5/6] bnxt_fwctl: Add bnxt fwctl device
[RFC PATCH 0/2] DAMON: add priority-based scheme application control
2025-09-26 3:57 UTC (4+ messages)
` [RFC PATCH 1/2] mm/damon/core: introduce priority concept for DAMON
[PATCH 0/3] hwmon: (ctf2301) Add support for CTF2301
2025-09-26 3:57 UTC (5+ messages)
` [PATCH 3/3] "
[asahilinux:bits/000-devicetree 10/140] arch/arm64/boot/dts/apple/t8011-j105a.dtb: i2c@20a110000 (apple,t8010-i2c): compatible:0: 'apple,t8010-i2c' is not one of ['apple,t8103-i2c', 'apple,t8112-i2c', 'apple,t6000-i2c']
2025-09-26 3:52 UTC
[PATCH] exfat: move utf8 mount option setup to exfat_parse_param()
2025-09-26 3:40 UTC
[robh:for-next 66/72] arch/arm64/boot/dts/mediatek/mt6795-sony-xperia-m5.dtb: mt6331regulator (mediatek,mt6331-regulator): 'ldo-vio28' does not match any of the regexes: '^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$', '^ldo-(avdd32aud|vauxa32)$', '^ldo-v(dig18|emc33|ibr|mc
2025-09-26 3:46 UTC
[PATCH v3 00/10] Add ASPEED PCIe Root Complex support
2025-09-26 3:45 UTC (6+ messages)
` [PATCH v3 03/10] dt-bindings: PCI: Add ASPEED PCIe RC support
[PATCH RFC 0/9] migration: Threadify loadvm process
2025-09-26 3:41 UTC (9+ messages)
` [PATCH RFC 4/9] migration/rdma: Change io_create_watch() to return immediately
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process
` [PATCH RFC 6/9] migration/rdma: Remove coroutine path in qemu_rdma_wait_comp_channel
` [PATCH RFC 9/9] migration/rdma: Remove rdma_cm_poll_handler
[PATCH 1/2] kernel-fitimage: add support for custom ITS file override
2025-09-26 3:42 UTC (2+ messages)
[PATCH 0/3] bcachefs: Fix some hard link count issues
2025-09-26 3:42 UTC (5+ messages)
` [PATCH 1/3] bcachefs: return -EMLINK instead of -EINVAL when hard link count exceeds limit
` [PATCH 2/3] bcachefs: Fix maximum link count check when creating hard links
` [PATCH 3/3] bcachefs: Move the link counting check to the VFS layer
[PATCH blktests] md/rc: use --run option instead of "echo y"
2025-09-26 3:40 UTC
[PATCH v1 0/3] Add ENDOF(), and use it to fix off-by-one bugs
2025-09-26 3:37 UTC (6+ messages)
[PATCH v2] locktorture: Fix memory leak in param_set_cpumask()
2025-09-26 3:57 UTC
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-09-26 3:35 UTC (24+ messages)
` [PATCH v12 01/23] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v12 02/23] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v12 03/23] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v12 04/23] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v12 05/23] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v12 06/23] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v12 07/23] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v12 08/23] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v12 09/23] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v12 10/23] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v12 11/23] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v12 12/23] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v12 13/23] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v12 14/23] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v12 15/23] crypto: iaa - Enable async mode and make it the default
` [PATCH v12 16/23] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v12 17/23] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v12 18/23] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v12 19/23] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v12 20/23] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v12 21/23] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v12 23/23] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH v2 net-next] tipc: adjust tipc_nodeid2string() to return string length
2025-09-26 3:34 UTC (3+ messages)
` [PATCH v3 net-next] tipc: adjust tipc_nodeid2string() to check the length of the result
[PATCH v2] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
2025-09-26 3:32 UTC
[PATCH v2 00/14] hw/arm/smmuv3: Add initial support for Secure State
2025-09-26 3:30 UTC (6+ messages)
` [PATCH v2 12/14] hw/arm/smmuv3: Use iommu_index to represent the security context
` [PATCH v2 13/14] hw/arm/smmuv3: Add property to enable Secure SMMU support
` [PATCH v2 14/14] hw/arm/smmuv3: Optional Secure bank migration via subsections
[PATCH v22 0/6] Donor Migration for Proxy Execution (v22)
2025-09-26 3:29 UTC (7+ messages)
` [PATCH v22 1/6] locking: Add task::blocked_lock to serialize blocked_on state
` [PATCH v22 2/6] sched/locking: Add blocked_on_state to provide necessary tri-state for proxy return-migration
` [PATCH v22 3/6] sched: Add logic to zap balance callbacks if we pick again
` [PATCH v22 4/6] sched: Handle blocked-waiter migration (and return migration)
` [PATCH v22 5/6] sched: Add blocked_donor link to task for smarter mutex handoffs
` [PATCH v22 6/6] sched: Migrate whole chain in proxy_migrate_task()
[PATCH v2] docs: perf: Fujitsu: Fix htmldocs build warnings and errors
2025-09-26 3:27 UTC (2+ messages)
[PATCH 1/2] lib/amdgpu: increase IB_SIZE for VCN
2025-09-26 3:23 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/2] "
` ✗ i915.CI.Full: "
[PATCH v5 2/2] PCI: imx6: Add a method to handle CLKREQ# override active low
2025-09-26 3:23 UTC (8+ messages)
[RFC PATCH 0/2] DAMON: add priority-based scheme application control
2025-09-26 3:23 UTC (2+ messages)
[GIT PULL] Power utilities for Linux v6.18 merge
2025-09-26 3:20 UTC
[Buildroot] [autobuild.buildroot.org] Daily results for 2025-09-25
2025-09-26 3:19 UTC
[PATCH v1] ARM: dts: aspeed: harma: Add MCTP I2C controller node
2025-09-26 2:59 UTC
[PATCH v6 00/14] Add DisplayPort support for QCS615 platform
2025-09-26 3:16 UTC (5+ messages)
` [PATCH v6 12/14] phy: qcom: qmp-usbc: Add QCS615 USB/DP PHY config and DP mode support
[PATCH] devreq: move governor.h to a public header location
2025-09-26 3:16 UTC (2+ messages)
[PATCH v1 00/21] Control coprocessor reset for AST2700
2025-09-26 3:13 UTC (9+ messages)
` [PATCH v1 08/21] hw/arm/ast27x0: Add SCU alias for SSP and ensure correct device realization order
` [SPAM] "
Wrong SSD type detection on zoned device
2025-09-26 3:12 UTC
[PATCH v3] KVM: selftests: Test prefault memory during concurrent memslot removal
2025-09-26 3:08 UTC (2+ messages)
[PATCH v5 1/3] dt-bindings: extcon: ptn5150: Allow "connector" node to present
2025-09-26 3:02 UTC (4+ messages)
` [PATCH v5 2/3] extcon: ptn5150: Add Type-C orientation switch support
` [PATCH v5 3/3] extcon: ptn5150: Support USB role switch via connector fwnode
[meta-python][PATCH v3 1/3] python3-frozenlist: support reproducibility
2025-09-26 3:07 UTC (2+ messages)
` [oe] "
[PATCH 4/9] dt-bindings: mmc: add binding for BST DWCMSHC SDHCI controller
2025-09-26 3:06 UTC (2+ messages)
` [PATCH v4 4/9] dt-bindings: mmc: Add Black Sesame Technologies DWCMSHC SDHCI
[PATCH v4 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
2025-09-26 3:02 UTC (8+ messages)
` [PATCH v4 1/7] typeinfo: Introduce KCFI typeinfo mangling API
` [PATCH v4 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [PATCH v4 3/7] kcfi: Add regression test suite
` [PATCH v4 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation
` [PATCH v4 5/7] aarch64: Add AArch64 "
` [PATCH v4 6/7] arm: Add ARM 32-bit "
` [PATCH v4 7/7] riscv: Add RISC-V "
[PATCH v2 0/5] add imx94 DDR Performance Monitor support
2025-09-26 2:55 UTC (3+ messages)
[PATCH 0/5] arm64: dts: qcom: r0q: enable more peripherals
2025-09-26 2:19 UTC (4+ messages)
` [PATCH 3/5] arm64: dts: qcom: r0q: enable max77705 PMIC
[PATCH V4 00/18] amdkfd: Implement kfd multiple contexts
2025-09-26 2:58 UTC (10+ messages)
` [PATCH V4 08/18] amdkfd: identify a secondary kfd process by its id
` [PATCH V4 14/18] amdkfd: record kfd process id into kfd process_info
` [PATCH V4 17/18] amdkfd: set_debug_trap ioctl only works on a primary kfd_process target
[PATCH] gfs2: Move i_nlink checks from gfs2_{link,rename,mkdir} to VFS layer
2025-09-26 2:56 UTC
[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
2025-09-26 2:54 UTC (11+ messages)
` [PATCH v6 05/22] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v6 18/22] iommufd: Introduce a helper function to extract vendor capabilities
[LTP] [PATCH] configure.ac: Add check for STATMOUNT_MNT_NS_ID
2025-09-26 2:54 UTC
[PATCH 0/7] tools/power x86_energy_perf_policy update
2025-09-26 2:51 UTC (8+ messages)
` [PATCH 1/7] tools/power x86_energy_perf_policy: Enhance HWP enabled check
` [PATCH 2/7] tools/power x86_energy_perf_policy: Enhance HWP enable
` [PATCH 3/7] tools/power x86_energy_perf_policy: Prepare for MSR/sysfs refactoring
` [PATCH 4/7] tools/power x86_energy_perf_policy: EPB access is only via sysfs
` [PATCH 5/7] tools/power x86_energy_perf_policy: Prefer driver HWP limits
` [PATCH 6/7] tools/power x86_energy_perf_policy: Add make snapshot target
` [PATCH 7/7] tools/power x86_energy_perf_policy.8: Emphasize preference for SW interfaces
[PATCH] mmc: core: Fix system shutdown hang in mmc_bus_shutdown
2025-09-26 2:48 UTC
[RFC PATCH v3 1/1] vfio/pci: add PCIe TPH device ioctl
2025-09-26 2:52 UTC (5+ messages)
[PATCH 00/11] Create APIs to centralise locking for directory ops
2025-09-26 2:49 UTC (12+ messages)
` [PATCH 01/11] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH 02/11] VFS: introduce start_dirop() and end_dirop()
` [PATCH 03/11] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH 04/11] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH 05/11] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH 06/11] VFS: introduce start_removing_dentry()
` [PATCH 07/11] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH 08/11] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH 09/11] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH 10/11] Add start_renaming_two_dentrys()
` [PATCH 11/11] ecryptfs: use new start_creaing/start_removing APIs
[RFC 00/18] add hinic3 PMD driver
2025-09-26 2:47 UTC (20+ messages)
` [V14 00/18] add-hinic3-PMD-driver
` [V14 01/18] doc: add hinic3 driver
` [V14 02/18] net/hinic3: add basic header files
` [V14 03/18] net/hinic3: add hardware interfaces of BAR operation
` [V14 04/18] net/hinic3: add support for cmdq mechanism
` [V14 05/18] net/hinic3: add NIC event module
` [V14 06/18] net/hinic3: add eq mechanism
` [V14 07/18] net/hinic3: add mgmt module function code
` [V14 08/18] net/hinic3: add module about hardware operation
` [V14 09/18] net/hinic3: add a NIC business configuration module
` [V14 10/18] net/hinic3: add context and work queue support
` [V14 11/18] net/hinic3: add a mailbox communication module
` [V14 12/18] net/hinic3: add futions for initialization
` [V14 13/18] net/hinic3: add dev ops
` [V14 14/18] net/hinic3: add device initialization
` [V14 15/18] net/hinic3: add Rx/Tx functions
` [V14 16/18] net/hinic3: add RSS promiscuous ops
` [V14 17/18] net/hinic3: add flow control and FDIR module
` [V14 18/18] drivers/net: add hinic3 PMD build and doc files
[PATCH 1/1] iommu/vt-d: Disallow dirty tracking if incoherent page walk
2025-09-26 2:42 UTC (2+ messages)
[PATCH net-next v3 0/2] net/smc: make wr buffer count configurable
2025-09-26 2:44 UTC (3+ messages)
` [PATCH net-next v3 1/2] "
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.18-rc1
2025-09-26 2:41 UTC (2+ messages)
` [PATCH 1/1] iommu/vt-d: Disallow dirty tracking if incoherent page walk
[PATCH] Revert "sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks"
2025-09-26 2:43 UTC (3+ messages)
[PATCH net-next v6 0/4] net: wangxun: support to configure RSS
2025-09-26 2:38 UTC (5+ messages)
` [PATCH net-next v6 1/4] net: libwx: support separate RSS configuration for every pool
` [PATCH net-next v6 2/4] net: libwx: move rss_field to struct wx
` [PATCH net-next v6 3/4] net: wangxun: add RSS reta and rxfh fields support
` [PATCH net-next v6 4/4] net: libwx: restrict change user-set RSS configuration
回复: Re: [PATCH v2 rdma-rc] RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp
2025-09-26 2:39 UTC
[PATCH RESEND] block/mq-deadline: adjust the timeout period of the per_prio->dispatch
2025-09-26 2:38 UTC
[PATCH v2 00/29] arm_mpam: Add basic mpam driver
2025-09-26 2:36 UTC (7+ messages)
` [PATCH v2 19/29] arm_mpam: Use a static key to indicate when mpam is enabled
` [PATCH v2 28/29] arm_mpam: Add kunit test for bitmap reset
` [PATCH v2 29/29] arm_mpam: Add kunit tests for props_mismatch()
[PATCH v2 00/34] VF migration redesign
2025-09-26 2:33 UTC (3+ messages)
` [PATCH v2 15/34] drm/xe/vf: Close multi-GT GGTT shift race
[PATCH i-g-t] test/intel/xe_pm_residency: Add support for ASPM Link state residency
2025-09-26 2:33 UTC (3+ messages)
` ✗ i915.CI.Full: failure for "
` ✗ Xe.CI.Full: "
[PATCH v2 0/2] Add Aspeed AST2700 ehci support
2025-09-26 2:33 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: usb: ehci: Add Aspeed AST2700 compatible
` [PATCH v2 2/2] usb: ehci: Add Aspeed AST2700 support
[PATCH] vfio/container: Remap only populated parts in a section
2025-09-26 2:26 UTC (7+ messages)
[PATCH v3 00/16] TDX: Enable Dynamic PAMT
2025-09-26 2:28 UTC (2+ messages)
[PATCH v4 00/12] Cleanup xdfile_t and xrecord_t in xdiff
2025-09-26 2:29 UTC (8+ messages)
` [PATCH v5 00/13] "
` [PATCH v5 12/13] xdiff: use enum macros NONE(0), SOME(1), TOO_MANY(2) in xprepare.c
[syzbot] [mm?] WARNING in hugetlb_vma_assert_locked
2025-09-26 2:27 UTC
[PATCH 5/5] accel/kvm: Fix SIGSEGV when execute "query-balloon" after CPR transfer
2025-09-26 2:25 UTC
[PATCH] write-back: Wake up waiting tasks when finishing the writeback of a chunk
2025-09-26 2:26 UTC (3+ messages)
[PATCH 0/5] VFIO: cpr-transfer fixes
2025-09-26 2:23 UTC (5+ messages)
` [PATCH 1/5] vfio/container: Remap only populated parts in a section
` [PATCH 2/5] vfio/cpr-legacy: drop an erroneous assert
` [PATCH 3/5] vfio/iommufd: Save cpr.ioas_id on source side for CPR transfer
` [PATCH 4/5] vfio/iommufd: Restore vbasedev's reference to hwpt after "
[PATCH net-next v5 0/4] net: wangxun: support to configure RSS
2025-09-26 2:21 UTC (5+ messages)
[PATCH v2 00/11] gpu: nova-core: Boot GSP to RISC-V active
2025-09-26 2:20 UTC (5+ messages)
` [PATCH v2 05/10] gpu: nova-core: gsp: Add GSP command queue handling
nft manpage/wiki issues and improvement ideas
2025-09-26 1:52 UTC (7+ messages)
` [PATCH 0/7] doc: miscellaneois improvements
` [PATCH 1/7] doc: clarify evaluation of chains
` [PATCH 2/7] doc: fix/improve documentation of verdicts
` [PATCH 4/7] doc: add overall description of the ruleset evaluation
` [PATCH 5/7] doc: add some more documentation on bitmasks
` [PATCH 6/7] doc: describe include’s collation order to be that of the C locale
[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
2025-09-26 2:20 UTC (4+ messages)
` [PATCH v11 00/17] "
` 回复:[PATCH "
[PATCH net-next 0/9] psp: add a kselftest suite and netdevsim implementation
2025-09-26 2:18 UTC (4+ messages)
` [PATCH net-next 2/9] selftests: net: add skip all feature to ksft_run()
[PATCH] vfio/nvgrace-gpu: Add GB300 SKU to the devid table
2025-09-26 2:16 UTC (2+ messages)
[PATCH net-next v3 00/11] virtio_net: Add ethtool flow rules support
2025-09-26 2:12 UTC (4+ messages)
` [PATCH net-next v3 04/11] virtio_net: Query and set flow filter caps
[PATCH net] xdp: use multi-buff only if receive queue supports page pool
2025-09-26 2:12 UTC (5+ messages)
[PATCH v3 00/10] Introduce Glymur USB support
2025-09-26 2:11 UTC (6+ messages)
` [PATCH v3 07/10] phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settings
[PATCH v10 00/24] Linux SBI MPXY and RPMI drivers
2025-09-26 2:07 UTC (5+ messages)
` [PATCH v10 10/24] clk: Add clock driver for the RISC-V RPMI clock service group
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.