linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-07-11 20:10 UTC  (2+ messages)

[PATCH v22 1/4] mm: add MAP_DROPPABLE for designating always lazily freeable mappings
 2024-07-11 20:07 UTC  (29+ messages)

[linux-next:master] BUILD REGRESSION f477dd6eede3ecedc8963478571d99ec3bf3f762
 2024-07-11 19:46 UTC 

[PATCH v5 0/9] fs: multigrain timestamp redux
 2024-07-11 19:40 UTC  (21+ messages)
` [PATCH v5 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v5 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v5 3/9] fs: add percpu counters for significant "
` [PATCH v5 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v5 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v5 6/9] xfs: switch to "
` [PATCH v5 7/9] ext4: "
` [PATCH v5 8/9] btrfs: convert "
` [PATCH v5 9/9] tmpfs: add support for "

[PATCH 0/2] revert unconditional slab and page allocator fault injection calls
 2024-07-11 19:36 UTC  (4+ messages)
` [PATCH 1/2] mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
` [PATCH 2/2] mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC

[linux-next:master 12377/12643] arch/loongarch/include/asm/pgtable.h:614: warning: "pud_leaf" redefined
 2024-07-11 19:26 UTC  (2+ messages)

[PATCH mm-unstable v1 1/2] mm/mglru: fix div-by-zero in vmpressure_calc_level()
 2024-07-11 19:19 UTC  (2+ messages)
` [PATCH mm-unstable v1 2/2] mm/mglru: fix overshooting shrinker memory

[PATCH] mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLE
 2024-07-11 18:40 UTC 

[PATCH 1/1] mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILING
 2024-07-11 18:33 UTC  (3+ messages)

[PATCH] mm/kmemleak: Replace strncpy() with strscpy()
 2024-07-11 18:08 UTC  (2+ messages)

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-11 18:07 UTC  (2+ messages)

[PATCH v2 0/6] Remove some lruvec page accounting functions
 2024-07-11 18:04 UTC  (7+ messages)
` [PATCH v2 2/6] slub: Use alloc_pages_node() in alloc_slab_page()

[PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-11 18:00 UTC  (4+ messages)

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-07-11 17:38 UTC  (14+ messages)

mm/slub.c:2077:1: error: unused function 'prepare_slab_obj_exts_hook'
 2024-07-11 17:09 UTC  (2+ messages)

[PATCH] mm/slub: quiet the clang warning with -Wunused-function enabled
 2024-07-11 17:06 UTC  (7+ messages)

[linux-next:master 12283/12643] drivers/md/dm-integrity.c:4559:22: warning: result of comparison of constant 2048 with expression of type 'unsigned char' is always false
 2024-07-11 17:01 UTC 

[PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
 2024-07-11 16:49 UTC  (8+ messages)

[PATCH] mm: Ignore data-race in __swap_writepage
 2024-07-11 16:32 UTC 

[linux-next:master 12059/12643] drivers/ptp/ptp_pch.c:224:undefined reference to `ioread64_lo_hi'
 2024-07-11 16:29 UTC  (2+ messages)

[PATCH v4 00/21] Avoid MAP_FIXED gap exposure
 2024-07-11 16:07 UTC  (18+ messages)
` [PATCH v4 09/21] mm/mmap: Expand mmap_region() munmap call
` [PATCH v4 10/21] mm/mmap: Support vma == NULL in init_vma_munmap()
` [PATCH v4 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v4 17/21] mm/mmap: Drop arch_unmap() call from all archs
` [PATCH v4 20/21] mm/mmap: Move may_expand_vm() check in mmap_region()
` [PATCH v4 21/21] mm/mmap: Drop incorrect comment from vms_gather_munmap_vmas()

[PATCH v2 1/3] arch/x86: Drop own definition of pgd,p4d_leaf
 2024-07-11 15:08 UTC  (9+ messages)
` [PATCH v2 2/3] mm: Remove pud_user() from asm-generic/pgtable-nopmd.h
` [PATCH v2 3/3] mm: Add p{g/4}d_leaf() in asm-generic/pgtable-nop{4/u}d.h

[PATCH v3 1/2] mm/memcg: alignment memcg_data define condition
 2024-07-11 14:55 UTC  (8+ messages)
` [REF PATCH v3 2/2] mm/slab: decouple the SLAB_OBJ_EXT from MEMCG

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-07-11 14:33 UTC  (3+ messages)

[linux-next:master 12377/12643] arch/mips/include/asm/pgtable.h:758: warning: "pud_leaf" redefined
 2024-07-11 14:30 UTC 

[linux-next:master 12059/12643] ERROR: modpost: "iowrite64_lo_hi" [drivers/net/wwan/t7xx/mtk_t7xx.ko] undefined!
 2024-07-11 14:30 UTC 

[PATCH 0/2] Support direct I/O read and write for memory allocated by dmabuf
 2024-07-11 14:25 UTC  (7+ messages)

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-11 14:08 UTC  (6+ messages)
` [PATCH v4 1/3] mm: swap: swap cluster switch to double link list
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list
` [PATCH v4 3/3] RFC: mm: swap: seperate SSD allocation from scan_swap_map_slots()

[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
 2024-07-11 13:53 UTC  (3+ messages)
` [PATCH v12 1/6] uaccess: add generic fallback version of copy_mc_to_user()

[PATCH V7 1/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-07-11 13:29 UTC  (2+ messages)
` [PATCH V7 2/2 RFC] cgroup/rstat: add tracepoint for ongoing flusher waits

[PATCH v2 2/2] virtio: fix vq # for balloon
 2024-07-11 13:23 UTC 

[linux-next:master 11857/12643] arch/powerpc/boot/dts/sequoia.dts:214.14-235.7: Warning (avoid_unnecessary_addr_size): /plb/opb/ebc/ndfc@3,0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11 13:23 UTC 

[PATCH v2 1/2] virtio_balloon: add work around for out of spec QEMU
 2024-07-11 13:23 UTC 

[PATCH] mm/mmap: Align the length parameter of munmap with hugepage size
 2024-07-11 13:22 UTC  (4+ messages)

[linux-next:master 11857/12643] arch/powerpc/boot/dts/ac14xx.dts:89.11-115.5: Warning (avoid_unnecessary_addr_size): /localbus@80000020/asi@2,0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11 13:12 UTC 

[PATCH] mm: unified folio_test_anon()/folio_anon_vma() and use them
 2024-07-11 13:08 UTC  (2+ messages)

[linux-next:master] [perf vendor events] e2641db83f: perf-sanity-tests.perf_all_PMU_test.fail
 2024-07-11 13:07 UTC  (4+ messages)

[linux-next:master 11606/12643] arm-linux-gnueabi-ld: arch/arm/mach-pxa/devices.o:undefined reference to `gpio_set_wake'
 2024-07-11 13:02 UTC 

[PATCH 0/3] mm/page_alloc: Introduce a new sysctl knob vm.pcp_batch_scale_max
 2024-07-11 12:45 UTC  (18+ messages)
` [PATCH 3/3] "

[PATCH 6.9 000/197] 6.9.9-rc1 review
 2024-07-11 12:29 UTC  (4+ messages)

[linux-next:master 12377/12643] arch/loongarch/include/asm/pgtable.h:614: error: "pud_leaf" redefined
 2024-07-11 12:17 UTC 

Possible circular dependency between i_data_sem and folio lock in ext4 filesystem
 2024-07-11 12:07 UTC 

[linux-next:master 11857/12643] arch/powerpc/boot/dts/warp.dts:177.14-210.7: Warning (avoid_unnecessary_addr_size): /plb/opb/ebc/ndfc@1,0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11 12:04 UTC 

[PATCH] Fixup for "mm: Remove pud_user() from asm-generic/pgtable-nopmd.h"
 2024-07-11 12:00 UTC 

[linux-next:master 11857/12643] arch/mips/boot/dts/qca/ar9331.dtsi:158.25-259.7: Warning (avoid_unnecessary_addr_size): /ahb/ethernet@1a000000/mdio/switch@10: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11 11:53 UTC 

[syzbot] [mm?] INFO: rcu detected stall in sys_wait4 (4)
 2024-07-11 11:11 UTC 

[linux-next:master 11857/12643] arch/mips/boot/dts/pic32/pic32mzda.dtsi:32.7-40.4: Warning (avoid_unnecessary_addr_size): /cpus: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11 10:29 UTC 

[PATCH 0/2] Drop support for memory-hotplug and memory-hotremove on superH
 2024-07-11 10:20 UTC  (5+ messages)
` [PATCH 1/2] arch/sh: Remove code that handles memory-hotplug and memory-hotremove
` [PATCH 2/2] arch/sh: Drop support for "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-11  9:50 UTC  (9+ messages)
` [PATCH v4 17/29] arm64: implement PKEYS support

[linux-next:master 11857/12643] arch/mips/boot/dts/ralink/mt7628a.dtsi:44.21-135.5: Warning (avoid_unnecessary_addr_size): /palmbus@10000000/pinmux@60: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11  9:45 UTC 

[linux-next:master 11857/12643] arch/powerpc/boot/dts/tqm8548.dts:411.11-432.5: Warning (avoid_unnecessary_addr_size): /localbus@e0005000/upm@3,0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11  9:45 UTC 

[linux-next:master 12569/12643] arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts:541.10-555.4: Warning (avoid_unnecessary_addr_size): /ahb/apb/bus@1e78a000/i2c@480/gpio@77: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
 2024-07-11  9:32 UTC 

[linux-next:master 12376/12643] arch/arm64/include/asm/pgtable.h:1142:54: error: implicit declaration of function 'pud_user'; did you mean 'put_user'?
 2024-07-11  9:11 UTC 

[PATCH] mm/hugetlb: fix possible recursive locking detected warning
 2024-07-11  8:27 UTC  (2+ messages)

[PATCH v1 0/2] mTHP allocation stats for file-backed memory
 2024-07-11  8:20 UTC  (4+ messages)
` [PATCH v1 1/2] mm: Cleanup count_mthp_stat() definition
` [PATCH v1 2/2] mm: mTHP stats for pagecache folio allocations

[PATCH v2] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
 2024-07-11  7:07 UTC  (2+ messages)

[linux-next:master 11984/12309] powerpc64-linux-ld: warning: orphan section `.bss..Lubsan_data751' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data751'
 2024-07-11  7:03 UTC 

[PATCH v2] mm: ksm: Consider the number of ksm_mm_slot in the general_profit calculation
 2024-07-11  6:32 UTC  (7+ messages)

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-11  6:25 UTC  (3+ messages)
` [RFC PATCH 6/8] kvm: gmem: Temporarily restore direct map entries when needed

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-11  5:43 UTC  (7+ messages)

[PATCH 0/3] Some cleanups for shmem
 2024-07-11  5:42 UTC  (4+ messages)
` [PATCH 1/3] mm: shmem: simplify the suitable huge orders validation for tmpfs
` [PATCH 2/3] mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
` [PATCH 3/3] mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()

[PATCH] mm: Fix mmap_assert_locked() in follow_pte()
 2024-07-11  5:13 UTC 

[PATCH 00/45] hugetlb pagewalk unification
 2024-07-11  4:53 UTC  (10+ messages)

[linux-next:master 10192/10451] WARNING: modpost: vmlinux: section mismatch in reference: mgmt_index_removed+0x24 (section: .text) -> .LBB3864 (section: .init.text)
 2024-07-11  2:25 UTC  (2+ messages)

[linux-next:master 9094/10451] WARNING: modpost: vmlinux: section mismatch in reference: remove_device+0x4e (section: .text) -> .L604 (section: .init.text)
 2024-07-11  2:24 UTC  (2+ messages)

[linux-next:master 7416/10451] WARNING: modpost: vmlinux: section mismatch in reference: svc_xprt_create_from_sa+0x6e (section: .text) -> .L96 (section: .init.text)
 2024-07-11  2:21 UTC  (2+ messages)

[linux-next:master 7425/10451] WARNING: modpost: vmlinux: section mismatch in reference: devlink_port_rel_cleanup_cb+0x16 (section: .text) -> .L0 (section: .init.text)
 2024-07-11  2:20 UTC  (2+ messages)

[linux-next:master 7424/10451] WARNING: modpost: vmlinux: section mismatch in reference: svc_xprt_enqueue.part.0+0x38 (section: .text) -> .LBE1049 (section: .init.text)
 2024-07-11  2:19 UTC  (2+ messages)

[PATCH mm-unstable v1 0/5] mm/swap: remove boilerplate
 2024-07-11  2:13 UTC  (6+ messages)
` [PATCH mm-unstable v1 1/5] mm/swap: reduce indentation level
` [PATCH mm-unstable v1 2/5] mm/swap: rename cpu_fbatches->activate
` [PATCH mm-unstable v1 3/5] mm/swap: fold lru_rotate into cpu_fbatches
` [PATCH mm-unstable v1 4/5] mm/swap: remove remaining _fn suffix
` [PATCH mm-unstable v1 5/5] mm/swap: remove boilerplate

[linux-next:master] BUILD REGRESSION 523b23f0bee3014a7a752c9bb9f5c54f0eddae88
 2024-07-11  1:43 UTC 

[PATCH net-next v16 05/13] page_pool: devmem support
 2024-07-11  1:23 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS cf99f485754191e2a2e7374e00c4c68f0d452f55
 2024-07-11  0:18 UTC 

[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-07-10 23:10 UTC  (12+ messages)

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-10 22:26 UTC  (3+ messages)

[linux-next:master 2668/12309] arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dtb: i2c-mux@70: idle-state: [1] is not of type 'integer'
 2024-07-10 22:20 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox