patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-10 13:19:50 to 2025-10-13 14:49:20 UTC [more...]

[PATCH 6.1 000/196] 6.1.156-rc1 review
 2025-10-13 14:43 UTC  (36+ messages)
` [PATCH 6.1 001/196] crypto: sha256 - fix crash at kexec
` [PATCH 6.1 002/196] selftests: mptcp: connect: fix build regression caused by backport
` [PATCH 6.1 003/196] cacheinfo: Use RISC-Vs init_cache_level() as generic OF implementation
` [PATCH 6.1 004/196] cacheinfo: Return error code in init_of_cache_level()
` [PATCH 6.1 005/196] cacheinfo: Check cache-unified property to count cache leaves
` [PATCH 6.1 006/196] ACPI: PPTT: Remove acpi_find_cache_levels()
` [PATCH 6.1 007/196] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
` [PATCH 6.1 008/196] arch_topology: Build cacheinfo from primary CPU
` [PATCH 6.1 009/196] gcc-plugins: Remove TODO_verify_il for GCC >= 16
` [PATCH 6.1 010/196] scsi: target: target_core_configfs: Add length check to avoid buffer overflow
` [PATCH 6.1 011/196] media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove
` [PATCH 6.1 012/196] media: rc: fix races with imon_disconnect()
` [PATCH 6.1 013/196] media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID
` [PATCH 6.1 015/196] KVM: arm64: Fix softirq masking in FPSIMD register saving sequence
` [PATCH 6.1 016/196] media: tunner: xc5000: Refactor firmware load
` [PATCH 6.1 024/196] minmax.h: update some comments
` [PATCH 6.1 025/196] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 6.1 026/196] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 6.1 027/196] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 6.1 028/196] minmax.h: simplify the variants of clamp()
` [PATCH 6.1 029/196] minmax.h: remove some #defines that are only expanded once
` [PATCH 6.1 030/196] USB: serial: option: add SIMCom 8230C compositions
` [PATCH 6.1 031/196] wifi: rtlwifi: rtl8192cu: Dont claim USB ID 07b8:8188
` [PATCH 6.1 032/196] dm-integrity: limit MAX_TAG_SIZE to 255
` [PATCH 6.1 033/196] perf subcmd: avoid crash in exclude_cmds when excludes is empty
` [PATCH 6.1 034/196] ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
` [PATCH 6.1 035/196] btrfs: ref-verify: handle damaged extent root tree
` [PATCH 6.1 036/196] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH 6.1 037/196] can: rcar_canfd: Fix controller mode setting
` [PATCH 6.1 038/196] hid: fix I2C read buffer overflow in raw_event() for mcp2221
` [PATCH 6.1 039/196] serial: stm32: allow selecting console when the driver is module
` [PATCH 6.1 040/196] staging: axis-fifo: fix maximum TX packet length check
` [PATCH 6.1 041/196] staging: axis-fifo: fix TX handling on copy_from_user() failure
` [PATCH 6.1 042/196] staging: axis-fifo: flush RX FIFO on read errors
` [PATCH 6.1 043/196] driver core/PM: Set power.no_callbacks along with power.no_pm

[PATCH v2 0/3] initrd: remove half of classic initrd support
 2025-10-13 10:29 UTC  (9+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-13  9:59 UTC  (23+ messages)
` [PATCH v1 01/20] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 04/20] iommu/intel: Implement test_dev callbacks to domain ops
` [PATCH v1 05/20] iommu/amd: "
` [PATCH v1 06/20] iommu/arm-smmu: Implement arm_smmu_test_dev
` [PATCH v1 07/20] iommu/qcom_iommu: Implement test_dev callbacks to domain ops
` [PATCH v1 08/20] iommu/riscv: Implement riscv_iommu_test_paging_domain
` [PATCH v1 09/20] iommu/mkt_iommu: Implement mtk_iommu_test_device
` [PATCH v1 10/20] iommu/apple-dart: Implement test_dev callbacks to domain ops
` [PATCH v1 11/20] iommu/ipmmu-vmsa: Implement ipmmu_domain_test_device
` [PATCH v1 12/20] iommu/sun50i-iommu: Implement sun50i_iommu_domain_test_device
` [PATCH v1 13/20] iommu/rockchip-iommu: Implement rk_iommu_identity_test_dev
` [PATCH v1 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
` [PATCH v1 16/20] iommu/omap-iommu: Implement omap_iommu_domain_test_dev
` [PATCH v1 17/20] iommu/s390-iommu: Implement s390_iommu_domain_test_device
` [PATCH v1 18/20] iommufd/selftest: Implement mock_domain_nop_test
` [PATCH v1 19/20] iommu/virtio-iommu: Implement viommu_domain_test_dev
` [PATCH v1 20/20] iommu/tegra-smmu: Implement tegra_smmu_domain_test_dev

[PATCH] rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning
 2025-10-13  9:20 UTC  (2+ messages)

[PATCH] rust_binder: clean Clippy `mem-replace-with-default` warning
 2025-10-13  9:19 UTC  (2+ messages)

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-13  8:51 UTC  (8+ messages)
` [PATCH v1 1/6] iommu: Generic support for RMRs during device release
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH 0/3] Clean `rustfmt` formatting and define imports style
 2025-10-13  4:48 UTC  (6+ messages)
` [PATCH 1/3] docs: rust: add section on imports formatting
` [PATCH 2/3] rust: alloc: employ a trailing comment to keep vertical layout
` [PATCH 3/3] rust: cpufreq: fix formatting

[PATCH AUTOSEL 6.17-6.6] hwmon: (k10temp) Add device ID for Strix Halo
 2025-10-13  3:49 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-6.12] cpufreq: ti: Add support for AM62D2

[PATCH] docs: rust: quick-start: add Debian 13 (Trixie)
 2025-10-12 22:46 UTC 

[PATCH 6.17 00/26] 6.17.2-rc1 review
 2025-10-12  9:42 UTC  (12+ messages)

[PATCH 6.16 00/41] 6.16.12-rc1 review
 2025-10-12  9:35 UTC  (22+ messages)
` [PATCH 6.16 28/41] hid: fix I2C read buffer overflow in raw_event() for mcp2221
` [PATCH 6.16 30/41] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
` [PATCH 6.16 31/41] binder: fix double-free in dbitmap
` [PATCH 6.16 32/41] serial: stm32: allow selecting console when the driver is module
` [PATCH 6.16 33/41] staging: axis-fifo: fix maximum TX packet length check
` [PATCH 6.16 34/41] staging: axis-fifo: fix TX handling on copy_from_user() failure
` [PATCH 6.16 35/41] staging: axis-fifo: flush RX FIFO on read errors
` [PATCH 6.16 36/41] driver core: faux: Set power.no_pm for faux devices
` [PATCH 6.16 37/41] driver core/PM: Set power.no_callbacks along with power.no_pm
` [PATCH 6.16 40/41] KVM: x86: Dont (re)check L1 intercepts when completing userspace I/O
` [PATCH 6.16 41/41] ring buffer: Propagate __rb_map_vma return value to caller

[PATCH 6.12 00/35] 6.12.52-rc1 review
 2025-10-12  9:30 UTC  (46+ messages)
` [PATCH 6.12 01/35] wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
` [PATCH 6.12 02/35] media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe
` [PATCH 6.12 03/35] USB: serial: option: add SIMCom 8230C compositions
` [PATCH 6.12 04/35] Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
` [PATCH 6.12 05/35] wifi: rtlwifi: rtl8192cu: Dont claim USB ID 07b8:8188
` [PATCH 6.12 06/35] wifi: rtl8xxxu: "
` [PATCH 6.12 07/35] rust: block: fix `srctree/` links
` [PATCH 6.12 08/35] ASoC: amd: acp: Adjust pdm gain value
` [PATCH 6.12 09/35] dm-integrity: limit MAX_TAG_SIZE to 255
` [PATCH 6.12 10/35] platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
` [PATCH 6.12 11/35] perf subcmd: avoid crash in exclude_cmds when excludes is empty
` [PATCH 6.12 12/35] platform/x86/amd/pmf: Support new ACPI ID AMDI0108
` [PATCH 6.12 13/35] ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
` [PATCH 6.12 14/35] btrfs: ref-verify: handle damaged extent root tree
` [PATCH 6.12 15/35] netfs: Prevent duplicate unlocking
` [PATCH 6.12 16/35] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH 6.12 17/35] can: rcar_canfd: Fix controller mode setting
` [PATCH 6.12 18/35] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
` [PATCH 6.12 19/35] drm/amd : Update MES API header file for v11 & v12
` [PATCH 6.12 20/35] drm/amd/include : MES v11 and v12 API header update
` [PATCH 6.12 21/35] drm/amd/include : Update MES v12 API for fence update
` [PATCH 6.12 22/35] drm/amdgpu: Enable MES lr_compute_wa by default
` [PATCH 6.12 23/35] ALSA: usb-audio: Kill timer properly at removal
` [PATCH 6.12 24/35] ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
` [PATCH 6.12 25/35] hid: fix I2C read buffer overflow in raw_event() for mcp2221
` [PATCH 6.12 26/35] nvmem: layouts: fix automatic module loading
` [PATCH 6.12 27/35] binder: fix double-free in dbitmap
` [PATCH 6.12 28/35] serial: stm32: allow selecting console when the driver is module
` [PATCH 6.12 29/35] staging: axis-fifo: fix maximum TX packet length check
` [PATCH 6.12 30/35] staging: axis-fifo: fix TX handling on copy_from_user() failure
` [PATCH 6.12 31/35] staging: axis-fifo: flush RX FIFO on read errors
` [PATCH 6.12 32/35] driver core/PM: Set power.no_callbacks along with power.no_pm
` [PATCH 6.12 33/35] crypto: rng - Ensure set_ent is always present
` [PATCH 6.12 34/35] net/9p: fix double req put in p9_fd_cancelled
` [PATCH 6.12 35/35] KVM: x86: Dont (re)check L1 intercepts when completing userspace I/O

[PATCH 6.6 00/28] 6.6.111-rc1 review
 2025-10-12  9:24 UTC  (37+ messages)
` [PATCH 6.6 01/28] KVM: arm64: Fix softirq masking in FPSIMD register saving sequence
` [PATCH 6.6 02/28] media: tunner: xc5000: Refactor firmware load
` [PATCH 6.6 03/28] media: tuner: xc5000: Fix use-after-free in xc5000_release
` [PATCH 6.6 04/28] media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe
` [PATCH 6.6 05/28] USB: serial: option: add SIMCom 8230C compositions
` [PATCH 6.6 06/28] wifi: rtlwifi: rtl8192cu: Dont claim USB ID 07b8:8188
` [PATCH 6.6 07/28] ASoC: amd: acp: Adjust pdm gain value
` [PATCH 6.6 08/28] dm-integrity: limit MAX_TAG_SIZE to 255
` [PATCH 6.6 09/28] platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
` [PATCH 6.6 10/28] perf subcmd: avoid crash in exclude_cmds when excludes is empty
` [PATCH 6.6 11/28] ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
` [PATCH 6.6 12/28] btrfs: ref-verify: handle damaged extent root tree
` [PATCH 6.6 13/28] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH 6.6 14/28] can: rcar_canfd: Fix controller mode setting
` [PATCH 6.6 15/28] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
` [PATCH 6.6 16/28] ALSA: usb-audio: Kill timer properly at removal
` [PATCH 6.6 17/28] ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
` [PATCH 6.6 18/28] hid: fix I2C read buffer overflow in raw_event() for mcp2221
` [PATCH 6.6 19/28] serial: stm32: allow selecting console when the driver is module
` [PATCH 6.6 20/28] staging: axis-fifo: fix maximum TX packet length check
` [PATCH 6.6 21/28] staging: axis-fifo: fix TX handling on copy_from_user() failure
` [PATCH 6.6 22/28] staging: axis-fifo: flush RX FIFO on read errors
` [PATCH 6.6 23/28] driver core/PM: Set power.no_callbacks along with power.no_pm
` [PATCH 6.6 24/28] riscv: mm: Use hint address in mmap if available
` [PATCH 6.6 25/28] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 6.6 26/28] crypto: rng - Ensure set_ent is always present
` [PATCH 6.6 27/28] net/9p: fix double req put in p9_fd_cancelled
` [PATCH 6.6 28/28] KVM: x86: Dont (re)check L1 intercepts when completing userspace I/O


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).