All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 12:42:33 to 2026-04-28 12:56:11 UTC [more...]

[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-04-28 12:53 UTC  (4+ messages)

[PATCH v1 0/2] Add Lontiun LT7911EXC eDP to MIPI DSI bridge
 2026-04-28 12:50 UTC  (5+ messages)
` [PATCH v1 2/2] drm:bridge: "

[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
 2026-04-28 12:52 UTC  (105+ messages)
` [PATCH 001/108] drm/i915/dp: Move clamping max link rate to common rates setup
` [PATCH 002/108] drm/i915/dp: Clamp max lane count to max common lane count
` [PATCH 003/108] drm/i915/dp: Bump connector epoch on link capability changes
` [PATCH 004/108] drm/i915/dp_link_training: Introduce link training state struct
` [PATCH 005/108] drm/i915/dp_link_training: Factor out link training state reset helper
` [PATCH 006/108] drm/i915/dp_link_training: Reset link training state on link capability change
` [PATCH 007/108] drm/i915/dp_link_training: Flush commits in debugfs entries
` [PATCH 008/108] drm/i915/dp_link_training: Move link training helpers to link training code
` [PATCH 009/108] drm/i915/dp_link_training: Use link_training as base pointer in debugfs
` [PATCH 010/108] drm/i915/dp_link_training: Add helpers to access force retrain state
` [PATCH 011/108] drm/i915/dp_link_training: Move link recovery/debug state to link_training
` [PATCH 012/108] drm/i915/dp_link_training: Prevent repeated autoretrain attempts
` [PATCH 013/108] drm/i915/dp_link_training: Clamp sequential link training failure counter
` [PATCH 014/108] drm/i915/dp_link_training: Check for pending autoretrain explicitly
` [PATCH 015/108] drm/i915/dp_link_training: Add helper to query pending autoretrain
` [PATCH 016/108] drm/i915/dp_link_training: Add helper to query allowed autoretrain
` [PATCH 017/108] drm/i915/dp_link_training: Add helper to mark link training failure
` [PATCH 018/108] drm/i915/dp_link_training: Add helper to reset link recovery state
` [PATCH 019/108] drm/i915/dp_link_training: Track link recovery state with an enum
` [PATCH 020/108] drm/i915/dp_link_training: Add no-fallback link recovery state
` [PATCH 021/108] drm/i915/display: Factor out a helper to modeset a pipe with atomic state
` [PATCH 022/108] drm/i915/display: Simplify intel_modeset_commit_pipes_for_atomic_state()
` [PATCH 023/108] drm/i915/dp_link_training: Allocate atomic state for autoretrain modeset
` [PATCH 024/108] drm/i915/dp_link_training: Disallow autoretrains after failed modeset
` [PATCH 025/108] drm/i915/dp_link_training: Fix kernel-doc of intel_dp_init_lttpr_and_dprx_caps()
` [PATCH 026/108] drm/i915/dp_link_training: Document DP link recovery logic
` [PATCH 027/108] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH 028/108] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH 029/108] drm/i915/dp_link_caps: Introduce DP link capability module
` [PATCH 030/108] drm/i915/dp_link_caps: Move common rate helpers to link caps
` [PATCH 031/108] drm/i915/dp_link_caps: Move forced link param "
` [PATCH 032/108] drm/i915/dp: Simplify querying of forced link parameters
` [PATCH 033/108] drm/i915/dp_link_caps: Move forced and max link debugfs entries to link caps
` [PATCH 034/108] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH 035/108] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH 036/108] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH 037/108] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH 038/108] drm/i915/dp_link_caps: Rename helper updating the link configurations
` [PATCH 039/108] drm/i915/dp: Factor out helper to get link rate capabilities
` [PATCH 040/108] drm/i915/dp_link_caps: Pass supported link rates to link caps update
` [PATCH 041/108] drm/i915/dp_link_caps: Add helper to get all supported link rates
` [PATCH 042/108] drm/i915/dp_link_caps: Add helper to get the number of "
` [PATCH 043/108] drm/i915/dp_link_caps: Add helper to get common rate index
` [PATCH 044/108] drm/i915/dp_link_caps: Move tracking of common rates to link_caps struct
` [PATCH 045/108] drm/i915/dp_link_caps: Track max common lane count in link_caps
` [PATCH 046/108] drm/i915/dp_link_caps: Move max lane count change detection to link_caps
` [PATCH 047/108] drm/i915/dp_link_caps: Use max common lane count from link_caps
` [PATCH 048/108] drm/i915/dp_link_caps: Move updating max link limits to link_caps update
` [PATCH 049/108] drm/i915/dp_link_caps: Add helpers to get max link limits
` [PATCH 050/108] drm/i915/dp_link_caps: Add helpers to set "
` [PATCH 051/108] drm/i915/dp_link_caps: Validate "
` [PATCH 052/108] drm/i915/dp_link_caps: Add helper to reset "
` [PATCH 053/108] drm/i915/dp_link_caps: Add helper to reset link_caps state
` [PATCH 054/108] drm/i915/dp_link_caps: Move max link limits to link_caps
` [PATCH 055/108] drm/i915/dp_link_caps: Pass link_caps to static functions
` [PATCH 056/108] drm/i915/dp_link_caps: Pass link_caps to config update/lookup helpers
` [PATCH 057/108] drm/i915/dp_link_caps: Pass link_caps to common rate helpers
` [PATCH 058/108] drm/i915/dp_link_caps: Add link_caps prefix "
` [PATCH 059/108] drm/i915/dp_link_caps: Add missing documentation to exported functions
` [PATCH 060/108] drm/i915/dp_link_caps: Set forced link params before resetting link params
` [PATCH 061/108] drm/i915/dp_link_caps: Adjust max_limits during link config update
` [PATCH 062/108] drm/i915/dp_link_caps: Adjust max_limits when setting or resetting it
` [PATCH 063/108] drm/i915/dp: Simplify the modeset max link rate limit computation
` [PATCH 064/108] drm/i915/dp: Query max limits via link_caps during mode validation
` [PATCH 065/108] drm/i915/dp_tunnel: Query max link limits via link_caps for BW computation
` [PATCH 066/108] drm/i915/doc: Document DP link capabilities
` [PATCH 067/108] drm/i915/dp_link_caps: Move config table members to a substruct
` [PATCH 068/108] drm/i915/dp_link_caps: Factor out a helper to look up a config table rate
` [PATCH 069/108] drm/i915/dp_link_caps: Pass config table pointer to rate lookup helper
` [PATCH 070/108] drm/i915/dp_link_caps: Factor out helper to get link config from table by index
` [PATCH 071/108] drm/i915/dp_link_caps: Add helper to get config at iterator position
` [PATCH 072/108] drm/i915/dp_link_caps: Add helper to find position of matching config
` [PATCH 073/108] drm/i915/dp_link_training: Reset the max link limits in the fallback code
` [PATCH 074/108] drm/i915/dp_link_training: Use config iterator for BW-order fallback
` [PATCH 075/108] drm/i915/dp_link_training: Look up configurations using fuzzy rate matching
` [PATCH 076/108] drm/i915/dp_link_caps: Pass table pointer to the sort compare function
` [PATCH 077/108] drm/i915/dp_link_caps: Compare config tables instead of link parameters
` [PATCH 078/108] drm/i915/dp_link_caps: Precompute config table before update
` [PATCH 079/108] drm/i915/dp_link_caps: Compare internal config entries during table matching
` [PATCH 080/108] drm/i915/dp_link_caps: Use virtual config indexing in config table
` [PATCH 081/108] drm/i915/dp_link_caps: Simplify idx->link rate/lane count lookup
` [PATCH 082/108] drm/i915/dp_link_caps: Simplify BW order pos->config index array
` [PATCH 083/108] drm/i915/dp_link_caps: Add helper to get iteration order for a connector
` [PATCH 084/108] drm/i915/dp_link_caps: Add reset and merge update modes
` [PATCH 085/108] drm/i915/dp_link_caps: Add mask for disabled link configurations
` [PATCH 086/108] drm/i915/dp_link_caps: Add link configuration iterators
` [PATCH 087/108] drm/i915/dp_link_caps: Preserve disabled config mask during merge update
` [PATCH 088/108] drm/i915/dp_link_caps: Account for disabled configs during max link info update
` [PATCH 089/108] drm/i915/dp_link_caps: Add debugfs entry showing allowed configurations
` [PATCH 090/108] drm/i915/dp: Add a mask of valid configurations for modeset computation
` [PATCH 091/108] drm/i915/dp: Iterate configurations via link_caps for SST non-DSC
` [PATCH 092/108] drm/i915/dp: Iterate configurations via link_caps for SST DSC
` [PATCH 093/108] drm/i915/dp: Use link caps for eDP DSC config selection
` [PATCH 094/108] drm/i915/dp_mst: Use link caps for non-DSC "
` [PATCH 095/108] drm/i915/dp_mst: Use link caps for MST DSC "
` [PATCH 096/108] drm/i915/dp_test: Use link caps for compliance link configs
` [PATCH 097/108] drm/i915/dp: Remove min/max link config limits
` [PATCH 098/108] drm/i915/dp_link_training: Account for disabled configs during SST fallback
` [PATCH 099/108] drm/i915/dp_link_training: Disable failed config during fallback
` [PATCH 100/108] drm/i915/kunit: Enable KUnit tests
` [PATCH 101/108] drm/i915/kunit: Add DP link test stub
` [PATCH 102/108] drm/xe/kunit: Add display test config
` [PATCH 103/108] drm/xe/kunit: Build DP link display tests
` [PATCH 105/108] drm/i915/kunit: Export link training and caps funcs for testing

[PATCH v2 bpf 1/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-28 12:54 UTC  (2+ messages)
` [PATCH bpf-next v3] "

+ sh-fix-fallout-from-zero_page-consolidation.patch added to mm-hotfixes-unstable branch
 2026-04-28 12:55 UTC 

[PATCH] sh: fix fallout from ZERO_PAGE consolidation
 2026-04-28 12:55 UTC  (8+ messages)

[PATCH net v4 0/5] nfc: fix multiple OOB reads in NCI and LLCP parsing paths
 2026-04-28 12:55 UTC  (2+ messages)

[PATCH] ASoC: Intel: cht_bsw_rt5672: Simplify probe() with local 'dev' pointer
 2026-04-28 12:54 UTC  (3+ messages)

[PATCH v2 00/11] rust: I/O type generalization and projection
 2026-04-28 12:55 UTC  (7+ messages)
` [PATCH v2 05/11] rust: io: restrict untyped IO access and `register!` to `Region`

[PATCH 0/2] thunderbolt: fix wedge under sustained tbnet load on AM4 and AM5
 2026-04-28 12:54 UTC  (4+ messages)
` [PATCH 2/2] net: thunderbolt: enlarge RX/TX ring and set NAPI weight for sustained load

[LTP] [PATCH v3 1/2] doc: generate CVE catalog documentation
 2026-04-28 12:54 UTC  (2+ messages)

[PATCH 1/1] s390: remove extra check of task_stack_page()
 2026-04-28 12:54 UTC  (2+ messages)

[PATCH v2 0/4] Add reclaim to the dmem cgroup controller
 2026-04-28 10:02 UTC  (8+ messages)
` [PATCH v2 1/4] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v2 2/4] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v2 3/4] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v2 4/4] drm/amdgpu: "

[PATCH 0/5] Add reclaim to the dmem cgroup controller
 2026-04-28  7:02 UTC  (4+ messages)
` [PATCH 2/5] cgroup/dmem: Add reclaim callback for lowering max below current usage

[PATCH 1/3 v2] drm/amd/display: dmub_cmd.h: correct typos and spellos
 2026-04-27 21:41 UTC  (3+ messages)
` [PATCH 2/3 v2] drm/amd/display: dmub_cmd.h: correct all kernel-doc prototype warnings
` [PATCH 3/3 v2] drm/amd/display: dmub_cmd.h: add missing kernel-doc for enums

[PATCH] drm/amd/display: simplify FreeSync MCCS capability check
 2026-04-27 22:58 UTC 

[PATCH v3] drm/amdgpu: amdgpu{_reset}.h: fix all kernel-doc warnings
 2026-04-27 18:38 UTC 

[REGRESSION] amdgpu error -22 first encountered in kernel 6.19, not fixed in 7.0
 2026-04-27 18:50 UTC  (7+ messages)

[PATCH] drm/amdkfd: simplify kgd_gfx_v9_get_cu_occupancy()
 2026-04-28  2:26 UTC 

[PATCH v3] drm/amdgpu: deduplicate ring preempt ib function
 2026-04-27 19:15 UTC 

[PATCH] ASoC: Intel: bytcr_wm5102: Fix MCLK leak on platform_clock_control error
 2026-04-28 12:53 UTC  (5+ messages)

[PATCH v2] drm/amdgpu: use bitmap_clear() in amdgpu_amdkfd_device_init()
 2026-04-28  2:35 UTC 

[PATCH] drm/amdgpu: Fix error handling in amdgpu_xcp_cfg_sysfs_init()
 2026-04-28 11:45 UTC 

[PATCH] drm/amd/display: Remove duplicate include of dce/dmub_hw_lock_mgr.h
 2026-04-28  3:02 UTC 

[PATCH 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-04-28 12:53 UTC  (6+ messages)
` [PATCH 1/2] ACPI: CPPC: Add support for CPPC v4

[PATCH for drm-misc-fixes v5 0/4] Fix some bugs in the hibmc driver
 2026-04-28 12:53 UTC  (6+ messages)
` [PATCH for drm-misc-fixes v5 2/4] drm/hisilicon/hibmc: fix no showing when no connectors connected

[PATCH] hv_sock: fix ARM64 support
 2026-04-28 12:53 UTC 

[PATCH v4 3/9] x86/passthrough: Extract pt_irq_dpci_setup() from pt_irq_create_bind()
 2026-04-28 12:53 UTC  (2+ messages)

[PATCH v4] selinux: fix avdcache auditing
 2026-04-28 12:53 UTC  (6+ messages)

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-04-28 12:53 UTC  (4+ messages)
` [PATCH v12 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity

[PATCH] platform/x86: thinkpad_acpi: Add sysfs to display HWDD raw
 2026-04-28 12:53 UTC 

[bug report] ntfs: update runlist handling and cluster allocator
 2026-04-28 12:53 UTC  (2+ messages)

ARM: socfpga: enclustra-sa2: issue with I2C1
 2026-04-28 12:51 UTC  (8+ messages)

[PATCH 0/2] maintenance(geometric): avoid deadlocks on Windows 10
 2026-04-28 12:52 UTC  (3+ messages)
` [PATCH 1/2] mingw: optionally use legacy (non-POSIX) delete semantics
` [PATCH 2/2] maintenance(geometric): do release the `.idx` files before repacking

[PATCH v2] dt-bindings: mfd: qcom,tcsr: Add compatible for Nord
 2026-04-28 12:52 UTC  (3+ messages)

[QUESTION] Is the ARM SMMU v3 implementation designed to always ignore SSID when SSID_VALID == 0?
 2026-04-28 12:51 UTC  (2+ messages)

[PATCH] tests\intel\xe_configfs: Fix ctx_restore BB path for post and mid variants
 2026-04-28 12:51 UTC  (2+ messages)

[PATCH v21 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-04-28 12:51 UTC  (5+ messages)
` [PATCH v21 08/13] mfd: core: Add firmware-node support to MFD cells

[PATCH] drm/msm/dpu: Fix Kaanapali CWB register configuration
 2026-04-28 12:51 UTC  (3+ messages)

[PATCH] rust: drm: fix unsound initialization in drm::Device::new
 2026-04-28 12:50 UTC  (3+ messages)

[PATCH net-next v9 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-04-28 12:50 UTC  (3+ messages)
` [PATCH net-next v9 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH v4 0/4] Add iommufd ioctls to support TSM operations
 2026-04-28 12:50 UTC  (9+ messages)
` [PATCH v4 1/4] iommufd/device: Associate a kvm pointer to iommufd_device
` [PATCH v4 4/4] iommufd/vdevice: add TSM guest request ioctl

[PATCH] watchdog: lenovo_se10_wdt: Add support for SE10 Gen 2 platform
 2026-04-28 12:49 UTC 

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-04-28 12:49 UTC  (4+ messages)
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI

[PATCH v2] mmc: meson-mx-sdhc: Fix initialization frozen issue
 2026-04-28 12:49 UTC  (4+ messages)
` [PATCH v2] mtd: spinand: fmsh: add support for FM25G{01,02}B

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-04-28 12:49 UTC  (2+ messages)

[PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
 2026-04-28 12:48 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC
` [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY

[PATCH 00/17] Q35 initial support for HVM guests
 2026-04-28 12:48 UTC  (3+ messages)
` [PATCH 06/17] hvmloader: Move pci devices setup to a separate function

[PATCH v2 0/2] sched/membarrier: Use per-CPU mutexes for targeted commands
 2026-04-28 12:48 UTC  (3+ messages)
` [PATCH v2 1/2] "

linux-next: Tree for Apr 28
 2026-04-28 12:48 UTC 

[PATCH] docs: driver-api: eisa: add SPDX license identifier
 2026-04-28 12:45 UTC 

[LTP] [PATCH v17] thermal: add new test group
 2026-04-28 12:46 UTC 

[PATCH] LoongArch: Correct the definitions related to CSR_CPUID_COREID{_WIDTH}
 2026-04-28 12:47 UTC  (2+ messages)

[PATCH V3 0/8] nvme: Refactor and expose per-controller timeout configuration
 2026-04-28 12:46 UTC  (5+ messages)
` [PATCH V3 7/8] nvmet-loop: do not alloc admin tag set during reset

[PATCH 0/4] iio: magnetometer: rm3100: Modernize locking and control flow
 2026-04-28 12:46 UTC  (5+ messages)
` [PATCH v2 1/4] iio: magnetometer: rm3100: Use guard(mutex)() in rm3100_read_mag()
` [PATCH v2 2/4] iio: magnetometer: rm3100: Use scoped_guard() in rm3100_get_samp_freq()
` [PATCH v2 3/4] iio: magnetometer: rm3100: Use guard(mutex)() in rm3100_set_samp_freq()
` [PATCH v2 4/4] iio: magnetometer: rm3100: Use guard(mutex)() in rm3100_trigger_handler()

[PATCH v2 sched_ext/for-7.1-fixes] sched_ext: Call wakeup_preempt() in local_dsq_post_enq()
 2026-04-28 12:46 UTC 

[PATCH 0/4] spi: spi-mem/mtd: spinand: Prevent SPI NAND continuous reads on am65/am62
 2026-04-28 12:44 UTC  (3+ messages)

[PATCH 00/48] objtool/klp: Some klp-build fixes and improvements
 2026-04-28 12:42 UTC  (13+ messages)
` [PATCH 12/48] objtool/klp: Fix cloning of zero-length section symbols
` [PATCH 13/48] objtool/klp: Fix XXH3 state memory leak
` [PATCH 14/48] objtool/klp: Fix extraction of text annotations for alternatives
` [PATCH 15/48] objtool/klp: Fix kCFI trap handling
` [PATCH 16/48] objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
` [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()

[PATCH v2 00/11] mtd: spinand: Winbond continuous read support
 2026-04-28 12:43 UTC  (3+ messages)

[PATCH] MAINTAINERS: add kexec list to LIVE UPDATE
 2026-04-28 12:43 UTC 

[PATCH] drm/xe: Add wa_14025941587 for xe3 and xe3p platforms
 2026-04-28 12:43 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] arm64: dts: qcom: glymur-crd: Enable LID sensor
 2026-04-28 12:42 UTC  (2+ messages)

[drm-xe:drm-xe-next] BUILD SUCCESS e70d1c5fedfac919278a96aae0984f1927a55137
 2026-04-28 12:42 UTC 

[PATCH blktests] nvme/068: add a test for multipath delayed removal
 2026-04-28 12:42 UTC  (4+ messages)

[PATCH v7 00/14] arm: am335x: Switch to upstream devicetree
 2026-04-28 10:14 UTC  (3+ messages)


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.