messages from 2026-02-27 20:10:15 to 2026-02-27 20:50:33 UTC [more...]
powerpc/fadump: CMA init is failing
2026-02-27 20:50 UTC (3+ messages)
[PATCH v1] drm/xe/pf: Relax LMTT requirement for LMEM auto provisioning
2026-02-27 20:50 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[PATCH 0/2] btrfs: return early in allocation failures
2026-02-27 20:50 UTC (5+ messages)
` [PATCH 1/2] btrfs: return early if allocations fail on add_block_entry()
` [PATCH 2/2] btrfs: return early if allocations fail on raid56
[PATCH v1 0/4] Allow order zero pages in page reporting
2026-02-27 20:50 UTC (8+ messages)
` [PATCH v1 1/4] page_reporting: add PAGE_REPORTING_DEFAULT_ORDER
` [PATCH v1 2/4] virtio_balloon: set default page reporting order
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1
[PATCH] cred: clarify usage of get_cred_rcu()
2026-02-27 20:49 UTC (4+ messages)
[PATCH 0/6] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
2026-02-27 20:48 UTC (18+ messages)
` [PATCH 1/6] phy: rockchip: samsung-hdptx: Fix rate recalculation for high bpc
` [PATCH 2/6] phy: rockchip: samsung-hdptx: Handle uncommitted PHY config changes
` [PATCH 4/6] phy: rockchip: samsung-hdptx: Drop restrict_rate_change handling
` [PATCH 5/6] phy: rockchip: samsung-hdptx: Simplify GRF access with FIELD_PREP_WM16()
` [PATCH 6/6] phy: rockchip: samsung-hdptx: Consistently use bitfield macros
[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
2026-02-27 20:48 UTC (8+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "
[PATCH] drm/amd/display: Use mpc.preblend flag to indicate 3D LUT
2026-02-27 20:46 UTC (2+ messages)
[PATCH 00/11] scsi: ufs: Add TX Equalization support for UFS 5.0
2026-02-27 20:46 UTC (3+ messages)
` [PATCH 02/11] scsi: ufs: core: Pass force_pmc to ufshcd_config_pwr_mode() as a parameter
[PATCH] drm/amd/display: Enable DEGAMMA and reject COLOR_PIPELINE+DEGAMMA_LUT
2026-02-27 20:46 UTC (2+ messages)
[PATCH 0/4] btrfs: replace BUG() and BUG_ON() with error handling
2026-02-27 20:44 UTC (9+ messages)
` [PATCH 1/4] btrfs: replace BUG() with error handling in compression.c
` [PATCH 2/4] btrfs: clean coding style errors and warnings "
` [PATCH 3/4] btrfs: replace BUG() and BUG_ON() with error handling in extent-tree.c
` [PATCH 4/4] btrfs: clean coding style errors "
[PATCH 0/4] drm/i915, drm/xe: clean up i915_vma.h usage for display
2026-02-27 20:43 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[RFC PATCH bpf-next v3 0/3] Optimize kprobe.session attachment for exact function names
2026-02-27 20:43 UTC (5+ messages)
` [RFC PATCH bpf-next v3 1/3] libbpf: "
` [RFC PATCH bpf-next v3 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [RFC PATCH bpf-next v3 3/3] selftests/bpf: add tests for kprobe.session optimization
[PATCH v2 0/9] dma-buf: heaps: Turn heaps into modules
2026-02-27 20:43 UTC (7+ messages)
` [PATCH v2 4/9] mm: cma: Export dev_get_cma_area()
` [PATCH v2 5/9] mm: cma: Export cma_alloc and cma_release
` [PATCH v2 6/9] mm: cma: Export cma_get_name
[PATCH v3 00/37] Hexagon system emulation - Part 1/3
2026-02-27 20:36 UTC (38+ messages)
` [PATCH v3 01/37] docs: Add hexagon sysemu docs
` [PATCH v3 02/37] docs/system: Add hexagon CPU emulation
` [PATCH v3 03/37] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH v3 04/37] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH v3 05/37] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PATCH v3 06/37] target/hexagon: Make gen_exception_end_tb non-static
` [PATCH v3 07/37] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PATCH v3 08/37] target/hexagon: Add system event, cause codes
` [PATCH v3 09/37] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH v3 10/37] target/hexagon: Add memory order definition
` [PATCH v3 11/37] target/hexagon: Add a placeholder fp exception
` [PATCH v3 12/37] target/hexagon: Add guest, system reg number defs
` [PATCH v3 13/37] target/hexagon: Add guest, system reg number state
` [PATCH v3 14/37] target/hexagon: Add TCG values for sreg, greg
` [PATCH v3 15/37] target/hexagon: Add guest/sys reg writes to DisasContext
` [PATCH v3 16/37] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH v3 17/37] target/hexagon: Add new macro definitions "
` [PATCH v3 18/37] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH v3 19/37] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PATCH v3 20/37] target/hexagon: Add vmstate representation
` [PATCH v3 21/37] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH v3 22/37] target/hexagon: Define register fields for system regs
` [PATCH v3 23/37] target/hexagon: Implement do_raise_exception()
` [PATCH v3 24/37] target/hexagon: Add system reg insns
` [PATCH v3 25/37] target/hexagon: Add sysemu TCG overrides
` [PATCH v3 26/37] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH v3 27/37] target/hexagon: Add TCG overrides for int handler insts
` [PATCH v3 28/37] target/hexagon: Add TCG overrides for thread ctl
` [PATCH v3 29/37] target/hexagon: Add TCG overrides for rte, nmi
` [PATCH v3 30/37] target/hexagon: Add sreg_{read,write} helpers
` [PATCH v3 31/37] target/hexagon: Add locks, id, next_PC to state
` [PATCH v3 32/37] target/hexagon: Add a TLB count property
` [PATCH v3 33/37] target/hexagon: Add {TLB, k0}lock, cause code, wait_next_pc
` [PATCH v3 34/37] target/hexagon: Add stubs for modify_ssr/get_exe_mode
` [PATCH v3 35/37] target/hexagon: Add clear_wait_mode() definition
` [PATCH v3 36/37] target/hexagon: Define f{S,G}ET_FIELD macros
` [PATCH v3 37/37] target/hexagon: Add hex_interrupts support
[PATCH vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
2026-02-27 20:42 UTC (6+ messages)
` [PATCH vfio 1/6] vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase
` [PATCH vfio 2/6] vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2
[PATCH] NFS: Fix NFS KConfig typos
2026-02-27 20:42 UTC
[PATCH v9 00/18] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
2026-02-27 20:39 UTC (19+ messages)
` [PATCH v9 01/18] ati-vga: Fix framebuffer mapping by using hardware-correct aperture sizes
` [PATCH v9 02/18] ati-vga: Fix DST_PITCH and SRC_PITCH reads
` [PATCH v9 03/18] ati-vga: Read aliased values from DP_GUI_MASTER_CNTL
` [PATCH v9 04/18] ati-vga: Latch src and dst pitch and offset on master_cntl default
` [PATCH v9 05/18] ati-vga: Implement foreground and background color register writes
` [PATCH v9 06/18] ati-vga: Add scissor clipping register support
` [PATCH v9 07/18] ati-vga: Remove dst_x/y updates after blit
` [PATCH v9 08/18] ati-vga: Consolidate dirty region tracking in ati_2d_blt
` [PATCH v9 09/18] ati-vga: Remove src and dst stride mutation "
` [PATCH v9 10/18] ati-vga: Use local variables for register values "
` [PATCH v9 11/18] ati-vga: Introduce ATI2DCtx struct for 2D blit context
` [PATCH v9 12/18] ati-vga: Extract setup_2d_blt_ctx from ati_2d_blt
` [PATCH v9 13/18] ati-vga: Split ati_2d_do_blt "
` [PATCH v9 14/18] ati-vga: Remove ATIVGAState param from ati_2d_do_blt
` [PATCH v9 15/18] ati-vga: Move source bounds validation to ati_2d_blt
` [PATCH v9 16/18] ati-vga: Implement scissor rectangle clipping for 2D operations
` [PATCH v9 17/18] ati-vga: Implement HOST_DATA register writes
` [PATCH v9 18/18] ati-vga: Implement HOST_DATA flush to VRAM
[RFC PATCH 0/2] futex: how to solve the robust_list race condition?
2026-02-27 20:41 UTC (7+ messages)
[f2fs-dev] [PATCH 1/4] f2fs: fix incorrect extent flag when physical addr is NEW_ADDR in f2fs_fiemap
2026-02-27 20:41 UTC (6+ messages)
` [f2fs-dev] [PATCH 3/4] f2fs: fix fiemap boundary handling when read extent cache is incomplete
[PATCH] tracefs: Simplify get_dname() with kmemdup_nul()
2026-02-27 20:42 UTC (3+ messages)
[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
2026-02-27 20:40 UTC (9+ messages)
` [PATCH v4 1/5] mm: introduce zone lock wrappers
` [PATCH v4 2/5] mm: convert zone lock users to wrappers
` [PATCH v4 3/5] mm: convert compaction to zone lock wrappers
` [PATCH v4 4/5] mm: rename zone->lock to zone->_lock
[PATCH v3] ACPI: OSL: Poweroff when encountering a fatal ACPI error
2026-02-27 20:39 UTC (8+ messages)
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-02-27 20:37 UTC (4+ messages)
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[PATCH] Fix dirname() handling in run_ptests()
2026-02-27 20:37 UTC (5+ messages)
[PATCH v8 0/7] Enhanced autonomous selection and improvements
2026-02-27 20:36 UTC (3+ messages)
[PATCH v3 0/2] Creation of workqueues in Rust
2026-02-27 20:36 UTC (10+ messages)
` [PATCH v3 1/2] rust: workqueue: restrict delayed work to global wqs
[Intel-wired-lan] [RFC PATCHv2 0/1] idpf: IDPF + SWIOTLB Bug
2026-02-27 20:34 UTC (4+ messages)
` "
` [Intel-wired-lan] [RFC PATCHv2 1/1] idpf: Fix header clobber in IDPF with SWIOTLB enabled
` "
[PATCH v6 0/1] numa: add 'memmap-type' option for memory type configuration
2026-02-27 20:34 UTC (3+ messages)
` [PATCH v6 1/1] "
[PATCH v1] Bluetooth: ISO: Fix defer tests being unstable
2026-02-27 20:35 UTC
[RFC 00/26] amdgpu plugin render node only discussion
2026-02-27 20:34 UTC (7+ messages)
` [RFC 13/26] plugins/amdgpu: Consolidate vm_info collection
` [RFC 14/26] plugins/amdgpu: Remove plugin_log_msg()
` [RFC 15/26] plugins/amdgpu: Add plugin to inventory even if process has no vmas
[PATCH v2] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
2026-02-27 20:33 UTC (3+ messages)
[PATCH] mm/hugetlb.c: Use __pa() instead of virt_to_phys() in early bootmem alloc code
2026-02-27 20:33 UTC (2+ messages)
[f2fs-dev] [PATCH v2 0/1] f2fs: fix lockdep WARN of sbi->cp_global_sem and q->q_usage_counter
2026-02-27 20:32 UTC (5+ messages)
` [f2fs-dev] [PATCH v2 1/1] "
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-02-27 20:31 UTC (6+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
[PATCH v2 5/7] PCI: mediatek-gen3: Integrate new pwrctrl API
2026-02-27 20:27 UTC (2+ messages)
[PATCH v6 23/30] arm64: kpkeys: Ensure the linear map can be modified
2026-02-27 20:28 UTC (2+ messages)
[PATCH bpf-next v5 1/5] bpf: Factor out program return value calculation
2026-02-27 20:27 UTC (2+ messages)
[PATCH iproute2] ip/netns: avoid redundant mounts
2026-02-27 20:30 UTC (4+ messages)
[f2fs-dev] [jaegeuk-f2fs:dev-test 5/5] fs/f2fs/gc.c:1286 ra_data_block() warn: missing error code 'err'
2026-02-27 20:28 UTC (3+ messages)
` "
[PATCH] mm/vmpressure: scale window size based on machine memory and CPU count
2026-02-27 20:28 UTC (2+ messages)
[tip:tip/urgent] BUILD SUCCESS 3a5364ae25c1f0c2b5d62af2d497cd11eff1a298
2026-02-27 20:25 UTC
[PATCH v2 0/7] media: iris: add support for kaanapali platform
2026-02-27 20:28 UTC (9+ messages)
` [PATCH v2 3/7] media: iris: add iris vpu bus support and register it with iommu_buses
` [PATCH v2 4/7] media: iris: add context bank devices using iommu-map
` [PATCH v2 5/7] media: iris: add helper to select context bank device
` [PATCH v2 6/7] media: iris: add iris4 specific H265 line buffer calculation
[PATCH v7 00/22] i3c: aspeed: Add I3C support
2026-02-27 20:28 UTC (5+ messages)
` [PATCH v7 03/22] hw/i3c: Add bus support
` [PATCH v7 18/22] hw/i3c: Add Mock target
[PATCH 0/2] usb: typec: hd3ss3220: Add sysfs interface for role state
2026-02-27 20:27 UTC (5+ messages)
` [PATCH 1/2] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
` [PATCH 2/2] usb-typec-hd3ss3220-Add-sysfs-attribute-for-USB-role
+ mm-damon-core-do-non-safe-region-walk-on-kdamond_apply_schemes.patch added to mm-new branch
2026-02-27 20:27 UTC
+ mm-damon-core-set-quota-score-histogram-with-core-filters.patch added to mm-new branch
2026-02-27 20:27 UTC
[PATCH] usb: typec: hd3ss3220: Add sysfs attribute for USB role state
2026-02-27 20:26 UTC (2+ messages)
[PATCH] staging: rtl8723bs: remove unused 'ratelen' parameter from rtw_check_network_type()
2026-02-27 20:26 UTC (5+ messages)
[PATCH v5 0/8] nvme: set discard_granularity from NPDG/NPDA
2026-02-27 20:23 UTC (9+ messages)
` [PATCH v5 1/8] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
` [PATCH v5 2/8] nvme: fold nvme_config_discard() into nvme_update_disk_info()
` [PATCH v5 3/8] nvme: update nvme_id_ns OPTPERF constants
` [PATCH v5 4/8] nvme: always issue I/O Command Set specific Identify Namespace
` [PATCH v5 5/8] nvme: add from0based() helper
` [PATCH v5 6/8] nvme: set discard_granularity from NPDG/NPDA
` [PATCH v5 7/8] nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
` [PATCH v5 8/8] nvmet: report NPDGL and NPDAL
[PATCH] staging: axis-fifo: fix alignment to match open parenthesis
2026-02-27 20:23 UTC (2+ messages)
[PATCH net v2] net/rds: Fix circular locking dependency in rds_tcp_tune
2026-02-27 20:23 UTC
[PATCH 0/2] tests/intel/xe_eudebug_online: Fix sporadic failures due to unhandled fsync errors
2026-02-27 20:23 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ i915.CI.BAT: failure "
[PATCH v2 0/2] timeout immediate arg
2026-02-27 20:19 UTC (7+ messages)
` [PATCH v2 2/2] io_uring/timeout: immediate timeout arg
[RFC v2 0/3] Decoupling large folios dependency on THP
2026-02-27 20:19 UTC (7+ messages)
[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
2026-02-27 20:19 UTC (3+ messages)
[PATCH] net/bnxt: fix reported VLAN stripped flag for Thor 2
2026-02-27 20:20 UTC
[PATCH v2 0/3] cxl region changes for Type2 support
2026-02-27 20:17 UTC (7+ messages)
` [PATCH v2 2/3] cxl/region: Factor out interleave ways setup
` [PATCH v2 3/3] cxl/region: Factor out interleave granularity setup
Linux 6.19.4
2026-02-27 20:17 UTC (11+ messages)
` Linux 6.19.4 - Oops, regression
[Buildroot] [PATCH] package/bind: security bump to version 9.18.46
2026-02-27 20:16 UTC
[PATCH] pinctrl: single: drop useless assignment in pcs_irq_set()
2026-02-27 20:15 UTC
[PATCHSET v2 sched_ext/for-7.1] sched_ext: Implement cgroup sub-scheduler support
2026-02-27 20:14 UTC (4+ messages)
` [PATCH 07/34] sched_ext: Introduce cgroup sub-sched support
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-02-27 20:08 UTC (14+ messages)
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
6.18.14: VirtualBox modules don't build anymore; bisected
2026-02-27 20:12 UTC (2+ messages)
[PATCH v4 0/2] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-02-27 20:11 UTC (5+ messages)
` [PATCH v4 2/2] hfsplus: validate b-tree node 0 bitmap at mount time
[PATCH V1] accel/amdxdna: Fix NULL pointer dereference of mgmt_chann
2026-02-27 20:11 UTC (2+ messages)
[PATCH RFC bpf-next 0/5] skb extension for BPF local storage
2026-02-27 20:11 UTC (3+ messages)
[docs] [PATCH] ref-manual: document PTEST_RUNNER_TIMEOUT variable
2026-02-27 20:10 UTC
+ mm-slab-use-compound_head-in-page_slab.patch added to mm-new branch
2026-02-27 20:10 UTC
+ hugetlb-update-vmemmap_deduprst.patch added to mm-new branch
2026-02-27 20:10 UTC
+ mm-remove-the-branch-from-compound_head.patch added to mm-new branch
2026-02-27 20:10 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.