public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 14:38:28 to 2025-12-18 16:09:50 UTC [more...]

[PATCH] RDMA/ionic: Replace cpu_to_be64 + le64_to_cpu with swab64
 2025-12-18 16:09 UTC  (6+ messages)

[PATCH 0/4] Use __counted_by for ancestor arrays
 2025-12-18 16:09 UTC  (4+ messages)
` [PATCH 3/4] cgroup: Use __counted_by for cgroup::ancestors

[PATCH] ocfs2: handle OCFS2_SUPER_BLOCK_FL flag in system dinode
 2025-12-18 16:07 UTC  (2+ messages)

[PATCH] drm/imagination: Disallow exporting of PM/FW protected objects
 2025-12-18 15:42 UTC  (3+ messages)

[RFC PATCH 0/2] can: add dummy_can termination and update SocketCAN docs for CAN XL
 2025-12-18 16:06 UTC  (2+ messages)

[PATCH] RDMA/cxgb4: fix a memory leak in pass_accept_req() error path
 2025-12-18 16:06 UTC  (2+ messages)

[PATCH v5] w1: therm: Fix off-by-one buffer overflow in alarms_store
 2025-12-18 16:06 UTC  (3+ messages)

[PATCH v5 0/4] Implement hardware automatic clock gating (HWACG) for gs101
 2025-12-18 16:06 UTC  (3+ messages)
` [PATCH v5 3/4] clk: samsung: Implement automatic clock gating mode for CMUs

[PATCH] RDMA/cxgb4: fix dst refcount leak in pass_accept_req() error path
 2025-12-18 16:05 UTC  (2+ messages)

[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-12-18 16:06 UTC  (6+ messages)
` [PATCHv5 bpf-next 6/9] ftrace: Add update_ftrace_direct_mod function
` [PATCHv5 bpf-next 8/9] ftrace: Factor ftrace_ops ops_func interface

[PATCH] Documentation/driver-api/cxl: device hotplug section
 2025-12-18 16:02 UTC  (3+ messages)

[PATCH] ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
 2025-12-18 16:01 UTC  (5+ messages)

[PATCH V2 net 0/3] There are some bugfix for the HNS3 ethernet driver
 2025-12-18 16:01 UTC  (2+ messages)

[PATCH] selftests: net: fib-onlink-tests: Set high metric for default IPv6 route
 2025-12-18 16:01 UTC  (2+ messages)

[PATCH v2] rust: sync: inline various lock related methods
 2025-12-18 16:00 UTC  (2+ messages)

[PATCH] fs: Replace simple_strtoul with kstrtoul in set_ihash_entries
 2025-12-18 16:00 UTC  (2+ messages)

[PATCH-v3 0/3] Global Software Interrupt Moderation (GSIM)
 2025-12-18 16:00 UTC  (5+ messages)
` [PATCH-v3 1/3] genirq: Fixed "
` [PATCH-v3 2/3] genirq: Adaptive "

[PATCH rdma-next 00/10] Support effective VF bandwidth query in LAG mode
 2025-12-18 15:59 UTC  (11+ messages)
` [PATCH mlx5-next 01/10] net/mlx5: Add max_tx_speed and its CAP bit to IFC
` [PATCH mlx5-next 02/10] net/mlx5: Propagate LAG effective max_tx_speed to vports
` [PATCH mlx5-next 03/10] net/mlx5: Handle port and vport speed change events in MPESW
` [PATCH mlx5-next 04/10] net/mlx5: Add support for querying bond speed
` [PATCH rdma-next 05/10] IB/core: Add async event on device speed change
` [PATCH rdma-next 06/10] IB/core: Add helper to convert port attributes to data rate
` [PATCH rdma-next 07/10] IB/core: Refactor rate_show to use ib_port_attr_to_rate()
` [PATCH rdma-next 08/10] IB/core: Add query_port_speed verb
` [PATCH rdma-next 09/10] RDMA/mlx5: Raise async event on device speed change
` [PATCH rdma-next 10/10] RDMA/mlx5: Implement query_port_speed callback

[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-12-18 15:58 UTC  (12+ messages)
` [PATCH v6 1/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v6 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v6 3/5] docs: driver-api: gpio: generic gpio driver over rpmsg bus
` [PATCH v6 4/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v2 0/5] list private v2 & luo flb v9
 2025-12-18 15:57 UTC  (6+ messages)
` [PATCH v2 1/5] list: add primitives for private list manipulations
` [PATCH v2 2/5] list: add kunit test for private list primitives
` [PATCH v2 3/5] liveupdate: luo_file: Use private list
` [PATCH v9 4/5] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v9 5/5] tests/liveupdate: Add in-kernel liveupdate test

[PATCH] HID: intel-ish-hid: loader: Add PRODUCT_FAMILY-based firmware matching
 2025-12-18 15:54 UTC  (2+ messages)

[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
 2025-12-18 15:56 UTC  (9+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v2 2/8] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v2 3/8] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v2 4/8] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v2 5/8] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v2 6/8] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v2 7/8] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v2 8/8] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH][next] RDMA/rxe: Avoid -Wflex-array-member-not-at-end warnings
 2025-12-18 15:56 UTC  (8+ messages)

[PATCH v2 0/2] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
 2025-12-18 15:54 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: mmu: don't allocate page while spliting linear mapping

[RFC PATCH 00/38] arm_mpam: Add KVM/arm64 and resctrl glue code
 2025-12-18 15:54 UTC  (7+ messages)
` [RFC PATCH 01/38] arm64: mpam: Context switch the MPAM registers

[PATCH v2] net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write
 2025-12-18 15:54 UTC  (2+ messages)

[PATCH 0/3] mm/khugepaged: minor cleanups
 2025-12-18 15:54 UTC  (6+ messages)
` [PATCH 2/3] mm/khugepaged: use enum scan_result for result variables

[PATCH v3 net] net: enetc: do not transmit redirected XDP frames when the link is down
 2025-12-18 15:50 UTC  (2+ messages)

[PATCH 0/4] nova-core Improve pin initializer code
 2025-12-18 15:50 UTC  (5+ messages)
` [PATCH 1/4] gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
` [PATCH 2/4] gpu: nova-core: fw: move appropriate code into pin initializer
` [PATCH 3/4] gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()
` [PATCH 4/4] gpu: nova-core: gsp: move appropriate code into pin initializer

[PATCH v2 0/5] USB: lpc32xx: fix error handling
 2025-12-18 15:52 UTC  (7+ messages)
` [PATCH v2 1/5] usb: gadget: lpc32xx_udc: fix clock imbalance in error path
` [PATCH v2 2/5] usb: phy: isp1301: fix non-OF device reference imbalance
` [PATCH v2 3/5] usb: ohci-nxp: fix device leak on probe failure
` [PATCH v2 4/5] usb: gadget: lpc32xx_udc: clean up probe error labels
` [PATCH v2 5/5] usb: ohci-nxp: "

[PATCH 0/6] Support TQMa8QM
 2025-12-18 15:49 UTC  (12+ messages)
` [PATCH 1/6] dt-bindings: clk: rs9: add clock-output-names property
` [PATCH 2/6] dt-bindings: usb: cdns,usb3: support USB devices in DT
` [PATCH 3/6] arm64: dts: imx8qm-ss-hsio: Wire up DMA IRQ for PCIe
` [PATCH 4/6] dt-bindings: arm: fsl: add bindings for TQMa8x
` [PATCH 5/6] arm64: dts: Add TQ imx8qm based board
` [PATCH 6/6] arm64: dts: imx8qm-tqma8qm-mba8x: Disable Cortex-A72 cluster

[PATCH] xen/9pfs: Fix data ring granting
 2025-12-18 15:48 UTC 

[PATCH v1 00/13] arm64: Refactor TLB invalidation API and implementation
 2025-12-18 15:47 UTC  (5+ messages)
` [PATCH v1 03/13] arm64: mm: Implicitly invalidate user ASID based on TLBI operation

[PATCH v2 0/7] Parse SMBIOS additional entries
 2025-12-18 15:47 UTC  (11+ messages)
` [PATCH v2 3/7] firmware: dmi: Read additional information when decoding DMI table
` [PATCH v2 7/7] x86/CPU/AMD: Output the AGESA version to the logs

[PATCH 0/5] staging: ad9832: driver cleanup
 2025-12-18 15:46 UTC  (9+ messages)
` [PATCH 2/5] staging: iio: ad9832: convert to guard(mutex)
` [PATCH 4/5] staging: iio: ad9832: convert to iio channels and ext_info attrs
` [PATCH 5/5] staging: iio: ad9832: add sysfs documentation

[PATCH 0/3] soc: imx: misc clean up and support i.MX9[4,52]
 2025-12-18 15:44 UTC  (7+ messages)
` [PATCH 1/3] soc: imx: Use device-managed APIs for i.MX9
` [PATCH 2/3] soc: imx: Use dev_err_probe() "
` [PATCH 3/3] soc: imx: Spport i.MX9[4,52]

[PATCH v4] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-18 15:40 UTC  (6+ messages)

[PATCH v3 0/2] Add firmware-managed PCIe Endpoint support for SA8255P
 2025-12-18 15:41 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: qcom,pcie-ep-sa8255p: Document firmware managed PCIe endpoint

[PATCH v2] mm/page_alloc: Report 1 as zone_batchsize for !CONFIG_MMU
 2025-12-18 15:39 UTC  (4+ messages)

[PATCH v2] remoteproc: imx_dsp_rproc: only reset carveout memory at RPROC_OFFLINE state
 2025-12-18 15:39 UTC  (2+ messages)

[PATCH] ext4: xattr: fix wrong search.here in clone_block
 2025-12-18 15:39 UTC  (4+ messages)

[PATCH v5 0/5] remoteproc: imx_rproc: Support i.MX95
 2025-12-18 15:37 UTC  (3+ messages)
` [PATCH v5 4/5] remoteproc: imx_rproc: Add support for System Manager API

[PATCH v2] net: nfc: nci: Fix parameter validation for packet data
 2025-12-18 15:36 UTC  (2+ messages)

[PATCH v2] selftests/filesystems: Assume that TIOCGPTPEER is defined
 2025-12-18 15:34 UTC 

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-12-18 15:32 UTC  (4+ messages)
` [PATCH v9 10/11] crypto: qce - Add support for BAM locking

[PATCH] ASoC: codec: rt286: Use devm_request_threaded_irq to manage IRQ lifetime and fix smatch warning
 2025-12-18 15:32 UTC  (2+ messages)

[PATCH] gpio: realtek-otto: use unsigned long
 2025-12-18 15:30 UTC  (5+ messages)

[PATCH 00/13] Introducing the Mobileye EyeQ6Lplus SoC
 2025-12-18 15:30 UTC  (3+ messages)
` [PATCH 11/13] MIPS: Add Mobileye EyeQ6Lplus evaluation board dts

[PATCH v1 1/1] serial: core: Restore sysfs fwnode information
 2025-12-18 15:29 UTC  (2+ messages)

[PATCH v4 1/7] LoongArch: ftrace: Refactor register restoration in ftrace_common_return
 2025-12-18 15:26 UTC  (4+ messages)

[PATCH] rust: task: restrict Task::group_leader() to current
 2025-12-18 13:36 UTC  (2+ messages)

Advanced Persistent Threat (APT) hackers had hacked into my Virtualmin Linux Virtual Private Server (VPS) on 15 Dec 2025 Monday around noon time
 2025-12-18 15:24 UTC  (2+ messages)

[RFC PATCH 00/14] TP8028 Rapid Path Failure Recovery
 2025-12-18 15:22 UTC  (3+ messages)
` [RFC PATCH 06/14] nvme: Rapid Path Failure Recovery read controller identify fields

[PATCH 0/5] USB: lpc32xx: fix error handling
 2025-12-18 15:20 UTC  (4+ messages)
` [PATCH 5/5] usb: ohci-nxp: clean up probe error labels

[PATCH] RDMA/bnxt_re: Replace cpu_to_be64 + le64_to_cpu with swab64
 2025-12-18 15:18 UTC  (2+ messages)

[patch V6 00/11] rseq: Implement time slice extension mechanism
 2025-12-18 15:18 UTC  (4+ messages)
` [patch V6 07/11] rseq: Implement time slice extension enforcement timer

[PATCH v6 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-12-18 15:17 UTC  (5+ messages)
` [PATCH v6 1/9] cifs: Remove the RFC1002 header from smb_hdr

[syzbot] [ocfs2?] kernel BUG in ocfs2_move_extents
 2025-12-18 15:15 UTC 

[PATCH v2 0/6] i2c: designware: Enable mode swapping
 2025-12-18 15:15 UTC  (7+ messages)
` [PATCH v2 1/6] i2c: designware: Remove useless driver specific option for I2C target
` [PATCH v2 2/6] i2c: designware: Remove unnecessary function exports
` [PATCH v2 3/6] i2c: designware: Combine some of the common functions
` [PATCH v2 4/6] i2c: designware: Combine the init functions
` [PATCH v2 5/6] i2c: designware: Enable mode swapping
` [PATCH v2 6/6] i2c: designware: Remove an unnecessary condition

[PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec
 2025-12-18 15:14 UTC  (4+ messages)

[PATCH v4] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-12-18 15:12 UTC 

[PATCH v7 0/5] Introduce SpacemiT K1 PCIe phy support
 2025-12-18 15:12 UTC  (6+ messages)
` [PATCH v7 1/5] dt-bindings: phy: spacemit: Add SpacemiT PCIe/combo PHY
` [PATCH v7 2/5] dt-bindings: phy: spacemit: Introduce PCIe PHY
` [PATCH v7 3/5] phy: spacemit: Introduce PCIe/combo PHY
` [PATCH v7 4/5] riscv: dts: spacemit: Add a PCIe regulator
` [PATCH v7 5/5] riscv: dts: spacemit: PCIe and PHY-related updates

[PATCH] iio: chemical: scd4x: expose timestamp channel
 2025-12-18 15:12 UTC 

arch/riscv/mm/init.c:354 relocate_kernel() warn: always true condition '(relocated_addr >= (((0)))) => (0-u32max >= 0)'
 2025-12-18 15:10 UTC 

[PATCH v2] i2c: riic: Move suspend handling to NOIRQ phase
 2025-12-18 15:10 UTC 

[PATCH v2] block: rnbd-clt: Fix leaked ID in init_dev()
 2025-12-18 15:10 UTC  (2+ messages)

[PATCH v2] rust: sync: implement Unpin for ARef
 2025-12-18 13:23 UTC  (3+ messages)

[PATCHv2 00/14]
 2025-12-18 15:09 UTC  (15+ messages)
` [PATCHv2 01/14] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv2 02/14] mm/sparse: Check memmap alignment
` [PATCHv2 03/14] mm: Change the interface of prep_compound_tail()
` [PATCHv2 04/14] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv2 05/14] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv2 06/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv2 07/14] mm: Make page_zonenum() use head page
` [PATCHv2 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv2 09/14] mm/hugetlb: Remove fake head pages
` [PATCHv2 10/14] mm: Drop fake head checks
` [PATCHv2 11/14] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv2 12/14] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv2 13/14] mm: Remove the branch from compound_head()
` [PATCHv2 14/14] hugetlb: Update vmemmap_dedup.rst

[PATCH v5 0/2] Enable 1GHz OPP am335x-bonegreen-eco
 2025-12-18 15:06 UTC  (3+ messages)
` [PATCH v5 1/2] mfd: tps65219: Implement LOCK register handling for TPS65214
` [PATCH v5 2/2] ARM: dts: am335x-bonegreen-eco: Enable 1GHz OPP by increasing vdd_mpu voltage

[PATCH v2 00/10] sound: codecs: tlv320adcx140: assorted patches
 2025-12-18 15:04 UTC  (11+ messages)
` [PATCH v2 01/10] ASoC: tlv320adcx140: invert DRE_ENABLE
` [PATCH v2 02/10] ASoC: tlv320adcx140: fix null pointer
` [PATCH v2 03/10] ASoC: tlv320adcx140: Propagate error codes during probe
` [PATCH v2 04/10] ASoC: tlv320adcx140: fix word length
` [PATCH v2 05/10] ASoC: tlv320adcx140: power on/off the device on demand
` [PATCH v2 06/10] ASoC: tlv320adcx140: add avdd and iovdd supply
` [PATCH v2 07/10] ASoC: dt-bindings: clarify areg-supply documentation
` [PATCH v2 08/10] ASoC: dt-bindings: add avdd and iovdd supply
` [PATCH v2 09/10] ASoC: tlv320adcx140: add kcontrol for num biquads
` [PATCH v2 10/10] ASoC: tlv320adcx140: add channel sum control

[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
 2025-12-18 15:05 UTC  (4+ messages)
` [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME

[PATCH v4 0/5] arm64: dts: qcom: Introduce Kaanapali platform device tree
 2025-12-18 15:04 UTC  (2+ messages)
` (subset) "

[PATCH RFC 0/8] Qualcomm 3rd gen fuel gauge support
 2025-12-18 14:59 UTC  (5+ messages)
` [PATCH RFC 2/8] power: supply: Add driver for Qualcomm PMI8998 fuel gauge

[PATCH v2] x86/syscall: make sys_call helpers static
 2025-12-18 14:57 UTC 

[PATCH] misc: ibmvmc: fix buffer overflow in ibmvmc_recv_msg()
 2025-12-18 14:57 UTC  (2+ messages)

[PATCH v2] rtl8723bs: Replace atomic_t with int for continual_io_error (no concurrency)
 2025-12-18 14:56 UTC  (2+ messages)

[PATCH -next 1/2] RDMA/irdma: Simplify bool conversion
 2025-12-18 14:54 UTC  (2+ messages)

[PATCH REGRESSION v3] drm/panel: simple: restore connector_type fallback
 2025-12-18 14:46 UTC  (2+ messages)

[PATCH v2 0/6] cxl: Initialization reworks to support Soft Reserve Recovery and Accelerator Memory
 2025-12-18 14:46 UTC  (5+ messages)
` [PATCH v2 6/6] cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation

[PATCH v8 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-12-18 14:45 UTC  (10+ messages)

[PATCH v4 0/5] Add PCIe support for Kaanapali
 2025-12-18 14:43 UTC  (7+ messages)
` [PATCH v4 5/5] phy: qcom: qmp-pcie: add QMP PCIe PHY tables "

[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2025-12-18 14:42 UTC  (3+ messages)

[PATCH RESEND 0/1] ocfs2: fix reflink preserve cleanup issue
 2025-12-18 14:42 UTC  (2+ messages)

[PATCH v2 0/3] drm/msm: drop DPU 3.x support from the MDP5 driver
 2025-12-18 14:38 UTC  (4+ messages)
` [PATCH v2 1/3] drm/msm/dpu: drop intr_start from DPU 3.x catalog files
` [PATCH v2 2/3] drm/msm/dpu: fix CMD panels on DPU 1.x - 3.x
` [PATCH v2 3/3] drm/msm/mdp5: drop support for MSM8998, SDM630 and SDM660


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