mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v5 0/4] rust: miscdevice: Provide sample driver using the new MiscDevice bindings
 2024-12-06 12:42 UTC 

[PATCH v6 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
 2024-12-06 12:41 UTC  (5+ messages)
` [PATCH v6 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support

[PATCH net v1] net: stmmac: TSO: Fix unaligned DMA unmap for non-paged SKB data
 2024-12-06 12:40 UTC  (4+ messages)

[PATCH net] net: stmmac: fix TSO DMA API usage causing oops
 2024-12-06 12:40 UTC 

[PATCH v6 RESEND net-next 0/5] Add more feautues for ENETC v4 - round 1
 2024-12-06 12:38 UTC  (13+ messages)
` [PATCH v6 RESEND net-next 1/5] net: enetc: add Rx checksum offload for i.MX95 ENETC
` [PATCH v6 RESEND net-next 2/5] net: enetc: add Tx "
` [PATCH v6 RESEND net-next 4/5] net: enetc: add LSO support for i.MX95 ENETC PF

[PATCH] regulator: axp20x: AXP717: set ramp_delay
 2024-12-06 12:37 UTC 

[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-12-06 12:36 UTC  (9+ messages)
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-06 12:35 UTC  (3+ messages)

[PATCH net-next] rtnetlink: fix error code in rtnl_newlink()
 2024-12-06 12:32 UTC 

[PATCH v5 00/16] x86-64: Stack protector and percpu improvements
 2024-12-06 12:32 UTC  (4+ messages)
` [PATCH v5 01/16] x86/stackprotector: Work around strict Clang TLS symbol requirements
  ` [PATCH] x86/stackprotector: fix build failure with CONFIG_STACKPROTECTOR=n

[PATCH] arm64: dts: s32g: add I2C support
 2024-12-06 12:31 UTC 

[PATCH RFC v4 1/3] page_pool: fix timing for checking and disabling napi_local
 2024-12-06 12:29 UTC  (7+ messages)

[PATCH next] btrfs: selftests: prevent error pointer dereference in merge_tests()
 2024-12-06 12:26 UTC 

[PATCH v7 0/2] power: supply: Add STC3117 Fuel Gauge
 2024-12-06 12:26 UTC  (3+ messages)
` [PATCH v7 2/2] power: supply: Add STC3117 fuel gauge unit driver

[PATCH net-next v2 00/10] Replace page_frag with page_frag_cache (Part-2)
 2024-12-06 12:25 UTC  (11+ messages)
` [PATCH net-next v2 01/10] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v2 02/10] net: rename skb_copy_to_page_nocache() helper
` [PATCH net-next v2 03/10] mm: page_frag: update documentation for page_frag
` [PATCH net-next v2 04/10] mm: page_frag: introduce page_frag_alloc_abort() related API
` [PATCH net-next v2 05/10] mm: page_frag: introduce refill prepare & commit API
` [PATCH net-next v2 06/10] mm: page_frag: introduce alloc_refill "
` [PATCH net-next v2 07/10] mm: page_frag: introduce probe related API
` [PATCH net-next v2 08/10] mm: page_frag: add testing for the newly added API
` [PATCH net-next v2 09/10] net: replace page_frag with page_frag_cache
` [PATCH net-next v2 10/10] mm: page_frag: add an entry in MAINTAINERS for page_frag

[PATCH v8 1/2] cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU
 2024-12-06 12:24 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v8 0/2] x86/cacheinfo: Set the number of leaves per CPU
 2024-12-06 12:24 UTC  (10+ messages)
` [PATCH v8 2/2] x86/cacheinfo: Delete global num_cache_leaves
  ` [tip: x86/urgent] "

[PATCH 00/45] drm/msm/dp: Add MST support for MSM chipsets
 2024-12-06 12:20 UTC  (5+ messages)
` [PATCH 13/45] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH 44/45] arm64: dts: qcom: add mst support for pixel stream clk for DP0

[PATCH] usb: dwc3: gadget: fix writing NYET threshold
 2024-12-06 12:19 UTC 

[PATCH net] Fix clamp() of ip_vs_conn_tab on small memory systems
 2024-12-06 12:19 UTC  (2+ messages)

[PATCH v5 0/2] Enable ethernet for qcs8300
 2024-12-06 12:17 UTC  (3+ messages)
` [PATCH v5 2/2] arm64: dts: qcom: qcs8300-ride: enable ethernet0

[PATCH v3] arm64: dts: qcom: qcs615: add WiFi/BT nodes
 2024-12-06 12:16 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: qcs8300: Add capacity and DPC properties
 2024-12-06 12:15 UTC  (2+ messages)

[PATCH v3 0/5] arm64: qcom: Add support for QCS9075 boards
 2024-12-06 12:14 UTC  (10+ messages)
` [PATCH v3 3/5] dt-bindings: arm: qcom: Document rb8/ride/ride-r3 on QCS9075
` [PATCH v3 5/5] arm64: dts: qcom: Add support for QCS9075 Ride & Ride-r3

[PATCH net-next v1 1/1] net: phy: Move callback comments from struct to kernel-doc section
 2024-12-06 12:14 UTC  (2+ messages)

[MEH PATCH] fs: sort out a stale comment about races between fd alloc and dup2
 2024-12-06 12:13 UTC  (2+ messages)

[RFC PATCH] fs: elide the smp_rmb fence in fd_install()
 2024-12-06 12:11 UTC  (8+ messages)

[PATCH v4 0/4] rust: miscdevice: Provide sample driver using the new MiscDevice bindings
 2024-12-06 12:05 UTC  (10+ messages)
` [PATCH v3 1/5] rust: miscdevice: Provide accessor to pull out miscdevice::this_device
` [PATCH v4 2/4] samples: rust: Provide example using the new Rust MiscDevice abstraction

[PATCH v4 1/2] PCI: dwc: Add support for vendor specific capability search
 2024-12-06 12:02 UTC  (2+ messages)

[PATCH v3 0/3] firmware: add exynos ACPM protocol driver
 2024-12-06 11:59 UTC  (4+ messages)
` [PATCH v3 2/3] "

[PATCH v2 1/4] vdpa/octeon_ep: enable support for multiple interrupts per device
 2024-12-06 11:58 UTC  (4+ messages)
` [PATCH v2 4/4] vdpa/octeon_ep: add interrupt handler for virtio crypto device

[PATCH] m68k/atari: Use str_on_off() helper in atari_nvram_proc_read()
 2024-12-06 11:56 UTC 

[PATCH v1 1/1] arm64: dts: exynos990: Add clock management unit nodes
 2024-12-06 11:52 UTC  (2+ messages)

[PATCH v2] dt-bindings: dma: st-stm32-dmamux: Add description for dma-cell values
 2024-12-06 11:50 UTC 

[PATCH v1] i2c: microchip-core: actually use repeated sends
 2024-12-06 11:48 UTC  (5+ messages)

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-06 11:46 UTC  (13+ messages)
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter
` [PATCH v2 17/22] wifi: ath12k: add AHB driver support for IPQ5332

[PATCH] soc: imx8m: Add remove function
 2024-12-06 11:41 UTC  (2+ messages)

[PATCH V5 net-next 0/8] Support some features for the HIBMCGE driver
 2024-12-06 11:40 UTC  (10+ messages)
` [PATCH V5 net-next 1/8] debugfs: Add debugfs_create_devm_dir() helper
` [PATCH V5 net-next 2/8] net: hibmcge: Add debugfs supported in this module
` [PATCH V5 net-next 3/8] net: hibmcge: Add irq_info file to debugfs
` [PATCH V5 net-next 4/8] net: hibmcge: Add unicast frame filter supported in this module
` [PATCH V5 net-next 5/8] net: hibmcge: Add register dump "
` [PATCH V5 net-next 6/8] net: hibmcge: Add pauseparam "
` [PATCH V5 net-next 7/8] net: hibmcge: Add reset "
` [PATCH V5 net-next 8/8] net: hibmcge: Add nway_reset "

[RFC PATCH] preempt: Add a generic function to return the preemption string
 2024-12-06 11:34 UTC 

[PATCH net-next v5 0/5] Add ptp library for Microchip phys
 2024-12-06 11:30 UTC  (8+ messages)
` [PATCH net-next v5 3/5] net: phy: Kconfig: Add ptp library support and 1588 optional flag in "

[PATCH 0/2] soc: hisilicon: Add power control support for kunpeng HBM
 2024-12-06 11:28 UTC  (3+ messages)
` [PATCH 1/2] soc: hisilicon: kunpeng_hbmdev: Add support for controling the power of hbm memory
` [PATCH 2/2] soc: hisilicon: kunpeng_hbmcache: Add support for online and offline the hbm cache

[PATCH 1/2] pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs
 2024-12-06 11:27 UTC  (2+ messages)
` [PATCH 2/2] pmdomain: gpcv2: "

[PATCH 0/2] phy: phy-rockchip-samsung-hdptx: don't use of-alias
 2024-12-06 11:26 UTC  (5+ messages)
` [PATCH 1/2] phy: phy-rockchip-samsung-hdptx: annotate regmap register-callback
` [PATCH 2/2] phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id

[PATCH v4 09/11] mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)
 2024-12-06 11:23 UTC  (2+ messages)
` [PATCH v4 09/11 fix] fix: "

[PATCH 00/11] x86: 32-bit cleanups
 2024-12-06 11:23 UTC  (4+ messages)
` [PATCH 08/11] x86: document X86_INTEL_MID as 64-bit-only

[PATCH] wifi: mwifiex: decrease timeout waiting for host sleep from 10s to 5s
 2024-12-06 11:21 UTC  (10+ messages)

[PATCH v3] mm: add per-order mTHP swap-in fallback/fallback_charge counters
 2024-12-06 11:21 UTC  (2+ messages)

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-06 11:16 UTC  (3+ messages)

[PATCH net-next v1 0/7] Introduce unified and structured PHY
 2024-12-06 11:14 UTC  (5+ messages)
` [PATCH net-next v1 4/7] phy: introduce optional polling interface for PHY statistics

[PATCH v2 00/15] iio: adc: rzg2l_adc: Add support for RZ/G3S
 2024-12-06 11:13 UTC  (16+ messages)
` [PATCH v2 01/15] clk: renesas: r9a08g045: Add clocks, resets and power domain support for the ADC IP
` [PATCH v2 02/15] iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()
` [PATCH v2 03/15] iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controls
` [PATCH v2 04/15] iio: adc: rzg2l_adc: Simplify the runtime PM code
` [PATCH v2 05/15] iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()
` [PATCH v2 06/15] iio: adc: rzg2l_adc: Use read_poll_timeout()
` [PATCH v2 07/15] iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()
` [PATCH v2 08/15] iio: adc: rzg2l_adc: Enable runtime PM autosuspend support
` [PATCH v2 09/15] iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S support
` [PATCH v2 10/15] iio: adc: rzg2l_adc: Add support for channel 8
` [PATCH v2 11/15] iio: adc: rzg2l_adc: Add suspend/resume support
` [PATCH v2 12/15] dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/G3S SoC
` [PATCH v2 13/15] iio: adc: rzg2l_adc: Add support for Renesas RZ/G3S
` [PATCH v2 14/15] arm64: dts: renesas: r9a08g045: Add ADC node
` [PATCH v2 15/15] arm64: dts: renesas: rzg3s-smarc-som: Enable ADC

[PATCH] jbd2: add a missing data flush during file and fs synchronization
 2024-12-06 11:13 UTC 

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-06 11:08 UTC  (4+ messages)
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages

[PATCH v2] riscv: mm: Fix alignment of phys_ram_base
 2024-12-06 11:07 UTC  (4+ messages)
  ` [External] "

[PATCH] cifs: Fix rmdir failure due to ongoing I/O on deleted file
 2024-12-06 11:06 UTC 

[PATCH] iio: adc: ad7124: Disable all channels at probe time
 2024-12-06 11:04 UTC  (3+ messages)

Prebuilt LLVM 19.1.5 uploaded
 2024-12-06 11:00 UTC  (2+ messages)

[PATCH] ALSA: hda: cs35l56: Remove calls to cs35l56_force_sync_asp1_registers_from_cache()
 2024-12-06 10:57 UTC 

[PATCH v2] rust: alloc: Add doctest for `ArrayLayout`
 2024-12-06 10:57 UTC  (3+ messages)

[PATCH 0/4] arm64: dts: qcom: sm8750: CDSP and modem
 2024-12-06 10:52 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: qcom: sm8750: Add CDSP

[PATCH] arm64: tegra: Fix DMA ID for SPI2
 2024-12-06 10:52 UTC 

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-06 10:51 UTC  (6+ messages)
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[QUESTION] inconsistent use of smp_mb()
 2024-12-06 10:51 UTC  (3+ messages)

[PATCH] sparc: Move va_end() before exit()
 2024-12-06 10:45 UTC  (2+ messages)

[PATCH net-next] rtase: Refine the if statement
 2024-12-06 10:44 UTC  (2+ messages)

[PATCH v4 00/13] Device / Driver PCI / Platform Rust abstractions
 2024-12-06 10:44 UTC  (3+ messages)
` [PATCH v4 09/13] rust: pci: implement I/O mappable `pci::Bar`

[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
 2024-12-06 10:43 UTC  (3+ messages)
` [PATCH v2 2/2] sched/deadline: Correctly account for allocated bandwidth during hotplug

[PATCH v2 0/2] drm/msm/dpu: two fixes targeting 6.11
 2024-12-06 10:40 UTC  (4+ messages)
` [PATCH v2 1/2] drm/msm/dpu1: don't choke on disabling the writeback connector

[PATCH v1] dt-bindings: dma: st-stm32-dmamux: Add description for dma-cell values
 2024-12-06 10:40 UTC  (6+ messages)

[PATCH 4.19 000/138] 4.19.325-rc1 review
 2024-12-06 10:39 UTC  (5+ messages)

[PATCH V4] Docs/sound: Update codec-to-codec documentation
 2024-12-06 10:34 UTC  (2+ messages)

[PATCH v3 0/2] Enable sensors support for the Congatec Board Controller
 2024-12-06 10:34 UTC  (4+ messages)
` [PATCH v3 1/2] hwmon: Add Congatec Board Controller monitoring driver

[PATCH v2 0/4] x86/boot: a few cleanups
 2024-12-06 10:30 UTC  (5+ messages)
` [PATCH v2 1/4] x86/boot: move setting of memblock parameters to e820__memblock_setup()
` [PATCH v2 2/4] x86/boot: split kernel resources setup into a helper function
` [PATCH v2 3/4] x86/boot: split parsing of boot_params "
` [PATCH v2 4/4] x86/e820: drop E820_TYPE_RESERVED_KERN and related code

[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2024-12-06 10:29 UTC  (4+ messages)
` [PATCH v1 02/17] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()

[PATCH v3 00/19] unwind, perf: sframe user space unwinding
 2024-12-06 10:29 UTC  (3+ messages)
` [PATCH v3 07/19] unwind: Add user space unwinding API

[GIT PULL] memblock: restore check for node validity in arch_numa
 2024-12-06 10:26 UTC 

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-12-06 10:26 UTC  (7+ messages)

[PATCH v4] dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocol
 2024-12-06 10:25 UTC  (3+ messages)

[PATCH v1 0/8] Cpumap improvements for large MAX_NR_CPUS
 2024-12-06 10:24 UTC  (3+ messages)
` [PATCH v1 1/8] perf: Increase MAX_NR_CPUS to 4096

[PATCH 0/3] Allow specifying an S2RAM sleep on pre-SYSTEM_SUSPEND PSCI impls
 2024-12-06 10:24 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: arm,psci: Allow S2RAM power_state parameter description
` [PATCH 3/3] firmware/psci: Allow specifying an S2RAM state through CPU_SUSPEND

[PATCH v1 0/6] x86/resctrl: Avoid searching tasklist during mongrp_reparent
 2024-12-06 10:23 UTC  (7+ messages)
` [PATCH v1 3/6] x86/resctrl: Disallow mongroup rename on MPAM

[PATCH bpf-next v3] bpftool: Fix gen object segfault
 2024-12-06 10:23 UTC  (7+ messages)

[PATCH -next v5 00/22] arm64: entry: Convert to generic entry
 2024-12-06 10:17 UTC  (23+ messages)
` [PATCH -next v5 01/22] arm64: ptrace: Replace interrupts_enabled() with regs_irqs_disabled()
` [PATCH -next v5 02/22] arm64: entry: Refactor the entry and exit for exceptions from EL1
` [PATCH -next v5 03/22] arm64: entry: Move arm64_preempt_schedule_irq() into __exit_to_kernel_mode()
` [PATCH -next v5 04/22] arm64: entry: Rework arm64_preempt_schedule_irq()
` [PATCH -next v5 05/22] arm64: entry: Use preempt_count() and need_resched() helper
` [PATCH -next v5 06/22] arm64: entry: Expand the need_irq_preemption() macro ahead
` [PATCH -next v5 07/22] arm64: entry: preempt_schedule_irq() only if PREEMPTION enabled
` [PATCH -next v5 08/22] arm64: entry: Use different helpers to check resched for PREEMPT_DYNAMIC
` [PATCH -next v5 09/22] entry: Split generic entry into irq and syscall
` [PATCH -next v5 10/22] entry: Add arch_irqentry_exit_need_resched() for arm64
` [PATCH -next v5 11/22] arm64: entry: Switch to generic IRQ entry
` [PATCH -next v5 12/22] arm64/ptrace: Split report_syscall() function
` [PATCH -next v5 13/22] arm64/ptrace: Refactor syscall_trace_enter()
` [PATCH -next v5 14/22] arm64/ptrace: Refactor syscall_trace_exit()
` [PATCH -next v5 15/22] arm64/ptrace: Refator el0_svc_common()
` [PATCH -next v5 16/22] entry: Make syscall_exit_to_user_mode_prepare() not static
` [PATCH -next v5 17/22] arm64/ptrace: Return early for ptrace_report_syscall_entry() error
` [PATCH -next v5 18/22] arm64/ptrace: Expand secure_computing() in place
` [PATCH -next v5 19/22] arm64/ptrace: Use syscall_get_arguments() heleper
` [PATCH -next v5 20/22] entry: Add arch_ptrace_report_syscall_entry/exit()
` [PATCH -next v5 21/22] entry: Add has_syscall_work() helepr
` [PATCH -next v5 22/22] arm64: entry: Convert to generic entry

[tip: x86/cpu] x86/cpufeatures: Free up unused feature bits
 2024-12-06 10:16 UTC 

[PATCH] x86/paravirt: remove the wbinvd hook
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/cpu] x86/paravirt: Remove the WBINVD callback

[PATCH v5 02/20] x86/kexec: Clean up and document register use in relocate_kernel_64.S
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 03/20] x86/kexec: Use named labels in swap_pages in relocate_kernel_64.S
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 04/20] x86/kexec: Only swap pages for preserve_context mode
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] x86/kexec: Only swap pages for ::preserve_context mode

[PATCH v5 05/20] x86/kexec: Allocate PGD for x86_64 transition page tables separately
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 06/20] x86/kexec: Copy control page into place in machine_kexec_prepare()
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 07/20] x86/kexec: Invoke copy of relocate_kernel() instead of the original
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 08/20] x86/kexec: Move relocate_kernel to kernel .data section
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 09/20] x86/kexec: Add data section to relocate_kernel
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 10/20] x86/kexec: Drop page_list argument from relocate_kernel()
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 11/20] x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 12/20] x86/kexec: Clean up register usage in relocate_kernel()
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 13/20] x86/kexec: Mark relocate_kernel page as ROX instead of RWX
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH] x86/sysfs: Constify 'struct bin_attribute'
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/boot] "

[PATCH v5 01/20] x86/kexec: Restore GDT on return from preserve_context kexec
 2024-12-06 10:16 UTC  (2+ messages)
` [tip: x86/urgent] x86/kexec: Restore GDT on return from ::preserve_context kexec

[PATCH v6 00/10] drm: add DRM HDMI Codec framework
 2024-12-06 10:16 UTC  (11+ messages)
` [PATCH v6 01/10] ASoC: hdmi-codec: pass data to get_dai_id too
` [PATCH v6 02/10] ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdata
` [PATCH v6 03/10] drm/connector: implement generic HDMI codec helpers
` [PATCH v6 04/10] drm/bridge: connector: add support for HDMI codec framework
` [PATCH v6 05/10] drm/bridge: lt9611: switch to using the DRM "
` [PATCH v6 06/10] drm/display/hdmi: implement hotplug functions
` [PATCH v6 07/10] drm/bridge_connector: hook drm_atomic_helper_connector_hdmi_hotplug_edid()
` [PATCH v6 08/10] drm/vc4: hdmi: switch to using generic HDMI Codec infrastructure
` [PATCH v6 09/10] drm/vc4: hdmi: stop rereading EDID in get_modes()
` [PATCH v6 10/10] drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug_edid()

[PATCH 1/2] perf/core: Export perf_exclude_event()
 2024-12-06 10:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/2] perf/x86: Relax privilege filter restriction on AMD IBS
 2024-12-06 10:15 UTC  (2+ messages)
` [tip: perf/core] "

page:  |  | latest

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

all inboxes | Powered by JetHome®