messages from 2025-06-18 16:54:07 to 2025-06-18 18:43:36 UTC [more...]
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-18 18:43 UTC (39+ 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()
[PATCH RESEND net-next v5 0/2] Add support for the IPQ5018 Internal GE PHY
2025-06-18 18:42 UTC (3+ messages)
` [PATCH RESEND net-next v5 1/2] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support
[PATCH] x86/CPU/AMD: Add CPUID faulting support
2025-06-18 18:39 UTC (2+ messages)
[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-06-18 18:37 UTC (6+ messages)
` [PATCH v10 03/14] unwind_user: Add compat mode frame pointer support
[PATCH v2 0/5] Add quirks to proceed PME handshake in DWC PM
2025-06-18 18:36 UTC (11+ messages)
` [PATCH v2 1/5] PCI: imx6: Don't poll LTSSM state of i.MX6QP PCIe in PM operations
` [PATCH v2 2/5] PCI: imx6: Don't poll LTSSM state of i.MX7D "
` [PATCH v2 3/5] PCI: dwc: Don't poll L2 if QUIRK_NOL2POLL_IN_PM is existing in suspend
` [PATCH v2 4/5] PCI: dwc: Skip PME_Turn_Off message if there is no endpoint connected
` [PATCH v2 5/5] PCI: dwc: Don't return error when wait for link up
[PATCH] chmod.2: document fchmodat(AT_EMPTY_PATH)
2025-06-18 18:34 UTC
[PATCH v10 0/4] leds: add new LED driver for TI LP5812
2025-06-18 18:32 UTC (5+ messages)
` [PATCH v10 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v10 2/4] "
` [PATCH v10 3/4] docs: ABI: Document LP5812 LED sysfs interfaces
` [PATCH v10 4/4] docs: leds: Document TI LP5812 LED driver
[PATCH v2 0/9] spi: zynqmp-gqspi: Support multiple buses and add GPIO support
2025-06-18 18:27 UTC (3+ messages)
` [PATCH v2 2/9] dt-bindings: spi: zynqmp-qspi: Add example dual upper/lower bus
[perf] unchecked MSR access error: WRMSR to 0x3f1
2025-06-18 18:26 UTC (5+ messages)
[RFC patch v3 00/20] Cache aware scheduling
2025-06-18 18:28 UTC (21+ messages)
` [RFC patch v3 01/20] sched: Cache aware load-balancing
` [RFC patch v3 02/20] sched: Several fixes for cache aware scheduling
` [RFC patch v3 03/20] sched: Avoid task migration within its preferred LLC
` [RFC patch v3 04/20] sched: Avoid calculating the cpumask if the system is overloaded
` [RFC patch v3 05/20] sched: Add hysteresis to switch a task's preferred LLC
` [RFC patch v3 06/20] sched: Save the per LLC utilization for better cache aware scheduling
` [RFC patch v3 07/20] sched: Add helper function to decide whether to allow "
` [RFC patch v3 08/20] sched: Set up LLC indexing
` [RFC patch v3 09/20] sched: Introduce task preferred LLC field
` [RFC patch v3 10/20] sched: Calculate the number of tasks that have LLC preference on a runqueue
` [RFC patch v3 11/20] sched: Introduce per runqueue task LLC preference counter
` [RFC patch v3 12/20] sched: Calculate the total number of preferred LLC tasks during load balance
` [RFC patch v3 13/20] sched: Tag the sched group as llc_balance if it has tasks prefer other LLC
` [RFC patch v3 14/20] sched: Introduce update_llc_busiest() to deal with groups having preferred LLC tasks
` [RFC patch v3 15/20] sched: Introduce a new migration_type to track the preferred LLC load balance
` [RFC patch v3 16/20] sched: Consider LLC locality for active balance
` [RFC patch v3 17/20] sched: Consider LLC preference when picking tasks from busiest queue
` [RFC patch v3 18/20] sched: Do not migrate task if it is moving out of its preferred LLC
` [RFC patch v3 19/20] sched: Introduce SCHED_CACHE_LB to control cache aware load balance
` [RFC patch v3 20/20] sched: Introduce SCHED_CACHE_WAKE to control LLC aggregation on wake up
[PATCH v5 0/2] strncpy_from_user for Rust
2025-06-18 18:21 UTC (5+ messages)
` [PATCH v5 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf
[PATCH net-next] selftest: add selftest for anycast notifications
2025-06-18 18:20 UTC (2+ messages)
[PATCH v6 0/4] iio: accel: sca3000: simplify by using newer infrastructure
2025-06-18 18:20 UTC (5+ messages)
[PATCH 6.12 000/512] 6.12.34-rc1 review
2025-06-18 18:14 UTC (3+ messages)
[PATCH v3] remoteproc: xlnx: allow single core use in split mode
2025-06-18 18:19 UTC
[RFC 0/2] lib/vsprintf: Add support for pte_t
2025-06-18 18:19 UTC (8+ messages)
` [RFC 1/2] "
[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2025-06-18 18:19 UTC (7+ messages)
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
[PATCH resent] drm/amd/display: Fix exception handling in dm_validate_stream_and_context()
2025-06-18 18:19 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH RFC v3 0/2] pmdomain: core: add support for domain hierarchies in DT
2025-06-18 18:16 UTC (7+ messages)
` [PATCH RFC v3 2/2] pmdomain: core: add support for subdomains using power-domain-map
[PATCH v2] clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data
2025-06-18 18:15 UTC (2+ messages)
[PATCH v1] PCI: imx6: Enable the vpcie regulator when fetch it
2025-06-18 18:13 UTC (3+ messages)
[PATCH bpf-next] bpf: make update_prog_stats always_inline
2025-06-18 18:09 UTC (3+ messages)
[GIT PULL] ftrace: Fix accounting error in updating funcgraph-args
2025-06-18 18:08 UTC (2+ messages)
[PATCH 6.15 000/780] 6.15.3-rc1 review
2025-06-18 18:07 UTC (2+ messages)
[GIT PULL] selinux/selinux-pr-20250618
2025-06-18 18:08 UTC (2+ messages)
[PATCH v2] pwm: mc33xs2410: add support for temperature sensors
2025-06-18 18:00 UTC (6+ messages)
[PATCH] lockdep: avoid struct return in lock_stats()
2025-06-18 17:59 UTC (4+ messages)
[PATCH v5 02/11] iio: adc: Add basic support for AD4170
2025-06-18 17:59 UTC (3+ messages)
[PATCH v5 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-06-18 17:58 UTC (7+ messages)
` [PATCH v5 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
[PATCH 6.6 000/356] 6.6.94-rc1 review
2025-06-18 17:58 UTC (2+ messages)
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-18 17:58 UTC (25+ 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] firmware: smccc: support both conduits for getting hyp UUID
2025-06-18 17:57 UTC (4+ messages)
[PATCH] dmaengine: zynqmp_dma: Add shutdown operation support
2025-06-18 17:56 UTC (4+ messages)
[PATCH net-next v3] net: ti: icssg-prueth: Add prp offload support to ICSSG driver
2025-06-18 17:55 UTC
[PATCH v3 0/8] Add support for AD4052 device family
2025-06-18 17:55 UTC (5+ messages)
` [PATCH v3 4/8] iio: adc: Add support for ad4052
[PATCH v3 next 00/10] Implement mul_u64_u64_div_u64_roundup()
2025-06-18 17:54 UTC (7+ messages)
` [PATCH v3 next 09/10] lib: mul_u64_u64_div_u64() Optimise the divide code
[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 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] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching
2025-06-18 17:50 UTC (2+ messages)
[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 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
2025-06-18 17:46 UTC (12+ messages)
[PATCH 1/1] EDAC/igen6: Fix NULL pointer dereference
2025-06-18 17:46 UTC (3+ messages)
` [PATCH v2 1/2] "
[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 v2 0/8] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
2025-06-18 17:42 UTC (3+ messages)
` [PATCH v2 4/8] PCI: rzg3s-host: Add Initial PCIe Host Driver "
[net-next v5 0/3] rework IRQ handling in mtk_eth_soc
2025-06-18 17:41 UTC (3+ messages)
` [net-next v5 3/3] net: ethernet: mtk_eth_soc: skip first IRQ if not used
[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] 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 2/6] mm: Lock kernel page tables before entering lazy MMU mode
2025-06-18 17:32 UTC (2+ messages)
[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 (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
[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 (10+ 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)
[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 (4+ 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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).