messages from 2025-12-22 23:48:52 to 2025-12-23 01:42:49 UTC [more...]
+ mm-numa_emu-add-document-for-numa-emulation.patch added to mm-new branch
2025-12-23 1:42 UTC
+ mm-memory-tiers-numa_emu-enable-to-create-memory-tiers-using-fake-numa-nodes.patch added to mm-new branch
2025-12-23 1:42 UTC
[PATCH v1] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
2025-12-23 1:42 UTC (3+ messages)
[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
2025-12-23 1:41 UTC (2+ messages)
[PATCH V4 7/8] mm/slab: save memory by allocating slabobj_ext array from leftover
2025-12-23 1:40 UTC (2+ messages)
[jic23-iio:testing 17/49] drivers/iio/adc/nxp-sar-adc.c:1014:1: sparse: sparse: bad integer constant expression
2025-12-23 1:40 UTC
[asahilinux:bits/000-devicetree 10/128] arch/arm64/boot/dts/apple/t8112-j413.dtb: efuse@23d2c8000 (apple,t8112-efuses): Unevaluated properties are not allowed ('efuse@480,20', 'efuse@480,23', 'efuse@480,25', 'efuse@480,28', 'efuse@480,30', 'efuse@484,15', 'efuse@484,17', 'efuse@484,30', 'efuse@
2025-12-23 1:36 UTC
[PATCH i-g-t, v7 0/8] Add plane color pipeline tests for Intel hardware
2025-12-23 1:34 UTC (3+ messages)
` ✗ i915.CI.BAT: failure for Add plane color pipeline tests for Intel hardware (rev8)
` ✓ Xe.CI.BAT: success "
[PATCH 1/2] erofs-utils: mount: add support for netlink disconnection
2025-12-23 1:33 UTC (3+ messages)
` [PATCH 2/2] erofs-utils: mount: add `--disconnect` command
[PATCH RFC] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
2025-12-23 1:33 UTC (3+ messages)
[syzbot] [xfs?] INFO: task hung in vfs_setxattr (7)
2025-12-23 1:33 UTC (2+ messages)
[PATCH] rust: pin_init_internal: fix rust-analyzer `mod quote`
2025-12-23 1:32 UTC (7+ messages)
[koverstreet-bcachefs:bcachefs-rebalance_v2 560/799] fs/bcachefs/data/read.c:1504:1: warning: the frame size of 1296 bytes is larger than 1280 bytes
2025-12-23 1:29 UTC
[PATCH v6] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
2025-12-23 1:30 UTC (3+ messages)
[PATCH] hwmon: (acpi_power_meter) Replace deprecated strcpy() with strscpy()
2025-12-23 1:31 UTC (2+ messages)
[PATCH 2/2] regulator: Add TPS65185 driver
2025-12-23 1:29 UTC
cat: adjust the maximum data copied by copy_file_range
2025-12-23 1:28 UTC (2+ messages)
[PATCH V9 00/19] virtio_ring in order support
2025-12-23 1:29 UTC (3+ messages)
[PATCH] PCI: dwc: ep: Cache MSI outbound iATU mapping
2025-12-23 1:12 UTC (7+ messages)
[PATCH V2 0/2] LoongArch: KVM: fix "unreliable stack" issue
2025-12-23 1:25 UTC (5+ messages)
` [PATCH V2 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
` [PATCH V2 2/2] LoongArch: KVM: fix "unreliable stack" issue
[v4 PATCH 0/2] hung_task: Provide runtime reset interface for hung task detector
2025-12-23 1:27 UTC (4+ messages)
` [v4 PATCH 2/2] hung_task: Enable runtime reset of hung_task_detect_count
[PATCH] rcutorture: Fix operator precedence bug in exp_current() invocation
2025-12-23 1:24 UTC (3+ messages)
[PATCH v9 00/30] KVM: arm64: Implement support for SME
2025-12-23 1:21 UTC (31+ messages)
` [PATCH v9 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v9 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v9 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v9 04/30] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v9 05/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v9 06/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v9 07/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v9 08/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v9 09/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v9 11/30] KVM: arm64: Define internal features "
` [PATCH v9 12/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v9 13/30] KVM: arm64: Store vector lengths in an array
` [PATCH v9 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v9 15/30] KVM: arm64: Support SME control registers
` [PATCH v9 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v9 17/30] KVM: arm64: Support SME identification registers for guests
` [PATCH v9 18/30] KVM: arm64: Support SME priority registers
` [PATCH v9 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v9 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v9 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 24/30] KVM: arm64: Handle SME exceptions
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v9 27/30] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v9 28/30] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v9 29/30] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v9 30/30] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH v4 0/2] hwmon: Add support for MPS mp5926 chip
2025-12-23 1:22 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings
` [PATCH v4 2/2] hwmon: add mp5926 driver
[PATCH v2 0/2] block/blk-mq: fix RT kernel issues and interrupt context warnings
2025-12-23 1:22 UTC (3+ messages)
` [PATCH v2 2/2] block: Fix WARN_ON in blk_mq_run_hw_queue when called from interrupt context
[PATCH v2] ext4: don't order data when zeroing unwritten or delayed block
2025-12-23 1:19 UTC
[PATCH v3 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
2025-12-23 1:21 UTC (2+ messages)
` [PATCH v3 2/2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
[PATCH -next v2 0/7] ext4: defer unwritten splitting until I/O completion
2025-12-23 1:18 UTC (8+ messages)
` [PATCH -next v2 1/7] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH -next v2 2/7] ext4: don't split extent before submitting I/O
` [PATCH -next v2 3/7] ext4: avoid starting handle when dio writing an unwritten extent
` [PATCH -next v2 4/7] ext4: remove useless ext4_iomap_overwrite_ops
` [PATCH -next v2 5/7] ext4: remove unused unwritten parameter in ext4_dio_write_iter()
` [PATCH -next v2 6/7] ext4: simply the mapping query logic in ext4_iomap_begin()
` [PATCH -next v2 7/7] ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT
[RFC PATCH 0/3] Make Link Status on Close Configurable
2025-12-23 1:19 UTC (5+ messages)
` [RFC PATCH 1/3] ethdev: add set link state on close API
[PATCH] media: amphion: Use kmalloc instead of vmalloc
2025-12-23 1:18 UTC (3+ messages)
[PATCH -next] mm/hugetlb_cgroup: fix -Wformat-truncation warning
2025-12-23 1:18 UTC (3+ messages)
[PATCH v2] media: ttusb-dec: fix heap-buffer-overflow in ttusb_dec_process_urb_frame()
2025-12-23 1:17 UTC (4+ messages)
` [PATCH v3] "
[PATCH] can: etas_es58x: fix memory leak in es58x_open()
2025-12-23 1:17 UTC (2+ messages)
` [PATCH v2] can: etas_es58x: allow partial RX URB allocation to succeed
Implement initial driver for virtio-RDMA device(kernel)
2025-12-23 1:16 UTC (2+ messages)
[PATCH] lib/tests: convert test_min_heap module to KUnit
2025-12-23 1:16 UTC (4+ messages)
mm/hugetlb_cgroup.c:829:44: warning: '%s' directive output may be truncated writing up to 1623 bytes into a region of size between 32 and 63
2025-12-23 1:16 UTC (2+ messages)
[RFC 0/3] ethdev: introduce device reinitialisation API
2025-12-23 1:16 UTC (2+ messages)
[PATCH v2 1/5] selftests/mm: fix va_high_addr_switch.sh return value
2025-12-23 1:15 UTC (2+ messages)
[PATCH v2 1/2] an/rm64: dts: socfpga: agilex: fix CHECK_DTBS DTC_FLAGS warning
2025-12-23 1:15 UTC (3+ messages)
+ mm-fix-huge-page-table-not-free-after-memory-unplug.patch added to mm-hotfixes-unstable branch
2025-12-23 1:15 UTC
[PATCH] mm: fix huge page table not free after memory unplug
2025-12-23 1:15 UTC (2+ messages)
[PATCH v2 0/1] PCI: pcie_failed_link_retrain() return if dev is not ASM2824
2025-12-23 1:12 UTC (2+ messages)
[PATCH v10 0/8] Add multiple address spaces support to VDUSE
2025-12-23 1:11 UTC (5+ messages)
` [PATCH v10 7/8] vduse: add vq group asid support
[PATCH v1 0/3] Add ENDOF(), and use it to fix off-by-one bugs
2025-12-23 1:07 UTC (9+ messages)
` [PATCH v5 0/4] Add ARRAY_END(), "
` [PATCH v5 4/4] mm: Use ARRAY_END() instead of open-coding it
[PATCH] x86/apic: Inline __x2apic_send_IPI_dest()
2025-12-23 1:06 UTC (2+ messages)
[android-common:android16-6.12-desktop 15/15] arch/x86/include/asm/kvm_pkvm.h:280:37: error: field 'iommu_map_param' has incomplete type
2025-12-23 1:06 UTC
[openeuler:OLK-6.6 2/2] mm/vmalloc.c:4443: warning: Function parameter or member 'pgoff' not described in 'remap_vmalloc_hugepage_range_partial'
2025-12-23 1:06 UTC
[PATCH RFC 0/3] pinctrl: spacemit: add support for K3 SoC
2025-12-23 1:04 UTC (6+ messages)
` [PATCH RFC 2/3] pinctrl: spacemit: k3: add initial pin support
[PATCH] NFS: Fix directory delegation verifier checks
2025-12-23 1:06 UTC (3+ messages)
[PATCH v3 18/33] drm/vkms: Introduce configfs for plane format
2025-12-23 1:00 UTC (2+ messages)
[PATCH 09/11] tools headers: Sync linux/gfp_types.h with kernel sources
2025-12-23 1:00 UTC (2+ messages)
[PATCH -next 0/5] mm/mglru: remove memcg lru
2025-12-23 1:00 UTC (11+ messages)
` [PATCH -next 1/5] mm/mglru: use mem_cgroup_iter for global reclaim
` [PATCH -next 3/5] mm/mglru: extend shrink_one for both lrugen and non-lrugen
[meta-selinux] [PATCH 1/1] systemd: create backlight directory via tmpfiles for SELinux compliance
2025-12-23 0:59 UTC (2+ messages)
` [oe] "
[PATCH i-g-t v9 0/2] tests/intel/xe_pm_residency: Add ASPM Link residency test
2025-12-23 0:58 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_pm_residency: Add ASPM Link residency test (rev2)
` ✓ i915.CI.BAT: "
[PATCH v4 10/17] ras: AEST: Introduce AEST driver sysfs interface
2025-12-23 0:57 UTC (2+ messages)
[PATCH v2] srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
2025-12-23 0:57 UTC (2+ messages)
[PATCH] status: show default branch comparison when tracking non-default branch
2025-12-23 0:53 UTC
[PATCH] checkout: add remoteBranchTemplate config for DWIM branch names
2025-12-23 0:51 UTC (4+ messages)
[RFT] sched_ext: Skip stack trace capture in NMI context
2025-12-23 0:50 UTC
[PATCH v2] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
2025-12-23 0:50 UTC (4+ messages)
[PATCH] drm/xe: Add GSC to powergate_info
2025-12-23 0:44 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[android-common:android16-6.12-desktop 15/15] drivers/iommu/intel/iommu_pkvm.h:16:22: error: invalid use of undefined type 'struct pkvm_iommu_map_param'
2025-12-23 0:43 UTC
[openeuler:OLK-6.6 3544/3544] lib/iov_iter.c:330:38: sparse: sparse: incorrect type in argument 1 (different address spaces)
2025-12-23 0:43 UTC
Is there any manuals or page to show how to setup a nest translation environment with stage1 and stage2 page tables on intel-iommu ?
2025-12-23 0:42 UTC (4+ messages)
` "
` Re:Re: Is "
Snapshots of individual files
2025-12-23 0:43 UTC
re-enable IOCB_NOWAIT writes to files v4
2025-12-23 0:37 UTC (24+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates
[PATCH 0/2] drm/xe/configs: Fix build breaks
2025-12-23 0:37 UTC (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
2025-12-23 0:36 UTC (3+ messages)
[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2025-12-23 0:35 UTC (26+ messages)
` [PATCH v3 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v3 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v3 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v3 04/25] io_uring/kbuf: add mmap "
` [PATCH v3 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v3 09/25] io_uring/kbuf: add io_uring_cmd_is_kmbuf_ring()
` [PATCH v3 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v3 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v3 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v3 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v3 16/25] fuse: use enum types for header copying
` [PATCH v3 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v3 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v3 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v3 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 24/25] fuse: add zero-copy over io-uring
` [PATCH v3 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
+ lib-buildid-use-__kernel_read-for-sleepable-context.patch added to mm-hotfixes-unstable branch
2025-12-23 0:36 UTC
[PATCH] riscv: Add support for BeagleV-Fire
2025-12-23 0:35 UTC (3+ messages)
[PATCH v4 1/1] man/man3/aligned_alloc.3: HISTORY: Document bogus specification from C11
2025-12-23 0:35 UTC (4+ messages)
` [PATCH v4 0/1] "
[sashal:spec 76/131] htmldocs: Documentation/core-api/kernel-api:304: ./kernel/acct.c:306: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
2025-12-23 0:32 UTC
upper vs. lower case hexdump vs od on current Ubuntu causes generic/029, 030 and 031 to fail
2025-12-23 0:33 UTC
[android-common:android14-6.1 1/1] mm/memory.c:1709: warning: Function parameter or member 'start_t' not described in 'unmap_vmas'
2025-12-23 0:31 UTC
[RFC v1] drm/xe/migrate: Configure migration queue as low latency
2025-12-23 0:31 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v2] net: usb: sr9700: fix incorrect command used to write single register
2025-12-23 0:30 UTC (4+ messages)
[PATCH i-g-t] lig/igt_fb: fix x-tiled framebuffers on intel xe driver
2025-12-23 0:29 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for lig/igt_fb: fix x-tiled framebuffers on intel xe driver (rev3)
` ✓ i915.CI.BAT: "
[PATCH i-g-t] tools/gen_xe_vf_migration_bpftrace.py: Add bpftrace generator for Xe VF migration tracing
2025-12-23 0:29 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
clocksource: Reduce watchdog readout delay limit to prevent false positives
2025-12-23 0:27 UTC (2+ messages)
[frederic-dynticks:kthread/core-v5 32/32] htmldocs: Documentation/cpu_isolation/housekeeping.rst: WARNING: document isn't included in any toctree [toc.not_included]
2025-12-23 0:20 UTC
[kvm-unit-tests PATCH 0/9] Improve test parity between SVM and VMX
2025-12-23 0:20 UTC (3+ messages)
` [kvm-unit-tests PATCH 9/9] x86/svm: Add event injection check tests
generic/013 failure to Samba
2025-12-23 0:19 UTC
[PATCH bpf-next 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
2025-12-23 0:19 UTC (2+ messages)
[PATCH 0/3] nilfs2 fixes on v6.19-rc1
2025-12-23 0:16 UTC (2+ messages)
[PATCH net] net: dlink: mask rx_coalesce/rx_timeout before writing RxDMAIntCtrl
2025-12-23 0:10 UTC
[PATCH V4 4/8] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
2025-12-23 0:08 UTC (2+ messages)
[PATCH 0/2] Implement Wa_13012396614 for Xe3_LPD
2025-12-23 0:08 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH] libtheora: set CVE_PRODUCT
2025-12-23 0:05 UTC (3+ messages)
` [OE-core] "
[PATCH 5/6] dma-mapping: Allow batched DMA sync operations if supported by the arch
2025-12-23 0:02 UTC (5+ messages)
[arm-platforms:kvm-arm64/gicv5-full 42/82] arch/arm64/kvm/vgic/vgic-v5-tables.c:385:6: warning: variable 'vmi' is used uninitialized whenever 'if' condition is true
2025-12-22 23:58 UTC
[openeuler:OLK-6.6 3541/3541] kernel/sched/fair.c:151:14: sparse: sparse: symbol 'sysctl_sched_prio_load_balance_enabled' was not declared. Should it be static?
2025-12-22 23:58 UTC
[PATCH] net/hns3: fix outer UDP checksum fail with simple BD
2025-12-22 23:53 UTC (2+ messages)
[meta-openembedded] [Scarthgap] [PATCH] p7zip 16.02: Fix CVE-2022-47069
2025-12-22 23:52 UTC (3+ messages)
` [oe] "
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.