All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-22 16:25:11 to 2024-11-22 17:34:36 UTC [more...]

[PATCH v2 0/2] tools: power: cpupower: Allow overriding cross-compiling envs
 2024-11-22 17:34 UTC  (7+ messages)
` [PATCH v2 2/2] pm: cpupower: Makefile: Allow overriding cross-compiling env params

[PATCH] Documentation: filesystems: update filename extensions
 2024-11-22 17:34 UTC  (2+ messages)

[PATCH] sched/fair: properly serialize the cfs_rq h_load calculation
 2024-11-22 17:33 UTC  (3+ messages)

[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 17:33 UTC  (5+ messages)
` [PATCH v9 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()

[PATCH 0/5] propagate fsck message severity for bundle fetch
 2024-11-22 17:31 UTC  (6+ messages)
` [PATCH 3/5] fetch-pack: introduce `fetch_pack_options`
` [PATCH 4/5] fetch-pack: expose `fetch_pack_config_cb()`

[PATCH v3] tracing: Record task flag NEED_RESCHED_LAZY
 2024-11-22 17:32 UTC 

[PATCH net] net_sched: sch_fq: don't follow the fast path if Tx is behind now
 2024-11-22 17:31 UTC  (3+ messages)

[RFC 3/6] lib: rspdm: Initial commit of Rust SPDM
 2024-11-22 17:31 UTC  (2+ messages)

[RFC PATCH v1 00/43] Introduce helper-to-tcg
 2024-11-22 17:30 UTC  (3+ messages)
` [RFC PATCH v1 01/43] Add option to enable/disable helper-to-tcg

[PATCH net-next v2 00/21] net:yt6801: Add Motorcomm yt6801 PCIe driver
 2024-11-22 17:30 UTC  (3+ messages)
` [PATCH net-next v2 03/21] motorcomm:yt6801: Implement the fxgmac_drv_probe function

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-22 17:29 UTC  (3+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to guestmem library

Adding a new platform driver samsung-galaxybook
 2024-11-22 17:29 UTC  (3+ messages)

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2024-11-22 17:29 UTC  (6+ messages)
` [PATCH RFC 1/7] x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest

[RFC v2] MAINTAINERS: split kselftest entry into 'framework' and 'all'
 2024-11-22 17:29 UTC  (5+ messages)

[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
 2024-11-22 17:28 UTC  (7+ messages)
` [PATCH 1/3] cxl/core: Change match_*_by_range() calling convention
` [PATCH 2/3] cxl/core: Enable Region creation on x86 with Low Memory Hole
` [PATCH 3/3] cxl/test: Simulate an x86 Low Memory Hole for tests

[PATCH 0/4] wifi: rtlwifi probe error path fixes
 2024-11-22 17:27 UTC  (5+ messages)
` [PATCH 1/4] wifi: rtlwifi: remove unused check_buddy_priv
` [PATCH 2/4] wifi: rltwifi: destroy workqueue at rtl_deinit_core
` [PATCH 3/4] wifi: rtlwifi: fix memory leaks and invalid access at probe error path
` [PATCH 4/4] wifi: rtlwifi: pci: wait for firmware loading before releasing memory

[PATCH v1 1/4] cpu: Introduce qemu_early_init_vcpu() to initialize nr_cores and nr_threads inside it
 2024-11-22 17:26 UTC  (3+ messages)
` [PATCH] cpu: Initialize nr_cores and nr_threads in cpu_common_initfn()

[PATCH bpf 1/4] bpf, vsock: Fix poll() missing a queue
 2024-11-22 17:26 UTC  (2+ messages)

[for-6.13 PATCH v3 00/14] nfs/nfsd: improvements for LOCALIO
 2024-11-22 17:26 UTC  (2+ messages)

[PATCHSET for-next 0/6] task work cleanups
 2024-11-22 17:25 UTC  (5+ messages)
` [PATCH 2/6] io_uring: replace defer task_work llist with io_wq_work_list

[RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
 2024-11-22 17:23 UTC  (2+ messages)

[PATCH v2 19/35] Documentation/x86: Document the new attack vector controls
 2024-11-22 17:23 UTC  (4+ messages)

[PATCH] [CI] drm/i915/dmc: Test Xe2LPD DMC v2.24
 2024-11-22 17:23 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH 0/9] objtool: Rewrite annotations
 2024-11-22 17:22 UTC  (3+ messages)
` [PATCH 7/9] objtool: Convert ANNOTATE_INTRA_FUNCTION_CALLS to ANNOTATE

[PATCH 0/1] tty: Handle HAS_IOPORT dependencies
 2024-11-22 17:22 UTC  (7+ messages)
` [PATCH 1/1] tty: serial: handle "

[PATCH] git: fix paginate handling for commands with DELAY_PAGER_CONFIG
 2024-11-22 17:21 UTC  (3+ messages)

[PATCH RFC v2 00/18] drm/vkms: Introduce detailed configuration
 2024-11-22 17:20 UTC  (19+ messages)
` [PATCH RFC v2 01/18] drm/vkms: Extract vkms_config header
` [PATCH RFC v2 02/18] drm/vkms: Add a validation function for vkms configuration
` [PATCH RFC v2 03/18] drm/vkms: Move default_config creation to its own function
` [PATCH RFC v2 04/18] drm/vkms: Introduce config for plane
` [PATCH RFC v2 05/18] drm/vkms: Introduce config for plane name
` [PATCH RFC v2 06/18] drm/vkms: Introduce config for plane rotation
` [PATCH RFC v2 07/18] drm/vkms: Introduce config for plane color encoding
` [PATCH RFC v2 08/18] drm/vkms: Introduce config for plane color range
` [PATCH RFC v2 09/18] drm/vkms: Introduce config for CRTCs and encoders
` [PATCH RFC v2 10/18] drm/vkms: Introduce config for encoder name
` [PATCH RFC v2 11/18] drm/vkms: Introduce config for CRTC name
` [PATCH RFC v2 12/18] drm/vkms: Add test for config structure
` [PATCH RFC v2 13/18] drm/vkms: Introduce config for connector
` [PATCH RFC v2 14/18] drm/vkms: Introduce config for connector type
` [PATCH RFC v2 15/18] drm/vkms: Introduce config for plane format
` [PATCH RFC v2 16/18] drm/vkms: Introduce config for connector status
` [PATCH RFC v2 17/18] drm/vkms: Introduce config for connector EDID
` [PATCH RFC v2 18/18] drm/vkms: Introduce config for encoder type

[PATCH v7 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-11-22 17:19 UTC  (3+ messages)
` [PATCH v7 2/2] pwm: Add Loongson PWM controller support

[bug-report] 5-9% FIO randomwrite ext4 perf regression on 6.12.y kernel
 2024-11-22 17:18 UTC  (8+ messages)
        ` [External] : "

[PATCH v2 2/3] mm: convert mm_lock_seq to a proper seqcount
 2024-11-22 17:17 UTC  (3+ messages)

[libgpiod][PATCH] bindings: python: migrate metadata to pyproject.toml
 2024-11-22 17:10 UTC 

[PATCH 1/3] drm/xe/trace: improve xe_sched_msg trace
 2024-11-22 17:15 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/3] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[chrome-os:chromeos-6.6 8/12] arch/arm64/boot/dts/mediatek/mt8186-corsola-steelix-sku131076.dtb: /: failed to match any schema with compatible: ['google,steelix-sku131076', 'google,steelix-sku131078', 'google,steelix-sku2147483391', 'google,steelix-sku2147483646', 'google,steelix', 'm
 2024-11-22 17:13 UTC 

[PATCH v6 0/10] A bunch of changes to refine i.MX PCIe driver
 2024-11-22 17:13 UTC  (28+ messages)
` [PATCH v6 02/10] PCI: imx6: Add ref clock for i.MX95 PCIe
` [PATCH v6 03/10] PCI: imx6: Fetch dbi2 and iATU base addesses from DT
` [PATCH v6 04/10] PCI: imx6: Correct controller_id generation logic for i.MX7D
` [PATCH v6 05/10] PCI: imx6: Make core reset assertion deassertion symmetric
` [PATCH v6 08/10] PCI: imx6: Use dwc common suspend resume method
` [PATCH v6 10/10] arm64: dts: imx95: Add ref clock for i.MX95 PCIe

[PATCH net] net: hsr: fix hsr_init_sk() vs network/transport headers
 2024-11-22 17:13 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (2)
 2024-11-22 17:13 UTC 

[PATCH v2 1/2] Added support for WACOM 2.x/ArtZ/Digitizer II compatibility. It does require the driver (easily available via many of the classic macos archives), but it allows a simple way to have an absolute pointing device on ADB-compatible VMs
 2024-11-22 17:10 UTC  (2+ messages)
` [PATCH v2 2/2] Added support for WACOM 2.x/ArtZ/Digitizer II

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-11-22 17:10 UTC  (4+ messages)
` [PATCH v3 0/3] bugfix about KEEP CRC offload
  ` [PATCH v3 1/3] ethdev: add description for "

[RFC PATCH] cpufreq: dt-platdev: Fix module autoloading
 2024-11-22 17:09 UTC  (7+ messages)

[PATCH next v1 0/2] limit local tw done
 2024-11-22 17:08 UTC  (16+ messages)
` [PATCH next v1 2/2] io_uring: "

[PATCH v4] setlocalversion: work around "git describe" performance
 2024-11-22 17:08 UTC  (2+ messages)

[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
 2024-11-22 17:07 UTC  (12+ messages)
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in l2cap_disconn_ind
 2024-11-22 17:07 UTC 

[syzbot] [iommu?] WARNING in iommufd_device_unbind
 2024-11-22 17:05 UTC  (3+ messages)

[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-11-22 17:03 UTC  (8+ messages)
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup

[jarkko-tpmdd:v4l2-loopback 6/6] drivers/media/v4l2-core/v4l2-loopback.c:791:14: warning: variable 'buf' set but not used
 2024-11-22 17:03 UTC 

[RFC PATCH] x86/boot: Get rid of linux/init.h include
 2024-11-22 17:02 UTC  (3+ messages)

[PATCH 0/1] *** SUBJECT HERE ***
 2024-11-22 17:02 UTC  (6+ messages)
` [PATCH 1/1] Added a new cargo-online bbclass for recipes requiring remote crates
  ` [OE-core] "

[PATCH i-g-t] tests/intel/i915_hangman: Fix spin engine hang
 2024-11-22 17:01 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

Doubts in JumboFrames and stats_checks tests in DTS
 2024-11-22 16:59 UTC 

[PATCH] lib/igt_psr: Dump out PSR status if waiting PSR entry or update fails
 2024-11-22 17:01 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v1 00/73] Provide flow filter API and statistics
 2024-11-22 17:01 UTC  (5+ messages)
` [PATCH v1 0/2] Bugfixes
  ` [PATCH v1 1/2] net/ntnic: fix incorrect error message
  ` [PATCH v1 2/2] net/ntnic: fix of Toeplitz key and log with mask

[PATCH v3 00/12] Add PXP HWDRM support
 2024-11-22 17:00 UTC  (8+ messages)
` [PATCH v3 09/12] drm/xe/pxp: Add API to mark a BO as using PXP

[PATCH v2 1/2] drm/amd: Invert APU check for amdgpu_device_evict_resources()
 2024-11-22 17:00 UTC  (2+ messages)

[PATCH 0/2] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2024-11-22 16:55 UTC  (4+ messages)
` [PATCH 1/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's

[PATCHSET v2] fstests: random fixes for v2024.11.17
 2024-11-22 16:54 UTC  (18+ messages)
` [PATCH 01/17] generic/757: fix various bugs in this test
` [PATCH 02/17] generic/757: convert to thinp
` [PATCH 03/17] logwrites: warn if we don't think read after discard returns zeroes
` [PATCH 04/17] logwrites: use BLKZEROOUT if it's available
` [PATCH 05/17] logwrites: only use BLKDISCARD if we know discard zeroes data
` [PATCH 06/17] xfs/113: fix failure to corrupt the entire directory
` [PATCH 07/17] xfs/508: fix test for 64k blocksize
` [PATCH 08/17] common/rc: capture dmesg when oom kills happen
` [PATCH 09/17] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 10/17] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 11/17] xfs/009: allow logically contiguous preallocations
` [PATCH 12/17] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 13/17] generic/251: constrain runtime via time/load/soak factors
` [PATCH 14/17] generic/251: don't copy the fsstress source code
` [PATCH 15/17] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 16/17] xfs/157: do not drop necessary mkfs options
` [PATCH 17/17] generic/366: fix directio requirements checking

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-11-22 16:54 UTC  (5+ messages)

[PATCH] docs/sphinx: Refresh config for newer Sphinx
 2024-11-22 16:51 UTC 

[RESEND PATCH v3 0/2] Improve ath10k flush queue mechanism
 2024-11-22 16:48 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback
` [RESEND PATCH v3 2/2] wifi: ath10k: Flush only requested txq in ath10k_flush()

[PATCH] docs/sphinx: Fix FUSA indexing
 2024-11-22 16:49 UTC 

[PATCH v2] vfio/pci: Properly hide first-in-list PCIe extended capability
 2024-11-22 16:48 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_mmap: fix assert_caching on small-bar
 2024-11-22 16:47 UTC 

[PATCH v4 0/5] move per-vma lock into vm_area_struct
 2024-11-22 16:46 UTC  (3+ messages)
` [PATCH v4 3/5] mm: mark vma as detached until it's added into vma tree

[Bug 219519] New: Hibernation Failure on 6.11+ due to btusb
 2024-11-22 16:47 UTC  (2+ messages)
` [Bug 219519] "

[PATCH] arm64: Fix usage of new shifted MDCR_EL2 values
 2024-11-22 16:46 UTC 

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-22 16:44 UTC  (13+ messages)
` [PATCH v4 2/8] worktree: add `relativeWorktrees` extension
` [PATCH v4 3/8] worktree: refactor infer_backlink return
` [PATCH v4 5/8] worktree: add relative cli/config options to `add` command

[PATCH v3 00/10] iio: adc: ad7124: Various fixes
 2024-11-22 16:44 UTC  (3+ messages)
` [PATCH v3 09/10] iio: adc: ad7124: Add error reporting during probe

[PATCH] iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
 2024-11-22 16:43 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (2)
 2024-11-22 16:43 UTC  (2+ messages)
` [syzbot] "

permission checking for F_SET_RW_HINT
 2024-11-22 16:40 UTC  (5+ messages)
` [PATCH 2/2] fs: require FMODE_WRITE "

[RFC] [PATCH 00/13] ath1{1,2}k: support multiple PCI devices in one system
 2024-11-22 16:40 UTC  (4+ messages)

[PATCH 1/2] libselinux: avoid memory allocation in common file label lookup
 2024-11-22 16:39 UTC  (2+ messages)
` [PATCH 2/2] selinux: use vector instead of linked list for substitutions

[PATCH v5 0/8] Add iio backend compatibility for ad7606
 2024-11-22 16:39 UTC  (3+ messages)
` [PATCH v5 7/8] iio: adc: ad7606: Add iio-backend support

[PATCH 1/2] drm/sched: add WARN_ON and BUG_ON to drm_sched_fini
 2024-11-22 16:39 UTC  (11+ messages)

[OE-core][PATCH] spdx: Fix SPDX tasks not running when code changes
 2024-11-22 16:38 UTC  (3+ messages)

[oe-core][PATCHv2] gcc: add a backport patch to fix an issue with tzdata 2024b
 2024-11-22 16:37 UTC  (2+ messages)

[RFC 0/8] drm/nouveau: scrubber ucode image support for vGPU
 2024-11-22 16:37 UTC  (4+ messages)
` [RFC 2/8] drm/nouveau: introduce tu102_gsp_init_fw_heap()

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-22 16:37 UTC  (12+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test

[PATCH v14 0/7] drm/vkms: Add support for YUV and DRM_FORMAT_R*
 2024-11-22 16:36 UTC  (3+ messages)
` [PATCH v14 4/7] drm: Export symbols to use in tests

QEMU commit 0a923be2f642 broke my or1k image
 2024-11-22 16:35 UTC  (4+ messages)

[PATCH 0/8] Add imx8mp video support
 2024-11-22 16:35 UTC  (4+ messages)
` [PATCH 5/8] imx: power-domain: Add support for the MEDIAMIX control block

[PATCH v2 0/4] drm/vkms: Switch to allocated for drm objects
 2024-11-22 16:35 UTC  (5+ messages)
` [PATCH v2 1/4] drm/vkms: Switch to dynamic allocation for connector
` [PATCH v2 2/4] drm/vkms: Switch to dynamic allocation for encoder
` [PATCH v2 3/4] drm/vkms: Switch to dynamic allocation for CRTC
` [PATCH v2 4/4] drm/vkms: Rename vkms_output to vkms_crtc

[RFC PATCH 00/25] Introduce xenbindgen to autogen hypercall structs
 2024-11-22 16:34 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/3] riscv: add SBI SSE extension tests
 2024-11-22 16:34 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 3/3] riscv: sbi: Add "

[meta-oe][PATCH v2] cryptopp: add a recipe for version 8.9.0
 2024-11-22 16:32 UTC  (2+ messages)
` [oe] "

[android-common:chromeos-6.6-f9d942cf7d57 1/1491] drivers/net/wireless/iwl7000/hdrs/mac80211-bp.h:2190:16: error: too many arguments to function 'ieee80211_mandatory_rates'
 2024-11-22 16:32 UTC 

[meta-gnome][PATCH] gdm: update useradd settings
 2024-11-22 16:31 UTC 

[PATCH] iio: hid-sensor-prox: Fix invalid read_raw for attention
 2024-11-22 16:31 UTC  (4+ messages)

[PATCH] drm/xe/pf: Drop 2GiB limit of fair LMEM allocation
 2024-11-22 16:29 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[meta-gnome][PATCH] Onboard: Add onboard virtual keyboard
 2024-11-22 16:28 UTC  (2+ messages)
` [oe] "

[PATCH v5 0/5] drm/vkms: Switch all vkms object to DRM managed objects
 2024-11-22 16:28 UTC  (6+ messages)
` [PATCH v5 1/5] drm/vkms: Switch to managed for connector
` [PATCH v5 2/5] drm/vkms: Switch to managed for encoder
` [PATCH v5 3/5] drm/vkms: Switch to managed for crtc
` [PATCH v5 4/5] drm: writeback: Introduce drm managed helpers
` [PATCH v5 5/5] drm/vkms: Switch to managed for writeback connector

[PATCH 1/5] drm/amdgpu/hdp4.0: do a posting read when flushing HDP
 2024-11-22 16:26 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu/hdp5.0: "
` [PATCH 3/5] drm/amdgpu/hdp5.2: "
` [PATCH 4/5] drm/amdgpu/hdp6.0: "
` [PATCH 5/5] drm/amdgpu/hdp7.0: "

[PATCH] spi: atmel-quadspi: Fix register name in verbose logging function
 2024-11-22 16:26 UTC  (4+ messages)

[PATCH i-g-t] intel_compute: Use valid number of array size for unbind
 2024-11-22 16:25 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v3 0/3] drm/vkms: Reimplement line-per-line pixel conversion for writeback
 2024-11-22 16:25 UTC  (4+ messages)
` [PATCH v3 1/3] drm/vkms: Re-introduce line-by-line algorithm "
` [PATCH v3 2/3] drm/vkms: Add a macro for write_line functions
` [PATCH v3 3/3] drm/vkms: Add support for XRGB2101010


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.