All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-11 11:23:59 to 2025-02-11 12:17:01 UTC [more...]

[PATCH v6 00/42] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2025-02-11 11:33 UTC  (27+ messages)
` [PATCH v6 01/42] dt-bindings: display: mediatek: dpi: Add MT8195 and MT8188 compat
` [PATCH v6 02/42] drm/mediatek: mtk_dpi: Add support for Pattern Generator in debugfs
` [PATCH v6 03/42] drm/mediatek: mtk_dpi: Use an array for pixclk factor calculation
` [PATCH v6 04/42] drm/mediatek: mtk_dpi: Move pixel clock setting flow to function
` [PATCH v6 05/42] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
` [PATCH v6 06/42] drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data
` [PATCH v6 07/42] drm/mediatek: mtk_dpi: Add support for DPI input clock from HDMI
` [PATCH v6 08/42] drm/mediatek: mtk_dpi: Support AFIFO 1T1P output and conversion
` [PATCH v6 09/42] drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power on/off
` [PATCH v6 10/42] drm/mediatek: Add support for MT8195 Digital Parallel Interface
` [PATCH v6 11/42] dt-bindings: display: mediatek: Add binding for HDMIv2 DDC
` [PATCH v6 12/42] dt-bindings: display: mediatek: Add binding for MT8195 HDMI-TX v2
` [PATCH v6 13/42] drm/mediatek: mtk_cec: Switch to register as module_platform_driver
` [PATCH v6 14/42] drm/mediatek: mtk_hdmi_ddc: "
` [PATCH v6 15/42] drm/mediatek: mtk_hdmi: Convert to module_platform_driver macro
` [PATCH v6 16/42] drm/mediatek: mtk_hdmi: Unregister audio platform device on failure
` [PATCH v6 17/42] drm/mediatek: hdmi: Use regmap instead of iomem for main registers
` [PATCH v6 18/42] drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
` [PATCH v6 19/42] drm/mediatek: mtk_hdmi: Disgregate function mtk_hdmi_audio_set_param()
` [PATCH v6 23/42] drm/mediatek: mtk_hdmi: Move vendor/product strings to drm_bridge
` [PATCH v6 24/42] drm/mediatek: mtk_hdmi: Use dev_err_probe() in mtk_hdmi_dt_parse_pdata()
` [PATCH v6 25/42] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function
` [PATCH v6 26/42] drm/mediatek: mtk_hdmi: Remove unused members of struct mtk_hdmi
` [PATCH v6 27/42] drm/mediatek: mtk_hdmi: Move output init to mtk_hdmi_register_audio_driver()
` [PATCH v6 28/42] drm/mediatek: mtk_hdmi: Use devm managed version of drm_bridge_add
` [PATCH v6 29/42] drm/mediatek: mtk_hdmi: Remove ifdef for CONFIG_PM_SLEEP

[PATCH 0/4] Add interfaces for ACPI MRRM table
 2025-02-11 12:16 UTC  (3+ messages)
` [PATCH 1/4] ACPICA: Define MRRM ACPI table

[PATCH] LoongArch: KVM: remove unnecessary header include path
 2025-02-11 12:14 UTC  (2+ messages)

[PATCH v6 0/2] scanf: convert self-test to KUnit
 2025-02-11 12:15 UTC  (7+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] scanf: break kunit into test cases

small brainstorm for the problem I have
 2025-02-11 12:14 UTC  (2+ messages)

[PATCH 0/3] drm/i915: Fix harmfull driver register/unregister assymetry
 2025-02-11 12:12 UTC  (3+ messages)

[PATCH 1/5] ovl: don't allow datadir only
 2025-02-11 12:14 UTC  (10+ messages)
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH 4/5] ovl: don't require metacopy=on for lower -> data redirect
` [PATCH 5/5] ovl: don't require "metacopy=on" for "verity"

[PATCH] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.2
 2025-02-11 12:13 UTC  (2+ messages)

[PATCH kvmtool 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
 2025-02-11 12:13 UTC  (6+ messages)
` [PATCH kvmtool 2/2] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT correctly

BUG: NULL pointer dereferenced within __blk_rq_map_sg
 2025-02-11 12:13 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v2 00/13] ixgbe: Add basic devlink support
 2025-02-11 12:12 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 02/13] ixgbe: add handler for devlink .info_get()
    `  "

[PATCH] drm/xe/pf: Release all VFs configs on device removal
 2025-02-11 12:11 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

BUG: corrupted list in nsim_fib6_rt_destroy
 2025-02-11 12:11 UTC  (2+ messages)

[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-11 12:11 UTC  (12+ messages)
` [PATCH v3 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v3 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [PATCH v3 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v3 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v3 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v3 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v3 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type
` [PATCH v3 10/11] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v3 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

DM-Integrity journal replay behaviour
 2025-02-11 12:11 UTC 

[PATCH 0/9] drm_i915_private to intel_display cleanup
 2025-02-11 12:11 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm_i915_private to intel_display cleanup (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "

[PATCH v4 01/20] driver core: Split devres APIs to device/devres.h
 2025-02-11 12:10 UTC  (11+ messages)

[PATCH v9 00/12] AMD broadcast TLB invalidation
 2025-02-11 12:10 UTC  (5+ messages)
` [PATCH v9 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional

[REGRESSION] NULL pointer dereference on ARM (AT91SAM9G25) during compaction
 2025-02-11 12:09 UTC  (8+ messages)

[PATCH 00/14] gpiolib: indicate errors in value setters
 2025-02-11 12:09 UTC  (15+ messages)
` [PATCH 01/14] gpiolib: make value setters have return values
` [PATCH 02/14] gpiolib: wrap gpio_chip::set()
` [PATCH 03/14] gpiolib: rework the wrapper around gpio_chip::set_multiple()
` [PATCH 04/14] gpiolib: introduce gpio_chip setters that return values
` [PATCH 05/14] gpio: sim: use value returning setters
` [PATCH 06/14] gpio: regmap: "
` [PATCH 07/14] gpio: pca953x: "
` [PATCH 08/14] gpio: mockup: "
` [PATCH 09/14] gpio: aggregator: "
` [PATCH 10/14] gpio: max77650: "
` [PATCH 11/14] gpio: latch: use lock guards
` [PATCH 12/14] gpio: latch: use value returning setters
` [PATCH 13/14] gpio: davinci: "
` [PATCH 14/14] gpio: mvebu: "

[PATCH v3 0/8] qapi-go: add generator for Golang interfaces
 2025-02-11 12:08 UTC  (5+ messages)

New s390 specific protected key hmac
 2025-02-11 12:09 UTC  (3+ messages)
` [PATCH v10 2/5] s390/crypto: New s390 specific protected key hash phmac

[PATCH v2 00/11] amd-cppc CPU Performance Scaling Driver
 2025-02-11 12:08 UTC  (3+ messages)
` [PATCH v2 03/11] xen/x86: introduce "cpufreq=amd-cppc" xen cmdline

[PATCH 1/2] gpio: latch: use generic device properties
 2025-02-11 12:08 UTC  (2+ messages)
` [PATCH 2/2] gpio: latch: store the address of pdev->dev in a helper variable

[PATCH 0/6] Improve multiconfig documentation
 2025-02-11 12:08 UTC  (3+ messages)
` [PATCH 6/6] dev-manual/multiconfig: add suggested best practices and baremetal sections
  ` [docs] "

[PATCH v3 0/6] Add some validation for vector, vector crypto and fp stuff
 2025-02-11 12:06 UTC  (4+ messages)
` [PATCH v3 3/6] RISC-V: add f & d extension validation checks

[RFC PATCH] x86: add function metadata support
 2025-02-11 12:03 UTC  (3+ messages)

[PATCH v5] HID: corsair-void: Add Corsair Void headset family driver
 2025-02-11 12:02 UTC  (11+ messages)

[PATCH v2] tests/intel/xe_exec_capture: Enhance test to check with DUMPABLE flag
 2025-02-11 12:02 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/xe_exec_capture: Enhance test to check with DUMPABLE flag (rev2)

[PATCH net-next v5 00/10] netlink: specs: add a spec for nl80211 wiphy
 2025-02-11 12:01 UTC  (11+ messages)
` [PATCH net-next v5 01/10] tools/net/ynl: remove extraneous plural from variable names
` [PATCH net-next v5 02/10] tools/net/ynl: support decoding indexed arrays as enums
` [PATCH net-next v5 03/10] tools/net/ynl: support rendering C array members to strings
` [PATCH net-next v5 04/10] tools/net/ynl: accept IP string inputs
` [PATCH net-next v5 05/10] tools/net/ynl: add s8, s16 to valid scalars in ynl-gen-c
` [PATCH net-next v5 06/10] tools/net/ynl: sanitise enums with leading digits "
` [PATCH net-next v5 07/10] tools/net/ynl: add indexed-array scalar support to ynl-gen-c
` [PATCH net-next v5 08/10] netlink: specs: support nested structs in genetlink legacy
` [PATCH net-next v5 09/10] netlink: specs: add s8, s16 to genetlink schemas
` [PATCH net-next v5 10/10] netlink: specs: wireless: add a spec for nl80211

[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
 2025-02-11 12:01 UTC  (3+ messages)

[PATCH 0/4] drm/i915: More display power conversions
 2025-02-11 12:01 UTC  (4+ messages)
` [PATCH 4/4] drm/i915: Get rid of the _unchecked() runime pm stuff

[PATCH v4 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-02-11 11:59 UTC  (7+ messages)
  ` [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver

[PATCH v6 0/9] Add jump table support for objtool on LoongArch
 2025-02-11 11:59 UTC  (6+ messages)

[PATCH net-next v3 00/15] mptcp: pm: misc cleanups, part 2
 2025-02-11 12:00 UTC  (2+ messages)

[PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
 2025-02-11 11:59 UTC  (4+ messages)

[kvmtool PATCH 0/6] Add RISC-V ISA extensions based on Linux-6.13
 2025-02-11 11:58 UTC  (5+ messages)
` [kvmtool PATCH 2/6] Add __KERNEL_DIV_ROUND_UP() macro

NOHZ tick-stop error: local softirq work is pending, handler #08!!! on Dell XPS 13 9360
 2025-02-11 11:57 UTC  (4+ messages)

[PATCH] device-tree: optimize dt_device_for_passthrough()
 2025-02-11 11:57 UTC  (2+ messages)

[PATCH] dma/idxd: add device ids for new HW versions
 2025-02-11 11:57 UTC  (2+ messages)

[PATCH v2] linux-yocto: revert omap8250 power management changes on genericarm64
 2025-02-11 11:56 UTC 

[cip-dev][isar-cip-core][RFC 0/4] Make /home partition optional
 2025-02-11 11:56 UTC  (5+ messages)
` [cip-dev][isar-cip-core][RFC 1/4] read-only-rootfs: Make IMMUTABLE_DATA_DIR configurable
` [cip-dev][isar-cip-core][RFC 2/4] read-only-rootfs: add home partition with a variable

[PATCH kvmtool v1 0/2] Error handling fixes
 2025-02-11 11:56 UTC  (2+ messages)

[PATCH 0/7] coresight: Clear self hosted claim tag on probe
 2025-02-11 10:39 UTC  (2+ messages)
` [PATCH 2/7] coresight: Convert disclaim functions to take a struct cs_access

[RFC v2 PATCH 0/2] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-02-11 11:34 UTC  (2+ messages)

[PATCH v6 0/1] virtio-media: Add device specification
 2025-02-11 11:53 UTC  (5+ messages)
` [PATCH v6 1/1] virtio-media: Add virtio media "

[PATCH 0/3] rockchip: remove u-boot.rom generation and use binaries from simple-bin in simple-bin-image
 2025-02-11 11:53 UTC  (8+ messages)
` [PATCH 1/3] rockchip: rk3399: do not generate u-boot.rom anymore
` [PATCH 2/3] rockchip: rk3288: "
` [PATCH 3/3] rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin

[PATCH v7 0/7] Add jump table support for objtool on LoongArch
 2025-02-11 11:50 UTC  (8+ messages)
` [PATCH v7 1/7] objtool: Handle various symbol types of rodata
` [PATCH v7 2/7] objtool: Handle different entry size "
` [PATCH v7 3/7] objtool: Handle PC relative relocation type
` [PATCH v7 4/7] objtool/LoongArch: Add support for switch table
` [PATCH v7 5/7] objtool/LoongArch: Add support for goto table
` [PATCH v7 6/7] LoongArch: Enable jump table for objtool
` [PATCH v7 7/7] LoongArch: Convert unreachable() to BUG()

[PATCH v7 0/4] virtio-rtc: Add device specification
 2025-02-11 11:51 UTC  (3+ messages)
` [PATCH v7 3/4] virtio-rtc: Add alarm feature

[PATCH v5 0/2] lib/prime_numbers: convert self-test to KUnit
 2025-02-11 11:51 UTC  (6+ messages)
` [PATCH v5 2/2] "

[RFC v2 0/1]Add user space interaction for FPGA programming
 2025-02-11 11:50 UTC  (10+ messages)
` [RFC v2 1/1] fpga-region: Add generic IOCTL interface for runtime "

[PATCH RFC v2 0/5] Add support for MBG Thermal monitoring device
 2025-02-11 11:50 UTC  (5+ messages)
` [PATCH RFC v2 1/5] dt-bindings: thermal: Add MBG thermal monitor support

[PATCH net-next v2 2/2] net: Add dev_getbyhwaddr_rtnl() helper
 2025-02-11 11:49 UTC 

[PATCH 0/1] [GSOC 2025] [Newbie] userdiff: add built-in pattern for shell scripts
 2025-02-11 11:46 UTC  (2+ messages)
` [PATCH 1/1] Added built in function recognition for shell

[PATCH 0/3] fetch2/git: Improve shallow, lfs, and tag support
 2025-02-11 11:46 UTC  (10+ messages)
` [PATCH 2/3] fetch2/git: Add offline build support for tags
  ` [bitbake-devel] "

[PATCH 2/4] ACPI/MRRM: Create /sys/devices/system/memory/rangeX ABI
 2025-02-11 11:45 UTC  (2+ messages)

[PATCH v1 0/2] Add driver for Himax HX8279 DriverIC panels
 2025-02-11 11:44 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: Add Himax HX8279/HX8279-D
` [PATCH v1 2/2] drm: panel: Add driver for Himax HX8279 and Startek KD070FHFID078

[PATCH 0/6 v2] mm: LRU drain flush on nohz_full
 2025-02-11 11:42 UTC  (6+ messages)
` [PATCH 6/6 v2] mm: Drain LRUs upon resume to userspace on nohz_full CPUs

[PATCH 0/9] Add wrapper function of_find_node_by_name_balanced()
 2025-02-11 11:43 UTC  (9+ messages)
` [PATCH 1/9] of: Add warpper "

[PATCH] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
 2025-02-11 11:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v6 0/8] PMU support for engine activity
 2025-02-11 11:42 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for PMU support for engine activity (rev2)

[PATCH net-next v2 0/2] net: core: improvements to device lookup by hardware address
 2025-02-11 11:41 UTC  (8+ messages)
` [PATCH net-next v2 2/2] net: Add dev_getbyhwaddr_rtnl() helper

[PATCH net 0/2] Fixes for perout configuration in IEP driver
 2025-02-11 10:35 UTC  (2+ messages)
` [PATCH net 2/2] net: ti: icss-iep: Fix phase offset configuration for perout signal

[PATCH] lib: utils/fdt: update fdt_parse_aplic_node()
 2025-02-11 11:41 UTC  (2+ messages)

[PATCH 1/2] drm/panthor: Replace sleep locks with spinlocks in fdinfo path
 2025-02-11 11:39 UTC  (4+ messages)

[PATCH 0/6] nfsd: filecache: various fixes
 2025-02-11 11:38 UTC  (5+ messages)
` [PATCH 4/6] nfsd: filecache: introduce NFSD_FILE_RECENT

[PATCH] tests/functional: Add a ppc sam460ex test
 2025-02-11 11:37 UTC  (2+ messages)

[PATCH bpf-next v9 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-11 11:37 UTC  (4+ messages)
` [PATCH bpf-next v9 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature

[PATCH for-4.20 v3 0/5] xen/x86: prevent local APIC errors at shutdown
 2025-02-11 11:37 UTC  (7+ messages)
` [PATCH for-4.20 v3 1/5] x86/shutdown: offline APs with interrupts disabled on all CPUs
` [PATCH for-4.20 v3 4/5] x86/pci: disable MSI(-X) on all devices at shutdown
` [PATCH for-4.20 v3 5/5] x86/iommu: disable interrupts "

kvm: nVHE hyp panic at: __kvm_nvhe_kvm_hyp_handle_sysre
 2025-02-11 11:36 UTC  (2+ messages)

[v2,0/2] Add an interface to get current DDR data rate
 2025-02-11 11:33 UTC  (4+ messages)
` [v2,1/2] memory/mediatek: "

[PATCH v6] KVM: arm64: Fix confusion in documentation for pKVM SME assert
 2025-02-11 11:34 UTC  (2+ messages)

[PATCH 0/2] printf: convert self-test to KUnit
 2025-02-11 11:34 UTC  (9+ messages)

[PATCH -next v5 00/22] arm64: entry: Convert to generic entry
 2025-02-11 11:32 UTC  (4+ messages)
` [PATCH -next v5 11/22] arm64: entry: Switch to generic IRQ entry

PREEMPT_RT testing on kernelci
 2025-02-11 11:33 UTC  (2+ messages)

[PATCH] rust: add --rust-target option for bindgen
 2025-02-11 10:31 UTC  (7+ messages)
` [PATCH] rust: pl011: convert pl011_create to safe Rust
    ` vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust)

[PATCH net-next] sctp: Remove commented out code
 2025-02-11 11:33 UTC  (4+ messages)

[openeuler:OLK-5.10 2737/2737] drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_ioc_state.h is included more than once
 2025-02-11 11:33 UTC 

[Buildroot] [PATCH v2 0/3] Fixup Update Gateware Feature
 2025-02-11 11:33 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/3] board/beagleboard/beaglev_fire: fix update gateware feature

[PATCH] rebase: add `--update-refs=interactive`
 2025-02-11 11:33 UTC  (3+ messages)

[PATCH] net: stmmac: refactor clock management in EQoS driver
 2025-02-11 11:30 UTC  (2+ messages)

FAILED: patch "[PATCH] fs: fix adding security options to statmount.mnt_opt" failed to apply to 6.13-stable tree
 2025-02-11 11:32 UTC  (2+ messages)

[PATCH V2 0/4] Add versal-pci driver
 2025-02-11 11:31 UTC  (12+ messages)
` [PATCH V2 1/4] drivers/fpga/amd: Add new driver amd versal-pci

[PATCH kvmtool] riscv: Allow initrd to be above 256MB on 64 bit
 2025-02-11 11:30 UTC  (2+ messages)

[PATCH v2] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-11 11:30 UTC  (2+ messages)

[PATCH] memcg: avoid dead loop when setting memory.max
 2025-02-11 11:29 UTC  (3+ messages)

[oe][master][scarthgap][meta-networking][PATCH] networkmanager: remove nmtui from EXTRA_OEMESON
 2025-02-11 11:28 UTC 

[PATCH] staging: gpib: Fix typo in TTY_LOG message
 2025-02-11 11:28 UTC  (4+ messages)
` [PATCH v2] staging: gpib: Remove unnecessary TTY_LOG expansion

[PATCH v1 0/4] LoongArch: Add Loongson-2K0500 BMC support
 2025-02-11 11:27 UTC  (4+ messages)
` [PATCH v1 4/4] drm/ls2kbmc: Add Loongson-2K BMC reset function support

[v2,0/2] Add an interface to get current DDR data rate
 2025-02-11 11:25 UTC  (4+ messages)
` [v2,2/2] dt-bindings: memory-controllers: Add MediaTek DRAM controller interface

[PATCH v7 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
 2025-02-11 11:25 UTC  (4+ messages)
` [PATCH v7 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support

[PATCH 3/4] ACPI/MRRM: Add "node" symlink to /sys/devices/system/memory/rangeX
 2025-02-11 11:23 UTC  (2+ 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.