linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-18 15:46:20 to 2025-06-18 17:41:36 UTC [more...]

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-18 17:40 UTC  (29+ 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 v6 0/4] iio: accel: sca3000: simplify by using newer infrastructure
 2025-06-18 17:41 UTC  (4+ messages)

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-18 17:40 UTC  (20+ 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] Input: tca6416-keypad - Add OF support for driver instantiation
 2025-06-18 17:40 UTC  (2+ messages)

[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 v4 00/13] further mt7988 devicetree work
 2025-06-18 17:38 UTC  (3+ messages)
` [PATCH v4 01/13] dt-bindings: net: mediatek,net: update for mt7988

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

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

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

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

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

[PATCH] scsi: fnic: fix missing dma mapping error in `fnic_send_frame()`
 2025-06-18 17:24 UTC  (3+ 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

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

[PATCH v3] arm64: Enable vmalloc-huge with ptdump
 2025-06-18 17:19 UTC  (8+ messages)

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

[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 v12 14/21] futex: Allow to resize the private local hash
 2025-06-18 17:09 UTC  (12+ messages)
` [tip: locking/urgent] "

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

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

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

[PATCH net 0/2] tcp_metrics: fix hanlding of route options
 2025-06-18 17:01 UTC  (5+ messages)
` [PATCH net 1/2] tcp_metrics: set maximum cwnd from the dst entry

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

[PATCH v2 0/6] PowerNV PCIe Hotplug Driver Fixes
 2025-06-18 16:58 UTC  (7+ messages)
` [PATCH v2 1/6] pci/hotplug/pnv_php: Properly clean up allocated IRQs on
` [PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
` [PATCH v2 3/6] powerpc/eeh: Export eeh_unfreeze_pe()
` [PATCH v2 4/6] powerpc/eeh: Make EEH driver device hotplug safe
` [PATCH v2 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
` [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator

[PATCH 0/4] Convert motorola to use ptdescs
 2025-06-18 16:56 UTC  (2+ messages)

[PATCH v1] PCI: imx6: Enable the vpcie regulator when fetch it
 2025-06-18 16:56 UTC  (2+ messages)

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

[PATCH 3/8] powerpc/pseries/eeh: Export eeh_unfreeze_pe() and eeh_ops
 2025-06-18 16:55 UTC  (4+ messages)

[PATCH] drm/i915/selftests: Fix error pointer vs NULL in __mock_request_alloc()
 2025-06-18 16:54 UTC  (3+ messages)

[PATCH 3/4] Documentation: ext4: Slurp included subdocs in dynamic structures docs
 2025-06-18 16:53 UTC  (2+ messages)

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

[PATCH] dt-bindings: mfd: fsl,imx8qxp-csr: Remove binding documentation
 2025-06-18 16:51 UTC  (2+ messages)

[PATCH net-next] net/smc: remove unused input parameters in smc_buf_get_slot
 2025-06-18 16:51 UTC  (2+ messages)

[PATCH] MAINTAINERS: add further init files to mm init block
 2025-06-18 16:50 UTC  (3+ messages)

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-06-18 16:49 UTC  (11+ messages)
` [PATCH v5 01/10] rust: Introduce atomic API helpers
` [PATCH v5 02/10] rust: sync: Add basic atomic operation mapping framework
` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v5 06/10] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v5 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v5 09/10] rust: sync: atomic: Add Atomic<*mut T>
` [PATCH v5 10/10] rust: sync: Add memory barriers

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

[PATCH v1 1/2] dt-binding: pci-imx6: Add external reference clock mode support
 2025-06-18 16:45 UTC  (4+ messages)
` [PATCH v1 2/2] PCI: imx6: "

[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 v3 next 00/10] Implement mul_u64_u64_div_u64_roundup()
 2025-06-18 16:42 UTC  (7+ messages)
` [PATCH v3 next 09/10] lib: mul_u64_u64_div_u64() Optimise the divide code

[PATCH v3 0/2] PCI: Reduce FLR delay to 10ms for MSFT devices
 2025-06-18 16:42 UTC  (2+ messages)

Kernel panic in __migrate_swap_task() – more questions
 2025-06-18 16:41 UTC 

[PATCH v7 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-06-18 16:38 UTC  (8+ messages)
` [PATCH v7 2/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v7 3/5] KVM: arm64: New function to determine hardware cache management support
` [PATCH v7 4/5] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH v2 0/8] Add AMD ISP4 driver
 2025-06-18 16:35 UTC  (9+ messages)
` [PATCH v2 1/8] media: platform: amd: Introduce amd isp4 capture driver
` [PATCH v2 2/8] media: platform: amd: low level support for isp4 firmware
` [PATCH v2 4/8] media: platform: amd: Add isp4 fw and hw interface
` [PATCH v2 5/8] media: platform: amd: isp4 subdev and firmware loading handling added

[GIT PULL] selinux/selinux-pr-20250618
 2025-06-18 16:34 UTC 

[PATCH] mm/damon: fix minor typos in damon header
 2025-06-18 16:33 UTC 

[PATCH] igc: Make the const read-only array supported_sizes static
 2025-06-18 16:29 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v13 0/4] drm/atomic-helper: Re-order CRTC and Bridge ops
 2025-06-18 16:27 UTC  (10+ messages)
` [PATCH v13 3/4] drm/atomic-helper: Re-order bridge chain pre-enable and post-disable

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-18 16:26 UTC  (5+ messages)
` [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()

[report] DMA-API: platform vgem: mapping sg segment longer than device claims to support [len=1048576] [max=65536]
 2025-06-18 16:25 UTC  (2+ messages)

[RFC] block: The Effectiveness of Plug Optimization?
 2025-06-18 16:25 UTC  (2+ messages)

[PATCH 1/1] EDAC/igen6: Fix NULL pointer dereference
 2025-06-18 16:23 UTC  (3+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] EDAC/igen6: Reduce log level to debug for absent memory controllers

[PATCH v6 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 16:20 UTC  (3+ messages)

[PATCH hyperv-next v3 00/15] Confidential VMBus
 2025-06-18 16:19 UTC  (26+ messages)
` [PATCH hyperv-next v3 01/15] Documentation: hyperv: "
` [PATCH hyperv-next v3 03/15] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v3 04/15] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v3 05/15] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v3 06/15] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v3 07/15] Drivers: hv: Post messages via the confidential VMBus if available
` [PATCH hyperv-next v3 09/15] Drivers: hv: Use memunmap() to check if the address is in IO map
` [PATCH hyperv-next v3 10/15] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v3 11/15] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v3 12/15] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v3 13/15] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v3 14/15] Drivers: hv: Support establishing the confidential VMBus connection

[PATCH AUTOSEL 6.15 001/110] drm/amd/display: disable DPP RCG before DPP CLK enable
 2025-06-18 16:19 UTC  (5+ messages)
` [PATCH AUTOSEL 6.15 101/110] ALSA: seq: Remove unused snd_seq_queue_client_leave_cells

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

[PATCH v2] PCI/ACPI: Fix double free bug in pci_acpi_scan_root() function
 2025-06-18 16:02 UTC  (2+ 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] media: vsp1: Add missing export.h
 2025-06-18 15:58 UTC  (2+ messages)

[PATCH 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-06-18 15:58 UTC  (4+ messages)
` [PATCH 5/8] dt-bindings: clock: qcom: Add NSS clock controller "

[PATCH 0/2] *** Add support for TI TCA6418 GPIO chip ***
 2025-06-18 15:58 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: gpio: pca95xx: add TI TCA6418

[PATCH v6 0/5] rust: DebugFS Bindings
 2025-06-18 15:56 UTC  (6+ messages)
` [PATCH v6 2/5] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v6 5/5] rust: samples: Add debugfs sample

[PATCH RFC/RFT 00/15] gpio: sysfs: add a per-chip export/unexport attribute pair
 2025-06-18 15:56 UTC  (3+ messages)

[PATCH] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching
 2025-06-18 15:56 UTC 

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

[RFC PATCH v2 1/1] scsi: mpi3mr: Introduce smp_affinity_enable module parameter
 2025-06-18 15:53 UTC  (3+ messages)

[PATCH] fs: fix the missing export of vfs_statx() and vfs_fstatat()
 2025-06-18 15:51 UTC  (2+ messages)

[PATCH v9 0/7 RESEND] Enable EINJv2 Support
 2025-06-18 15:51 UTC  (5+ messages)
` [PATCH v9 5/7] ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome

[PATCH v9 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-06-18 15:38 UTC  (14+ 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 03/13] media: dt-bindings: add rockchip px30 vip
` [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 06/13] media: rockchip: add a driver for the rockchip camera interface
` [PATCH v9 07/13] media: rockchip: add driver for 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 11/13] arm64: dts: rockchip: add vicap node to rk356x
` [PATCH v9 12/13] arm64: dts: rockchip: add mipi csi-2 receiver "
` [PATCH v9 13/13] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[GIT PULL] ftrace: Fix accounting error in updating funcgraph-args
 2025-06-18 15:49 UTC 

[PATCH v1 0/2] rust: time: Add fsleep()
 2025-06-18 15:47 UTC  (8+ messages)
` [PATCH v1 1/2] rust: time: Rename Delta's methods as_micros_ceil and as_millis


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