[PATCH 0/7] Make core VMA operations internal and testable
2024-07-03 11:57 UTC
[PATCH net-next v9 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
2024-07-03 11:25 UTC (11+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v9 07/13] mm: page_frag: some minor refactoring before adding new API
[PATCH] mm/page_counter: Move calculating protection values to page_counter
2024-07-03 11:25 UTC
[linux-next:master 10381/10451] kernel/rcu/rcu.h:138:undefined reference to `csd_lock_is_stuck'
2024-07-03 11:17 UTC
[linux-next:master 9887/10451] kernel/rcu/tree_exp.h:556:undefined reference to `csd_lock_is_stuck'
2024-07-03 11:17 UTC
[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
2024-07-03 11:15 UTC (3+ messages)
[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
2024-07-03 10:52 UTC (4+ messages)
[PATCH 1/1] mm, slab: move allocation tagging code in the alloc path into a hook
2024-07-03 10:47 UTC (2+ messages)
Soft lockup for cgroup charge?
2024-07-03 10:33 UTC
[RFC PATCH v2 0/7] Make core VMA operations internal and testable
2024-07-03 10:25 UTC (8+ messages)
` [RFC PATCH v2 3/7] mm: move vma_shrink(), vma_expand() to internal header
` [RFC PATCH v2 4/7] mm: move internal core VMA manipulation functions to own file
[PATCH v2] mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
2024-07-03 10:25 UTC (6+ messages)
[PATCH] hugetlbfs: add MTE support
2024-07-03 10:24 UTC (7+ messages)
[RFC PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic
2024-07-03 10:23 UTC (3+ messages)
[RFC PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
2024-07-03 10:23 UTC (3+ messages)
[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
2024-07-03 10:13 UTC
[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
2024-07-03 10:11 UTC (3+ messages)
[linux-next:master 9885/10451] kernel/rcu/tree_stall.h:797:undefined reference to `csd_lock_is_stuck'
2024-07-03 9:17 UTC
[linux-next:master 9442/10451] drivers/platform/cznic/turris-omnia-mcu-gpio.c:1027:10: error: no member named 'of_gpio_n_cells' in 'struct gpio_chip'
2024-07-03 9:07 UTC
[PATCH v2 0/1] memory tier: consolidate the initialization of memory tiers
2024-07-03 8:51 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH] mm/page_alloc: remove prefetchw() on freeing page to buddy system
2024-07-03 8:40 UTC (8+ messages)
[linux-next:master] [lockref] d042dae6ad: unixbench.throughput -33.7% regression
2024-07-03 8:34 UTC (14+ messages)
[PATCH v2] mm/numa_balancing: Teach mpol_to_str about the balancing mode
2024-07-03 8:34 UTC (5+ messages)
[PATCH RFC v4 0/2] mm: support mTHP swap-in for zRAM-like swapfile
2024-07-03 8:32 UTC (4+ messages)
[PATCH v2] slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
2024-07-03 8:12 UTC (2+ messages)
[linux-next:master 8777/10451] sound/soc/fsl/lpc3xxx-i2s.h:42:30: error: implicit declaration of function 'FIELD_PREP'
2024-07-03 8:10 UTC
[PATCH] mm: Enable setting -1 for vm.percpu_pagelist_high_fraction to set the minimum pagelist
2024-07-03 5:34 UTC (10+ messages)
[PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
2024-07-03 5:27 UTC (15+ messages)
[PATCH v8 00/10] enable bs > ps in XFS
2024-07-03 5:16 UTC (14+ messages)
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
MCEs on MIPS: multiple matching TLB entries
2024-07-03 5:13 UTC (6+ messages)
[PATCH v2 00/20] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
2024-07-03 4:06 UTC (21+ messages)
` [PATCH v2 01/20] "
` [PATCH v2 02/20] mm/zsmalloc: use zpdesc in trylock_zspage/lock_zspage
` [PATCH v2 03/20] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH v2 04/20] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH v2 05/20] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH v2 06/20] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH v2 07/20] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH v2 08/20] mm/zsmalloc: convert init_zspage() "
` [PATCH v2 09/20] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH v2 10/20] mm/zsmalloc: add zpdesc_is_isolated/zpdesc_zone helper for zs_page_migrate
` [PATCH v2 11/20] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH v2 12/20] mm/zsmalloc: convert __free_zspage() to use zdsesc
` [PATCH v2 13/20] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH v2 14/20] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH v2 15/20] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH v2 16/20] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH v2 17/20] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
` [PATCH v2 18/20] mm/zsmalloc: introduce __zpdesc_clear_movable
` [PATCH v2 19/20] mm/zsmalloc: introduce __zpdesc_clear_zsmalloc
` [PATCH v2 20/20] mm/zsmalloc: introduce __zpdesc_set_zsmalloc()
[PATCH -next] mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
2024-07-03 2:45 UTC (3+ messages)
[RFC PATCH 0/4] Introduce PMC(PER-MEMCG-CACHE)
2024-07-03 2:23 UTC (3+ messages)
[PATCH hotfix] mm: fix crashes from deferred split racing folio migration
2024-07-03 2:13 UTC (5+ messages)
[PATCH v3 4/4] RISC-V: Use Zkr to seed KASLR base address
2024-07-03 2:09 UTC
[PATCH] mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
2024-07-03 2:02 UTC (4+ messages)
[PATCH 1/1] mm/slab: fix 'variable obj_exts set but not used' warning
2024-07-03 1:58 UTC (6+ messages)
[PATCH 1/3] mm: use zonelist_zone() to get zone
2024-07-03 1:52 UTC (4+ messages)
` [PATCH 2/3] modpost: .meminit.* is not in init section when CONFIG_MEMORY_HOTPLUG set
` [PATCH 3/3] mm/page_alloc: put __free_pages_core() in __meminit section
[linux-next:master 8735/9748] arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: aux-bus: '#address-cells', '#size-cells', 'compatible', 'dma-ranges', 'ranges', 'sata@3200000', 'usb@2f00000', 'usb@3000000', 'usb@3100000' do not match any of the regexes: 'pinctrl-[0-9]+'
2024-07-03 0:53 UTC
[linux-next:master 9580/10049] drivers/power/supply/cros_charge-control.c:210 charge_behaviour_store() warn: unsigned 'behaviour' is never less than zero
2024-07-03 0:53 UTC
[PATCH v3 1/3] mm/memblock: introduce a new helper memblock_estimated_nr_pages()
2024-07-03 0:51 UTC (3+ messages)
` [PATCH v3 2/3] kernel/fork.c: get totalram_pages from memblock to calculate max_threads
` [PATCH v3 3/3] kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init section
[PATCH] mm: Prevent derefencing NULL ptr in pfn_section_valid()
2024-07-02 23:45 UTC (3+ messages)
[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-07-02 23:08 UTC (8+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API
[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
2024-07-02 22:08 UTC (2+ messages)
[PATCH] mm, slab: extend kmalloc() alignment for non power-of-two sizes
2024-07-02 21:41 UTC (8+ messages)
[PATCH v1] mm: Fix khugepaged activation policy
2024-07-02 21:29 UTC (6+ messages)
[PATCH v6 0/6] slab: Introduce dedicated bucket allocator
2024-07-02 20:12 UTC (6+ messages)
` [PATCH v6 4/6] mm/slab: Introduce kmem_buckets_create() and family
[RESEND PATCH v3 0/3] x86/mm: LAM fixups and cleanups
2024-07-02 19:00 UTC (9+ messages)
` [RESEND PATCH v3 1/3] x86/mm: Use IPIs to synchronize LAM enablement
[PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer
2024-07-02 17:37 UTC (10+ messages)
[linux-next:master 8728/10049] arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dtb: ethernet-phy@0: compatible: ['ethernet-phy-id001c.c916', 'ethernet-phy-ieee802.3-c22'] is too long
2024-07-02 17:30 UTC
[linux-next:master 9596/10049] arch/arm/boot/dts/arm/vexpress-v2m.dtsi:354.33-360.6: Warning (simple_bus_reg): /bus@40000000/motherboard-bus@40000000/regulator-3v3: missing or empty reg/ranges property
2024-07-02 17:29 UTC
[PATCH 6.9 221/222] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-07-02 17:04 UTC (2+ messages)
` [PATCH 6.9 222/222] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
2024-07-02 16:37 UTC (5+ messages)
[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
2024-07-02 16:18 UTC (6+ messages)
zswap_writeback_entry crashes in 6.9.5
2024-07-02 15:28 UTC (3+ messages)
[linux-next:master 9345/10049] kernel/signal.c:2331:39: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-07-02 15:26 UTC (2+ messages)
[syzbot] [kernel?] KASAN: stack-out-of-bounds Read in __show_regs (2)
2024-07-02 15:21 UTC (5+ messages)
[PATCH 1/1] mm: handle profiling for fake memory allocations during compaction
2024-07-02 15:17 UTC (5+ messages)
[PATCH v19 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
2024-07-02 15:08 UTC (3+ messages)
[linux-next:master 9580/10049] drivers/power/supply/cros_charge-control.c:297:18: warning: array subscript 3 is above array bounds of 'struct attribute *[3]'
2024-07-02 15:01 UTC
[PATCH] cifs: Fix read-performance regression by dropping readahead expansion
2024-07-02 14:50 UTC
[PATCH 0/2] Introduce tracepoint for hugetlbfs
2024-07-02 14:21 UTC (6+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions
[linux-next:master 10035/10049] riscv32-linux-ld: section .data LMA [0007d000,004ed977] overlaps section .exit.text LMA [0007ccec,00085cff]
2024-07-02 14:17 UTC
[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-07-02 13:51 UTC (24+ messages)
` [PATCH v7 01/23] powerpc/64e: Remove unused IBM HTW code
` [PATCH v7 02/23] powerpc/64e: Split out nohash Book3E 64-bit code
` [PATCH v7 03/23] powerpc/64e: Drop E500 ifdefs in "
` [PATCH v7 04/23] powerpc/64e: Drop MMU_FTR_TYPE_FSL_E checks "
` [PATCH v7 05/23] powerpc/64e: Consolidate TLB miss handler patching
` [PATCH v7 06/23] powerpc/64e: Drop unused TLB miss handlers
` [PATCH v7 07/23] mm: Define __pte_leaf_size() to also take a PMD entry
` [PATCH v7 08/23] mm: Provide mm_struct and address to huge_ptep_get()
` [PATCH v7 09/23] powerpc/mm: Remove _PAGE_PSIZE
` [PATCH v7 10/23] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [PATCH v7 11/23] powerpc/mm: Allow hugepages without hugepd
` [PATCH v7 12/23] powerpc/8xx: Fix size given to set_huge_pte_at()
` [PATCH v7 13/23] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [PATCH v7 14/23] powerpc/8xx: Simplify struct mmu_psize_def
` [PATCH v7 15/23] powerpc/e500: Remove enc and ind fields from "
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [PATCH v7 17/23] powerpc/e500: Encode hugepage size in PTE bits
` [PATCH v7 18/23] powerpc/e500: Don't pre-check write access on data TLB error
` [PATCH v7 19/23] powerpc/e500: Free r10 for FIND_PTE
` [PATCH v7 20/23] powerpc/e500: Use contiguous PMD instead of hugepd
` [PATCH v7 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [PATCH v7 22/23] powerpc/mm: Remove hugepd leftovers
` [PATCH v7 23/23] mm: Remove CONFIG_ARCH_HAS_HUGEPD
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox