mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v2] RAS/CEC: replace use of system_wq with system_percpu_wq
 2025-11-07 13:07 UTC  (3+ messages)

[RFC PATCH] usb: host: xhci: Release spinlock before xhci_handshake in command ring abort
 2025-11-07 13:07 UTC  (4+ messages)

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-07 13:06 UTC 

[Patch v9 00/12] arch-PEBS enabling for Intel platforms
 2025-11-07 13:05 UTC  (5+ messages)
` [Patch v9 10/12] perf/x86/intel: Update dyn_constranit base on PEBS event precise level

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-11-07 13:05 UTC  (3+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking

[PATCH v6 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-11-07 13:04 UTC  (15+ messages)
` [PATCH v6 05/14] remoteproc: pas: Replace metadata context with PAS context structure
` [PATCH v6 10/14] firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEE
` [PATCH v6 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v6 12/14] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call

[PATCH v2 0/2] This series adds LT9211c bridge driver support
 2025-11-07 13:02 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: bridge: lt9211c: Add bindings
` [PATCH v2 2/2] drm/bridge: add support for lontium lt9211c bridge

[PATCH v2 0/16] SRCU updates for v6.19
 2025-11-07 12:58 UTC  (14+ messages)
` [PATCH v2 10/16] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast

[PATCH] drm/sched: Don't crash kernel on wrong params
 2025-11-07 12:55 UTC 

[PATCH] iommu/iommupt: Fix build error in genericpt unit-tests
 2025-11-07 12:54 UTC  (3+ messages)

[PATCH v2 0/1] Bluetooth: btusb: add new custom firmwares
 2025-11-07 12:54 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH net-next] net: phy: mscc: Add support for PHY LEDs on VSC8541
 2025-11-07 12:53 UTC  (5+ messages)

[PATCH 1/4] lib/sprintf: add scnprintf_append() helper function
 2025-11-07 12:52 UTC  (5+ messages)

madvise(MADV_COLLAPSE) fails with EINVAL on dirty file-backed text pages
 2025-11-07 12:50 UTC  (11+ messages)

[PATCH Resend] mm: Refine __{pgd,p4d,pud,pmd,pte}_alloc_one_*() about HIGHMEM
 2025-11-07 12:50 UTC  (4+ messages)

[PATCH v5 0/4] backlight: add new max25014 backlight driver
 2025-11-07 12:50 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: backlight: Add max25014 support
` [PATCH v5 2/4] backlight: add max25014atg backlight
` [PATCH v5 3/4] arm64: dts: freescale: moduline-display-av101hdt-a10: add backlight
` [PATCH v5 4/4] arm64: dts: freescale: moduline-display-av123z7m-n17: "

[syzbot] [cifs?] memory leak in smb3_fs_context_parse_param
 2025-11-07 12:48 UTC  (2+ messages)

[PATCH 00/33] arm_mpam: Add basic mpam driver
 2025-11-07 12:47 UTC  (35+ messages)
` [PATCH 01/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 02/33] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH 03/33] ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structure
` [PATCH 04/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 05/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 06/33] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH 07/33] platform: Define platform_device_put cleanup handler
` [PATCH 08/33] ACPI: Define acpi_put_table cleanup handler and acpi_get_table_ret() helper
` [PATCH 09/33] ACPI / MPAM: Parse the MPAM table
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH 11/33] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH 12/33] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH 13/33] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [PATCH 14/33] arm_mpam: Probe hardware to find the supported partid/pmg values
` [PATCH 15/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH 16/33] arm_mpam: Probe the hardware features resctrl supports
` [PATCH 17/33] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH 18/33] arm_mpam: Reset MSC controls from cpuhp callbacks
` [PATCH 19/33] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH 20/33] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH 21/33] arm_mpam: Register and enable IRQs
` [PATCH 22/33] arm_mpam: Use a static key to indicate when mpam is enabled
` [PATCH 23/33] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH 24/33] arm_mpam: Probe and reset the rest of the features
` [PATCH 25/33] arm_mpam: Add helpers to allocate monitors
` [PATCH 26/33] arm_mpam: Add mpam_msmon_read() to read monitor value
` [PATCH 27/33] arm_mpam: Track bandwidth counter state for power management
` [PATCH 28/33] arm_mpam: Consider overflow in bandwidth counter state
` [PATCH 29/33] arm_mpam: Probe for long/lwd mbwu counters
` [PATCH 30/33] arm_mpam: Use long MBWU counters if supported
` [PATCH 31/33] arm_mpam: Add helper to reset saved mbwu state
` [PATCH 32/33] arm_mpam: Add kunit test for bitmap reset
` [PATCH 33/33] arm_mpam: Add kunit tests for props_mismatch()

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 12:40 UTC  (8+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps

[PATCH v2 0/3] Cleanups in amd64_edac and removal of legacy EDAC sysfs interface
 2025-11-07 12:40 UTC  (2+ messages)

[PATCH] scsi/arm: Clean up coding style violations
 2025-11-07 12:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust file entry in ROHM BD71828 CHARGER
 2025-11-07 12:36 UTC 

[syzbot] [jfs?] BUG: corrupted list in dbUpdatePMap
 2025-11-07 12:35 UTC 

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-07 12:31 UTC  (11+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[syzbot] [jfs?] BUG: unable to handle kernel paging request in diUpdatePMap
 2025-11-07 12:31 UTC 

[PATCH v2 0/3] bus: mhi: Add loopback driver
 2025-11-07 12:28 UTC  (4+ messages)
` [PATCH v2 1/3] bus: mhi: host: Add loopback driver with sysfs interface

[PATCH v3 0/3] Add support for Microchip CoreSPI Controller
 2025-11-07 12:21 UTC  (4+ messages)
` [PATCH v3 1/3] spi: microchip: rename driver file and internal identifiers
` [PATCH v3 2/3] spi: dt-binding: document Microchip CoreSPI
` [PATCH v3 3/3] spi: add support for microchip "soft" spi controller

[PATCH net-next 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-07 12:15 UTC  (3+ messages)
` [PATCH net-next 1/4] netconsole: Simplify send_fragmented_body()

[PATCH v2] ubi: fastmap: fix ubi->fm memory leak
 2025-11-07 12:13 UTC  (2+ messages)

[PATCH v2 0/3] Don't sleep in split_kernel_leaf_mapping() when in atomic context
 2025-11-07 12:10 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: mm: "

[PATCH v1] Bluetooth: btusb: add new custom firmwares
 2025-11-07 12:09 UTC  (3+ messages)

[PATCH] MIPS: Alchemy: Remove bogus static/inline specifiers
 2025-11-07 12:09 UTC  (2+ messages)

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-07 12:02 UTC  (5+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional

[PATCH] agp/nvidia: Fix coding style issues
 2025-11-07 12:02 UTC 

[PATCH v2 0/8] Add support for StarFive VisionFive 2 Lite board
 2025-11-07 12:01 UTC  (13+ messages)
` [PATCH v2 2/8] dt-bindings: riscv: Add StarFive JH7110S SoC and "
` [PATCH v2 3/8] riscv: dts: starfive: Rename jh7110.dtsi to jh711x.dtsi
` [PATCH v2 4/8] riscv: dts: starfive: Split jh7110-common.dtsi and move opp table to it
` [PATCH v2 5/8] riscv: dts: starfive: jh711x-common: Move out some nodes to jh7110 common dtsi
` [PATCH v2 6/8] riscv: dts: starfive: Add common board dtsi for JH7110s and VisionFive 2 Lite variants
` [PATCH v2 7/8] riscv: dts: starfive: Add VisionFive 2 Lite board device tree

[syzbot] [jfs?] BUG: corrupted list in dbUpdatePMap
 2025-11-07 12:01 UTC  (3+ messages)
` Forwarded: "

[PATCH v2] PCI: of: Downgrade error message on missing of_root node
 2025-11-07 11:58 UTC  (4+ messages)

[Patch V1] ima: avoid duplicate policy rules insertions
 2025-11-07 11:56 UTC  (4+ messages)

[PATCH RFC 0/2] firmware: ti_sci: Introduce BOARDCFG_MANAGED mode for Jacinto family
 2025-11-07 11:54 UTC  (5+ messages)
` [PATCH RFC 1/2] firmware: ti_sci: add BOARDCFG_MANAGED mode support
` [PATCH RFC 2/2] firmware: ti_sci: handle IRQ restore in BOARDCFG_MANAGED mode during resume

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-07 11:52 UTC  (3+ messages)
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-07 11:50 UTC 

[PATCH] eeprom: at25: convert to spi-mem API
 2025-11-07 11:49 UTC  (5+ messages)

[PATCH v2] [PATCH v2] platform/x86: hp-wmi: Fixed Omen MAX 16-ah0xx board name
 2025-11-07 11:48 UTC  (2+ messages)
` [PATCH v3] platform/x86: hp-wmi: Moved "

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-07 11:48 UTC  (11+ messages)

[PATCH v2 00/11] arm64: dts: add description for solidrun imx8mp hummingboard-iiot
 2025-11-07 11:46 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: arm: fsl: Add various solidrun i.mx8m boards
` [PATCH v2 02/11] dt-bindings: display: panel: ronbo,rb070d30: panel-common ref
` [PATCH v2 03/11] dt-bindings: panel: lvds: add Winstar WF70A8SYJHLNGA
` [PATCH v2 04/11] Input: ilitek_ts_i2c: fix warning with gpio controllers that sleep
` [PATCH v2 05/11] drm/panel: ronbo-rb070d30: "
` [PATCH v2 06/11] arm64: dts: imx8mp-hummingboard-pulse/cubox-m: fix vmmc gpio polarity
` [PATCH v2 07/11] arm64: dts: imx8mp-hummingboard-pulse: fix mini-hdmi dsi port reference
` [PATCH v2 08/11] arm64: dts: imx8mp-sr-som: build dtbs with symbols for overlay support
` [PATCH v2 09/11] arm64: dts: add description for solidrun imx8mp hummingboard-iiot
` [PATCH v2 10/11] arm64: dts: add description for solidrun solidsense-n8 board
` [PATCH v2 11/11] arm64: dts: add description for solidrun i.mx8mm som and evb

[PATCH v14 0/5] pci: qcom: Add QCS8300 PCIe support
 2025-11-07 11:45 UTC  (4+ messages)
` [PATCH v14 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300

[PATCH v6 0/2] Enable Service layer driver for Agilex5
 2025-11-07 11:44 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: firmware: svc: Add IOMMU support "

[syzbot] [fs?] WARNING in nsproxy_ns_active_get
 2025-11-07 11:44 UTC  (2+ messages)
` Forwarded: [PATCH] nsfs: skip active reference management on initial namespaces

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-07 11:43 UTC  (5+ messages)
` Forwarded: [PATCH] ns: skip active reference management on initial namespaces
` Forwarded: [PATCH] nsfs: "

Fwd: Compile Error fs/nfsd/nfs4state.o - clamp() low limit slotsize greater than high limit total_avail/scale_factor
 2025-11-07 11:43 UTC  (4+ messages)
  `  "

[PATCH] drm/bridge: anx7625: add WQ_PERCPU add to alloc_workqueue users
 2025-11-07 11:43 UTC 

[PATCH v3] nvmet-auth: update sc_c in target host hash calculation
 2025-11-07 11:42 UTC  (2+ messages)

[PATCH v2] bpf: hashtab: fix 32-bit overflow in memory usage calculation
 2025-11-07 11:41 UTC  (3+ messages)

[PATCH v5 3/3] arm64: dts: rockchip: Add devicetree for the 9Tripod X3568 v4
 2025-11-07 11:36 UTC  (3+ messages)

[PATCH v5 0/2] NXP SAR ADC IIO driver for s32g2/3 platforms
 2025-11-07 11:36 UTC  (10+ messages)
` [PATCH v5 2/2] iio: adc: Add the NXP SAR ADC support for the "

[syzbot] [jfs?] BUG: unable to handle kernel paging request in diUpdatePMap
 2025-11-07 11:32 UTC 

[syzbot] [jfs?] BUG: unable to handle kernel paging request in diUpdatePMap
 2025-11-07 11:31 UTC  (3+ messages)
` Forwarded: "

[tip: x86/urgent] x86/microcode/AMD: Add more known models to entry sign checking
 2025-11-07 11:30 UTC 

[PATCH 00/12] Make Samsung SOFEF00 DDIC and panel work
 2025-11-07 11:27 UTC  (5+ messages)
` [PATCH 01/12] dt-bindings: panel: Add Samsung SOFEF00 DDIC with panel

[PATCH] firewire: core: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 11:26 UTC 

[PATCH net-next 06/14] ipvlan: Support GSO for port -> ipvlan
 2025-11-07 11:26 UTC  (6+ messages)

[PATCH] crypto: qat - add WQ_PERCPU to alloc_workqueue users
 2025-11-07 11:23 UTC 

[PATCH v5 0/8] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2025-11-07 11:22 UTC  (13+ messages)
` [PATCH v5 1/8] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH v5 2/8] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH v5 3/8] net: stmmac: qcom-ethqos: improve typing in devres callback
` [PATCH v5 4/8] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH v5 6/8] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH v5 8/8] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH] net: Fix error handling in netdev_register_kobject
 2025-11-07 11:20 UTC  (3+ messages)
` [syzbot ci] "

[syzbot] [jfs?] BUG: corrupted list in dbUpdatePMap
 2025-11-07 11:18 UTC 

[PATCH v7 0/3] net: stmmac: dwmac-sophgo: Add phy interface filter
 2025-11-07 11:17 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction
` [PATCH v7 2/3] net: phy: Add helper for fixing RGMII PHY mode based on internal mac delay
` [PATCH v7 3/3] net: stmmac: dwmac-sophgo: Add phy interface filter

[PATCH] lib/test_kho: Check if KHO is enabled
 2025-11-07 11:15 UTC  (3+ messages)

[PATCH v3 00/20] Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
 2025-11-07 11:14 UTC  (7+ messages)
` [PATCH v3 02/20] dt-bindings: mfd: samsung,s2mps11: split s2mpg10 into separate file
` [PATCH v3 04/20] regulator: dt-bindings: add s2mpg11-pmic regulators

[PATCH v3 0/8] drm/panthor: Add support for Mali-G1 GPUs
 2025-11-07 11:05 UTC  (8+ messages)
` [PATCH v3 6/8] drm/panthor: Support GLB_REQ.STATE field "
` [PATCH v3 7/8] drm/panthor: Support 64-bit endpoint_req register for Mali-G1
` [PATCH v3 8/8] drm/panthor: Add support for Mali-G1 GPUs

[RFC 1/2] page_pool: add benchmarking for napi-based recycling
 2025-11-07 11:04 UTC  (2+ messages)

[PATCH net-next] tg3: extract GRXRINGS from .get_rxnfc
 2025-11-07 11:04 UTC  (5+ messages)

[PATCH] KVM: riscv: Support enabling dirty log gradually in small chunks
 2025-11-07 11:03 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Transparent huge page support
 2025-11-07 11:03 UTC  (2+ messages)

[PATCH] ASoC: dapm-graph: Handle sourd card with space in name
 2025-11-07 11:01 UTC  (2+ messages)

[PATCH] [v2] Documentation: Provide guidelines for tool-generated content
 2025-11-07 10:58 UTC  (2+ messages)

[syzbot] [tipc?] KMSAN: uninit-value in tipc_rcv (2)
 2025-11-07 10:58 UTC 

[PATCH v6 0/2] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
 2025-11-07 10:57 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: arm: qcom: talos-evk: Add QCS615 Talos EVK SMARC platform
` [PATCH v6 2/2] arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board

[PATCH v3 0/5] clk: add support for Airoha AN7583 clock
 2025-11-07 10:57 UTC  (3+ messages)
` [PATCH v3 4/5] dt-bindings: clock: airoha: Document support for "

[PATCH 0/2] PCI/IOV: Fix deadlock when removing PF with enabled SR-IOV
 2025-11-07 10:54 UTC  (3+ messages)
` [PATCH 1/2] Revert "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV"

[tip:sched/core] [sched/fair] 79104becf4: BUG:kernel_NULL_pointer_dereference,address
 2025-11-07 10:53 UTC  (11+ messages)

[PATCH v3 00/29] arm_mpam: Add basic mpam driver
 2025-11-07 10:53 UTC  (6+ messages)
` [PATCH v3 26/29] arm_mpam: Use long MBWU counters if supported

[PATCH v2 0/3] Add support for Microchip CoreSPI Controller
 2025-11-07 10:52 UTC  (5+ messages)
` [PATCH v2 3/3] spi: add support for microchip "soft" spi controller

[PATCH V2] clocksource/drivers/sprd: Enable register for timer counter from 32 bit to 64 bit
 2025-11-07 10:52 UTC  (2+ messages)

[syzbot] [jfs?] BUG: unable to handle kernel paging request in diUpdatePMap
 2025-11-07 10:51 UTC 

[PATCH 0/2] s390/fpu: Fix kmsan false-positive report
 2025-11-07 10:49 UTC  (4+ messages)
` [PATCH 2/2] s390/fpu: Fix kmsan in fpu_vstl function

[PATCH] thunderbolt: replace use of system_wq with system_percpu_wq
 2025-11-07 10:49 UTC  (3+ messages)

[PATCH v2] regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing
 2025-11-07 10:45 UTC 

[PATCH v2] drivers/usb/dwc3: fix PCI parent check
 2025-11-07 10:44 UTC 

[PATCH 00/13] of: Add wrappers to match root node with OF device ID tables
 2025-11-07 10:41 UTC  (3+ messages)
` [PATCH 13/13] soc: tegra: Simplify with of_machine_device_match()

page:  |  | latest

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

all inboxes | Powered by JetHome®