The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-06-21 16:03:55 to 2025-06-21 21:04:50 UTC [more...]

[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-21 21:04 UTC  (5+ messages)
` [PATCH v6 07/23] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v6 09/23] clk: Add clock driver for the RISC-V RPMI clock service group

[tip: locking/urgent] futex: Allow to resize the private local hash
 2025-06-21 21:01 UTC  (11+ messages)

[patch 00/13] ptp: Belated spring cleaning of the chardev driver
 2025-06-21 20:59 UTC  (27+ messages)
` [patch 01/13] ptp: Split out PTP_CLOCK_GETCAPS ioctl code
` [patch 02/13] ptp: Split out PTP_EXTTS_REQUEST "
` [patch 03/13] ptp: Split out PTP_PEROUT_REQUEST "
` [patch 04/13] ptp: Split out PTP_ENABLE_PPS "
` [patch 05/13] ptp: Split out PTP_SYS_OFFSET_PRECISE "
` [patch 06/13] ptp: Split out PTP_SYS_OFFSET_EXTENDED "
` [patch 07/13] ptp: Split out PTP_SYS_OFFSET "
` [patch 08/13] ptp: Split out PTP_PIN_GETFUNC "
` [patch 09/13] ptp: Split out PTP_PIN_SETFUNC "
` [patch 10/13] ptp: Split out PTP_MASK_CLEAR_ALL "
` [patch 11/13] ptp: Split out PTP_MASK_EN_SINGLE "

Some updates on Philosophy perspective (was low jitter, fair pay philosophy)
 2025-06-21 20:50 UTC 

[PATCH 0/4] mailbox: qcom-apcs-ipc: Avoid circular dependency with clock controller
 2025-06-21 20:51 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: mailbox: qcom,apcs: Add separate node for clock-controller

[PATCH 0/9] docs: kdoc: rework the BODY* processing states
 2025-06-21 20:35 UTC  (10+ messages)
` [PATCH 1/9] docs: kdoc: Make body_with_blank_line parsing more flexible
` [PATCH 2/9] docs: kdoc: consolidate the "begin section" logic
` [PATCH 3/9] docs: kdoc: separate out the handling of the declaration phase
` [PATCH 4/9] docs: kdoc: split out the special-section state
` [PATCH 5/9] docs: kdoc: coalesce the new-section handling
` [PATCH 6/9] docs: kdoc: rework the handling of SPECIAL_SECTION
` [PATCH 7/9] docs: kdoc: coalesce the end-of-comment processing
` [PATCH 8/9] docs: kdoc: Add some comments to process_decl()
` [PATCH 9/9] docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION states

[PATCH] Documentation: treewide: Replace remaining spinics links with lore
 2025-06-21 20:20 UTC  (2+ messages)

[PATCH] Documentation/sysctl: coredump: add %F for pidfd number
 2025-06-21 20:18 UTC  (2+ messages)

[GIT PULL] i2c-host-fixes for v6.16-rc3
 2025-06-21 20:16 UTC  (2+ messages)

[PATCH] iio: accel: bmc150: Do not configure IRQ registers if no IRQ connected
 2025-06-21 20:14 UTC  (11+ messages)

[PATCH] docs: f2fs: fix typos in f2fs.rst
 2025-06-21 20:13 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the jc_docs tree
 2025-06-21 20:11 UTC  (3+ messages)
` [PATCH] Documentation: amd-pstate:fix minimum performance state label error

[PATCH v2 00/15] Some improvements and fixes for the doc build system
 2025-06-21 20:09 UTC  (17+ messages)
` [PATCH v2 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v2 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v2 03/15] scripts: scripts/test_doc_build.py: add script to test doc build
` [PATCH v2 04/15] scripts: test_doc_build.py: make capture assynchronous
` [PATCH v2 05/15] scripts: test_doc_build.py: better control its output
` [PATCH v2 06/15] scripts: test_doc_build.py: better adjust to python version
` [PATCH v2 07/15] scripts: test_doc_build.py: improve dependency list
` [PATCH v2 08/15] scripts: test_doc_build.py: improve cmd.log logic
` [PATCH v2 09/15] scripts: test_doc_build.py: make the script smarter
` [PATCH v2 10/15] scripts: sphinx-pre-install: properly handle SPHINXBUILD
` [PATCH v2 11/15] scripts: sphinx-pre-install: fix release detection for Fedora
` [PATCH v2 12/15] scripts: test_doc_build.py: regroup and rename arguments
` [PATCH v2 13/15] docs: sphinx: add a file with the requirements for lowest version
` [PATCH v2 14/15] docs: conf.py: several coding style fixes
` [PATCH v2 15/15] docs: conf.py: Check Sphinx and docutils version

[PATCH v2 0/4] firmware: qcom: enable UEFI variables on Lenovo Yoga C630
 2025-06-21 19:56 UTC  (5+ messages)
` [PATCH v2 1/4] firmware: qcom: scm: allow specifying quirks for QSEECOM implementations
` [PATCH v2 2/4] firmware: qcom: uefisecapp: add support for R/O UEFI vars
` [PATCH v2 3/4] firmware: qcom: enable QSEECOM on Lenovo Yoga C630
` [PATCH v2 4/4] arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix RTC offset info

[PATCH v9 00/11] iio: accel: adxl345: add interrupt based sensor events
 2025-06-21 19:55 UTC  (19+ messages)
` [PATCH v9 01/11] iio: accel: adxl345: apply scale factor to tap threshold
` [PATCH v9 05/11] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v9 07/11] iio: accel: adxl345: add activity event feature
` [PATCH v9 08/11] iio: accel: adxl345: add inactivity feature

[PATCH 0/8] Device: generic accessors for drvdata + Driver::unbind()
 2025-06-21 19:43 UTC  (9+ messages)
` [PATCH 1/8] rust: device: introduce device::Internal
` [PATCH 2/8] rust: device: add drvdata accessors
` [PATCH 3/8] rust: platform: use generic device "
` [PATCH 4/8] rust: pci: "
` [PATCH 5/8] rust: auxiliary: "
` [PATCH 6/8] rust: platform: implement Driver::unbind()
` [PATCH 7/8] rust: pci: "
` [PATCH 8/8] samples: rust: pci: reset pci-testdev in unbind()

[PATCH 0/4] arm64: dts: rockchip: enable further peripherals on ArmSoM Sige5
 2025-06-21 19:44 UTC  (8+ messages)
` [PATCH 1/4] arm64: dts: rockchip: list all CPU supplies "

[PATCH 0/6] Some improvements for the doc build system
 2025-06-21 19:39 UTC  (2+ messages)

[PATCH] [v2] myri10ge: avoid uninitialized variable use
 2025-06-21 19:35 UTC 

AMDGPU - Regression: Black screen due to commit 16dc8bc27c2aa3c93905d3e885e27f1e3535f09a
 2025-06-21 19:32 UTC  (6+ messages)

[PATCH 0/3] Add initial device tree for Billion Capture+
 2025-06-21 19:31 UTC  (4+ messages)
` [PATCH 3/3] arm64: dts: qcom: msm8953: Add "

[PATCH] Fix typo in Documentation/userspace-api/sysfs-platform_profile.rst
 2025-06-21 19:25 UTC  (2+ messages)

[RFC PATCH] amd64-agp: do not bind to pci driver if probing fails
 2025-06-21 19:21 UTC  (4+ messages)

[PATCH] iio: adc: spear_adc: mask SPEAR_ADC_STATUS_AVG_SAMPLE before setting register
 2025-06-21 19:18 UTC  (2+ messages)

[PATCH v2] soundwire: debugfs: move debug statement outside of error handling
 2025-06-21 19:09 UTC 

[RFC 0/2] lib/vsprintf: Add support for pte_t
 2025-06-21 19:14 UTC  (7+ messages)
` [RFC 1/2] "

[PATCH 0/2] gpio: improve gpiod_is_equal()
 2025-06-21 19:12 UTC  (3+ messages)
` [PATCH 2/2] gpio: make gpiod_is_equal() arguments stricter

[PATCH 00/33] tty: summer cleanup
 2025-06-21 19:08 UTC  (5+ messages)
` [PATCH 30/33] serial: 8250: invert serial8250_register_8250_port() CIR condition

[PATCH v4 0/2] nfsd: Implement large extent array support in pNFS
 2025-06-21 19:08 UTC  (5+ messages)
` [PATCH v4 1/2] nfsd: Drop dprintk in blocklayout xdr functions
` [PATCH v4 2/2] nfsd: Implement large extent array support in pNFS

[PATCH] arm64: dts: qcom: sdm845: rename DisplayPort labels
 2025-06-21 19:08 UTC  (2+ messages)

[PATCH 0/3] usb: dwc3: Fix TRB reclaim regression and clean up reclaim logic
 2025-06-21 19:07 UTC  (4+ messages)
` [PATCH 1/3] usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPs
` [PATCH 2/3] usb: dwc3: gadget: Simplify TRB reclaim logic by removing redundant 'chain' argument
` [PATCH 3/3] usb: dwc3: gadget: Simplify logic in dwc3_needs_extra_trb()

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-06-21 18:44 UTC  (4+ messages)
` [PATCH v5 1/3] rust: add C wrappers for `ww_mutex` inline functions
` [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree
` [PATCH v5 3/3] add KUnit coverage on Rust `ww_mutex` implementation

[PATCH] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4
 2025-06-21 18:52 UTC 

[PATCH] x86/CPU/AMD: Add CPUID faulting support
 2025-06-21 18:52 UTC  (2+ messages)
` [tip: x86/cpu] "

[v6.16-rc2+ Bug] panic in inode_doinit_with_dentry during booting
 2025-06-21 18:40 UTC  (2+ messages)

[PATCH v2 1/3] mfd: tps65219: Constify struct regmap_irq_sub_irq_map and tps65219_chip_data
 2025-06-21 18:30 UTC  (3+ messages)
` [PATCH v2 2/3] mfd: tps65219: Remove an unused field from 'struct tps65219'
` [PATCH v2 3/3] mfd: tps65219: Remove another "

[PATCH v2] staging: media: atomisp: fix coding style in ia_css_output.host.c
 2025-06-21 18:26 UTC  (2+ messages)

[PATCH] staging: media: atomisp: Replace scnprintf with sysfs_emit in bo_show
 2025-06-21 18:24 UTC  (2+ messages)

[PATCH 6/9] dt-bindings: gpio: rockchip: Allow use of a power-domain
 2025-06-21 18:23 UTC  (3+ messages)

[PATCH RESEND v4 0/5] media: i2c: imx214: Add support for more clock frequencies
 2025-06-21 18:17 UTC  (3+ messages)
` [PATCH RESEND v4 3/5] media: i2c: imx214: Make use of CCS PLL calculator

[PATCH 0/8] usb: typec: ucsi: yoga-c630: enable DisplayPort support
 2025-06-21 18:13 UTC  (9+ messages)
` [PATCH 1/8] usb: typec: ucsi: yoga-c630: fix error and remove paths
` [PATCH 2/8] usb: typec: ucsi: add recipient arg to update_altmodes() callback
` [PATCH 3/8] usb: typec: ucsi: yoga-c630: remove duplicate AltModes
` [PATCH 4/8] usb: typec: ucsi: yoga-c630: remove extra AltModes for port 1
` [PATCH 5/8] usb: typec: ucsi: yoga-c630: fake AltModes for port 0
` [PATCH 6/8] usb: typec: ucsi: yoga-c630: correct response for GET_CURRENT_CAM
` [PATCH 7/8] usb: typec: ucsi: yoga-c630: handle USB / HPD messages to set port orientation
` [PATCH 8/8] usb: typec: ucsi: yoga-c630: register DRM HPD bridge

[PATCH] Fix typo in marvell octeontx2 documentation
 2025-06-21 18:11 UTC  (2+ messages)

[RFC PATCH v2 2/2] mm/damon/paddr: Allow multiple migrate targets
 2025-06-21 18:11 UTC  (3+ messages)

[PATCH] myri10ge: avoid uninitialized variable use
 2025-06-21 18:10 UTC  (4+ messages)

[PATCH] ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
 2025-06-21 18:02 UTC 

[PATCH v4 0/5] perf: generate events for BPF metadata
 2025-06-21 18:01 UTC  (2+ messages)

[PATCH] perf parse-events: Set default GH modifier properly
 2025-06-21 18:01 UTC  (2+ messages)

[PATCH v1] perf test: Expand user space event reading (rdpmc) tests
 2025-06-21 18:01 UTC  (2+ messages)

[PATCH v1] perf test: Add header shell test
 2025-06-21 18:01 UTC  (2+ messages)

[PATCH] perf vendor events arm64: Update FUJITSU-MONAKA pmu event
 2025-06-21 18:01 UTC  (2+ messages)

[PATCH v6 0/4] iio: accel: sca3000: simplify by using newer infrastructure
 2025-06-21 17:58 UTC  (9+ messages)
` [PATCH v6 1/4] iio: accel: sca3000: replace usages of internal read data helpers by spi helpers
` [PATCH v6 2/4] iio: accel: sca3000: clean sca3000_read_data()
` [PATCH v6 3/4] iio: accel: sca3000: use lock guards
` [PATCH v6 4/4] iio: accel: sca3000: use sysfs_emit_at() instead of sprintf()

[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
 2025-06-21 17:55 UTC  (11+ messages)

[PATCH net] net: netpoll: Initialize UDP checksum field before checksumming
 2025-06-21 17:55 UTC  (2+ messages)

[RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions
 2025-06-21 17:36 UTC  (2+ messages)

[RFC PATCH 0/4] mm/damon: add DAMOS_MIGRATE_{HOT,COLD} destination nodes and weights
 2025-06-21 17:31 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/damon: add struct damos_migrate_dest
` [RFC PATCH 2/4] mm/damon/core: add damos->migrate_dest field
` [RFC PATCH 3/4] mm/damon/sysfs-schemes: implement DAMOS action destinations directory
` [RFC PATCH 4/4] mm/damon/sysfs-schemes: set damos->migrate_dest

[RFC PATCH 00/15] LSM: No exclusive LSMs
 2025-06-21 17:18 UTC  (16+ messages)
  ` [RFC PATCH 01/15] Audit: Create audit_stamp structure
  ` [RFC PATCH 02/15] LSM: security_lsmblob_to_secctx module selection
  ` [RFC PATCH 03/15] Audit: Add record for multiple task security contexts
  ` [RFC PATCH 04/15] Audit: Add record for multiple object contexts
  ` [RFC PATCH 05/15] LSM: Single calls in secid hooks
  ` [RFC PATCH 06/15] LSM: Exclusive secmark usage
  ` [RFC PATCH 07/15] Audit: Call only the first of the audit rule hooks
  ` [RFC PATCH 08/15] AppArmor: Remove the exclusive flag
  ` [RFC PATCH 09/15] LSM: Add mount opts blob size tracking
  ` [RFC PATCH 10/15] LSM: allocate mnt_opts blobs instead of module specific data
  ` [RFC PATCH 11/15] LSM: Infrastructure management of the mnt_opts security blob
  ` [RFC PATCH 12/15] LSM: Allow reservation of netlabel
  ` [RFC PATCH 13/15] LSM: restrict security_cred_getsecid() to a single LSM
  ` [RFC PATCH 14/15] Smack: Remove LSM_FLAG_EXCLUSIVE
  ` [RFC PATCH 15/15] LSM: Remove exclusive LSM flag

[PATCH v3 0/2] add support for MCP998X
 2025-06-21 17:19 UTC  (6+ messages)
` [PATCH v3 2/2] iio: temperature: "

[PATCH V6 10/10] scsi: ufs: qcom : Refactor phy_power_on/off calls
 2025-06-21 17:15 UTC  (3+ messages)

next-20250620: Qualcomm Dragonboard 845c Internal error Oops at ufs_qcom_setup_clocks
 2025-06-21 17:15 UTC  (2+ messages)

[PATCH v3] fuse: Fix runtime warning on truncate_folio_batch_exceptionals()
 2025-06-21 17:13 UTC 

[PATCH v1 1/1] iio: imu: inv_icm42600: Convert to uXX and sXX integer types
 2025-06-21 17:13 UTC  (6+ messages)

[PATCH] ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header
 2025-06-21 17:10 UTC 

[GIT PULL] Apple SoC fixes for v6.16
 2025-06-21 17:09 UTC 

[PATCH 1/2] arm64: dts: imx8mm: Configure DMA on UART2
 2025-06-21 17:07 UTC  (2+ messages)

[PATCH v4 0/2] Add support for WoM (Wake-on-Motion) feature
 2025-06-21 17:07 UTC  (5+ messages)
` [PATCH v4 1/2] iio: imu: inv_icm42600: add WoM support

[PATCH] arm64: dts: rockchip: Fix eMMC HS200 mode on Radxa E20C
 2025-06-21 16:58 UTC 

[PATCH] cifs: Fix lstat() and AT_SYMLINK_NOFOLLOW to work on broken symlink nodes
 2025-06-21 16:52 UTC  (5+ messages)

[PATCH] usb: core: Use sysfs_emit_at() when showing dynamic IDs
 2025-06-21 16:40 UTC 

[PATCH v5 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-21 16:37 UTC  (6+ messages)
` [PATCH v5 01/11] dt-bindings: iio: adc: Add AD4170

[GIT PULL] erofs fixes for 6.16-rc3
 2025-06-21 16:36 UTC  (2+ messages)

[GIT PULL] First round of NFSD fixes for v6.16
 2025-06-21 16:36 UTC  (2+ messages)

[PATCH] ublk: fix narrowing warnings in UAPI header
 2025-06-21 16:28 UTC 

[PATCH 1/2] rust: macros: allow optional trailing comma in module!
 2025-06-21 16:24 UTC  (5+ messages)
` [PATCH 1/2] spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine

[PATCH v3] irqchip/mips-gic: allow forced affinity
 2025-06-21 16:23 UTC  (2+ messages)
` [tip: irq/drivers] irqchip/mips-gic: Allow "

[PATCH v3 0/8] Add support for AD4052 device family
 2025-06-21 16:20 UTC  (14+ messages)
` [PATCH v3 4/8] iio: adc: Add support for ad4052
` [PATCH v3 6/8] iio: adc: Add offload "
` [PATCH v3 8/8] iio: adc: Add events support to ad4052

[PATCH 1/3 v4] rust: add C wrappers for `ww_mutex` inline functions
 2025-06-21 16:15 UTC  (6+ messages)
` [PATCH 2/3 v4] implement ww_mutex abstraction for the Rust tree
` [PATCH 3/3 v4] add KUnit coverage on Rust `ww_mutex` implementation

[GIT PULL] smb3 client fixes
 2025-06-21 16:12 UTC  (5+ messages)

[tip:irq/urgent] BUILD SUCCESS 3085ef9d9e7ab5ae4cddbe809e2e3b8dc11cdc75
 2025-06-21 16:11 UTC 

[GIT PULL] smb3 client fixes (updated)
 2025-06-21 16:10 UTC 

[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
 2025-06-21 16:10 UTC  (4+ messages)
` [PATCH v4 6/7] modpost: Add modname to mod_device_table alias

[PATCH] RDMA/siw: work around clang stack size warning
 2025-06-21 16:09 UTC  (4+ messages)

[PATCH v2 0/2] Bindings and DTS for Apple SoC GPUs
 2025-06-21 16:03 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: gpu: Add Apple SoC GPU


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