public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-02 08:14:04 to 2025-10-02 11:32:07 UTC [more...]

[RFC PATCH v4 00/28] Cache aware load-balancing
 2025-10-02 11:31 UTC  (4+ messages)
` [RFC PATCH v4 07/28] sched: Add helper function to decide whether to allow cache aware scheduling

linux-next: manual merge of the vfs-brauner tree with the origin tree
 2025-10-02 11:31 UTC 

[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2025-10-02 11:30 UTC  (19+ messages)
` [PATCH v2 01/20] rv: Refactor da_monitor to minimise macros
` [PATCH v2 02/20] rv: Cleanup da_monitor after refactor
` [PATCH v2 03/20] rv: Unify DA event handling functions across monitor types
` [PATCH v2 04/20] Documentation/rv: Adapt documentation after da_monitor refactoring
` [PATCH v2 05/20] verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.h
` [PATCH v2 06/20] verification/rvgen: Annotate DA functions with types
` [PATCH v2 08/20] verification/dot2c: Remove superfluous enum assignment and add last comma
` [PATCH v2 11/20] verification/rvgen: Allow spaces in and events strings

[RFC V3 0/9] Accelerate page migration with batch copying and hardware offload
 2025-10-02 11:29 UTC  (9+ messages)
` [RFC V3 1/9] mm/migrate: factor out code in move_to_new_folio() and migrate_folio_move()
` [RFC V3 4/9] mm/migrate: add migrate_folios_batch_move to batch the folio move operations
` [RFC V3 5/9] mm: add support for copy offload for folio Migration
` [RFC V3 6/9] mtcopy: introduce multi-threaded page copy routine

[GIT PULL] Crypto Update for 6.17
 2025-10-02 11:27 UTC  (7+ messages)
        ` 6.17 crashes in ipv6 code when booted fips=1 [was: [GIT PULL] Crypto Update for 6.17]

[PATCH v2] stable: crypto: sha256 - fix crash at kexec
 2025-10-02 11:26 UTC 

[PATCH] iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handling
 2025-10-02 11:22 UTC 

[PATCH v5 0/5] Handle NBCON consoles on KDB
 2025-10-02 11:23 UTC  (4+ messages)
` [PATCH v5 2/5] printk: nbcon: Introduce KDB helpers

[PATCH 00/21] mm: ASI direct map management
 2025-10-02 11:23 UTC  (7+ messages)

[PATCH] sched: drop unused variable cpumask in mm_cid_get()
 2025-10-02 11:23 UTC 

[Discuss] First steps for ASI (ASI is fast again)
 2025-10-02 11:21 UTC  (4+ messages)

[PATCH RFC] usb: typec: thunderbolt: Fix Thunderbolt adapter type bitfield values
 2025-10-02 11:19 UTC  (2+ messages)

[PATCH v3 phy 00/17] Lynx 28G improvements part 1
 2025-10-02 11:14 UTC  (10+ messages)
` [PATCH v3 phy 12/17] dt-bindings: phy: lynx-28g: add compatible strings per SerDes and instantiation
` [PATCH v3 phy 13/17] phy: lynx-28g: probe on per-SoC and per-instance compatible strings

linux-next: manual merge of the nfsd tree with the nfs-anna tree
 2025-10-02 11:08 UTC 

[GIT PULL] s390 fixes for 6.17-rc3
 2025-10-02 11:05 UTC  (3+ messages)

[PATCH 0/1] documentation: seqlock: fix the wrong documentation of read_seqbegin_or_lock/need_seqretry
 2025-10-02 11:01 UTC  (4+ messages)
` [PATCH 1/1] "

linux-next: build failure after merge of the fixes tree
 2025-10-02 11:01 UTC 

[GIT PULL] printk for 6.18
 2025-10-02 10:53 UTC 

[PATCH 00/10] drm/panthor: minor AS_CONTROL clean up
 2025-10-02 10:48 UTC  (12+ messages)
` [PATCH 02/10] drm/panthor: rename and document lock_region
` [PATCH 04/10] drm/panthor: add mmu_hw_cmd_update
` [PATCH 05/10] drm/panthor: rename and document mmu_hw_do_operation_locked
` [PATCH 06/10] drm/panthor: remove write_cmd
` [PATCH 07/10] drm/panthor: remove unnecessary mmu_hw_wait_ready calls

[PATCH v5 0/5] Add support for Andes Qilai SoC PCIe controller
 2025-10-02 10:45 UTC  (6+ messages)
` [PATCH v5 1/5] PCI: dwc: Allow adjusting the number of ob/ib windows in glue driver
` [PATCH v5 2/5] dt-bindings: PCI: Add Andes QiLai PCIe support
` [PATCH v5 3/5] riscv: dts: andes: Add PCIe node into the QiLai SoC
` [PATCH v5 4/5] PCI: andes: Add Andes QiLai SoC PCIe host driver support
` [PATCH v5 5/5] MAINTAINERS: Add maintainers for Andes QiLai PCIe driver

[PATCH] ext4: reject inline data flag when i_extra_isize is zero
 2025-10-02 10:41 UTC 

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02 10:39 UTC  (21+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
  ` [PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[RFC 0/2] support vduse feature provisioning in vdpa netlink command
 2025-10-02 10:35 UTC  (3+ messages)
` [RFC 1/2] vduse: support feature provisioning
` [RFC 2/2] vduse: allow to specify device-specific features if it's multiclass

[PATCH v7 0/2] add VCP mailbox driver
 2025-10-02 10:34 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: mailbox: mediatek,mt8196-vcp-mbox: add mtk vcp-mbox document
` [PATCH v7 2/2] mailbox: mediatek: Add mtk-vcp-mailbox driver

[PATCH 0/3] soc: samsung: exynos-pmu: gs101: avoid SError for inaccessible registers
 2025-10-02 10:32 UTC  (4+ messages)
` [PATCH 1/3] soc: samsung: exynos-pmu: allow specifying read & write access tables for secure regmap
` [PATCH 2/3] soc: samsung: exynos-pmu: move some gs101 related code into new file
` [PATCH 3/3] soc: samsung: gs101-pmu: implement access tables for read and write

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02 10:32 UTC 

[PATCH v6 00/16] drm/vkms: Add configfs support
 2025-10-02 10:20 UTC  (2+ messages)

[PATCH RESEND] PCI/AER: Check for NULL aer_info before ratelimiting in pci_print_aer()
 2025-10-02 10:06 UTC  (5+ messages)

[PATCH v3] dt-bindings: ASoC: Convert MediaTek RT5650 codecs bindings to DT schema
 2025-10-02 10:16 UTC  (2+ messages)

[PATCH 0/4] Add support for Dongwoon Anatech DW9800K driver
 2025-10-02 10:15 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: media: i2c: dw9719: Document DW9800K
` [PATCH 2/4] media: i2c: dw9719: Add DW9800K support
` [PATCH 3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable CCI pull-up
` [PATCH 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add UW cam actuator

[PATCH 0/6] coresight: Add format attribute for setting the timestamp interval
 2025-10-02 10:11 UTC  (4+ messages)
` [PATCH 2/6] coresight: Fix holes in struct etmv4_config

[PATCH] fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
 2025-10-02 10:11 UTC  (6+ messages)

[PATCH v2 0/3] printk: Release console_lock between printing records in legacy thread
 2025-10-02 10:10 UTC  (7+ messages)
` [PATCH v2 2/3] printk: console_flush_one_record() code cleanup

[PATCH v3 0/5] coresight: Add format attribute for setting the timestamp interval
 2025-10-02 10:09 UTC  (6+ messages)
` [PATCH v3 1/5] coresight: Change syncfreq to be a u8
` [PATCH v3 2/5] coresight: Repack struct etmv4_drvdata
` [PATCH v3 3/5] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v3 4/5] coresight: Add format attribute for setting the timestamp interval
` [PATCH v3 5/5] coresight: docs: Document etm4x ts_interval

[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
 2025-10-02 10:06 UTC  (22+ messages)
` [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH 5/8] media: iris: Move vpu register defines to common header file
` [PATCH 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
  ` [PATCH 2/8] media: iris: Add support for multiple clock sources
  ` [PATCH 4/8] media: iris: Introduce buffer size calculations for vpu4

[PATCH] stable: crypto: sha256 - fix crash at kexec
 2025-10-02 10:02 UTC  (5+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02 10:01 UTC  (3+ messages)
` Forwarded: [PATCH] ext4: reject system.data xattr with external inode storage
` Forwarded: [PATCH] ext4: reject inline data flag when i_extra_isize is zero

[PATCH] tracing: fprobe: Fix to init fprobe_ip_table earlier
 2025-10-02 10:00 UTC  (2+ messages)

[PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition
 2025-10-02  9:56 UTC 

[linux-next:master] [tracing] e5a4cc28a0: BUG:spinlock_bad_magic_on_CPU
 2025-10-02  9:54 UTC  (3+ messages)

[PATCH] ARM: dts: am33xx: Add missing serial console speed
 2025-10-02  9:53 UTC 

[PATCH] crypto: ti - Add CRYPTO_ALG_ASYNC flag to DTHEv2 AES algos
 2025-10-02  9:49 UTC  (2+ messages)

[PATCH v3 0/3] arm64: dts: qcom: Add PCIe Support for sm8750
 2025-10-02  9:49 UTC  (4+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: sm8750: Add PCIe PHY and controller node

[PATCH v2] media: rkisp1: Improve frame sequence correctness on stats and params buffers
 2025-10-02  9:49 UTC  (4+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02  9:48 UTC 

[PATCH] crypto: fix null-ptr-dereference in rng_setentropy
 2025-10-02  9:45 UTC  (2+ messages)
` [PATCH] crypto: rng - Ensure set_ent is always present

[PATCH v1 1/2] spi: dt-bindings: cadence: add soc-specific compatible strings for zynqmp and versal-net
 2025-10-02  9:44 UTC  (4+ messages)
` [PATCH v1 2/2] arm64: dts: xilinx: add soc-specific spi compatibles for zynqmp/versal-net

[PATCH 2/3] clk: qcom: gcc-x1e80100: Add missing USB4 clocks/resets
 2025-10-02  9:40 UTC  (3+ messages)

[PATCH] soc: qcom: ice: Set ICE clk to turbo on probe
 2025-10-02  9:39 UTC  (2+ messages)

[PATCH v5 0/7] SPMI: Implement sub-devices and migrate drivers
 2025-10-02  9:36 UTC  (8+ messages)
` [PATCH v5 1/7] spmi: Implement spmi_subdevice_alloc_and_add() and devm variant
` [PATCH v5 2/7] nvmem: qcom-spmi-sdam: Migrate to devm_spmi_subdevice_alloc_and_add()
` [PATCH v5 3/7] power: reset: qcom-pon: "
` [PATCH v5 4/7] phy: qualcomm: eusb2-repeater: "
` [PATCH v5 5/7] misc: qcom-coincell: "
` [PATCH v5 6/7] iio: adc: qcom-spmi-iadc: "
` [PATCH v5 7/7] iio: adc: qcom-spmi-iadc: Remove regmap R/W wrapper functions

[PATCH v3 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2025-10-02  9:37 UTC  (5+ messages)
` [PATCH v3 07/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node

[PATCH] clk: COMMON_CLK_RPMI should depend on RISCV
 2025-10-02  9:36 UTC  (3+ messages)

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-10-02  9:35 UTC  (8+ messages)
` [PATCH v10 06/43] arm64: RME: Define the user ABI
` [PATCH v10 07/43] arm64: RME: ioctls to create and configure realms

[git pull] IOMMU Updates for Linux v6.18
 2025-10-02  9:32 UTC 

[PATCH] rust_binder: remove warning about orphan mappings
 2025-10-02  9:25 UTC 

[PATCH] rtc: fix error checking in wdt_disable()
 2025-10-02  9:24 UTC 

[PATCH v3 0/6] arm64: dts: ti: k3-am62: Add wakeup-sources for low power modes
 2025-10-02  9:24 UTC  (2+ messages)

[PATCH] nvme: target: fix error checking in nvmet_fc_schedule_delete_assoc()
 2025-10-02  9:22 UTC 

[PATCH v8 0/3] firmware: ti_sci: Partial-IO support
 2025-10-02  9:21 UTC  (4+ messages)

[PATCH] rtc: fix error return in pm80x_rtc_set_time()
 2025-10-02  9:20 UTC 

[PATCH] clk: tests: Add tests for clk lookup by name
 2025-10-02  9:20 UTC 

[PATCH 0/2] dt-bindings: leds: Convert to DT Schema
 2025-10-02  9:20 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: leds: ti,lm3532: "
` [PATCH 2/2] dt-bindings: leds: ti,lm3601x: "

[PATCH] rtc: fix error return in pm80x_rtc_set_time()
 2025-10-02  9:19 UTC 

[PATCH v2] vgem: fix error return in vgem_init()
 2025-10-02  9:18 UTC 

[PATCH] rtc: fix error return in pm80x_rtc_read_alarm()
 2025-10-02  9:18 UTC 

[PATCH] rtc: fix error return in pm80x_rtc_read_alarm()
 2025-10-02  9:18 UTC 

[PATCH] rtc: fix error return in pm80x_rtc_set_alarm()
 2025-10-02  9:16 UTC 

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-10-02  9:16 UTC  (5+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space

[PATCH] net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
 2025-10-02  9:14 UTC 

[PATCH v4 00/10] Introduce Glymur USB support
 2025-10-02  9:11 UTC  (5+ messages)
` [PATCH v4 07/10] phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settings

[PATCH v8 18/20] PCI/AER: Ratelimit correctable and non-fatal error logging
 2025-10-02  9:08 UTC  (3+ messages)

[PATCH v2 0/4] memory: tegra: Add MC error logging support for Tegra264 SoC
 2025-10-02  9:00 UTC  (5+ messages)
` [PATCH v2 1/4] memory: tegra: Group mc-err related registers
` [PATCH v2 2/4] memory: tegra: Group register and fields
` [PATCH v2 3/4] memory: tegra: Add support for multiple irqs
` [PATCH v2 4/4] memory: tegra: Add MC error logging support for Tegra264

[PATCH] slab: Fix using this_cpu_ptr() in preemptible context
 2025-10-02  9:00 UTC  (5+ messages)

[PATCH v7 0/9] Add support MT6316/6363/MT6373 PMICs regulators and MFD
 2025-10-02  9:00 UTC  (10+ messages)
` [PATCH v7 1/9] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
` [PATCH v7 2/9] regulator: Add support for MediaTek MT6316 SPMI "
` [PATCH v7 3/9] dt-bindings: regulator: Document MediaTek MT6363 "
` [PATCH v7 4/9] regulator: Add support for MediaTek MT6363 SPMI "
` [PATCH v7 5/9] dt-bindings: regulator: Document MediaTek MT6373 "
` [PATCH v7 6/9] regulator: Add support for MediaTek MT6373 SPMI "
` [PATCH v7 7/9] dt-bindings: iio: adc: mt6359: Allow reg for SPMI PMICs AuxADC
` [PATCH v7 8/9] dt-bindings: mfd: Add binding for MediaTek MT6363 series SPMI PMIC
` [PATCH v7 9/9] drivers: mfd: Add support for MediaTek SPMI PMICs and MT6363/73

[RFC PATCH v3 00/24] Hierarchical Constant Bandwidth Server
 2025-10-02  9:00 UTC  (2+ messages)

[PATCH 3/5] media: iris: Add support for AV1 format in iris decoder
 2025-10-02  8:57 UTC  (2+ messages)

[syzbot] [fs?] WARNING in copy_mnt_ns
 2025-10-02  8:57 UTC  (4+ messages)

[PATCH 0/2] arm64: dts: qcom: msm8996: fix issues with probing of USB hosts
 2025-10-02  8:53 UTC  (3+ messages)
` [PATCH 1/2] interconnect: qcom: msm8996: add missing link to SLAVE_USB_HS
` [PATCH 2/2] arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller

[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
 2025-10-02  8:48 UTC 

[PATCH 00/26] media: Add support for multi-context operations
 2025-10-02  8:48 UTC  (4+ messages)
` [PATCH 06/26] media: v4l2-ioctl: Introduce VIDIOC_BIND_CONTEXT

[PATCH 0/7] ASoC/SOF/PCI/Intel: Support for Nova Lake S
 2025-10-02  8:42 UTC  (8+ messages)
` [PATCH 1/7] PCI: Add Intel Nova Lake S audio Device ID
` [PATCH 2/7] ALSA: hda/hdmi: intelhdmi: add HDMI codec ID for Intel NVL
` [PATCH 3/7] ASoC: Intel: soc-acpi: add NVL match tables
` [PATCH 4/7] ASoC: Intel: soc-acpi-intel-nvl-match: add rt722 l3 support
` [PATCH 5/7] ASoC: SOF: Intel: add initial support for NVL-S
` [PATCH 6/7] ALSA: hda: core: intel-dsp-config: Add "
` [PATCH 7/7] ALSA: hda: controllers: intel: add support for Nova Lake S

[PATCH] tee: QCOMTEE should depend on ARCH_QCOM
 2025-10-02  8:41 UTC  (3+ messages)

Updated webpage: Methodist Philosophy (was Fair Pay Philosophy, Unification in Bitstream System, Low JItter)
 2025-10-02  8:40 UTC 

[PATCH] gpu/drm/nouveau/nvif: fix a null dereference in nvif_client_ctor()
 2025-10-02  8:33 UTC 

New September Order. 09536 Thursday, October 2, 2025 at 10:29:46 AM
 2025-10-02  8:29 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-02  8:24 UTC  (6+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCH 2/2] rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
 2025-10-02  8:23 UTC 

[PATCH 1/2] rv: Fully convert enabled_monitors to use list_head as iterator
 2025-10-02  8:22 UTC 

[PATCH v2 1/2] dt-bindings: gpu: mali-valhall: make mali-supply optional
 2025-10-02  8:21 UTC  (3+ messages)
` [PATCH v2 2/2] drm/panthor: skip regulator setup if no such prop

[PATCH v5 0/8] media: Introduce V4L2 generic ISP support
 2025-10-02  8:17 UTC  (2+ messages)

[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
 2025-10-02  8:16 UTC 


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