public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-29 06:41:05 to 2026-04-29 08:03:49 UTC [more...]

[PATCH] rust: alloc: fix assert in `Vec::reserve` doc test
 2026-04-29  8:03 UTC  (2+ messages)

[PATCH] arch: arm64: fix KERNEL_SEGMENT_COUNT error
 2026-04-29  8:03 UTC  (2+ messages)

[PATCH] gpio: sim: add a Kconfig dependency on SYSFS
 2026-04-29  8:03 UTC 

[PATCH] rust: drm: fix unsound initialization in drm::Device::new
 2026-04-29  8:03 UTC  (2+ messages)

[PATCH v3 0/3] at91: Remove of_platform_default_populate() calls
 2026-04-29  8:02 UTC  (6+ messages)
` [PATCH v3 3/3] ARM: at91: remove unnecessary of_platform_default_populate calls

[PATCH 0/2] regulator: add support for SGM3804 Dual Output driver
 2026-04-29  8:02 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: regulator: document the SGM3804 Dual Output regulator

[PATCH v4 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-29  8:01 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 3/3] Documentation: deprecated.rst: kmalloc-family: mark argument as optional

[PATCH] smb: smbdirect: fix MR registration for coalesced SG lists
 2026-04-29  8:00 UTC 

[PATCH v2] f2fs: fix potential deadlock in f2fs_balance_fs()
 2026-04-29  7:59 UTC  (4+ messages)

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-29  7:58 UTC  (6+ messages)
` [PATCH v4 01/15] arm64: mm: Map the linear alias of text/rodata as tagged

[PATCH v4 00/28] KVM: combined patchset for MBEC/GMET support
 2026-04-29  7:58 UTC  (3+ messages)
` [PATCH 11/28] KVM: x86/mmu: pass pte_access for final nGPA->GPA walk

[PATCH 0/6] pds_core: Add PLDM firmware update and host backed memory support
 2026-04-29  7:58 UTC  (7+ messages)
` [PATCH 1/6] pds_core: add support for quiet devcmd failures
` [PATCH 2/6] pds_core: add support for identity version 2
` [PATCH 3/6] pds_core: add PLDM firmware update support via devlink flash
` [PATCH 4/6] pds_core: add PLDM component info display
` [PATCH 5/6] pds_core: add host backed memory support for firmware
` [PATCH 6/6] pds_core: add debugfs support for host backed memory

[PATCH 0/7] ASoC: spacemit: bug fixes, refactoring, and K3 SoC support
 2026-04-29  7:58 UTC  (6+ messages)
` [PATCH 1/7] ASoC: spacemit: fix RX DMA params not set when TX is running

[PATCH v3] scsi: pcmcia: sym53c500: Fix probe error cleanup
 2026-04-29  7:56 UTC 

[PATCH 0/6] media: Fix new smatch warnings
 2026-04-29  7:53 UTC  (20+ messages)
` [PATCH 1/6] media: v4l2-dev: Add range check for vdev->minor
` [PATCH 3/6] media: i2c: adv7604: Add range checks for chip info
` [PATCH 6/6] media: amlogic-c3: Add validations for ae and awb config

[PATCH] ASoC: ux500: Use guard() for mutex locks
 2026-04-29  7:52 UTC 

[PATCH v3 0/3] LoongArch: Move KASLR to EFI stub to avoid initrd overlap
 2026-04-29  7:51 UTC  (5+ messages)
` [PATCH v3 1/3] efi/loongarch: Randomize kernel preferred address for KASLR
` [PATCH v3 3/3] LoongArch: Avoid initrd overlap during kernel relocation

[PATCH 5.15.y] tipc: fix kernel warning when sending SYN message
 2026-04-29  7:50 UTC 

[PATCH] iio: light: stk3310: Deal with the ps interrupt issue in PM
 2026-04-29  7:50 UTC  (6+ messages)
` [PATCH v2] "
    `  "
` [PATCH v3] "

[PATCH v3] gpio: sim: Replace sprintf() with sysfs_emit()
 2026-04-29  7:50 UTC  (2+ messages)

[PATCH v3 00/20] KVM: x86: Enable APX for guests
 2026-04-29  7:50 UTC  (5+ messages)
` [PATCH v3 01/20] KVM: VMX: Macrofy 64-bit GPR swapping in __vmx_vcpu_run()

[PATCH v6 0/2] i2c: spacemit: improve clock handling and cleanups
 2026-04-29  7:48 UTC  (3+ messages)
` [PATCH v6 1/2] i2c: spacemit: configure ILCR/IWCR for accurate SCL frequency
` [PATCH v6 2/2] i2c: spacemit: drop warning when clock-frequency property is absent

[PATCH v2 00/17] ASoC: Add support for GPIOs driven amplifiers
 2026-04-29  7:43 UTC  (18+ messages)
` [PATCH v2 01/17] of: Introduce of_property_read_s32_index()
` [PATCH v2 02/17] ASoC: dt-bindings: Add support for the GPIOs driven amplifier
` [PATCH v2 03/17] ASoC: simple-amplifier: Remove DRV_NAME defined value
` [PATCH v2 04/17] ASoC: simple-amplifier: Add missing headers
` [PATCH v2 05/17] ASoC: simple-amplifier: Remove CONFIG_OF flag and of_match_ptr()
` [PATCH v2 06/17] ASoC: simple-amplifier: Rename drv_event() function
` [PATCH v2 07/17] ASoC: simple-amplifier: Use 'simple_amp' variable name instead of 'priv'
` [PATCH v2 08/17] ASoC: simple-amplifier: Remove DAPM widgets and routes from the ASoC component driver
` [PATCH v2 09/17] ASoC: simple-amplifier: Introduce support for gpio-audio-amp
` [PATCH v2 10/17] ASoC: simple-amplifier: gpio-audio-amp: Add support for extra power supplies
` [PATCH v2 11/17] ASoC: simple-amplifier: gpio-audio-amp: Add support for mute gpio
` [PATCH v2 12/17] ASoC: simple-amplifier: gpio-audio-amp: Add support for bypass gpio
` [PATCH v2 13/17] ASoC: simple-amplifier: gpio-audio-amp: Add support for basic gain
` [PATCH v2 14/17] ASoC: simple-amplifier: gpio-audio-amp: Add support for gain-ranges
` [PATCH v2 15/17] ASoC: simple-amplifier: gpio-audio-amp: Add support for gain-labels
` [PATCH v2 16/17] ASoC: simple-amplifier: Update author and copyright
` [PATCH v2 17/17] MAINTAINERS: Add the ASoC gpio audio amplifier entry

[PATCH] usb: xhci: check Null pointer in segment alloc
 2026-04-29  7:44 UTC  (11+ messages)
  ` 答复: "
                ` 答复: "

[PATCH v5 0/5] media: iris: add support for purwa platform
 2026-04-29  7:43 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: media: qcom,sm8550-iris: Add X1P42100 compatible
` [PATCH v5 2/5] media: iris: Add hardware power on/off ops for X1P42100
` [PATCH v5 3/5] media: iris: Add platform data "
` [PATCH v5 4/5] arm64: dts: qcom: purwa: Override Iris clocks and operating points
` [PATCH v5 5/5] arm64: dts: qcom: purwa-iot-som: enable video

[PATCH 0/2] fix and improve for Hi846
 2026-04-29  7:44 UTC  (4+ messages)
` [PATCH 1/2] media: hi846: fix hi846_write_reg_16 handling
` [PATCH 2/2] media: hi846: Add 6MP and 8MP modes support

[PATCH v3] perf/core: Fix sampling period inconsistency across CPU migration
 2026-04-29  7:43 UTC 

[PATCH] nvmem: layouts: u-boot-env: remove ethaddr check
 2026-04-29  7:44 UTC  (3+ messages)

[PATCH iwl-net] idpf: fix RSS LUT memcpy size
 2026-04-29  7:42 UTC 

[syzbot] [f2fs?] kernel BUG in folio_end_read (3)
 2026-04-29  7:40 UTC  (2+ messages)

[linus:master] [btrfs] f9a48549a1: fio.write_iops 6.5% regression
 2026-04-29  7:40 UTC 

[PATCH v4] wifi: ath11k: fix peer resolution on rx path when peer_id=0
 2026-04-29  7:36 UTC  (2+ messages)

[PATCH v3 0/4] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-29  7:30 UTC  (4+ messages)
` [PATCH v3 3/4] mm/page_owner: add NUMA node filter with nodelist support

[PATCH] perf/core: Fix sampling period inconsistency across CPU migration
 2026-04-29  7:34 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: kodiak: avoid EFI overlap for ADSP remote heap
 2026-04-29  7:34 UTC 

[PATCH v2 0/2] Add support for LX1308
 2026-04-29  7:34 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: trivial: Add LX1308 support

[PATCH v7 00/59] perf: Reorganize scripting support
 2026-04-29  7:33 UTC  (8+ messages)
` [PATCH v8 00/58] "
  ` [PATCH v8 08/58] perf data: Add open flag
  ` [PATCH v8 09/58] perf evlist: Add reference count
  ` [PATCH v8 10/58] perf evsel: "

[PATCH ipsec-next v3] xfrm: cleanup error path in xfrm_add_policy()
 2026-04-29  7:33 UTC  (3+ messages)

[RESEND PATCH v2 0/2] efi/libstub: Ensure instruction cache coherency after kernel relocation
 2026-04-29  7:32 UTC  (4+ messages)

[PATCH RESEND] sched/fair: Fix overflow in vruntime_eligible()
 2026-04-29  7:31 UTC  (2+ messages)

[PATCH v3] mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()
 2026-04-29  7:31 UTC 

[PATCH v2 0/3] Add root port reset to support link recovery
 2026-04-29  7:30 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts

[PATCH v2 0/4] phy: qcom: Introduce USB support for Hawi
 2026-04-29  7:28 UTC  (4+ messages)
` [PATCH 4/4] phy: qualcomm: qmp-combo: Add support for Hawi SoC

Fixes tags need work in the iio-fixes tree
 2026-04-29  7:28 UTC 

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2026-04-29  7:27 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH v2 0/5] leds: Add shutdown gpio for is31fl32xx
 2026-04-29  7:27 UTC  (3+ messages)
` [PATCH v2 3/5] dt-bindings: leds: leds-is31fl32xx: Add shutdown-gpios property

[PATCH] net: stmmac: Add support for TX/RX channel interrupt
 2026-04-29  7:27 UTC 

[PATCH v2] fuse: back uncached readdir buffers with pages
 2026-04-29  7:27 UTC  (2+ messages)

[PATCH] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
 2026-04-29  7:26 UTC  (2+ messages)

[PATCH] wifi: ath11k: fix warning when unbinding
 2026-04-29  7:23 UTC  (3+ messages)

[PATCH v2 RESEND] dt-bindings: firmware: qcom,scm: Document SCM for Nord SoC
 2026-04-29  7:23 UTC  (2+ messages)

[PATCh v3 0/2] Add DMA ACK signal routing for RZ/V2H family
 2026-04-29  7:23 UTC  (3+ messages)
` [PATCh v3 1/2] irqchip/renesas-rzv2h: Add DMA ACK signal routing support

[PATCH rc v4 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-04-29  7:20 UTC  (6+ messages)
` [PATCH rc v4 1/5] iommu/arm-smmu-v3: Add arm_smmu_kdump_adopt_strtab() for kdump
` [PATCH rc v4 2/5] iommu/arm-smmu-v3: Implement is_attach_deferred() "
` [PATCH rc v4 3/5] iommu/arm-smmu-v3: Skip EVTQ/PRIQ setup in kdump kernel
` [PATCH rc v4 4/5] iommu/arm-smmu-v3: Retain CR0_SMMUEN during kdump device reset
` [PATCH rc v4 5/5] iommu/arm-smmu-v3: Detect ARM_SMMU_OPT_KDUMP_ADOPT in probe()

[PATCH] xfrm: protect __xfrm_state_delete against double-unhash of byseq/byspi
 2026-04-29  7:21 UTC  (2+ messages)

Fixes tags need work in the iio-fixes tree
 2026-04-29  7:19 UTC 

[PATCH 0/2] irqchip/econet-en751221: Support MIPS 34Kc VEIC mode
 2026-04-29  7:19 UTC  (3+ messages)
` [PATCH 2/2] "

Linux 7.1-rc1
 2026-04-29  7:18 UTC  (8+ messages)

[PATCH v2 0/3] sched_ext: Improve exit-time diagnostics
 2026-04-29  7:17 UTC  (4+ messages)
` [PATCH v2 2/3] sched_ext: Dump the exit CPU first

[PATCH v2 0/2] scsi: ufs: dt-bindings: Add compatibles for Nord UFS controller
 2026-04-29  7:16 UTC  (3+ messages)
` [PATCH v2 2/2] scsi: ufs: dt-bindings: Add compatible for SA8797P UFS Host Controller

[PATCH v2] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
 2026-04-29  7:15 UTC  (2+ messages)

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-04-29  7:15 UTC  (5+ messages)
` [PATCH v12 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity

[PATCH] perf callchain: Handle multiple address spaces
 2026-04-29  7:14 UTC  (3+ messages)

[PATCH v2 0/2] mfd: rsmu: fixes and new IC support
 2026-04-29  7:20 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: rsmu: fix page register setup
` [PATCH v2 2/2] mfd: rsmu: add 8a34002 support

[PATCH v2 0/2] Add CPUCP mailbox support for Qualcomm Nord SoC
 2026-04-29  7:13 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mailbox: qcom: Document Nord CPUCP mailbox controller

[PATCH net v2] net: mctp i2c: check length before marking flow active
 2026-04-29  7:13 UTC  (4+ messages)

[PATCH 00/14] Bump minimum version of LLVM for building the kernel to 17.0.1
 2026-04-29  7:10 UTC  (3+ messages)
` [PATCH 12/14] x86/module: Revert "Deal with GOT based stack cookie load on Clang < 17"

[PATCH] btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()
 2026-04-29  7:10 UTC 

[PATCH] staging: rtl8723bs: fix typo in rtw_pwrctrl.c
 2026-04-29  7:08 UTC  (2+ messages)

[PATCH v2] ASoC: tegra: Add per-stream Mixer Fade controls
 2026-04-29  7:06 UTC 

[RFC Patch net-next v2 0/8] r8169: add RSS (Receive Side Scaling) support for RTL8127
 2026-04-29  7:07 UTC  (9+ messages)
` [RFC Patch net-next v2 1/8] r8169: add some register definitions
` [RFC Patch net-next v2 2/8] r8169: add support for multi irqs
` [RFC Patch net-next v2 3/8] r8169: add support for multi rx queues
` [RFC Patch net-next v2 4/8] r8169: add support for new interrupt mapping
` [RFC Patch net-next v2 5/8] r8169: enable "
` [RFC Patch net-next v2 6/8] r8169: add support and enable rss
` [RFC Patch net-next v2 7/8] r8169: move struct ethtool_ops
` [RFC Patch net-next v2] r8169: add support for ethtool

[PATCH 0/5] remoteproc: add Cortex-A Core remoteproc support on i.MX platforms
 2026-04-29  7:07 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: remoteproc: add imx-rproc-psci binding
` [PATCH 2/5] drivers: remoteproc: imx: add support for Cortex-A Core
` [PATCH 4/5] arm64: dts: imx93: Cortex-A Core remoteproc device node

[PATCH] iio: buffer: hw-consumer: free scan_mask on buffer release
 2026-04-29  7:04 UTC  (3+ messages)

[PATCH v3] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-04-29  7:03 UTC  (5+ messages)

[PATCH v3 0/2] remoteproc: add AMD BRAM-based remote processor driver
 2026-04-29  7:02 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: document AMD BRAM-based rproc

[PATCH v4 0/3] soc: renesas: add MFIS driver
 2026-04-29  7:02 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: soc: renesas: Document MFIS IP core
` [PATCH v4 2/3] soc: renesas: Add Renesas R-Car MFIS driver
` [PATCH v4 3/3] soc: renesas: add X5H PRR support

[PATCH] iio: buffer: hw-consumer: fix use-after-free in error path
 2026-04-29  7:01 UTC  (3+ messages)

[PATCH] ata: libata-sata: retry hardreset when device detected but PHY not established
 2026-04-29  7:01 UTC  (7+ messages)

[PATCH v2] media: mediatek: vcodec: free working buf in vdec_vp9_slice_setup_single()
 2026-04-29  7:01 UTC 

[PATCH 00/11] kdump: reduce vmcore size and capture time via linux,no-dump
 2026-04-29  6:58 UTC  (12+ messages)
` [PATCH 01/11] of: reserved_mem: fix region count for nodes with multiple reg entries
` [PATCH 02/11] of: reserved_mem: reject reserved memory outside physical address range
` [PATCH 03/11] of: reserved_mem: avoid unconditional save of reg entries in fdt_scan_reserved_mem_late()
` [PATCH 04/11] of: reserved_mem: skip reserved_mem array allocation when there is nothing to save
` [PATCH 05/11] of: reserved_mem: add linux,no-dump property support for reserved memory regions
` [PATCH 06/11] of: reserved_mem: save /memreserve/ entries into reserved_mem array
` [PATCH 07/11] of: reserved_mem: add no-dump crash_mem exclusion helpers
` [PATCH 08/11] arm64: kdump: exclude no-dump reserved memory regions from vmcore
` [PATCH 09/11] riscv: "
` [PATCH 10/11] loongarch: "
` [PATCH 11/11] Documentation: admin-guide: kdump: document linux,no-dump DT property

[PATCH v4 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-29  6:59 UTC  (2+ messages)

[PATCH v3 0/2] pinctrl: qcom: add support for the TLMM controller on Nord platforms
 2026-04-29  6:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: describe the Qualcomm nord-tlmm

[PATCH v3 00/12] media: iris: Add support for glymur platform
 2026-04-29  6:58 UTC  (9+ messages)
` [PATCH v3 02/12] dt-bindings: media: qcom,glymur-iris: Add glymur video codec

[PATCH] futex: Prevent lockup in requeue-PI during signal/ timeout wakeup
 2026-04-29  6:57 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH v6] platform/x86: hp-wmi: Add multicolor LED support for HP keyboard backlight
 2026-04-29  6:56 UTC 

[PATCH v2 0/5] remoteproc: add Cortex-A Core remoteproc support on i.MX platforms
 2026-04-29  6:59 UTC  (2+ messages)

[PATCH v3 0/3] wireless: p54 devicetree conversion
 2026-04-29  6:55 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: net: add st,stlc45xx/p54spi binding

[PATCH net-next] net: Consistently define pci_device_ids using named initializers
 2026-04-29  6:54 UTC  (2+ messages)

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-29  6:54 UTC  (11+ messages)
` [PATCH 09/49] mm: panic on memory allocation failure in sparse_init_nid()
` [PATCH 10/49] mm: move subsection_map_init() into sparse_init()

[PATCH v2] media: mediatek: vcodec: free working buf on error path in vdec_vp9_slice_setup_lat()
 2026-04-29  6:52 UTC 

[PATCH 0/6] arm64: dts: rockchip: Add peripheral support for Khadas Edge 2L
 2026-04-29  6:51 UTC  (7+ messages)
` [PATCH 5/6] arm64: dts: rockchip: Enable USB "
` [PATCH 6/6] arm64: dts: rockchip: Add Bluetooth support "

[PATCH v2 net] sfc: fix error code in efx_devlink_info_running_versions()
 2026-04-29  6:48 UTC 

[PATCH v7 0/3] Support configurable fan PWM at shutdown
 2026-04-29  6:59 UTC  (4+ messages)
` [PATCH v7 1/3] hwmon: emc2305: Fix fan channel index handling
` [PATCH v7 2/3] dt-bindings: hwmon: emc2305: Add fan-shutdown-percent property
` [PATCH v7 3/3] hwmon: emc2305: Support configurable fan PWM at shutdown

[PATCH ath-current] wifi: ath12k: fix peer_id usage in normal RX path
 2026-04-29  6:44 UTC  (2+ messages)

[PATCH v5 0/5] PCI: qcom: Add D3cold support
 2026-04-29  6:42 UTC  (6+ messages)
` [PATCH v5 1/5] PCI: host-common: Add helper to determine host bridge D3cold eligibility
` [PATCH v5 2/5] PCI: qcom: Add .get_ltssm() helper
` [PATCH v5 3/5] PCI: qcom: Power down PHY via PARF_PHY_CTRL before disabling rails/clocks
` [PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path
` [PATCH v5 5/5] PCI: qcom: Add D3cold support

[PATCH v3 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-04-29  6:41 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH v3] remoteproc: xlnx: check remote core state
 2026-04-29  6:41 UTC  (2+ messages)

[PATCH v3 0/6] Add Tegra238 and Tegra264 pinctrl support
 2026-04-29  6:41 UTC  (3+ messages)
` [PATCH v3 4/6] dt-bindings: pinctrl: Document Tegra264 pin controllers

[PATCH v2 0/3] arm64: dts: qcom: kodiak: Enable 4-lane DP via QMP Combo PHY
 2026-04-29  6:40 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: kodiak: allow mode-switch events to reach the "
` [PATCH v2 2/3] arm64: dts: qcom: kodiak: move dp data-lanes to SoC dtsi
` [PATCH v2 3/3] arm64: dts: qcom: kodiak: Set up 4-lane DP


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