All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 06:20:49 to 2025-03-04 07:17:44 UTC [more...]

[PATCH 0/6] Add support for RK3588 DisplayPort Controller
 2025-03-04  7:16 UTC  (6+ messages)
` [PATCH 2/6] drm/bridge: synopsys: Add DW DPTX Controller support library
    `  "

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-03-04  7:17 UTC  (18+ messages)

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2025-03-04  7:15 UTC  (8+ messages)

[PATCH mptcp-next v1 0/2] pm misc cleanups
 2025-03-04  7:16 UTC  (3+ messages)
` [PATCH mptcp-next v1 1/2] mptcp: pm: in-kernel: use kmemdup helper
` [PATCH mptcp-next v1 2/2] mptcp: pm: use pm variable instead of msk->pm

[PATCH net-next 0/6] mlx5 misc enhancements 2025-02-26
 2025-03-04  7:12 UTC  (3+ messages)
` [PATCH net-next 4/6] net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG

[PATCH BlueZ v3 1/3] uuid-helper: Add A2DP to the list of known profiles
 2025-03-04  7:15 UTC  (2+ messages)
` [BlueZ,v3,1/3] "

[PATCH v2 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-03-04  7:15 UTC  (12+ messages)
` [PATCH v2 01/11] configfs-tsm: Namespace TSM report symbols
` [PATCH v2 02/11] coco/guest: Move shared guest CC infrastructure to drivers/virt/coco/guest/
` [PATCH v2 03/11] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v2 04/11] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v2 05/11] PCI/TSM: Authenticate devices via platform TSM
` [PATCH v2 06/11] samples/devsec: Introduce a PCI device-security bus + endpoint sample
` [PATCH v2 07/11] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v2 08/11] PCI/IDE: Add IDE establishment helpers
` [PATCH v2 09/11] PCI/IDE: Report available IDE streams
` [PATCH v2 10/11] PCI/TSM: Report active "
` [PATCH v2 11/11] samples/devsec: Add sample IDE establishment

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-04  7:14 UTC 

[PATCH v3 0/3] Add Armada8K reset controller support
 2025-03-04  7:13 UTC  (7+ messages)
` [PATCH v3 3/3] arm64: dts: marvell: cp11x: Add reset controller node
    ` [EXTERNAL] "

[PATCH 0/2] riscv: sophgo Add PCIe support to Sophgo SG2044 SoC
 2025-03-04  7:12 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pci: Add Sophgo SG2044 PCIe host
` [PATCH 2/2] PCI: sophgo-dwc: Add Sophgo SG2044 PCIe driver

[PATCH v4 00/23] Support AST2700 A1
 2025-03-04  7:12 UTC  (7+ messages)
` [PATCH v4 12/23] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address
` [PATCH v4 15/23] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
` [PATCH v4 17/23] hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt Mapping

linux-next: manual merge of the scsi-mkp tree with the tip tree
 2025-03-04  7:11 UTC  (2+ messages)

[PATCH 00/32] kselftest harness and nolibc compatibility
 2025-03-04  7:11 UTC  (33+ messages)
` [PATCH 01/32] selftests: harness: Add harness selftest
` [PATCH 02/32] selftests: harness: Use C89 comment style
` [PATCH 03/32] selftests: harness: Ignore unused variant argument warning
` [PATCH 04/32] selftests: harness: Mark functions without prototypes static
` [PATCH 05/32] selftests: harness: Remove inline qualifier for wrappers
` [PATCH 06/32] selftests: harness: Guard includes on nolibc
` [PATCH 07/32] selftests: harness: Remove dependency on libatomic
` [PATCH 08/32] selftests: harness: Implement test timeouts through pidfd
` [PATCH 09/32] selftests: harness: Don't set setup_completed for fixtureless tests
` [PATCH 10/32] selftests: harness: Always provide "self" and "variant"
` [PATCH 11/32] selftests: harness: Move teardown conditional into test metadata
` [PATCH 12/32] selftests: harness: Add teardown callback to "
` [PATCH 13/32] selftests: harness: Stop using setjmp()/longjmp()
` [PATCH 14/32] tools/nolibc: handle intmax_t/uintmax_t in printf
` [PATCH 15/32] tools/nolibc: use intmax definitions from compiler
` [PATCH 16/32] tools/nolibc: use pselect6_time64 if available
` [PATCH 17/32] tools/nolibc: use ppoll_time64 "
` [PATCH 18/32] tools/nolibc: add tolower() and toupper()
` [PATCH 19/32] tools/nolibc: add _exit()
` [PATCH 20/32] tools/nolibc: add setpgrp()
` [PATCH 21/32] tools/nolibc: implement waitpid() in terms of waitid()
` [PATCH 22/32] Revert "selftests/nolibc: use waitid() over waitpid()"
` [PATCH 23/32] tools/nolibc: add dprintf() and vdprintf()
` [PATCH 24/32] tools/nolibc: add getopt()
` [PATCH 25/32] tools/nolibc: allow different write callbacks in printf
` [PATCH 26/32] tools/nolibc: allow limiting of printf destination size
` [PATCH 27/32] tools/nolibc: add snprintf() and friends
` [PATCH 28/32] selftests/nolibc: use snprintf() for printf tests
` [PATCH 29/32] selftests/nolibc: rename vfprintf test suite
` [PATCH 30/32] selftests/nolibc: add test for snprintf() truncation
` [PATCH 31/32] tools/nolibc: implement width padding in printf()
` [PATCH 32/32] HACK: selftests/nolibc: demonstrate usage of the kselftest harness

[PATCH v6 00/20] imx: add i.MX95 support
 2025-03-04  7:10 UTC  (6+ messages)
` [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable
    ` 回复: "
        ` 回复: "

[PATCH] drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create()
 2025-03-04  7:10 UTC 

[PATCH 0/10] some zlib inflating bug fixes
 2025-03-04  7:10 UTC  (15+ messages)
` [PATCH 01/10] loose_object_info(): BUG() on inflating content with unknown type
` [PATCH 05/10] git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICT
` [PATCH 06/10] unpack_loose_header(): avoid numeric comparison of zlib status
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity

[PATCH v1] board: verdin-am62: fix missing memory fixup call
 2025-03-04  7:09 UTC  (2+ messages)

Re:[PATCH V2] usb: xhci: Add debugfs support for xHCI port bandwidth
 2025-03-04  7:09 UTC 

RTT-PROBE: lore-subspace-rtt
 2025-03-04  7:08 UTC 

[syzbot] [scsi?] BUG: sleeping function called from invalid context in __bio_release_pages
 2025-03-04  7:08 UTC 

[PATCH] x86/ftrace: fix boot time slowdown
 2025-03-04  7:08 UTC  (5+ messages)

[PATCH] usb: quirks: Add DELAY_INIT and NO_LPM for Prolific PL2303 Serial Port
 2025-03-04  7:07 UTC  (3+ messages)
` [PATCH V2] usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader

meson build: datadir missing?
 2025-03-04  7:08 UTC  (2+ messages)

[RFC PATCH] docs/zh_CN: Add how-to of Chinese translation
 2025-03-04  7:06 UTC  (3+ messages)

[PATCH v4 00/11] perf: Support multiple system call tables in the build
 2025-03-04  7:04 UTC  (3+ messages)

[PATCH 0/4] Add k1 reset driver for bananapi-bpif3 platform
 2025-03-04  7:03 UTC  (5+ messages)
` [PATCH 1/4] riscv: dt-binding: k1: Add reset driver binding definition
` [PATCH 2/4] riscv: reset: k1: Add reset driver
` [PATCH 3/4] riscv: dts: k1: add reset controller node in device tree
` [PATCH 4/4] Add reset config options for k1

[PATCH] i2c: designware: Add ACPI HID for DWAPB I2C controller on Sophgo SG2044
 2025-03-04  7:02 UTC 

[PATCH] spi: dw: Add ACPI ID for the Sophgo SG2044 SoC SPI
 2025-03-04  7:02 UTC 

[PATCH] serial: 8250_dw: Add ACPI ID for Sophgo SG2044 UART
 2025-03-04  7:02 UTC 

[intel-lts:pr/57 1/1] fs/f2fs/file.c:1659: Error: unrecognized opcode `csrs sstatus,a3', extension `zicsr' required
 2025-03-04  7:01 UTC 

[PATCH v2 00/10] lib/string_choices: Add new helpers
 2025-03-04  7:01 UTC  (4+ messages)

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-03-04  7:01 UTC  (5+ messages)

What's cooking in git.git (Feb 2025, #09; Fri, 28)
 2025-03-04  7:02 UTC  (6+ messages)
  ` ps/reftable-sans-compat-util, was "

[PATCH v6 0/3] microchip-tcb-capture: Add Capture, Compare, Overflow etc. events
 2025-03-04  7:02 UTC  (3+ messages)
` [PATCH v6 2/3] counter: microchip-tcb-capture: Add IRQ handling

[isar-cip-core] Heading for 1.7-rc1
 2025-03-04  7:01 UTC 

[PATCH v1] drm/xe/pcode: stop logging mailbox status as error
 2025-03-04  7:02 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[kvm-unit-tests PATCH] arch-run: fix test skips when /dev/stderr does not point to /proc/self/fd/2
 2025-03-04  7:01 UTC  (2+ messages)

[PATCH v6 1/3] drm/amd/amdgpu: Increase max rings to enable SDMA page ring
 2025-03-04  7:00 UTC  (4+ messages)
` [PATCH V6 2/3] drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush

[PATCH v2 net-next] net: Silence use after free static checker warning
 2025-03-04  7:01 UTC 

[isar-cip-core][PATCH v3] initramfs-crypt-hook: Optimize disk encryption in combination with expansion of last partition
 2025-03-04  7:00 UTC  (2+ messages)

[PATCH 0/2] Add USB2PHY control support for Renesas RZ/V2H(P) SoC
 2025-03-04  6:59 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: reset: Document RZ/V2H(P) USB2PHY Control bindings

[PATCH v2 0/2] Slightly improve hardware description of Pine64 RockPro64
 2025-03-04  6:57 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04  6:58 UTC 

[PATCH 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC
 2025-03-04  6:58 UTC  (8+ messages)
` [PATCH 3/3] net: stmmac: Add DWMAC glue layer for Renesas GBETH

[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
 2025-03-04  6:58 UTC  (3+ messages)
` [PATCH net-next v7 3/6] tun: Introduce virtio-net hash feature

[PATCH v2] mailbox: add i.MX Messaging Unit (MU) driver
 2025-03-04  6:57 UTC 

[PATCH] docs: dt-bindings: Specify ordering for properties within groups
 2025-03-04  6:54 UTC 

[PATCH v5 0/6] Fix hw-strap for AST2700
 2025-03-04  6:47 UTC  (12+ messages)
` [PATCH v5 1/6] hw/misc/aspeed_scu: Skipping dram_init in u-boot
` [PATCH v5 2/6] hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AST2700
` [PATCH v5 3/6] hw/arm/aspeed Update HW Strap Default Values "
` [PATCH v5 4/6] hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer "
` [PATCH v5 5/6] hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIO
` [PATCH v5 6/6] hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700

[PATCH] iommu/amd: Add Secure ATS support
 2025-03-04  6:58 UTC  (18+ messages)

[PATCH v6 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-04  6:51 UTC  (3+ messages)
` [PATCH v6 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

drivers/platform/x86/think-lmi.c:758:51: warning: '%s' directive argument is null
 2025-03-04  6:51 UTC 

[isar-cip-core][PATCH] swupdate: Avoid generating useless ext4 images in qemu configurations
 2025-03-04  6:51 UTC 

[PATCH] lib/fib: remove warning about implicit 64-bit conversion
 2025-03-04  6:49 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v7 0/5] Add support for debugfs based RAS DES feature in PCIe DW
 2025-03-04  6:50 UTC  (9+ messages)
  ` [PATCH v7 3/5] Add debugfs based silicon debug support in DWC
  ` [PATCH v7 4/5] Add debugfs based error injection "

RTT-PROBE: lore-subspace-rtt
 2025-03-04  6:48 UTC 

[PATCH v2 0/4] KVM: x86: Introduce quirk KVM_X86_QUIRK_EPT_IGNORE_GUEST_PAT
 2025-03-04  6:46 UTC  (9+ messages)
` [PATCH 1/4] KVM: x86: Allow vendor code to disable quirks
` [PATCH 4/4] KVM: TDX: Always honor guest PAT on TDX enabled platforms

[PATCH v2 0/1] Add quiet/low power compat code
 2025-03-04  6:47 UTC  (2+ messages)
` [PATCH v2 1/1] ACPI: platform_profile: Treat quiet and low power the same

[PATCH v2] riscv: sophgo: dts: Add spi controller for SG2042
 2025-03-04  6:36 UTC  (4+ messages)

Increase RPCSVC_MAXPAYLOAD to 8M?
 2025-03-04  6:43 UTC  (6+ messages)

[PATCH] reset: rzg2l-usbphy-ctrl: Correct reset status check
 2025-03-04  6:43 UTC  (2+ messages)

[PATCH] drm/ast: Support both SHMEM helper and VRAM helper
 2025-03-04  6:33 UTC 

[PATCH] cxl/Documentation: Remove 'mixed' from sysfs mode doc
 2025-03-04  6:41 UTC  (2+ messages)

[PATCH v3 0/2] sched_ext: Add trace point to sched_ext core events
 2025-03-04  6:41 UTC  (3+ messages)
` [PATCH v3 2/2] sched_ext: Add trace point to track "

[PATCH v7 0/3] Allow scratch page under fault mode for certain platform
 2025-03-04  6:40 UTC  (4+ messages)
` ✓ CI.Hooks: success for Allow scratch page under fault mode for certain platform (rev3)
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

Change to this list
 2025-03-04  6:36 UTC 

[Patch rdma-next] RDMA/mana_ib: handle net event for pointing to the current netdev
 2025-03-04  6:39 UTC  (2+ messages)

[PATCH] slab: Mark large folios for debugging purposes
 2025-03-04  6:38 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04  6:38 UTC 

[cocci] Reconsidering repeated pointer checks with SmPL
 2025-03-04  6:38 UTC  (5+ messages)
` [cocci] [PATCH] btrfs: Fix exception handling in relocating_repair_kthread()
  ` [PATCH RESEND] "

[PATCH] drm/vmwgfx: Add error path for xa_store in vmw_bo_add_detached_resource
 2025-03-04  6:37 UTC  (2+ messages)

[PATCH 0/2] net: phy: dp83826: Enable strap reading and fix TX data voltage support
 2025-03-04  6:37 UTC  (6+ messages)
` [PATCH 2/2] net: phy: dp83826: Add support for straps reading

[PATCH] iio: imu: adis: fix uninitialized symbol warning
 2025-03-04  6:36 UTC  (2+ messages)

[PATCH] docs: fix repository-layout when building with breaking changes
 2025-03-04  6:35 UTC  (3+ messages)

Subject: Memory Leak vulnerability in reftable/readwrite_test.c
 2025-03-04  6:33 UTC  (3+ messages)

[PATCH 1/1] wifi: ath11k: pcic: make memory access more readable
 2025-03-04  6:33 UTC  (2+ messages)

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-04  6:32 UTC  (14+ messages)

[QUESTION] Possible ways of preventing GPIO probing
 2025-03-04  6:32 UTC 

[PATCH v3 0/3] leds: rgb: leds-qcom-lpg: PWM fixes
 2025-03-04  6:29 UTC  (2+ messages)

[PATCH v2 1/6] wifi: mt76: mt7925: load the appropriate CLC data based on hardware type
 2025-03-04  6:28 UTC  (6+ messages)
` [PATCH v2 2/6] wifi: mt76: mt7925: add EHT control support based on the CLC data
` [PATCH v2 3/6] wifi: mt76: mt7925: update the channel usage when the regd domain changed
` [PATCH v2 4/6] wifi: mt76: mt7925: remove unused acpi function for clc
` [PATCH v2 5/6] wifi: mt76: mt792x: extend MTCL of APCI to version3 for EHT control
` [PATCH v2 6/6] wifi: mt76: mt7925: add MTCL support to enhance the reulatory compliance

RTT-PROBE: lore-subspace-rtt
 2025-03-04  6:28 UTC 

[PATCH v3 0/1] Remove cxl driver
 2025-03-04  6:28 UTC  (5+ messages)
` [PATCH v3 1/1] cxl: Remove driver

[PATCH v4 00/16] KVM: arm64: Add NV GICv3 support
 2025-03-04  6:27 UTC  (2+ messages)

[PATCH v4 0/6] Fix hw-strap for AST2700
 2025-03-04  6:26 UTC  (5+ messages)
` [PATCH v4 2/6] hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer "

[PATCH v3 0/2] ASoC: codecs: add support for ES8389
 2025-03-04  6:27 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] ASoC: dt-bindings: Add Everest ES8389 audio CODEC

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-04  6:27 UTC  (5+ messages)
` [PATCH v7 30/45] arm64: RME: Always use 4k pages for realms
` [PATCH v7 31/45] arm64: rme: Prevent Device mappings for Realms

[PATCH bpf-next v2] add function metadata support
 2025-03-04  6:25 UTC  (2+ messages)

[PATCH v2] ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
 2025-03-04  6:26 UTC  (8+ messages)

[PATCH RFC] leds: rgb: leds-qcom-lpg: Compute PWM value based on period instead
 2025-03-04  6:24 UTC  (2+ messages)

[PATCH] docs/cxl: Add serial number for persistent-memdev
 2025-03-04  6:22 UTC  (4+ messages)

platform/x86/hp-bioscfg: Fix buffer alignment and conversion
 2025-03-04  6:23 UTC 

[PATCH 1/2] net/mlx5: improve socket file path
 2025-03-04  6:23 UTC  (3+ messages)
` [PATCH 2/2] net/mlx5: improve log "

[linux-next:master 3206/7719] drivers/iio/adc/ad4030.c:378 ad4030_get_chan_scale() error: 'scan_type' dereferencing possible ERR_PTR()
 2025-03-04  6:22 UTC 

[PATCH] drm/vmwgfx: Add seqno waiter for sync_files
 2025-03-04  6:21 UTC  (2+ messages)

[PATCH V9 0/7] Add EPSS L3 provider support on SA8775P SoC
 2025-03-04  6:20 UTC  (4+ messages)
` [PATCH V9 5/7] interconnect: qcom: sa8775p: Add dynamic icc node id support

[PATCH v6 00/10] mfd: bcm590xx: Add support for BCM59054
 2025-03-04  6:20 UTC  (10+ messages)
` [PATCH v6 02/10] dt-bindings: mfd: brcm,bcm59056: Add compatible "
` [PATCH v6 03/10] ARM: dts: Drop DTS for BCM59056 PMU
` [PATCH v6 04/10] mfd: bcm590xx: Drop unused "id" member of bcm590xx MFD struct
` [PATCH v6 05/10] mfd: bcm590xx: Add support for multiple device types + BCM59054 compatible
` [PATCH v6 06/10] mfd: bcm590xx: Add PMU ID/revision parsing function
` [PATCH v6 07/10] regulator: bcm590xx: Use dev_err_probe for regulator register error
` [PATCH v6 08/10] regulator: bcm590xx: Store regulator descriptions in table
` [PATCH v6 09/10] regulator: bcm590xx: Rename BCM59056-specific data as such
` [PATCH v6 10/10] regulator: bcm590xx: Add support for BCM59054 regulators


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.