linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-09 08:44:48 to 2025-06-09 11:02:41 UTC [more...]

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-09 11:02 UTC  (3+ messages)
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o

[PATCH v1] mm: Remove arch_flush_tlb_batched_pending() arch helper
 2025-06-09 11:01 UTC  (3+ messages)

[PATCH v2] ALSA: pcm: Convert multiple {get/put}_user to user_access_begin/user_access_end()
 2025-06-09 11:00 UTC  (4+ messages)

[PATCH 0/3] Enable huge-vmalloc permission change
 2025-06-09 11:00 UTC  (5+ messages)
` [PATCH 2/3] arm64: pageattr: Use walk_page_range_novma() to change memory permissions

[PATCH] Documentation: cxl: fix typos and improve clarity in memory-devices.rst
 2025-06-09 10:58 UTC  (2+ messages)

[PATCH v2] mm: madvise: use walk_page_range_vma() instead of walk_page_range()
 2025-06-09 10:55 UTC  (4+ messages)

[PATCH 5.10] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
 2025-06-09 10:55 UTC 

[PATCH v4 00/11] bus: mhi: host: Add support for mhi bus bw
 2025-06-09 10:51 UTC  (12+ messages)
` [PATCH v4 01/11] PCI: Update current bus speed as part of pci_pwrctrl_notify()
` [PATCH v4 02/11] PCI/bwctrl: Add support to scale bandwidth before & after link re-training
` [PATCH v4 03/11] bus: mhi: host: Add support to read MHI capabilities
` [PATCH v4 04/11] bus: mhi: host: Add support for Bandwidth scale
` [PATCH v4 05/11] PCI/ASPM: Return enabled ASPM states as part of pcie_aspm_enabled()
` [PATCH v4 06/11] PCI/ASPM: Clear aspm_disable as part of __pci_enable_link_state()
` [PATCH v4 07/11] PCI: qcom: Extract core logic from qcom_pcie_icc_opp_update()
` [PATCH v4 08/11] PCI: qcom: Add support for PCIe pre/post_link_speed_change()
` [PATCH v4 09/11] PCI: Export pci_set_target_speed()
` [PATCH v4 10/11] PCI: Add function to convert lnkctl2speed to pci_bus_speed
` [PATCH v4 11/11] wifi: ath11k: Add support for MHI bandwidth scaling

[PATCH V2 0/2] rust: Introduce CpuId and fix cpumask doctest
 2025-06-09 10:51 UTC  (3+ messages)
` [PATCH V2 1/2] rust: cpu: Introduce CpuId abstraction
` [PATCH V2 2/2] rust: Use CpuId in place of raw CPU numbers

[PATCH v2 0/3] spi: spi_amd: Add DMA write and Kconfig changes
 2025-06-09 10:47 UTC  (4+ messages)
` [PATCH v2 3/3] spi: spi_amd: Update Kconfig dependencies

[PATCH v3 0/5] Add manual request completion to the MediaTek VCodec driver
 2025-06-09 10:46 UTC  (15+ messages)
` [PATCH v3 1/5] media: mc: add manual request completion
` [PATCH v3 3/5] media: mc: add debugfs node to keep track of requests

[PATCH 0/3] CXL: ACPI: faux: Fix cxl_core.ko module load regression
 2025-06-09 10:42 UTC  (8+ messages)
` [PATCH 1/3] driver core: faux: Suppress bind attributes
` [PATCH 2/3] driver core: faux: Quiet probe failures
` [PATCH 3/3] ACPI: APEI: EINJ: Do not fail einj_init() on faux_device_create() failure

[PATCH] spi: spi-mem: Add fix to avoid divide error
 2025-06-09 10:40 UTC  (3+ messages)

[PATCH v3] media: dvb-usb-v2: disallow 0-length I2C reads
 2025-06-09 10:38 UTC  (3+ messages)

[PATCH] media: usb: siano: do not free urb-specific transfer buffer
 2025-06-09 10:37 UTC  (2+ messages)

[PATCH v3] x86/virt/tdx: Enforce no indirect calls of TDX assembly
 2025-06-09 10:36 UTC  (3+ messages)

[PATCH] x86/mm: Handle alloc failure in phys_*_init()
 2025-06-09 10:36 UTC  (3+ messages)

[PATCH v2 0/4] Workqueue: rename system workqueue and add WQ_PERCPU
 2025-06-09 10:35 UTC  (5+ messages)
` [PATCH v2 1/4] Workqueue: add system_percpu_wq
` [PATCH v2 2/4] Workqueue: add system_dfl_wq
` [PATCH v2 3/4] Workqueue: add WQ_PERCPU
` [PATCH v2 4/4] [Doc] "

[PATCH v2 0/2] x86/mm: Improve alloc handling of phys_*_init()
 2025-06-09 10:34 UTC  (3+ messages)
` [PATCH v2 1/2] x86/mm: Handle alloc failure in phys_*_init()
` [PATCH v2 2/2] x86/mm: Use GFP_KERNEL for alloc_low_pages() after boot

[PATCH] firmware: arm_ffa: Fix struct ffa_indirect_msg_hdr
 2025-06-09 10:33 UTC  (2+ messages)

[PATCH 0/3] firmware: arm_ffa: Fixes for FF-A notification handling
 2025-06-09 10:31 UTC  (2+ messages)

[PATCH v3 00/13] further mt7988 devicetree work
 2025-06-09 10:28 UTC  (4+ messages)
` [PATCH v3 06/13] arm64: dts: mediatek: mt7988: add basic ethernet-nodes
    ` Aw: "

[PATCH] coresight: trbe: Add ISB after TRBLIMITR write
 2025-06-09 10:28 UTC  (2+ messages)

[PATCH] mm: add mmap_prepare() compatibility layer for nested file systems
 2025-06-09 10:27 UTC  (3+ messages)

[PATCH v2 0/5] rust: time: Convert hrtimer to use Instant and Delta
 2025-06-09 10:24 UTC  (6+ messages)
` [PATCH v2 1/5] rust: time: Rename Delta's methods from as_* to into_*
` [PATCH v2 2/5] rust: time: Replace HrTimerMode enum with trait-based mode types
` [PATCH v2 3/5] rust: time: Add HrTimerExpires trait
` [PATCH v2 4/5] rust: time: Make HasHrTimer generic over HrTimerMode
` [PATCH v2 5/5] rust: time: Remove Ktime in hrtimer

[PATCH v4 0/3] Add support for Sakura Pi RK3308B
 2025-06-09 10:23 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Fix cover detection on PineNote
 2025-06-09 10:22 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: Adjust the HDMI DDC IO driver strength for rk3588
 2025-06-09 10:22 UTC  (2+ messages)

[PATCH v2 0/4] Add RADXA ROCK 5T support
 2025-06-09 10:23 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: rockchip: Add spi nodes for RK3528
 2025-06-09 10:22 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool Pi CM5
 2025-06-09 10:22 UTC  (2+ messages)

[PATCH v3] arm64: dts: rockchip: support Ethernet Switch adapter for RK3588 Jaguar
 2025-06-09 10:23 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Asus GU605C
 2025-06-09 10:21 UTC 

[PATCH v2 00/10] Support Engicam MicroGEA boards
 2025-06-09 10:15 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: arm: fsl: support Engicam MicroGEA BMM board
` [PATCH v2 02/10] ARM: dts: imx6ul: support Engicam MicroGEA-MX6UL SoM
` [PATCH v2 03/10] ARM: dts: imx6ul: support Engicam MicroGEA BMM board
` [PATCH v2 04/10] ARM: imx_v6_v7_defconfig: cleanup mxs_defconfig
` [PATCH v2 05/10] ARM: imx_v6_v7_defconfig: select CONFIG_INPUT_PWM_BEEPER
` [PATCH v2 06/10] dt-bindings: arm: fsl: support Engicam MicroGEA RMM board
` [PATCH v2 07/10] ARM: dts: imx6ul: "
` [PATCH v2 08/10] dt-bindings: arm: fsl: support Engicam MicroGEA GTW board
` [PATCH v2 09/10] ARM: dts: imx6ul: "
` [PATCH v2 10/10] ARM: imx_v6_v7_defconfig: select CONFIG_USB_HSIC_USB3503

[PATCH] usb: typec: Remove unused ucsi_cci_str
 2025-06-09 10:16 UTC  (2+ messages)

[PATCH v3 0/5] Add I2C support for Tegra264
 2025-06-09 10:13 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: i2c: nvidia,tegra20-i2c: Document Tegra264 I2C
` [PATCH v3 2/5] i2c: tegra: Do not configure DMA if not supported
` [PATCH v3 3/5] i2c: tegra: Add HS mode support
` [PATCH v3 4/5] i2c: tegra: Add support for SW mutex register
` [PATCH v3 5/5] i2c: tegra: Add Tegra264 support

[PATCH v3 0/2] media: imx-mipi-csis: Add line end IRQ to imx-mipi-csis driver
 2025-06-09 10:05 UTC  (3+ messages)
` [PATCH v3 1/2] media: imx-mipi-csis: Refactor interrupt status registers
` [PATCH v3 2/2] media: imx-mipi-csis: Add user line interrupt to imx-mipi-csis driver

[PATCH v4 0/4] CAMSS support for MSM8939
 2025-06-09 10:11 UTC  (4+ messages)
` [PATCH v4 3/4] media: dt-bindings: Add qcom,msm8939-camss

[PATCH 5.10] cifs: fix potential memory leaks in session setup
 2025-06-09 10:10 UTC 

[PATCH v8 1/4] serial: 8250: fix panic due to PSLVERR
 2025-06-09 10:09 UTC  (2+ messages)

[PATCH 0/3] tools/nolibc: add support for SuperH
 2025-06-09 10:05 UTC  (6+ messages)
` [PATCH 1/3] selftests/nolibc: fix EXTRACONFIG variables ordering
` [PATCH 2/3] selftests/nolibc: use file driver for QEMU serial
` [PATCH 3/3] tools/nolibc: add support for SuperH

[PATCH 0/3] platform/x86: intel_telemetry: Remove deadcode
 2025-06-09 10:04 UTC  (2+ messages)

[PATCH] platform/x86: alienware-wmi-wmax: Add appropriate labels to fans
 2025-06-09 10:04 UTC  (2+ messages)

[PATCH 0/2] clocksource: Use better cpumask API where appropriate
 2025-06-09 10:03 UTC  (3+ messages)
` [PATCH 1/2] clocksource: Fix opencoded cpumask_any_but() in clocksource_verify_choose_cpus()

[PATCH v9 0/4] qcom: Add support for IQ-9075-evk board
 2025-06-09 10:03 UTC  (10+ messages)
` [PATCH v9 2/4] arm64: dts: qcom: iq9: Introduce new memory map for qcs9100/qcs9075

[PATCH v2 0/2] Add TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board support
 2025-06-09 11:12 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: imx8mp: Add TechNexion EDM-G-IMX8M-PLUS SOM on WB-EDM-G carrier board

[PATCH 0/2] J2 Turtle Board fixes
 2025-06-09 10:01 UTC  (8+ messages)

[PATCH] net: mana: Expose additional hardware counters for drop and TC via ethtool
 2025-06-09 10:01 UTC 

[patch V2 00/45] genirq: Cleanups and conversion to lock guards
 2025-06-09 10:00 UTC  (6+ messages)
` [patch V2 06/45] genirq/proc: Switch "

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-09  9:57 UTC  (13+ messages)

[PATCH] arm64: dts: rockchip: support camera module on Haikou Video Demo on PX30 Ringneck
 2025-06-09  9:56 UTC  (2+ messages)

[PATCH] net: usb: Convert tasklet API to new bottom half workqueue mechanism
 2025-06-09  9:53 UTC  (3+ messages)

[PATCH v7 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-06-09  9:51 UTC  (11+ messages)
` [PATCH v7 01/10] gpiolib: add support to register sparse pin range
` [PATCH v7 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v7 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v7 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v7 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v7 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
` [PATCH v7 07/10] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH v7 08/10] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH v7 09/10] lib/string_choices: Add str_input_output() helper
` [PATCH v7 10/10] pinctrl: Add pin controller driver for AAEON UP boards

[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
 2025-06-09  9:47 UTC  (7+ messages)

[PATCH net-next v3 0/4] netconsole: Optimize console registration and improve testing
 2025-06-09  9:46 UTC  (5+ messages)
` [PATCH net-next v3 1/4] netconsole: Only register console drivers when targets are configured
` [PATCH net-next v3 2/4] netconsole: Add automatic console unregistration on target removal
` [PATCH net-next v3 3/4] selftests: netconsole: Do not exit from inside the validation function
` [PATCH net-next v3 4/4] selftests: netconsole: Add support for basic netconsole target format

[PATCH] futex: don't leak robust_list pointer on exec race
 2025-06-09  9:45 UTC  (2+ messages)

[PATCH] ata: pata_cs5536: fix build on 32-bit UML
 2025-06-09  9:44 UTC  (2+ messages)

[PATCH v6 00/11] mtd: add driver for Intel discrete graphics
 2025-06-09  9:43 UTC  (7+ messages)
` [PATCH v6 01/11] mtd: core: always create master device

[PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
 2025-06-09 10:52 UTC  (2+ messages)

[PATCH] drm/amdkfd: register HMM dev memory to DMA-able range first
 2025-06-09  9:36 UTC 

[PATCH v2] mfd: cros_ec: Separate charge-control probing from USB-PD
 2025-06-09  9:39 UTC 

[PATCH v4 0/4] crypto: caam - iMX8QXP support (and related fixes)
 2025-06-09 10:49 UTC  (7+ messages)
` [PATCH v4 1/4] crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULP
` [PATCH v4 2/4] crypto: caam - Support iMX8QXP and variants thereof
` [PATCH v4 4/4] arm64: dts: freescale: imx8qxp/imx8qm: Add CAAM support

[PATCH v3 0/3] Fix build issue when CONFIG_MODULES is not set
 2025-06-09  9:38 UTC  (4+ messages)
` [PATCH v3 2/3] i2c: amd-isp: Initialize unique adpater name

[PATCH v3 0/6] Add generated modalias to modules.builtin.modinfo
 2025-06-09  9:37 UTC  (4+ messages)
` [PATCH v3 2/6] modules: Add macros to specify modinfo prefix

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-09  9:32 UTC  (8+ messages)

[PATCH v2 0/5] platform/x86: firmware_attributes_class: Add a high level API
 2025-06-09  9:29 UTC  (4+ messages)

[PATCH] mm/shmem, swap: fix softlockup with mTHP swapin
 2025-06-09  9:28 UTC  (6+ messages)

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-06-09  9:27 UTC  (6+ messages)
` [PATCH v5 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [PATCH v5 2/5] mm/readahead: Terminate async readahead on natural boundary
` [PATCH v5 3/5] mm/readahead: Make space in struct file_ra_state
` [PATCH v5 4/5] mm/readahead: Store folio order "
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH v3 0/3] Read MAC Address from SST vendor specific SFDP region
 2025-06-09  9:27 UTC  (4+ messages)
` [PATCH v3 3/3] ARM: dts: microchip: sama5d27_wlsom1: Add nvmem-layout in QSPI for EUI48 MAC Address

[PATCH v6 00/10] Implement numa node notifier
 2025-06-09  9:21 UTC  (11+ messages)
` [PATCH v6 01/10] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v6 02/10] mm,memory_hotplug: Remove status_change_nid_normal and update documentation
` [PATCH v6 03/10] mm,memory_hotplug: Implement numa node notifier
` [PATCH v6 04/10] mm,slub: Use node-notifier instead of memory-notifier
` [PATCH v6 05/10] mm,memory-tiers: "
` [PATCH v6 06/10] drivers,cxl: "
` [PATCH v6 07/10] drivers,hmat: "
` [PATCH v6 08/10] kernel,cpuset: "
` [PATCH v6 09/10] mm,mempolicy: "
` [PATCH v6 10/10] mm,memory_hotplug: Drop status_change_nid parameter from memory_notify

[PATCH v2] mtd: nand: brcmnand: fix mtd corrected bits stat
 2025-06-09  9:20 UTC  (2+ messages)

[PATCH v3 0/3] Fix interrupt log message
 2025-06-09  9:14 UTC  (2+ messages)

[PATCH RFC net] net: dsa: b53: bcm531x5: fix cpu rgmii mode interpretation
 2025-06-09  9:18 UTC 

[PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable
 2025-06-09  9:15 UTC  (7+ messages)
      `  "

[PATCH 0/3] mtd: spi-nor: Add VIA/WonderMedia serial flash controller driver
 2025-06-09  9:15 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: spi: Add VIA/WonderMedia serial flash controller

[PATCH] Bluetooth: btintel_pcie: Use devm_free_irq() instead of free_irq()
 2025-06-09  9:10 UTC 

[PATCH v4 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-09  9:10 UTC  (7+ messages)
` [PATCH v4 05/23] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v4 06/23] mailbox: Allow controller specific mapping using fwnode

[REGRESSION] amdgpu fails to load external RX 580 since PCI: Allow relaxed bridge window tail sizing for optional resources
 2025-06-09  9:09 UTC  (2+ messages)

[PATCH v5 0/2] Add support for Firefly Station-M3/ROC-RK3588S-PC
 2025-06-09  9:06 UTC  (3+ messages)
` [v5,0/2] "

[PATCH 1/6] arm64: dts: imx93-9x9-qsb: add IMU sensor support
 2025-06-09 10:13 UTC  (12+ messages)
` [PATCH 2/6] arm64: dts: imx93: remove eee-broken-1000t for eqos node
` [PATCH 3/6] arm64: dts: imx93: add usdhc3 and lpuart5
` [PATCH 4/6] arm64: dts: imx93-11x11-evk: disable all realtek ethernet phy CLKOUT
` [PATCH 5/6] arm64: dts: imx93-11x11-evk: reduce the driving strength of net RXC/TXC
` [PATCH 6/6] arm64: dts: imx93-11x11-evk: remove the duplicated pinctrl_lpi2c3 node

[PATCH v4 1/3] dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties
 2025-06-09  9:02 UTC  (2+ messages)

[PATCH v6 00/12] Add pinctrl support for the AAEON UP board FPGA
 2025-06-09  9:01 UTC  (4+ messages)
` [PATCH v6 12/12] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH RFC 0/1] module: Optionally use .platform keyring for signatures verification
 2025-06-09  8:58 UTC  (8+ messages)

[PATCH v2] mm: fix the inaccurate memory statistics issue for users
 2025-06-09  8:56 UTC  (7+ messages)

[PATCH] arm64: dts: ti: k3-am642-evm-pcie0-ep: Add boot phase tag to "pcie0_ep"
 2025-06-09  8:54 UTC 

[PATCH v2 1/4] arm64: dts: imx95-19x19-evk: add adc0 flexcan[1,2] i2c[2,3] uart5 spi3 and tpm3
 2025-06-09 10:01 UTC  (8+ messages)
` [PATCH v2 2/4] arm64: dts: imx95-evk: add USB3 PHY tuning properties
` [PATCH v2 3/4] arm64: dts: imx95-19x19-evk: adjust pinctrl settings for usdhc2
` [PATCH v2 4/4] arm64: dts: imx95-19x19-evk: add GPIO reset for ethphy0

[RFC PATCH 0/4] Quality Improvements for Rockchip-IP PCIe
 2025-06-09  8:50 UTC  (2+ messages)

include/linux/kvm_host.h:1908:24: warning: field 'desc' with variable sized type 'struct kvm_stats_desc' not at the end of a struct or class is a GNU extension
 2025-06-09  8:50 UTC 

[PATCH v2 0/7] Performance improvement of decoder
 2025-06-09  8:47 UTC  (10+ messages)
` [PATCH v2 2/7] media: chips-media: wave5: Improve performance "

[PATCH v6 0/2] x86/fred: Prevent immediate repeat of single step trap on return from SIGTRAP handler
 2025-06-09  8:40 UTC  (2+ messages)
` [PATCH v6 1/2] x86/fred/signal: "


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 NNTP newsgroup(s).