messages from 2025-06-18 17:41:04 to 2025-06-18 18:32:27 UTC [more...]
[PATCH v2 0/5] Add quirks to proceed PME handshake in DWC PM
2025-06-18 18:32 UTC (7+ messages)
` [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 RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-18 18:32 UTC (24+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [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 v10 0/4] leds: add new LED driver for TI LP5812
2025-06-18 18:32 UTC (3+ messages)
` [PATCH v10 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v10 2/4] "
[linux-next:master] BUILD REGRESSION 6e5ab6fee68df8c40b338baeae6e269fa25a7e25
2025-06-18 18:31 UTC
[vireshk:virtio/msg-upstream-xen 5/22] drivers/virtio/virtio_msg_user.c:29:27: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t {aka unsigned int}'
2025-06-18 18:31 UTC
[PATCH] cocci: matching (multiple) identifiers
2025-06-18 18:31 UTC (3+ messages)
` [PATCH] cocci: do not directly access the .d_type member in struct dirent
[Buildroot] [PATCH v3 00/11] LoongArch64 initial support
2025-06-18 18:20 UTC (12+ messages)
` [Buildroot] [PATCH v3 01/11] package/gcc: Introduce BR2_GCC_TARGET_SIMD option
` [Buildroot] [PATCH v3 02/11] arch: Introduce LoongArch64
` [Buildroot] [PATCH v3 03/11] package/glibc: Enable LoongArch64 support
` [Buildroot] [PATCH v3 04/11] package/musl: "
` [Buildroot] [PATCH v3 05/11] linux: Introduce {vmlinux, vmlinuz}.efi kernel binary format
` [Buildroot] [PATCH v3 06/11] boot/grub2: Introduce loongarch64-efi target
` [Buildroot] [PATCH v3 07/11] configs/loongarch64_efi: new defconfig
` [Buildroot] [PATCH v3 08/11] boot/edk2: Add LoongArch64 OVMF support
` [Buildroot] [PATCH v3 09/11] package/qemu: enable loongarch64 as target package
` [Buildroot] [PATCH v3 10/11] configs/qemu_loongarch64_virt_efi: new defconfig
` [Buildroot] [PATCH v3 11/11] support/config-fragments: Add LoongArch64 toolchain support
[PATCH v2 0/4] efi_loader: add EFI_PARTITION_INFO_PROTOCOL support
2025-06-18 18:29 UTC (4+ messages)
[RFC][DT] Guidance on device tree property prefix for TM16XX-class LED display controllers
2025-06-18 18:30 UTC (6+ messages)
ANN: Reference Policy 2.20250618
2025-06-18 18:30 UTC
[PATCH 1/2] rteval: services.py: Fix SyntaxWarning
2025-06-18 18:27 UTC (2+ messages)
` [PATCH 2/2] rteval: Make timerlat the default for rteval
[PATCH RFC net] net/mlx5: Avoid NULL dereference in dest_is_valid
2025-06-18 18:27 UTC
[perf] unchecked MSR access error: WRMSR to 0x3f1
2025-06-18 18:26 UTC (5+ messages)
[CI] drm/xe: Onlu use worker to destroy userptr VMAs
2025-06-18 18:23 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[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 0/3] gitlab-ci: bump fedora version to the latest
2025-06-18 18:21 UTC (3+ messages)
` [PATCH 1/3] gitlab-ci: build docs before installation
[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] portability: allow building in systems without d_type
2025-06-18 18:20 UTC (2+ messages)
[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] "
[OE-core][walnascar][PATCH] glibc: stable 2.41 branch updates
2025-06-18 18:17 UTC
[PATCH v3 0/10] riscv: Add support for MIPS P8700 CPU
2025-06-18 18:16 UTC (11+ messages)
` [PATCH v3 01/10] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v3 04/10] target/riscv: Add MIPS P8700 CSRs
` [PATCH v3 05/10] target/riscv: Add mips.ccmov instruction
` [PATCH v3 09/10] hw/pci: Allow explicit function numbers in pci
` [PATCH v3 08/10] configs/devices: Add MIPS Boston-aia board model to RISC-V
[PATCH 00/16] drm/i915/display: make all global state opaque
2025-06-18 18:17 UTC (4+ messages)
` [PATCH 15/16] drm/i915/cdclk: abstract intel_cdclk_actual() and intel_cdclk_actual_voltage_level()
[PATCH v3] arm64: Enable vmalloc-huge with ptdump
2025-06-18 17:19 UTC (8+ messages)
[PATCH 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-06-18 15:13 UTC (4+ messages)
` [PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
[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
[Intel-wired-lan] [tnguy-net-queue:100GbE] BUILD SUCCESS 688a0d61b2d7427189c4eb036ce485d8fc957cbb
2025-06-18 18:15 UTC
[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 (2+ messages)
[PATCH] perf header: remove unecessary core id test
2025-06-18 18:13 UTC (2+ messages)
[PATCH v5 0/3] atomic writes tests (part 2)
2025-06-18 18:13 UTC (5+ messages)
` [PATCH v5 2/3] generic: various atomic write tests with hardware and scsi_debug
` [PATCH v5 3/3] xfs: more multi-block atomic writes tests
[PATCH v3 00/13] arm64: debug: remove hook registration, split exception entry
2025-06-18 17:06 UTC (7+ messages)
` [PATCH v3 09/13] arm64: debug: split single stepping "
` [PATCH v3 11/13] arm64: debug: split brk64 "
` [PATCH v3 12/13] arm64: debug: split bkpt32 "
[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 bpf-next] bpf: make update_prog_stats always_inline
2025-06-18 18:09 UTC (3+ messages)
[GIT PULL] ata fixes for 6.16-rc3
2025-06-18 18:08 UTC (2+ messages)
[GIT PULL] ftrace: Fix accounting error in updating funcgraph-args
2025-06-18 18:08 UTC (2+ messages)
[PATCH 0/4] clk: pwm: A few improvements
2025-06-18 18:07 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 6.6 000/356] 6.6.94-rc1 review
2025-06-18 18:06 UTC (4+ messages)
` [PATCH 6.6 296/356] ath10k: snoc: fix unbalanced IRQ enable in crash recovery
[PATCH v4 0/9] Qualcomm: implement support for GENI firmware loading
2025-06-18 18:05 UTC (4+ messages)
` [PATCH v4 7/9] WIP: rb3gen2: describe micro-usb port
[Bug 220246] New: Dell Latitude 5400: Mic Mute key stopped to work in v6.15
2025-06-18 18:05 UTC (3+ messages)
` [Bug 220246] "
[PATCH v2 0/5] Add support for Verisilicon IOMMU used by media codec blocks
2025-06-18 16:54 UTC (7+ messages)
` [PATCH v2 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v2 3/5] iommu: Add verisilicon IOMMU driver
[linux-next:master 2699/3311] drivers/gpu/drm/etnaviv/etnaviv_sched.c:80 etnaviv_sched_timedout_job() warn: variable dereferenced before check 'sched_job' (see line 38)
2025-06-18 18:03 UTC
QA notification for completed autobuilder build (yocto-5.3_M1.rc1)
2025-06-18 18:03 UTC
[PATCH 0/3] arm64: realm: Add support for encrypted data from firmware
2025-06-18 15:02 UTC (3+ messages)
` [PATCH 1/3] arm64: realm: ioremap: Allow mapping memory as encrypted
[net-next v5 0/3] rework IRQ handling in mtk_eth_soc
2025-06-18 14:50 UTC (5+ messages)
` [net-next v5 1/3] net: ethernet: mtk_eth_soc: support named IRQs
[PATCH] chore: remove use of the Python six package
2025-06-18 15:08 UTC
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-06-18 15:02 UTC (4+ messages)
` [PATCH v14 01/19] Documentation/x86: Secure Launch kernel documentation
[PATCH 0/2] Fix variable name of msm_clk_data in two drivers
2025-06-18 18:01 UTC (8+ messages)
` [PATCH 2/2] clk/qcom: sm8250: Fix variable name of msm_clk_data
[PATCH V10 15/46] drm/vkms: Add kunit tests for linear and sRGB LUTs
2025-06-18 17:59 UTC (2+ messages)
[PATCH v2] pwm: mc33xs2410: add support for temperature sensors
2025-06-18 18:00 UTC (6+ messages)
[PATCH] glibc: stable 2.39 branch updates
2025-06-18 18:00 UTC (3+ messages)
` [OE-core] "
[PATCH] glibc: stable 2.41 branch updates
2025-06-18 17:58 UTC
[PATCH] lockdep: avoid struct return in lock_stats()
2025-06-18 17:59 UTC (4+ messages)
[PATCH v4 00/28] Support to run U-Boot on sc7180 Trogdor Chromebooks
2025-06-18 17:59 UTC (2+ messages)
[PATCH v5 02/11] iio: adc: Add basic support for AD4170
2025-06-18 17:59 UTC (3+ messages)
[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 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 v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-18 17:58 UTC (12+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
[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 net-next 0/2] net: xsk: add two sysctl knobs
2025-06-18 17:57 UTC (4+ messages)
[PATCH] dmaengine: zynqmp_dma: Add shutdown operation support
2025-06-18 17:56 UTC (4+ messages)
[btrfs:pr/1157 1/1] fs/btrfs/qgroup.c:359 qgroup_mark_inconsistent() warn: maybe use && instead of &
2025-06-18 17:56 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/4] list.h/treewide: get rid of no-op prefetch()
2025-06-18 17:53 UTC (2+ messages)
[PATCH 0/2] gpio: fix NULL-pointer dereferences introduced in GPIO chip setter conversion
2025-06-18 17:53 UTC (3+ 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] 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] 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)
[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 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
[Bug 220224] New: Kernel 6.15 causes crash (general protection fault) due to amd_sfh module
2025-06-18 17:41 UTC (2+ 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] net/af_xdp: add rx/tx queue support for af_xdp
2025-06-18 17:41 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.