LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-27 07:23:29 to 2025-06-27 09:24:58 UTC [more...]

[PATCH net-next 0/3] ppp: improve receive path performance
 2025-06-27  9:23 UTC  (6+ messages)
` [PATCH net-next 1/3] ppp: convert rlock to rwlock to improve RX concurrency

[PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error
 2025-06-27  9:24 UTC  (14+ messages)
` [PATCH v2 1/5] drm/mipi-dsi: Add dev_is_mipi_dsi function
` [PATCH v2 2/5] drm/panel: panel-simple: make panel_dpi_probe return a panel_desc
` [PATCH v2 3/5] drm/panel: panel-simple: Make panel_simple_probe return its panel
` [PATCH v2 4/5] drm/panel: panel-simple: Add function to look panel data up
` [PATCH v2 5/5] drm/panel: panel-simple: get rid of panel_dpi hack

[PATCH 0/1] um: MSI parent domain conversion
 2025-06-27  9:23 UTC  (5+ messages)
` [PATCH 1/1] um: virt-pci: Switch to msi_create_parent_irq_domain()

[PATCH] dt-bindings: mfd: samsung,s2mps11: add comment about interrupts properties
 2025-06-27  9:22 UTC  (2+ messages)

[PATCH v6 0/3] pci: qcom: Add QCS615 PCIe support
 2025-06-27  9:22 UTC  (3+ messages)
` [PATCH v6 1/3] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for QCS615

[PATCH v2 0/4] gs101 max77759 enablement (DT)
 2025-06-27  9:20 UTC  (7+ messages)
` [PATCH v2 2/4] arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 PMIC

[net-next PATCH v2 1/2] dt-bindings: net: Document support for Airoha AN7583 MDIO Controller
 2025-06-27  9:20 UTC  (2+ messages)

[PATCH v1 0/2] firmware: sysfb: Unorphan and fix header
 2025-06-27  9:19 UTC  (8+ messages)
` [PATCH v1 1/2] firmware: sysfb: Unorphan sysfb files
` [PATCH v1 2/2] firmware: sysfb: Don't use "proxy" headers

[PATCH] arm: coresight: Finish removal of Coresight support in arch/arm/kernel
 2025-06-27  9:18 UTC  (3+ messages)

[PATCH v2] selftests: futex: define SYS_futex on 32-bit architectures with 64-bit time_t
 2025-06-27  9:08 UTC 

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-06-27  9:15 UTC  (5+ messages)
` [PATCH v14 04/19] x86: Secure Launch main header file

[PATCH 2/2] platform/x86: portwell-ec: Add hwmon support for voltage and temperature
 2025-06-27  9:15 UTC 

[PATCH 1/2] platform/x86: portwell-ec: Add suspend/resume support for watchdog
 2025-06-27  9:14 UTC 

[PATCH v3 00/64] objtool,livepatch: klp-build livepatch module generation
 2025-06-27  9:13 UTC  (3+ messages)
` [PATCH v3 17/64] objtool: Fix weak symbol detection

[PATCH] fbdev: efifb: do not load efifb if PCI BAR has changed but not fixuped
 2025-06-27  9:13 UTC  (7+ messages)

[PATCH v5 0/8] drm/vkms: Add support for multiple plane formats
 2025-06-27  9:12 UTC  (9+ messages)
` [PATCH v5 1/8] drm/vkms: Create helpers macro to avoid code duplication in format callbacks
` [PATCH v5 2/8] drm/vkms: Add support for ARGB8888 formats
` [PATCH v5 3/8] drm/vkms: Add support for ARGB16161616 formats
` [PATCH v5 4/8] drm/vkms: Add support for RGB565 formats
` [PATCH v5 5/8] drm/vkms: Add support for RGB888 formats
` [PATCH v5 6/8] drm/vkms: Change YUV helpers to support u16 inputs for conversion
` [PATCH v5 7/8] drm/vkms: Create helper macro for YUV formats
` [PATCH v5 8/8] drm/vkms: Add P01* formats

[PATCH] ipmi: fix underflow in ipmi_create_user()
 2025-06-27  9:02 UTC  (2+ messages)

[PATCH 0/2] platform/x86: portwell-ec: Add watchdog suspend/resume and hwmon
 2025-06-27  9:11 UTC 

[PATCH net-next v2 00/18] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
 2025-06-27  9:09 UTC  (19+ messages)
` [PATCH net-next v2 01/18] dt-bindings: net: cdns,macb: sort compatibles
` [PATCH net-next v2 02/18] dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
` [PATCH net-next v2 03/18] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net-next v2 04/18] dt-bindings: net: cdns,macb: allow dma-coherent
` [PATCH net-next v2 05/18] net: macb: use BIT() macro for capability definitions
` [PATCH net-next v2 06/18] net: macb: Remove local variables clk_init and init in macb_probe()
` [PATCH net-next v2 07/18] net: macb: drop macb_config NULL checking
` [PATCH net-next v2 08/18] net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
` [PATCH net-next v2 09/18] net: macb: sort #includes
` [PATCH net-next v2 10/18] net: macb: remove illusion about TBQPH/RBQPH being per-queue
` [PATCH net-next v2 11/18] net: macb: single dma_alloc_coherent() for DMA descriptors
` [PATCH net-next v2 12/18] net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
` [PATCH net-next v2 13/18] net: macb: avoid double endianness swap in macb_set_hwaddr()
` [PATCH net-next v2 14/18] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next v2 15/18] net: macb: Add "mobileye,eyeq5-gem" compatible
` [PATCH net-next v2 16/18] MIPS: mobileye: add EyeQ5 DMA IOCU support
` [PATCH net-next v2 17/18] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH net-next v2 18/18] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

[tip:master] BUILD SUCCESS e51a38e71974982abb3f2f16141763a1511f7a3f
 2025-06-27  9:06 UTC 

[PATCH v4 0/5] Improvements for Devres
 2025-06-27  9:05 UTC  (13+ messages)
` [PATCH v4 3/5] rust: devres: get rid of Devres' inner Arc
` [PATCH v4 4/5] rust: types: ForeignOwnable: Add type Target

[PATCH v4 0/6] LoongArch: KVM: Fixes with eiointc emulation
 2025-06-27  9:05 UTC  (7+ messages)
` [PATCH v4 1/6] LoongArch: KVM: Fix interrupt route update with eiointc
` [PATCH v4 2/6] LoongArch: KVM: Check interrupt route from physical cpu
` [PATCH v4 3/6] LoongArch: KVM: Disable update property num_cpu and feature
` [PATCH v4 4/6] LoongArch: KVM: Check validation of num_cpu from user space
` [PATCH v4 5/6] LoongArch: KVM: Avoid overflow with array index
` [PATCH v4 6/6] LoongArch: KVM: Add address alignment check

[PATCH v3 0/9] LoongArch: KVM: INTC: Enhancement about eiointc emulation
 2025-06-27  9:04 UTC  (7+ messages)
` [PATCH v3 4/9] LoongArch: KVM: INTC: Check validation of num_cpu from user space

[PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs
 2025-06-27  9:04 UTC  (2+ messages)

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-06-27  9:04 UTC  (3+ messages)
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums

[PATCH 5.15] bpf, sockmap: Fix skb refcnt race after locking changes
 2025-06-27  9:03 UTC 

[PATCH v4] staging: media: atomisp: remove debug sysfs attributes active_bo and free_bo
 2025-06-27  9:03 UTC  (3+ messages)

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-06-27  9:02 UTC  (9+ messages)

[PATCH v2 0/2] Add reaction control in rti
 2025-06-27  9:02 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: ti,rti-wdt: Add ti,am62l-rti-wdt compatible

[PATCH] workaround for Sphinx false positive preventing index
 2025-06-27  9:00 UTC  (2+ messages)

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-06-27  8:58 UTC  (3+ messages)
` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations

[PATCH v18] pwm: airoha: Add support for EN7581 SoC
 2025-06-27  8:58 UTC  (2+ messages)

[PATCH v4 0/4] drm/xe: i2c support
 2025-06-27  8:56 UTC  (4+ messages)
` [PATCH v4 2/4] drm/xe: Support for I2C attached MCUs

linux-next: Tree for Jun 27
 2025-06-27  8:56 UTC 

[EARLY RFC] KVM: SVM: Enable AVIC by default from Zen 4
 2025-06-27  8:25 UTC  (5+ messages)

[PATCH v3 0/6] spi: spi-fsl-dspi: Target mode improvements
 2025-06-27  8:52 UTC  (6+ messages)
` [PATCH v3 6/6] spi: spi-fsl-dspi: Report FIFO overflows as errors

[EXTERNAL] Re: [PATCH net-next v3 1/3] vsock: Add support for SIOCINQ ioctl
 2025-06-27  8:50 UTC  (3+ messages)
`  "

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-06-27  8:46 UTC  (5+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
 2025-06-27  8:45 UTC  (5+ messages)
` [PATCH v1 2/5] KVM: s390: remove unneeded srcu lock

[PATCH] hv_sock: Return the readable bytes in hvs_stream_has_data()
 2025-06-27  8:44 UTC 

[PATCH v2 00/29] Add support for MT8196 clock controllers
 2025-06-27  8:44 UTC  (12+ messages)
` [PATCH v2 09/29] dt-bindings: clock: mediatek: Describe MT8196 peripheral "

[PATCH v6 00/20] Add GCE support for MT8196
 2025-06-27  8:41 UTC  (3+ messages)
` [PATCH v6 06/20] mailbox: mtk-cmdq: Add GCE hardware virtualization configuration

[PATCH] bcachefs: use mustfix to check invalid btree IDs
 2025-06-27  8:40 UTC 

[PATCH v2 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-06-27  8:40 UTC  (11+ messages)
` [PATCH v2 01/38] drm/msm/dp: split msm_dp_panel_read_sink_caps() into two parts and drop panel drm_edid
` [PATCH v2 02/38] drm/msm/dp: remove dp_display's dp_mode and use dp_panel's instead

[PATCH v4 6/7] riscv: Add tools support for xmipsexectl
 2025-06-27  8:40 UTC  (2+ messages)

[PATCH v8 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-06-27  8:37 UTC  (5+ messages)
` [PATCH v8 13/13] docs: parser_yaml.py: fix backward compatibility with old docutils

[PATCH v2 drm-dp 00/10] Fix hibmc driver bugs
 2025-06-27  8:34 UTC  (2+ messages)

[PATCH v4 1/3] x86/sev/vc: fix efi runtime instruction emulation
 2025-06-27  8:33 UTC  (2+ messages)

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-06-27  8:31 UTC  (3+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-27  8:27 UTC  (2+ messages)

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-06-27  8:27 UTC  (6+ messages)
` [PATCH v4 12/15] "

[PATCH v2 00/11] Coverage deduplication for KCOV
 2025-06-27  8:27 UTC  (9+ messages)
` [PATCH v2 01/11] x86: kcov: disable instrumentation of arch/x86/kernel/tsc.c
` [PATCH v2 02/11] kcov: apply clang-format to kcov code
` [PATCH v2 06/11] kcov: x86: introduce CONFIG_KCOV_UNIQUE
` [PATCH v2 08/11] kcov: add ioctl(KCOV_UNIQUE_ENABLE)

[PATCH RFC/RFT] pinctrl: qcom: make the pinmuxing strict
 2025-06-27  8:26 UTC  (3+ messages)

[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-27  8:25 UTC  (2+ messages)

[PATCH bpf-next v6 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-27  8:22 UTC  (3+ messages)
` [PATCH bpf-next v6 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v6 3/3] bpf: Add show_fdinfo for kprobe_multi

include/asm-generic/io.h:549:31: warning: performing pointer arithmetic on a null pointer has undefined behavior
 2025-06-27  8:23 UTC 

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-06-27  8:23 UTC  (12+ messages)
` [PATCH v13 2/6] rust: introduce module_param module

linux-next: build warning after merge of the bpf-next tree
 2025-06-27  8:22 UTC  (2+ messages)

[GIT PULL] s390 fixes for 6.16-rc4
 2025-06-27  8:21 UTC 

[PATCH v2 0/6] regulator: Add support for MediaTek MT6316/6363/6373 PMICs
 2025-06-27  8:21 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
` [PATCH v2 3/6] dt-bindings: regulator: Document MediaTek MT6363 "
` [PATCH v2 5/6] dt-bindings: regulator: Document MediaTek MT6373 "

[PATCH v1 2/2] firmware: arm_scmi: Add MediaTek TinySYS SCMI Protocol support
 2025-06-27  8:20 UTC  (2+ messages)

[PATCH v2 00/10] clk: add support for Airoha AN7583 clock
 2025-06-27  8:20 UTC  (6+ messages)
` [PATCH v2 06/10] dt-bindings: clock: airoha: Document new property airoha,chip-scu
` [PATCH v2 09/10] dt-bindings: clock: airoha: Document support for AN7583 clock

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-06-27  8:19 UTC  (10+ messages)

[PATCH 6.15 000/589] 6.15.4-rc3 review
 2025-06-27  8:14 UTC  (3+ messages)

[PATCH 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema
 2025-06-27  8:14 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: leds: issi,is31fl319x: "
` [PATCH 2/2] dt-bindings: phy: fsl,imx8mq-usb: "

[PATCH] perf list: Add IBM z17 event descriptions
 2025-06-27  8:13 UTC  (4+ messages)
    ` [Ping][PATCH] "

[PATCH RFC net v2 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
 2025-06-27  8:10 UTC  (11+ messages)
` [PATCH RFC net v2 1/3] vsock: Fix transport_{g2h,h2g} TOCTOU
` [PATCH RFC net v2 2/3] vsock: Fix transport_* TOCTOU
` [PATCH RFC net v2 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`

[PATCH v2 0/5] Enable SSRAM support in PTL and LNL
 2025-06-27  8:08 UTC  (5+ messages)
` [PATCH v2 4/5] platform/x86:intel/pmc: Show substate requirement for S0ix blockers

[PATCH v2 0/5] Add interconnent support for simpledrm/simplefb
 2025-06-27  8:08 UTC  (14+ messages)
` [PATCH v2 1/5] dt-bindings: display: simple-framebuffer: Add interconnects property
` [PATCH v2 2/5] drm/sysfb: simpledrm: Sort headers correctly
` [PATCH v2 3/5] drm/sysfb: simpledrm: Add support for interconnect paths
` [PATCH v2 4/5] fbdev/simplefb: Sort headers correctly
` [PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

[GIT PULL] sound fixes for 6.16-rc4
 2025-06-27  8:07 UTC 

kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
 2025-06-27  8:05 UTC 

[PATCH] sched/deadline: Don't count nr_running twice for dl_server proxy tasks
 2025-06-27  8:05 UTC  (2+ messages)

[PATCH] interconnect: increase ICC_DYN_ID_START
 2025-06-27  8:05 UTC  (2+ messages)

[PATCH v2 0/8] Add clock support for Loongson 2K0300 SoC
 2025-06-27  8:03 UTC  (3+ messages)
` [PATCH v2 1/8] dt-bindings: clock: loongson2: Add Loongson 2K0300 compatible

[PATCH v4] interconnect: avoid memory allocation when 'icc_bw_lock' is held
 2025-06-27  7:58 UTC 

[PATCH v3 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
 2025-06-27  7:58 UTC  (2+ messages)

[PATCH] Squashfs: add page cache share support
 2025-06-27  7:58 UTC  (2+ messages)

[PATCH net-next v2] ptp: add Alibaba CIPU PTP clock driver
 2025-06-27  7:57 UTC  (3+ messages)

[RFC PATCH] x86/bugs: Remove 'force' options for retbleed/ITS
 2025-06-27  7:56 UTC  (4+ messages)

[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
 2025-06-27  7:55 UTC  (4+ messages)

[PATCH v2 0/2] cpufreq: CPPC: idle cpu perf handling
 2025-06-27  7:54 UTC  (5+ messages)
` [PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs

[PATCH v4 00/10] Introducing firmware late binding
 2025-06-27  7:53 UTC  (3+ messages)
` [PATCH v4 07/10] drm/xe/xe_late_bind_fw: Reload late binding fw during system resume

[PATCH] platform/chrome: Add ChromeOS EC USB driver
 2025-06-27  7:53 UTC  (2+ messages)

linux-next: build warning after merge of the kvm-x86 tree
 2025-06-27  7:51 UTC  (3+ messages)

[PATCH v3 0/3] Samsung Exynos 7870 DECON driver support
 2025-06-27  7:51 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: display: samsung,exynos7-decon: add properties for iommus and ports

linux-next: manual merge of the bpf-next tree with the vfs-brauner tree
 2025-06-27  7:50 UTC  (3+ messages)

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-06-27  7:49 UTC  (3+ messages)
` [PATCHv2 04/12] x86/virt/tdx: Add tdx_alloc/free_page() helpers

man-pages-6.14 released
 2025-06-27  7:49 UTC  (10+ messages)

[RFC PATCH] cgroup: Track time in cgroup v2 freezer
 2025-06-27  7:47 UTC  (3+ messages)

[PATCH v1] sched/uclamp: Initialize uclamp_rq alongside rq setup in sched_init()
 2025-06-27  7:45 UTC 

[PATCH 0/2] mm/mempolicy: Cleanup and optimization for weighted interleave
 2025-06-27  7:45 UTC  (4+ messages)
` [PATCH 1/2] mm/mempolicy: Simplify weighted interleave bulk alloc calculations

[PATCH v4 0/4] riscv: sophgo: cv18xx: Add reset generator support
 2025-06-27  7:44 UTC  (2+ messages)

[PATCH net] net: usb: usbnet: fix use-after-free in race on workqueue
 2025-06-27  7:40 UTC  (2+ messages)

[PATCH v3 0/2] NFC: trf7970a: Add option to reduce antenna gain
 2025-06-27  7:39 UTC  (3+ messages)
` [PATCH v3 2/2] NFC: trf7970a: Create device-tree parameter for RX gain reduction

linux-next: manual merge of the crc tree with the loongarch tree
 2025-06-27  7:38 UTC 

[PATCH v2 1/1] watchdog: Don't use "proxy" headers
 2025-06-27  7:37 UTC 

[PATCH v3] staging: media: atomisp: remove debug sysfs attributes active_bo and free_bo
 2025-06-27  7:36 UTC  (5+ messages)

[PATCH v2 1/1] mm/rmap: fix potential out-of-bounds page table access during batched unmap
 2025-06-27  7:36 UTC  (5+ messages)

[PATCH v10 07/10] clk: qcom: gpucc-qcs615: Add QCS615 graphics clock controller driver
 2025-06-27  7:35 UTC  (2+ messages)

[BUG] Kernel panic in __migrate_swap_task() on 6.16-rc2 (NULL pointer dereference)
 2025-06-27  7:33 UTC  (6+ messages)

[PATCH 0/3] Fix STM32 I2C dma operations
 2025-06-27  7:30 UTC  (5+ messages)
` [PATCH 1/3] i2c: stm32: fix the device used for the DMA map

[PATCH v5 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-06-27  7:31 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v5 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[PATCH 0/3] extend hung task blocker tracking to rwsems
 2025-06-27  7:29 UTC  (4+ messages)
` [PATCH 1/3] locking/rwsem: make owner helpers globally available
` [PATCH 2/3] hung_task: extend hung task blocker tracking to rwsems
` [PATCH 3/3] samples: enhance hung_task detector test with read-write semaphore support

[RFC PATCH 0/3] tools/nolibc: install unified multi-arch headers
 2025-06-27  7:29 UTC  (9+ messages)
` [RFC PATCH 3/3] tools/nolibc: add a new "install_all_archs" target

[PATCH] x86/Mouse: thinkpad_acpi/Trackpoint: Trackpoint Doubletap handling
 2025-06-27  7:28 UTC  (4+ messages)

[PATCH] iommu/amd: clear SME flag for mmio pages
 2025-06-27  7:23 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).