All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-18 17:01:54 to 2025-06-18 17:53:53 UTC [more...]

[PATCH 0/5] Support for Exynos7870's display stack (DECON, MIPIPHY, DSIM, etc.)
 2025-06-18 15:40 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: samsung: exynos-sysreg: add exynos7870 sysregs

[PATCH v5 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-06-18 17:53 UTC  (4+ messages)
` [PATCH v5 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)

[PATCH 0/2] gpio: fix NULL-pointer dereferences introduced in GPIO chip setter conversion
 2025-06-18 17:53 UTC  (4+ messages)
  ` [PATCH 2/2] gpio: mmio: don't use legacy GPIO chip setters

mm/shmem.c:2223 shmem_split_large_entry() error: uninitialized symbol 'entry_order'
 2025-06-18 17:53 UTC  (3+ messages)

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-18 17:52 UTC  (5+ messages)
` [PATCH v10 03/14] unwind_user: Add compat mode frame pointer support

[PATCH v5 0/3] Add Radxa CM5 module and IO board dts
 2025-06-18 17:51 UTC  (4+ messages)
` [PATCH v5 3/3] arm64: dts: rockchip: Add support for CM5 IO carrier

[PATCH] HID: amd_sfh: Enable operating mode
 2025-06-18 17:51 UTC  (8+ messages)

[PATCH v2 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2025-06-18 16:54 UTC  (8+ messages)
` [PATCH v2 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v2 4/5] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588

[PATCH] lockdep: avoid struct return in lock_stats()
 2025-06-18 17:51 UTC  (3+ messages)

[PATCH] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching
 2025-06-18 17:50 UTC  (2+ messages)

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-18 17:50 UTC  (21+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH 0/3] arm64: dts: qcom: sar2130p: correct display controller device
 2025-06-18 17:49 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sar2130p: use TAG_ALWAYS for MDSS's mdp0-mem path
` [PATCH 2/3] arm64: dts: qcom: sar2130p: correct VBIF region size for MDSS
` [PATCH 3/3] arm64: dts: qcom: sar2130p: use defines for DSI PHY clocks

[PATCH v3 0/10] riscv: Add support for MIPS P8700 CPU
 2025-06-18 17:48 UTC  (3+ messages)
` [PATCH v3 01/10] hw/intc: Allow gaps in hartids for aclint and aplic

[PATCH RFC v3 0/2] pmdomain: core: add support for domain hierarchies in DT
 2025-06-18 17:48 UTC  (6+ messages)
` [PATCH RFC v3 2/2] pmdomain: core: add support for subdomains using power-domain-map

[PATCH] include: fsl_devices.h: drop unused, misspelled FLS_USB2_WORKAROUND_ENGCM09152
 2025-06-18 16:47 UTC 

[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
 2025-06-18 17:46 UTC  (11+ messages)

[RFC 0/2] lib/vsprintf: Add support for pte_t
 2025-06-18 17:46 UTC  (3+ messages)
` [RFC 1/2] "

[PATCH 1/1] EDAC/igen6: Fix NULL pointer dereference
 2025-06-18 17:46 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH] bsp-guide: update lonely "4.12" kernel reference to "6.12"
 2025-06-18 17:44 UTC 

[RFC v2 00/16] Live Update Orchestrator
 2025-06-18 17:43 UTC  (12+ messages)
` [RFC v2 05/16] luo: luo_core: integrate with KHO

[PATCH 3/3] drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iteration
 2025-06-18 17:43 UTC  (2+ messages)

[PATCH net-next 00/15][pull request] ice: Separate TSPLL from PTP and clean up
 2025-06-18 17:42 UTC  (16+ messages)
` [PATCH net-next 01/15] ice: move TSPLL functions to a separate file
` [PATCH net-next 02/15] ice: rename TSPLL and CGU functions and definitions
` [PATCH net-next 03/15] ice: fix E825-C TSPLL register definitions
` [PATCH net-next 04/15] ice: remove ice_tspll_params_e825 definitions
` [PATCH net-next 05/15] ice: use designated initializers for TSPLL consts
` [PATCH net-next 06/15] ice: add TSPLL log config helper
` [PATCH net-next 07/15] ice: add ICE_READ/WRITE_CGU_REG_OR_DIE helpers
` [PATCH net-next 08/15] ice: clear time_sync_en field for E825-C during reprogramming
` [PATCH net-next 09/15] ice: read TSPLL registers again before reporting status
` [PATCH net-next 10/15] ice: use bitfields instead of unions for CGU regs
` [PATCH net-next 11/15] ice: add multiple TSPLL helpers
` [PATCH net-next 12/15] ice: wait before enabling TSPLL
` [PATCH net-next 13/15] ice: fall back to TCXO on TSPLL lock fail
` [PATCH net-next 14/15] ice: move TSPLL init calls to ice_ptp.c
` [PATCH net-next 15/15] ice: default to TIME_REF instead of TXCO on E825-C

[PATCH 00/12] gpio: convert another round of GPIO drivers to using new line value setters
 2025-06-18 16:43 UTC  (8+ messages)
` [PATCH 01/12] gpio: mmio: use new GPIO line value setter callbacks

[PATCH v5 00/20] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-06-18 17:42 UTC  (5+ messages)
` [PATCH v5 03/20] mfd: adp5585: enable oscilator during probe
` [PATCH v5 10/20] pwm: adp5585: add support for adp5589

[PATCH 0/7] RFC: coverage deduplication for KCOV
 2025-06-18 17:41 UTC  (4+ messages)
` [PATCH 2/7] kcov: factor out struct kcov_state

[PATCH v2 0/6] submodule: improve remote lookup logic
 2025-06-18 17:41 UTC  (7+ messages)
` [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-18 17:40 UTC  (30+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH RFC 13/29] mm/balloon_compaction: "
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 15/29] mm/migration: remove PageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
` [PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH RFC 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH RFC 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[Bug 220224] New: Kernel 6.15 causes crash (general protection fault) due to amd_sfh module
 2025-06-18 17:41 UTC  (3+ messages)
` [Bug 220224] "

[PATCH v5 1/8] mesa: fix RPROVIDEd package names
 2025-06-18 17:41 UTC  (3+ messages)
` [PATCH v5 2/8] default-providers: fix GLVND providers to be selected at runtime
  ` [OE-core] "

[PATCH v6 0/4] iio: accel: sca3000: simplify by using newer infrastructure
 2025-06-18 17:41 UTC  (4+ messages)

[PATCH] net/af_xdp: add rx/tx queue support for af_xdp
 2025-06-18 17:41 UTC 

[PATCH v9 00/10] support FEAT_MTE_TAGGED_FAR feature
 2025-06-18 16:43 UTC  (3+ messages)
` [PATCH v9 03/10] arm64/kvm: expose FEAT_MTE_TAGGED_FAR feature to guest

[PATCH] Input: tca6416-keypad - Add OF support for driver instantiation
 2025-06-18 17:40 UTC  (2+ messages)

[PATCH 0/6] Add support for DT overlays handoff
 2025-06-18 17:40 UTC  (5+ messages)
` [PATCH 1/6] bloblist: add blob type for DT overlay
` [PATCH 4/6] bloblist: expose 'expand_by' as an output argument

[PATCH v6 00/12] iio: adc: Add support for AD4170 series of ADCs
 2025-06-18 17:39 UTC  (13+ messages)
` [PATCH v6 01/12] dt-bindings: iio: adc: Add AD4170
` [PATCH v6 02/12] iio: adc: Add basic support for AD4170
` [PATCH v6 03/12] iio: adc: ad4170: Add support for calibration gain
` [PATCH v6 04/12] iio: adc: ad4170: Add support for calibration bias
` [PATCH v6 05/12] Documentation: ABI: IIO: Add sinc5+avg to the filter_type_available list
` [PATCH v6 06/12] iio: adc: ad4170: Add digital filter and sample frequency config support
` [PATCH v6 07/12] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v6 08/12] iio: adc: ad4170: Add clock provider support
` [PATCH v6 09/12] iio: adc: ad4170: Add GPIO controller support
` [PATCH v6 10/12] iio: adc: ad4170: Add support for internal temperature sensor
` [PATCH v6 11/12] iio: adc: ad4170: Add support for weigh scale and RTD sensors
` [PATCH v6 12/12] iio: adc: ad4170: Add timestamp channel

[PATCH] glibc: stable 2.39 branch updates
 2025-06-18 17:37 UTC  (2+ messages)
` [OE-core] "

[PATCH v5 02/11] iio: adc: Add basic support for AD4170
 2025-06-18 17:37 UTC  (2+ messages)

[PATCH preview 0/3] reviving minimal QAPI generation from 2021
 2025-06-18 17:36 UTC  (6+ messages)

[jarkko-tpmdd:tpm2-rsassa-pkcs1 9/9] crypto/asymmetric_keys/tpm2_key_rsa.c:143 tpm2_key_rsa_encrypt() error: uninitialized symbol 'tfm'
 2025-06-18 17:35 UTC 

[PATCH net v3 0/2] net: airoha: Improve hwfd buffer/descriptor queues setup
 2025-06-18 16:35 UTC  (5+ messages)
` [PATCH net v3 1/2] net: airoha: Compute number of descriptors according to reserved memory size
` [PATCH net v3 2/2] net: airoha: Differentiate hwfd buffer size for QDMA0 and QDMA1

[PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
 2025-06-18 17:32 UTC  (2+ messages)

[PATCH v2 0/2] Add cache configuration for Microchip SAMA7D and SAMA7G MPUs
 2025-06-18 13:39 UTC  (3+ messages)

[Bug 220246] New: Dell Latitude 5400: Mic Mute key stopped to work in v6.15
 2025-06-18 17:31 UTC  (3+ messages)
` [Bug 220246] "

[PATCH v5] char: misc: add test cases
 2025-06-18 17:31 UTC  (2+ messages)

[PATCH v3 0/2] x86/traps: Fix DR6/DR7 initialization
 2025-06-18 17:30 UTC  (4+ messages)
` [PATCH v3 1/2] x86/traps: Initialize DR6 by writing its architectural reset value
` [PATCH v3 2/2] x86/traps: Initialize DR7 "

[PATCH] khugepaged: Optimize __collapse_huge_page_copy_succeeded() for large folios by PTE batching
 2025-06-18 17:29 UTC  (7+ messages)

[android-common:android13-5.15 1/1] include/trace/trace_events.h:27:23: warning: 'str__loop__trace_system_name' defined but not used
 2025-06-18 17:27 UTC 

[PATCH net-next 12/13] net: mctp: add gateway routing support
 2025-06-18 17:26 UTC  (2+ messages)

[PATCH v2 1/3] xen/keyhandler: add missing noreturn attribute
 2025-06-18 17:25 UTC  (6+ messages)
` [PATCH v2 2/3] xen/arm: add missing noreturn attributes
  ` [PATCH v2 3/3] xen/x86: "

[PATCH net-next 4/9] net: ethtool: add dedicated callbacks for getting and setting rxfh fields
 2025-06-18 17:25 UTC  (2+ messages)

[PATCH] scsi: fnic: fix missing dma mapping error in `fnic_send_frame()`
 2025-06-18 17:24 UTC  (2+ messages)

[PATCH v6 1/4] scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out
 2025-06-18 17:21 UTC  (6+ messages)
` [PATCH v6 2/4] scsi: fnic: Turn off FDMI ACTIVE flags on link down
` [PATCH v6 4/4] scsi: fnic: Set appropriate logging level for log message

[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
 2025-06-18 17:21 UTC  (3+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()

[PATCH] cgroup/rstat: change cgroup_base_stat to atomic
 2025-06-18 17:21 UTC  (5+ messages)

[PATCH v2 net-next] eth: bnxt: add netmem TX support
 2025-06-18 17:20 UTC  (2+ messages)

fix atomic limits check
 2025-06-18 16:07 UTC  (6+ messages)

[PATCH v2 0/3] support for amlogic the new SPI IP
 2025-06-18 15:59 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: spi: Add binding document of Amlogic SPISG controller

[PATCH v9 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-06-18 15:38 UTC  (10+ messages)
` [PATCH v9 01/13] Documentation: admin-guide: media: add "
` [PATCH v9 02/13] media: dt-bindings: video-interfaces: add defines for sampling modes
` [PATCH v9 04/13] media: dt-bindings: add rockchip rk3568 vicap
` [PATCH v9 05/13] media: dt-bindings: add rockchip rk3568 mipi csi-2 receiver
` [PATCH v9 08/13] media: rockchip: rkcif: add support for mipi csi-2 capture
` [PATCH v9 09/13] arm64: defconfig: enable rockchip camera interface and mipi csi-2 receiver
` [PATCH v9 10/13] arm64: dts: rockchip: add the vip node to px30
` [PATCH v9 13/13] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[PATCH net] tools: ynl: fix mixing ops and notifications on one socket
 2025-06-18 17:17 UTC 

[PATCH 00/12] gpio: use new GPIO line value setter callbacks
 2025-06-18 13:03 UTC  (4+ messages)
` [PATCH 09/12] gpio: reg: "

[PATCH v4 00/19] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2025-06-18 13:00 UTC  (3+ messages)
` [PATCH v4 14/19] dt-bindings: media: i2c: add MAX9296A, MAX96716A, MAX96792A

[net-next v5 0/3] rework IRQ handling in mtk_eth_soc
 2025-06-18 13:07 UTC  (2+ messages)
` [net-next v5 3/3] net: ethernet: mtk_eth_soc: skip first IRQ if not used

[ath:master-pending] BUILD SUCCESS e7175865d7d597b2191ab839c5bc8094fc774959
 2025-06-18 15:47 UTC 

On possible data race in pollwake() / poll_schedule_timeout()
 2025-06-18 17:08 UTC  (3+ messages)

[PATCH v3 00/25] Appended Signature Secure Boot Support for PowerPC
 2025-06-18 17:13 UTC  (9+ messages)
` [PATCH v3 07/25] PGP: renames the OBJ_TYPE_PUBKEY
` [PATCH v3 08/25] grub-install: support embedding x509 certificates
` [PATCH v3 09/25] appended signatures: import GNUTLS's ASN.1 description files
` [PATCH v3 10/25] appended signatures: parse ASN1 node

[PATCH] block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
 2025-06-18 17:13 UTC  (4+ messages)

[PATCH v3 0/2] Add ADI I3C Controller
 2025-06-18 15:45 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: i3c: Add adi-i3c-master

[kvm-unit-tests PATCH v6] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-18 15:44 UTC 

[PATCH v2] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-06-18 17:11 UTC  (2+ messages)

Build fail on rockpro64-rk3399_defconfig + SATA_MV=y
 2025-06-18 17:11 UTC 

[PATCH v2 0/2] genirq: Retain depth for managed IRQs across CPU hotplug
 2025-06-18 17:10 UTC  (11+ messages)
` [PATCH v2 1/2] "

[PATCH] spi: spi-qpic-snand: document the limited bit error reporting capability
 2025-06-18 15:37 UTC  (3+ messages)

[PATCH 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-06-18 15:20 UTC  (7+ messages)
` [PATCH 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH 8/8] arm64: defconfig: Build "

[PATCH v12 14/21] futex: Allow to resize the private local hash
 2025-06-18 17:09 UTC  (10+ messages)
` [tip: locking/urgent] "

[scarthgap][PATCH v3] recipes-bsp: Add TI TAD5212 DAC firmware recipe
 2025-06-18 17:08 UTC  (2+ messages)

[meta-oe][PATCH] suitesparse: do not use := to avoid parsing error
 2025-06-18 17:06 UTC  (2+ messages)
` [oe] "

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-18 17:06 UTC  (4+ messages)
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
  ` [f2fs-dev] "

[PATCH net] ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()`
 2025-06-18 17:05 UTC  (3+ messages)

[PATCH v1 0/2] Revert commit 6ccb83d6c497 to fix DWC3 dual-role regression
 2025-06-18 17:04 UTC  (8+ messages)
` [PATCH v1 1/2] usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed

[PATCH] powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed
 2025-06-18 17:04 UTC  (2+ messages)

[PATCH RESEND v4 0/7] futex: Create set_robust_list2
 2025-06-18 17:03 UTC  (5+ messages)

[PATCH v3] drm/i915/selftests: Keep mock file open during unfaultable migrate with fill
 2025-06-18 16:58 UTC  (2+ messages)

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


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.