The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-02 10:40:00 to 2026-07-02 12:02:31 UTC [more...]

[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-02 11:58 UTC  (15+ messages)
` [PATCH v9 01/14] firmware: qcom: Add a generic PAS service
` [PATCH v9 02/14] firmware: qcom_scm: Migrate to "
` [PATCH v9 03/14] firmware: qcom: Add a PAS TEE service
` [PATCH v9 04/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v9 05/14] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v9 06/14] remoteproc: qcom_wcnss: "
` [PATCH v9 07/14] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v9 08/14] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v9 09/14] media: qcom: "
` [PATCH v9 10/14] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v9 11/14] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v9 12/14] wifi: ath12k: "
` [PATCH v9 13/14] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v9 14/14] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

[PATCH 0/2] phy: qcom-qusb2: sort out register layouts
 2026-07-02 12:02 UTC  (5+ messages)
` [PATCH 1/2] phy: qcom-qusb2: don't unrelated bits if autoresume is not used
` [PATCH 2/2] phy: qcom-qusb2: fix autoresume handling

[Hypervisor Live Update] Notes from June 1, 2026
 2026-07-02 12:00 UTC  (3+ messages)

[PATCH v2 00/19] ARM: platform and feature deprecation
 2026-07-02 11:59 UTC  (3+ messages)
` [PATCH v2 09/19] ARM: update FPE_NWFPE help text

[PATCH] tracing: Cleanup event_enable_trigger_parse() by using __free()
 2026-07-02 11:58 UTC  (2+ messages)

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-02 11:57 UTC  (15+ messages)

[PATCH] irqchip/gic-v3-its: Reconfigure ITS from software state on resume
 2026-07-02 11:57 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-07-02 11:57 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: connector: pcie-m2-e: Add vendor LGA connector compatible
` [PATCH v2 2/4] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH v2 3/4] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
` [PATCH v2 4/4] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH] xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameter
 2026-07-02 11:56 UTC 

[PATCH v5 00/11] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-07-02 11:56 UTC  (10+ messages)
` [PATCH v5 05/11] arm64: dts: qcom: shikra: Add SMP2P nodes
` [PATCH v5 09/11] arm64: dts: qcom: shikra: add WiFi node support
` [PATCH v5 10/11] arm64: dts: qcom: shikra: Enable Bluetooth and WiFi on EVK boards
` [PATCH v5 11/11] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm

[RESEND PATCH] usb: core: config: fix SS companion log for interrupt endpoints
 2026-07-02 11:55 UTC  (3+ messages)
` [RESEND PATCH] USB: core: report interrupt endpoint correctly in companion descriptor diagnostic

[PATCH RFC v6 0/5] iio: add Open Sensor Fusion IIO driver
 2026-07-02 11:55 UTC  (3+ messages)
` [PATCH RFC v6 5/5] iio: osf: add UART "

[PATCH v3 0/2] iio: adc: ad7779: Remove dead code and redundant error message
 2026-07-02 11:54 UTC  (5+ messages)
` [PATCH v3 1/2] iio: adc: ad7779: Remove unused completion field
` [PATCH v3 2/2] iio: adc: ad7779: Remove redundant dev_err_probe() after devm_request_irq()

[PATCH] ublk: snapshot batch commands before preparing I/O
 2026-07-02 11:53 UTC  (2+ messages)

[PATCH 0/4] spi: fix sticky -EINVAL after PM runtime resume failure
 2026-07-02 11:53 UTC  (4+ messages)
` [PATCH 1/4] PM: runtime: Clear runtime_error on supplier after failed get_sync

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-02 11:53 UTC  (40+ messages)
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH v2] arm64: dts: qcom: qcom6490-idp: Add IPA nodes
 2026-07-02 11:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] ext4: use fsdata to track inline data write state and fix race
 2026-07-02 11:51 UTC  (5+ messages)

[PATCH 0/2] sched: Remove sched_class::balance()
 2026-07-02 11:49 UTC  (2+ messages)

Policy regarding linux-next only changes
 2026-07-02 11:49 UTC 

[PATCH 1/2] dt-bindings: soc: qcom: pmic-glink: Document batteryless property
 2026-07-02 11:49 UTC  (13+ messages)

[PATCH] drm/i915: add disable_edp module parameter to skip phantom eDP init
 2026-07-02 11:48 UTC  (4+ messages)

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-02 11:45 UTC  (3+ messages)

[PATCH v2] serial: qcom-geni: add force suspend/resume to system sleep callbacks
 2026-07-02 11:41 UTC 

[PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_t
 2026-07-02 11:41 UTC  (2+ messages)

[PATCH net-next v8 0/4] Add support for RTL8261C_CG
 2026-07-02 11:40 UTC  (3+ messages)
` [PATCH net-next v8 3/4] net: phy: realtek: add "

[PATCH 0/5] ptrace_set_syscall_info: add support for seccomp syscall skipping and instruction pointer modification
 2026-07-02 11:39 UTC  (8+ messages)
` [PATCH 1/5] ptrace: add PTRACE_SYSCALL_INFO_SECCOMP_SKIP

[PATCH] ipmi: si: Fix NULL pointer dereference in start_kcs_transaction()
 2026-07-02 11:38 UTC  (3+ messages)
` [PATCH v2] ipmi: si: Fix NULL pointer dereference after failed registration

[PATCH v3 0/3] nolibc: Add getcwd() and readlink()
 2026-07-02 11:34 UTC  (5+ messages)
` [PATCH v3 1/3] tools/nolibc: unistd: Add getcwd()
` [PATCH v3 2/3] tools/nolibc: unistd: Add readlink()

[PATCH 03/13] mm: convert __get_unmapped_area() to use vma_flags_t
 2026-07-02 11:37 UTC  (2+ messages)

[PATCH net v2] net: usb: lan78xx: disable VLAN filter in promiscuous mode
 2026-07-02 11:36 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-02 11:33 UTC  (18+ messages)
` [PATCH 01/32] thermal/intel: Stop using "
` [PATCH 04/32] acpi: "
` [PATCH 13/32] x86/featctl: "

[PATCH] ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL
 2026-07-02 11:32 UTC 

[PATCH v2] dm ebs: drop dirty bufio state when discarding blocks
 2026-07-02 11:33 UTC  (3+ messages)

[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
 2026-07-02 11:31 UTC  (3+ messages)

[PATCH net v2] ipvs: fix PMTU for GUE/GRE tunnel ICMP errors
 2026-07-02 11:31 UTC  (2+ messages)

[PATCH net] ipvs: reset full ip_vs_seq structs in ip_vs_conn_new
 2026-07-02 11:28 UTC 

[PATCH 0/2] qcom_battmgr: Add batteryless DC-adapter MAINS support
 2026-07-02 11:28 UTC  (7+ messages)

[PATCH] drm/amd/display: remove duplicate link_dp_panel_replay.h include
 2026-07-02 11:28 UTC 

[PATCH v2] iommu/arm-smmu-v3: Shrink command/event/PRI queues in kdump kernel
 2026-07-02 11:28 UTC 

[PATCH] drm/xe: remove duplicate <kunit/test-bug.h> include
 2026-07-02 11:28 UTC 

[PATCH] drm/virtio: defer hotplug event from dequeue worker to avoid deadlock
 2026-07-02 11:26 UTC  (2+ messages)

[PATCH] mm/vmalloc: add alignment info in warning print as possible failure reason
 2026-07-02 11:26 UTC 

[PATCH v3 0/5] Fix quota evasion on xfs and add capable_noaudit
 2026-07-02 11:24 UTC  (7+ messages)
` [PATCH v3 1/5] xfs: fix capability check in xfs
` [PATCH v3 3/5] quota: Don't issue audit messages on quota enforcing

[PATCH v8 0/8] lan966x pci device: Add support for SFPs, PCI part
 2026-07-02 11:23 UTC  (4+ messages)
` [PATCH v8 7/8] PCI: of: Set fwnode device of newly created PCI device nodes

[PATCH net-next v4 0/2] net: pse-pd: add Realtek/Broadcom PSE MCU support
 2026-07-02 11:22 UTC  (4+ messages)
` [PATCH net-next v4 2/2] net: pse-pd: add Realtek/Broadcom PSE MCU driver

[PATCH v21 0/3] rust: leds: add led classdev abstractions
 2026-07-02 11:22 UTC  (6+ messages)
` [PATCH v21 1/3] rust: leds: add basic "

[PATCH 0/5] x86/msr: Drop 32-bit interfaces of native MSR functions
 2026-07-02 11:19 UTC  (4+ messages)
` [PATCH 1/5] x86/msr: Switch users of native_wrmsr() to native_wrmsrq()

[PATCH net-next 0/2] devlink: extend phys_port_name controller prefix to non-external ports
 2026-07-02 11:17 UTC  (3+ messages)
` [PATCH net-next 1/2] devlink: print controller prefix for non-zero controller
` [PATCH net-next 2/2] net/mlx5: Set satellite PF devlink ports as non-external

[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
 2026-07-02 11:18 UTC  (3+ messages)

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-02 11:18 UTC  (9+ messages)
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path
        ` [PATCH] futex: Optimise the size check get_futex_key()

[PATCH v11 0/2] Add Support for LTC3220 18 Channel LED Driver
 2026-07-02 11:16 UTC  (3+ messages)
` [PATCH v11 2/2] leds: ltc3220: Add Support for LTC3220 18 channel "

[PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
 2026-07-02 11:15 UTC  (2+ messages)

[PATCH] x86/mm: fix objtool failure with KMSAN enabled
 2026-07-02 11:15 UTC  (4+ messages)

[PATCH v2] perf test amd ibs: avoid using executable heap
 2026-07-02 11:12 UTC  (6+ messages)

[PATCH 2/3] can: rockchip: add RK3588 CAN-FD support
 2026-07-02 11:11 UTC  (2+ messages)

[PATCH] mfd: sm501: unwind common init failures
 2026-07-02 11:11 UTC  (3+ messages)

[PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
 2026-07-02 11:11 UTC  (3+ messages)

[PATCH v4 00/18] mm: Some cleanups for page allocator APIs
 2026-07-02 11:11 UTC  (5+ messages)
` [PATCH v4 11/18] sgi-xp: Use higher-level allocator API
` [PATCH v4 13/18] mm: Remove __alloc_pages_node()

[PATCH] rust: devres: fix race between concurrent revokers
 2026-07-02 11:10 UTC  (4+ messages)
` [PATCH] rust: devres: ensure revocation is complete before device finishes unbinding

[PATCH] rust_binder: use pin_init::zeroed for file_operations initialization
 2026-07-02 11:09 UTC  (5+ messages)

[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
 2026-07-02 11:09 UTC  (7+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter

[REGRESSION][BISECTED] tun/tap & vhost-net: multi-threaded network performance
 2026-07-02 11:07 UTC  (4+ messages)

[PATCH] dt-bindings: regulator: ROHM PMIC state-machine voltages
 2026-07-02 11:07 UTC 

[RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers
 2026-07-02 11:07 UTC 

[PATCH] iio: backend: fix typos in comments
 2026-07-02 11:06 UTC  (2+ messages)

[PATCH 0/2] ocfs2/dlm: bound peer-controlled lengths in the o2dlm receive path
 2026-07-02 11:05 UTC  (5+ messages)
` [PATCH 1/2] ocfs2: bound namelen in dlm_migrate_request_handler
` [PATCH 2/2] ocfs2: validate lengths in dlm_mig_lockres_handler

[PATCH v2] xfs: zero newly allocated btree root space
 2026-07-02 11:05 UTC  (6+ messages)

[PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries
 2026-07-02 11:03 UTC  (4+ messages)
` [PATCH 2/2] iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig

[PATCH bpf v3 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-07-02 11:01 UTC  (5+ messages)
` [PATCH bpf v3 3/4] selftests/bpf: Adapt sockmap update error handling
` [PATCH bpf v3 4/4] selftests/bpf: Fail unbound UDP on sockmap update

[PATCH v2 0/6] KVM: arm64: ptdump: Shadow ptdump fixes
 2026-07-02 11:00 UTC  (9+ messages)
` [PATCH v2 3/6] KVM: arm64: ptdump: Fix UAF when mmu->pgt is freed
` [PATCH v2 6/6] KVM: arm64: ptdump: Introduce the shadow ptdump file

iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
 2026-07-02 10:59 UTC  (2+ messages)

[PATCH 0/2] ASoC: meson: aiu: fix playback issue for 24-bit mode
 2026-07-02 10:56 UTC  (3+ messages)
` [PATCH 1/2] ASoC: meson: gx-formatter: prepare on attach
` [PATCH 2/2] ASoC: meson: aiu-formatter: remove pipeline reset from prepare

[PATCH] mm/migrate_device: pin large folios before splitting
 2026-07-02 10:56 UTC  (2+ messages)

[PATCH v2] iio: imu: st_lsm6dsx: deselect shub page before reading whoami
 2026-07-02 10:41 UTC 

[PATCH net-next v3 00/15] net: macb: implement context swapping
 2026-07-02 10:54 UTC  (11+ messages)
` [PATCH net-next v3 01/15] net: macb: drop "consistent" from alloc/free function names
` [PATCH net-next v3 03/15] net: macb: unify variable naming convention in at91ether functions
` [PATCH net-next v3 04/15] net: macb: unify queue index variable naming convention and types
` [PATCH net-next v3 05/15] net: macb: enforce reverse christmas tree (RCT) convention
` [PATCH net-next v3 06/15] net: macb: allocate tieoff descriptor once across device lifetime

[PATCH 00/18] Add DT support for CSI2RX multi-stream
 2026-07-02 10:54 UTC  (3+ messages)
` [PATCH 18/18] arm64: defconfig: Enable DS90UB960 deserializer and DS90UB953 serializer

[PATCH net v4] rtase: Workaround for TX hang caused by short UDP packets entering hardware PTP parsing
 2026-07-02 10:52 UTC  (3+ messages)

[PATCH 0/4] firmware: qcom: scm: simplify code by using classes
 2026-07-02 10:53 UTC  (3+ messages)
` [PATCH 1/4] firmware: qcom: tzmem: guard against IS_ERR() in the cleanup handler

[PATCH 0/3] Add Qualcomm I2C slave controller driver
 2026-07-02 10:53 UTC  (3+ messages)
` [PATCH v1 2/3] i2c: qcom-slave: Add driver for Qualcomm I2C slave controller

include/linux/jiffies.h:470:36: sparse: sparse: cast truncates bits from constant value (7fffffffffff0bdc becomes ffff0bdc)
 2026-07-02 10:51 UTC 

[PATCH v2 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver
 2026-07-02 10:52 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: media: i2c: og0ve1b: Add OmniVision OG0VA1B camera sensor
` [PATCH v2 2/3] media: i2c: og0ve1b: Introduce per-sensor data structure
` [PATCH v2 3/3] media: i2c: og0ve1b: Add support for OmniVision OG0VA1B

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-02 10:51 UTC  (5+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl

[PATCH v2] wifi: ath12k: fix survey indexing across bands
 2026-07-02 10:50 UTC 

[PATCH 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-02 10:48 UTC  (5+ messages)

[PATCH 4/4] drm/tidss: Fix sampling edge configuration
 2026-07-02 10:48 UTC  (2+ messages)

[PATCH] mm/migrate_device: pin large folios before splitting
 2026-07-02 10:47 UTC  (2+ messages)

[PATCH 0/5] Add BBML3 cpu feature
 2026-07-02 10:47 UTC  (5+ messages)
` [PATCH 2/5] arm64: cpufeature: Detect BBML3 based on MMFR2 ID
` [PATCH 5/5] arm64: cpufeature: Extend bbml3 support list

[PATCH 00/10] net: emac: various cleanups, fixes, and feature additions
 2026-07-02 10:46 UTC  (5+ messages)
` [PATCH 03/10] net: emac: use DMA-specific and SMP memory barriers
` [PATCH 05/10] net: emac: mal: replace busy-wait in mal_poll_disable with wait_event

[PATCH v2] mips: mm: Call rcutree_report_cpu_starting() even earlier
 2026-07-02 10:38 UTC  (8+ messages)

[PATCH v2 00/15] media: i2c: os05b10: Refactor driver and Add new features
 2026-07-02 10:45 UTC  (4+ messages)
` [PATCH v2 07/15] media: i2c: os05b10: Add test pattern options

[PATCH v3] ASoC: amd: acp: amd-acp70-acpi-match: Add tas2783 support
 2026-07-02 10:44 UTC 

[PATCH 0/2] leds: use brightness_set_blocking for sleepable callbacks
 2026-07-02 10:45 UTC  (3+ messages)
` [PATCH 2/2] leds: menf21bmc: use brightness_set_blocking for sleepable callback

[PATCH -next] docs: submitting-patches: Fix section structure around DCO
 2026-07-02 10:44 UTC 

[PATCH v7] drm/imagination: Fix double call to drm_sched_entity_fini()
 2026-07-02 10:43 UTC  (2+ messages)

[PATCH v2] drm/imagination: Fix returned size for DRM_IOCTL_PVR_DEV_QUERY
 2026-07-02 10:43 UTC  (2+ messages)

[PATCH v2] drm/imagination: Fix user array stride in pvr_set_uobj_array()
 2026-07-02 10:43 UTC  (2+ messages)

[PATCH v3 0/3] KVM: arm64: fix pKVM mapping cache corner cases
 2026-07-02 10:43 UTC  (9+ messages)
` [PATCH v3 1/3] KVM: arm64: skip pKVM cache flushes for non cacheable mappings

[PATCH] dm era: fix out-of-bounds memory access for non-zero start sector
 2026-07-02 10:40 UTC  (2+ messages)

[PATCH 3/4] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add QCC2072 Bluetooth M.2 overlay
 2026-07-02 10:40 UTC  (5+ messages)

[PATCH net-next v2 0/4] net: convert UDP getsockopt to sockopt_t
 2026-07-02 10:40 UTC  (2+ messages)

[PATCH 07/10] net: emac: fix DMA API mapping and unmapping correctness
 2026-07-02 10:39 UTC  (2+ messages)


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