linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-31 07:11:15 to 2025-08-31 13:25:28 UTC [more...]

[PATCH v3 00/10] Add support for the Axis ARTPEC-8 SoC
 2025-08-31 13:25 UTC  (3+ messages)
  ` [PATCH v3 04/10] dt-bindings: pinctrl: samsung: Add compatible for "

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-31 13:12 UTC  (4+ messages)
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page

[PATCH v2 1/4] dt-bindings: iio: adc: ad7768-1: add new supported parts
 2025-08-31 13:12 UTC  (4+ messages)

[PATCH v7 00/22] x86: strict separation of startup code
 2025-08-31 13:11 UTC  (8+ messages)
` [PATCH v7 05/22] x86/sev: Move GHCB page based HV communication out "

[PATCH v3] HID: lg-g15 - Add support for Logitech G13
 2025-08-31 13:01 UTC  (2+ messages)

[PATCH V3 1/2] PCI/ASPM: Add host-bridge API to override default ASPM/CLKPM link state
 2025-08-31 12:58 UTC  (3+ messages)

[PATCH 0/5] iio: imu: New driver for InvenSense ICM-20948 9-Axis sensor
 2025-08-31 12:58 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: iio: imu: Add ICM-20948
` [PATCH 3/5] iio: imu: icm20948: add support for gyroscope

[syzbot] [net?] [nfc?] WARNING in nfc_rfkill_set_block
 2025-08-31 12:56 UTC  (6+ messages)

[PATCH] ASoC: codecs: tlv320dac33: switch to gpiod api
 2025-08-31 12:55 UTC  (2+ messages)

[PATCH v8 0/7] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-08-31 12:29 UTC  (8+ messages)
` [PATCH v8 1/7] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v8 2/7] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v8 3/7] dt-bindings: firmware: qcom,scm: Add MSM8937
` [PATCH v8 4/7] dt-bindings: display/msm/gpu: describe A505 clocks
` [PATCH v8 5/7] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v8 6/7] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v8 7/7] arm64: dts: "

[PATCH v3] PCI: j721e: Fix programming sequence of "strap" settings
 2025-08-31 12:45 UTC  (2+ messages)

[syzbot] [net] [virt] INFO: task hung in __vhost_worker_flush
 2025-08-31 12:45 UTC 

[PATCH v1] ALSA: hda/tas2781: Fix the order of TAS2563 calibrated-data
 2025-08-31 12:43 UTC 

[PATCH v6 0/4] Add IIO backend support for AD7779
 2025-08-31 12:37 UTC  (3+ messages)

[PATCH 00/35] cifs: Fix SMB rmdir() and unlink() against Windows SMB servers
 2025-08-31 12:36 UTC  (36+ messages)
` [PATCH 01/35] cifs: Fix and improve cifs_is_path_accessible() function
` [PATCH 02/35] cifs: Allow fallback code in smb_set_file_info() also for directories
` [PATCH 03/35] cifs: Add fallback code path for cifs_mkdir_setinfo()
` [PATCH 04/35] cifs: Remove code for querying FILE_INFO_STANDARD via CIFSSMBQPathInfo()
` [PATCH 05/35] cifs: Remove CIFSSMBSetPathInfoFB() fallback function
` [PATCH 06/35] cifs: Remove cifs_backup_query_path_info() and replace it by cifs_query_path_info()
` [PATCH 07/35] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
` [PATCH 08/35] cifs: Improve SMB2+ stat() to work also for paths in DELETE_PENDING state
` [PATCH 09/35] cifs: Improve SMB1 "
` [PATCH 10/35] cifs: Improve detect_directory_symlink_target() function
` [PATCH 11/35] cifs: Fix random name construction for cifs_rename_pending_delete()
` [PATCH 12/35] cifs: Fix DELETE comments in cifs_rename_pending_delete()
` [PATCH 13/35] cifs: Avoid dynamic memory allocation of FILE_BASIC_INFO buffer "
` [PATCH 14/35] cifs: Extend CIFSSMBRenameOpenFile() function for overwrite parameter
` [PATCH 15/35] cifs: Do not try to overwrite existing sillyname in cifs_rename_pending_delete()
` [PATCH 16/35] cifs: Add comments for DeletePending assignments in open functions
` [PATCH 17/35] cifs: Use NT_STATUS_DELETE_PENDING for filling fi.DeletePending in cifs_query_path_info()
` [PATCH 18/35] cifs: Do not set NumberOfLinks to 1 from open or query calls
` [PATCH 19/35] cifs: Fix cifs_rename_pending_delete() for files with more hardlinks
` [PATCH 20/35] cifs: Fix permission logic in cifs_rename_pending_delete()
` [PATCH 21/35] cifs: Propagate error code from CIFSSMBSetFileInfo() to cifs_rename_pending_delete()
` [PATCH 22/35] cifs: Improve cifs_rename_pending_delete() to work without the PASSTHRU support
` [PATCH 23/35] cifs: Fix SMBLegacyOpen() function
` [PATCH 24/35] cifs: Add a new callback set_file_disp() for setting file disposition (delete pending state)
` [PATCH 25/35] cifs: Add a new callback rename_opened_file() for renaming an opened file
` [PATCH 26/35] cifs: Add SMB2+ support into cifs_rename_pending_delete() function
` [PATCH 27/35] cifs: Move SMB1 usage of CIFSPOSIXDelFile() from inode.c to cifssmb.c
` [PATCH 28/35] cifs: Fix smb2_unlink() to fail on directory
` [PATCH 29/35] cifs: Fix smb2_rmdir() on reparse point
` [PATCH 30/35] cifs: Simplify SMB2_OP_DELETE API usage
` [PATCH 31/35] cifs: Deduplicate smb2_unlink() and smb2_rmdir() into one common function
` [PATCH 32/35] cifs: Use cifs_rename_pending_delete() fallback also for rmdir()
` [PATCH 33/35] cifs: Add a new open flag CREATE_OPTION_EXCLUSIVE to open with deny all shared reservation
` [PATCH 34/35] cifs: Use CREATE_OPTION_EXCLUSIVE when opening file/dir for SMB2+ non-POSIX unlink/rmdir
` [PATCH 35/35] cifs: Use CREATE_OPTION_EXCLUSIVE when doing SMB1 rmdir on NT server

[PATCH v2 4/4] iio: adc: ad7768-1: add support for ADAQ776x-1 ADC Family
 2025-08-31 12:30 UTC  (4+ messages)

[PATCH v1 0/2] Add MAX22530-MAX22532 ADC Support
 2025-08-31 12:27 UTC  (3+ messages)
` [PATCH v1 2/2] iio: adc: Add initial support for MAX22531 ADC

[PATCH] futex: Move futex_hash_free() back to __mmput()
 2025-08-31 12:23 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH v2 1/2] usb: ohci: s3c2410: Drop support for S3C2410 systems
 2025-08-31 12:22 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: usb: s3c2410-usb: Drop entirely S3C2410

[PATCH] futex: Initialize mm_struct::futex_ref on mm_init()
 2025-08-31 12:21 UTC  (3+ messages)

[PATCH] w1: matrox: Remove some deadcode in matrox_w1_remove()
 2025-08-31 12:14 UTC  (2+ messages)

[PATCH v7 00/10] Add support for RK3588 DisplayPort Controller
 2025-08-31 12:12 UTC  (3+ messages)
  `  "

[PATCH v2 0/3] clk: samsung: exynos990: Fix USB clock support
 2025-08-31 12:13 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: clock: exynos990: Add LHS_ACEL clock ID for HSI0 block
` [PATCH v2 2/3] clk: samsung: exynos990: Add LHS_ACEL gate clock for HSI0 and update CLK_NR_TOP
` [PATCH v2 3/3] clk: samsung: exynos990: Add missing USB clock registers to HSI0

[PATCH] mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
 2025-08-31 12:12 UTC  (2+ messages)

[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
 2025-08-31 12:09 UTC  (2+ messages)
` Forwarded: Re: [syzbot] [net] [virt] "

[syzbot] [jfs?] INFO: task hung in deactivate_super (3)
 2025-08-31 12:06 UTC  (2+ messages)
` [syzbot] [hfs?] "

[PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module
 2025-08-31 12:02 UTC  (2+ messages)

[PATCH v8 0/5] PCI: dwc: Add ECAM support with iATU configuration
 2025-08-31 11:48 UTC  (3+ messages)
` [PATCH v8 2/5] PCI: dwc: Add support for ELBI resource mapping

[PATCH] mm/memfd: remove redundant casts
 2025-08-31 11:47 UTC 

[PATCH 0/3] clk: samsung: exynos990: Fix USB clock support
 2025-08-31 11:47 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: clock: exynos990: Add LHS_ACEL clock ID for HSI0 block
` [PATCH 2/3] clk: samsung: exynos990: Add LHS_ACEL gate clock for HSI0 and update CLK_NR_TOP
` [PATCH 3/3] clk: samsung: exynos990: Add missing USB clock registers to HSI0

[PATCH 0/3] Support GPIO controller of Loongson 2K0300 SoC
 2025-08-31 11:25 UTC  (3+ messages)

[PATCH] PCI: tegra: fix devm_kcalloc argument order for port->phys allocation
 2025-08-31 11:25 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: socionext: uniphier-ld20: Add default PCI interrup controller address cells
 2025-08-31 10:59 UTC  (2+ messages)

[PATCH v2] arm64: dts: exynos2200: Add default GIC address cells
 2025-08-31 10:58 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add support for Mercusys MA530 Bluetooth adapter
 2025-08-31 10:57 UTC  (2+ messages)

[PATCH v5 0/5] clk: samsung: exynos990: CMU_TOP fixes (mux regs, widths, factors)
 2025-08-31 10:55 UTC  (4+ messages)
` [PATCH v5 1/5] clk: samsung: exynos990: Use PLL_CON0 for PLL parent muxes

[PATCH] mlxsw: core_env: Fix stack info leak in mlxsw_env_linecard_modules_power_mode_apply
 2025-08-31 10:53 UTC  (2+ messages)

[PATCH v2 0/5] exynos-acpm: add DVFS protocol and clock driver
 2025-08-31 10:50 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: firmware: google,gs101-acpm-ipc: add #clock-cells
` [PATCH v2 4/5] firmware: exynos-acpm: register ACPM clocks dev

[PATCH v2 0/3] Marvell 88PM886 PMIC GPADC driver
 2025-08-31 10:33 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mfd: 88pm886: Add #io-channel-cells
` [PATCH v2 2/3] iio: adc: Add driver for Marvell 88PM886 PMIC ADC
` [PATCH v2 3/3] mfd: 88pm886: Add GPADC cell

[PATCH net-next] selftests: net: add test for ipv6 fragmentation
 2025-08-31 10:18 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-08-31 10:26 UTC  (2+ messages)

[PATCH 0/2] starqltechn: fix max77705 device irqs
 2025-08-31 10:25 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: add mfd/max77705 definitions

[PATCH 0/2] trace: minor documentation fixes for clarity and
 2025-08-31 10:17 UTC  (3+ messages)
` [PATCH 1/2] trace: rephrase for clearer documentation
` [PATCH 2/2] trace: fix grammar error in debugging.rst

[PATCH] net/smc: Replace use of strncpy on NUL-terminated string with strscpy
 2025-08-31 10:17 UTC  (2+ messages)

mm/mprotect.c:450:23: sparse: sparse: cast to non-scalar
 2025-08-31 10:15 UTC 

[GIT PULL] x86/urgent for v6.17-rc4
 2025-08-31 10:14 UTC 

[PATCH 0/2] trace: minor documentation fixes for clarity and
 2025-08-31 10:13 UTC  (3+ messages)
` [PATCH 1/2] trace: rephrase for clearer documentation
` [PATCH 2/2] trace: fix grammar error in debugging.rst

[PATCH 0/2] trace: minor documentation fixes for clarity and
 2025-08-31 10:12 UTC 

[PATCH net-next v10 0/2] net: af_packet: optimize retire operation
 2025-08-31 10:08 UTC  (3+ messages)
` [PATCH net-next v10 1/2] net: af_packet: remove last_kactive_blk_num field
` [PATCH net-next v10 2/2] net: af_packet: Use hrtimer to do the retire operation

[PATCH v7 00/12] i2c: fix, rework and extend RTL9300 I2C driver
 2025-08-31 10:04 UTC  (13+ messages)
` [PATCH v7 01/12] i2c: rtl9300: fix channel number bound check
` [PATCH v7 02/12] i2c: rtl9300: ensure data length is within supported range
` [PATCH v7 03/12] i2c: rtl9300: remove broken SMBus Quick operation support
` [PATCH v7 04/12] i2c: rtl9300: use regmap fields and API for registers
` [PATCH v7 05/12] dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
` [PATCH v7 06/12] i2c: rtl9300: rename internal sda_pin to sda_num
` [PATCH v7 07/12] i2c: rtl9300: move setting SCL frequency to config_io
` [PATCH v7 08/12] i2c: rtl9300: do not set read mode on every transfer
` [PATCH v7 09/12] i2c: rtl9300: separate xfer configuration and execution
` [PATCH v7 10/12] i2c: rtl9300: use scoped guard instead of explicit lock/unlock
` [PATCH v7 11/12] dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
` [PATCH v7 12/12] i2c: rtl9300: add support for RTL9310 I2C controller

[PATCH v2] docs: scheduler: completion: Document complete_on_current_cpu()
 2025-08-31 10:04 UTC  (4+ messages)

[PATCH v7 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-08-31 10:00 UTC  (3+ messages)
` [PATCH v7 4/6] arm64: dts: qcom: Add initial support for MSM8937

[PATCH] HID: LOFREE: Fix back/forward buttons for
 2025-08-31  9:53 UTC 

[PATCH] HID: LOFREE: Fix back/forward buttons for
 2025-08-31  9:52 UTC 

[PATCH v4 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-31  9:50 UTC  (3+ messages)
  ` [PATCH v4 1/1] "

[GIT PULL] sched/urgent for v6.17-rc4
 2025-08-31  9:47 UTC 

[PATCH 1/2] cifs: Add support for parsing WSL symlinks in version 1 format
 2025-08-31  9:45 UTC  (2+ messages)

[PATCH 1/2] cifs: Extend ->set_EA() callback to allow operate on reparse point
 2025-08-31  9:44 UTC  (3+ messages)
` [PATCH 2/2] cifs: Create native Window socket file compatible also with WSL subsystem

[PATCH v2 00/12] mm: add `const` to lots of pointer parameters
 2025-08-31  9:39 UTC  (13+ messages)
` [PATCH v2 01/12] mm/shmem: "
` [PATCH v2 02/12] include/pagemap.h: "
` [PATCH v2 03/12] include/mmzone.h: "
` [PATCH v2 04/12] include/fs.h: add `const` to several "
` [PATCH v2 05/12] mm/oom_kill: add `const` to pointer parameter
` [PATCH v2 06/12] mm/util: add `const` to several pointer parameters
` [PATCH v2 07/12] parisc/sys_parisc.c: add `const` to mmap_upper_limit() parameter
` [PATCH v2 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
` [PATCH v2 09/12] include/mm_types.h: add `const` to several pointer parameters
` [PATCH v2 10/12] include/mm_inline.h: add `const` to lots of "
` [PATCH v2 11/12] include/mm.h: "
` [PATCH v2 12/12] mm/highmem: "

[GIT PULL] irq/urgent for v6.17-rc4
 2025-08-31  9:31 UTC 

[PATCH v2 2/2] platform/x86: asus-wmi: map more keys on ExpertBook B9
 2025-08-31  9:21 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
 2025-08-31  9:20 UTC  (2+ messages)

[PATCH 0/7] mm: better GUP pin lru_add_drain_all()
 2025-08-31  9:18 UTC  (8+ messages)
` [PATCH 1/7] mm: fix folio_expected_ref_count() when PG_private_2
` [PATCH 2/7] mm/gup: check ref_count instead of lru before migration
` [PATCH 3/7] mm/gup: local lru_add_drain() to avoid lru_add_drain_all()
` [PATCH 4/7] mm: Revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"
` [PATCH 5/7] mm: Revert "mm: vmscan.c: fix OOM on swap stress test"
` [PATCH 6/7] mm: folio_may_be_cached() unless folio_test_large()
` [PATCH 7/7] mm: lru_add_drain_all() do local lru_add_drain() first

[PATCH] mm: ignore nomap memory during mirror init
 2025-08-31  9:16 UTC  (11+ messages)

[syzbot] [net] [virt] INFO: task hung in __vhost_worker_flush
 2025-08-31  9:14 UTC  (5+ messages)

[PATCH 00/12] mm: add `const` to lots of pointer parameters
 2025-08-31  9:07 UTC  (4+ messages)
` [PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter

[PATCH] media: v4l2-ctrls: Enable support for u64 value
 2025-08-31  9:06 UTC  (2+ messages)

[REGRESSION] net: usb: asix: deadlock on interface setup
 2025-08-31  8:50 UTC 

[PATCH 0/3] pinctrl: Use int type to store negative error codes
 2025-08-31  8:49 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: armada-37xx: "
` [PATCH 2/3] pinctrl: ma35: "
` [PATCH 3/3] pinctrl: renesas: "

[PATCH 0/4] sched.7 and small futex.2 updates
 2025-08-31  8:48 UTC  (3+ messages)
` [PATCH 3/4] man/man2/futex.2: Recycle two gmane URLs

[PATCH v1 0/2] ASoC: qcom: audioreach: Fix lpaif_type and WS source configuration for I2S interface
 2025-08-31  8:39 UTC  (5+ messages)
` [PATCH v1 1/2] ASoC: qcom: audioreach: Fix lpaif_type configuration for the "
` [PATCH v1 2/2] ASoC: qcom: audioreach: Fix default WS source assignment for "

[PATCH] mfd: max77705: rework interrupts
 2025-08-31  8:29 UTC  (2+ messages)

[PATCH 0/3] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
 2025-08-31  8:06 UTC  (4+ messages)
` [PATCH 1/3] selftests: drv-net: Fix and clarify TC bandwidth split "
` [PATCH 2/3] selftests: drv-net: Fix tolerance calculation "
` [PATCH 3/3] selftests: drv-net: Relax total BW check "

[syzbot] [f2fs?] kernel BUG in f2fs_do_truncate_blocks
 2025-08-31  8:03 UTC 

[PATCH v3 0/6] firmware: arm_scmi: imx: Dump syslog and system_info
 2025-08-31  8:28 UTC  (14+ messages)
` [PATCH v3 2/6] firmware: arm_scmi: imx: Support discovering buildinfo of MISC protocol
` [PATCH v3 3/6] firmware: arm_scmi: imx: Support getting cfg info "
` [PATCH v3 5/6] firmware: arm_scmi: imx: Support getting syslog "

[syzbot] [kernel?] possible deadlock in device_create_groups_vargs
 2025-08-31  7:41 UTC 


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