[PATCH 0/4] mm: Generalize putback functions
2019-02-14 10:36 UTC (13+ messages)
` [PATCH 1/4] mm: Move recent_rotated pages calculation to shrink_inactive_list()
` [PATCH 2/4] mm: Move nr_deactivate accounting to shrink_active_list()
` [PATCH 3/4] mm: Remove pages_to_free argument of move_active_pages_to_lru()
` [PATCH 4/4] mm: Generalize putback scan functions
[PATCH v2 0/4] mm: Generalize putback functions
2019-02-14 10:35 UTC (5+ messages)
` [PATCH v2 1/4] mm: Move recent_rotated pages calculation to shrink_inactive_list()
` [PATCH v2 2/4] mm: Move nr_deactivate accounting to shrink_active_list()
` [PATCH v2 3/4] mm: Remove pages_to_free argument of move_active_pages_to_lru()
` [PATCH v2 4/4] mm: Generalize putback scan functions
[RFC 0/4] mm: Introduce lazy exec permission setting on a page
2019-02-14 10:19 UTC (12+ messages)
` [RFC 1/4] "
[PATCH v2] hugetlb: allow to free gigantic pages regardless of the configuration
2019-02-14 9:52 UTC (3+ messages)
[PATCH] MAINTAINERS: add entry for memblock
2019-02-14 9:36 UTC
BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:65
2019-02-14 9:11 UTC (4+ messages)
[LSF/MM TOPIC]: memory management bits in arch/*
2019-02-14 8:37 UTC (2+ messages)
[PATCH 0/2] efi/arm/gicv3: implement fix for memory reservation issue
2019-02-14 8:33 UTC (4+ messages)
` [PATCH 1/2] arm64: account for GICv3 LPI tables in static memblock reserve table
` [PATCH 2/2] efi/arm: Revert "Defer persistent reservations until after paging_init()"
+ mm-shuffle-default-enable-all-shuffling.patch added to -mm tree
2019-02-14 8:33 UTC (3+ messages)
[PATCH -mm -V7] mm, swap: fix race between swapoff and some swap operations
2019-02-14 8:07 UTC (3+ messages)
initramfs tidyups
2019-02-14 8:03 UTC (14+ messages)
` [PATCH 1/8] mm: unexport free_reserved_area
` [PATCH 2/8] initramfs: free initrd memory if opening /initrd.image fails
` [PATCH 3/8] initramfs: cleanup initrd freeing
` [PATCH 4/8] initramfs: factor out a helper to populate the initrd image
` [PATCH 5/8] initramfs: cleanup populate_rootfs
` [PATCH 6/8] initramfs: move the legacy keepinitrd parameter to core code
` [PATCH 7/8] initramfs: proide a generic free_initrd_mem implementation
` [PATCH 8/8] initramfs: poison freed initrd memory
[RFC PATCH v8 00/14] Add support for eXclusive Page Frame Ownership
2019-02-14 7:47 UTC (16+ messages)
` [RFC PATCH v8 01/14] mm: add MAP_HUGETLB support to vm_mmap
` [RFC PATCH v8 02/14] x86: always set IF before oopsing from page fault
` [RFC PATCH v8 03/14] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [RFC PATCH v8 04/14] swiotlb: Map the buffer if it was unmapped by XPFO
` [RFC PATCH v8 05/14] arm64/mm: Add support for XPFO
` [RFC PATCH v8 06/14] xpfo: add primitives for mapping underlying memory
` [RFC PATCH v8 07/14] arm64/mm, xpfo: temporarily map dcache regions
` [RFC PATCH v8 08/14] arm64/mm: disable section/contiguous mappings if XPFO is enabled
` [RFC PATCH v8 09/14] mm: add a user_virt_to_phys symbol
` [RFC PATCH v8 10/14] lkdtm: Add test for XPFO
` [RFC PATCH v8 11/14] xpfo, mm: remove dependency on CONFIG_PAGE_EXTENSION
` [RFC PATCH v8 12/14] xpfo, mm: optimize spinlock usage in xpfo_kunmap
` [RFC PATCH v8 13/14] xpfo, mm: Defer TLB flushes for non-current CPUs (x86 only)
` [RFC PATCH v8 14/14] xpfo, mm: Optimize XPFO TLB flushes by batching them together
[PATCH] mm: Fix the pgtable leak
2019-02-14 7:25 UTC (7+ messages)
[PATCH] powerpc/book3s: Remove a few page table update interfaces
2019-02-14 6:45 UTC
[PATCH] powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()
2019-02-14 6:23 UTC
[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
2019-02-14 6:00 UTC (12+ messages)
` [PATCH 1/5] vfio/type1: "
[LSF/MM TOPIC] Non standard size THP
2019-02-14 3:41 UTC (8+ messages)
[LSF/MM TOPIC] (again) THP for file systems
2019-02-14 1:59 UTC (3+ messages)
[PATCH] kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED
2019-02-14 1:56 UTC (3+ messages)
[linux-next:master 6618/6917] kernel/sched/psi.c:1230:13: sparse: error: incompatible types in comparison expression (different address spaces)
2019-02-14 1:50 UTC (7+ messages)
[PATCH] huegtlbfs: fix page leak during migration of file pages
2019-02-14 1:32 UTC (3+ messages)
` [PATCH] huegtlbfs: fix races and page leaks during migration
[mmotm:master 298/371] {standard input}:124: Warning: .ent or .aent not in text section
2019-02-14 1:25 UTC (2+ messages)
[PATCH v2 0/3] vmalloc enhancements
2019-02-14 0:38 UTC (5+ messages)
[PATCH] slub: untag object before slab end
2019-02-14 0:26 UTC (4+ messages)
[PATCH 0/3] Add gup fast + longterm and use it in HFI1
2019-02-13 23:52 UTC (11+ messages)
` [PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
` [PATCH V2 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [PATCH V2 2/7] mm/gup: Change write parameter to flags in fast walk
` [PATCH V2 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [PATCH V2 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [PATCH V2 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [PATCH V2 6/7] IB/qib: "
` [PATCH V2 7/7] IB/mthca: "
[PATCH] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
2019-02-13 22:42 UTC (5+ messages)
[RFC PATCH v5 00/12] hardening: statically allocated protected memory
2019-02-13 22:41 UTC (11+ messages)
` [RFC PATCH v5 02/12] __wr_after_init: linker section and attribute
` [RFC PATCH v5 03/12] __wr_after_init: Core and default arch
` [RFC PATCH v5 04/12] __wr_after_init: x86_64: randomize mapping offset
` [RFC PATCH v5 05/12] __wr_after_init: x86_64: enable
` [RFC PATCH v5 06/12] __wr_after_init: arm64: enable
` [RFC PATCH v5 07/12] __wr_after_init: Documentation: self-protection
` [RFC PATCH v5 08/12] __wr_after_init: lkdtm test
` [RFC PATCH v5 09/12] __wr_after_init: rodata_test: refactor tests
` [RFC PATCH v5 10/12] __wr_after_init: rodata_test: test __wr_after_init
` [RFC PATCH v5 11/12] __wr_after_init: test write rare functionality
[RESEND PATCH net] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
2019-02-13 21:45 UTC
[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
2019-02-13 21:41 UTC (14+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI
[PATCH] mm/swap.c: workaround for_each_cpu() bug on UP kernel
2019-02-13 21:37 UTC (8+ messages)
[PATCH v2 0/5] kasan: more tag based mode fixes
2019-02-13 21:28 UTC (9+ messages)
` [PATCH v2 1/5] kasan: fix assigning tags twice
` [PATCH v2 2/5] kasan, kmemleak: pass tagged pointers to kmemleak
` [PATCH v2 3/5] kmemleak: account for tagged pointers when calculating pointer range
` [PATCH v2 4/5] kasan, slub: move kasan_poison_slab hook before page_address
` [PATCH v2 5/5] kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED
[LSF/MM TOPIC] Memory Encryption on top of filesystems
2019-02-13 20:29 UTC (9+ messages)
BUG: Bad page state (5)
2019-02-13 20:23 UTC (2+ messages)
[PATCH v2] page cache: Store only head pages in i_pages
2019-02-13 20:17 UTC (3+ messages)
[LSF/MM TOPIC] FS, MM, and stable trees
2019-02-13 20:14 UTC (9+ messages)
[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
2019-02-13 19:22 UTC (3+ messages)
[PATCH] mm/page_owner: move config option to mm/Kconfig.debug
2019-02-13 17:49 UTC (2+ messages)
[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
2019-02-13 17:12 UTC (5+ messages)
[PATCH v3] mm,page_alloc: wait for oom_lock before retrying
2019-02-13 16:56 UTC (2+ messages)
[PATCH 0/5] [v4] Allow persistent memory to be used like normal RAM
2019-02-13 16:19 UTC (11+ messages)
` [PATCH 5/5] dax: "Hotplug" persistent memory for use "
[PATCH 2/2] mm: be more verbose about zonelist initialization
2019-02-13 16:18 UTC (8+ messages)
` [PATCH v3 "
[PATCH v2] mm: Fix __dump_page() for poisoned pages
2019-02-13 15:41 UTC
[PATCH] mm,memory_hotplug: Explicitly pass the head to isolate_huge_page
2019-02-13 15:15 UTC (8+ messages)
[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
2019-02-13 15:06 UTC (11+ messages)
[PATCH] mm: workingset: replace IRQ-off check with a lockdep assert
2019-02-13 14:56 UTC (7+ messages)
` [PATCH v2] "
[PATCH] mm: Fix __dump_page() for poisoned pages
2019-02-13 14:54 UTC (4+ messages)
No system call to determine MAX_NUMNODES?
2019-02-13 14:48 UTC (5+ messages)
[PATCH] mm, page_alloc: Fix a division by zero error when boosting watermarks
2019-02-13 14:31 UTC (6+ messages)
` [PATCH] mm, page_alloc: Fix a division by zero error when boosting watermarks v2
[PATCH v3 9/9] xen/privcmd-buf.c: Convert to use vm_map_pages_zero()
2019-02-13 14:08 UTC
[PATCH v3 8/9] xen/gntdev.c: Convert to use vm_map_pages()
2019-02-13 14:07 UTC
[PATCH v3 6/9] iommu/dma-iommu.c: Convert to use vm_map_pages()
2019-02-13 14:05 UTC
[PATCH v3 5/9] drm/xen/xen_drm_front_gem.c: Convert to use vm_map_pages()
2019-02-13 14:05 UTC
[PATCH v3 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_map_pages()
2019-02-13 14:04 UTC
[PATCH v3 3/9] drivers/firewire/core-iso.c: Convert to use vm_map_pages_zero()
2019-02-13 14:03 UTC
[PATCH v3 2/9] arm: mm: dma-mapping: Convert to use vm_map_pages()
2019-02-13 14:02 UTC
[PATCH v3 1/9] mm: Introduce new vm_map_pages() and vm_map_pages_zero() API
2019-02-13 14:02 UTC
[PATCH v3 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
2019-02-13 14:00 UTC
[PATCH 0/5] kasan: more tag based mode fixes
2019-02-13 13:25 UTC (7+ messages)
` [PATCH 2/5] kasan, kmemleak: pass tagged pointers to kmemleak
` [PATCH 4/5] kasan, slub: move kasan_poison_slab hook before page_address
[PATCH] mmap.2: describe the 5level paging hack
2019-02-13 12:48 UTC (2+ messages)
+ mm-consider-subtrees-in-memoryevents.patch added to -mm tree
2019-02-13 12:47 UTC
[PATCH] mmap.2: fix description of treatment of the hint
2019-02-13 12:22 UTC (4+ messages)
[PATCH] proc, oom: do not report alien mms when setting oom_score_adj
2019-02-13 11:47 UTC (4+ messages)
[PATCH] pid: remove next_pidmap() declaration
2019-02-13 11:37 UTC
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