messages from 2020-04-10 18:15:00 to 2020-04-13 12:54:40 UTC [more...]
[PATCH v2 0/4] huge vmalloc mappings
2020-04-13 12:53 UTC (4+ messages)
` [PATCH v2 1/4] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v2 2/4] mm: Move ioremap page table mapping function to mm/
` [PATCH v2 3/4] mm: HUGE_VMAP arch query functions cleanup
[PATCHv3, RESEND 0/8] thp/khugepaged improvements and CoW semantics
2020-04-13 12:52 UTC (9+ messages)
` [PATCHv3, RESEND 1/8] khugepaged: Add self test
` [PATCHv3, RESEND 2/8] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCHv3, RESEND 3/8] khugepaged: Drain all LRU caches before scanning pages
` [PATCHv3, RESEND 4/8] khugepaged: Drain LRU add pagevec after swapin
` [PATCHv3, RESEND 5/8] khugepaged: Allow to collapse a page shared across fork
` [PATCHv3, RESEND 6/8] khugepaged: Allow to collapse PTE-mapped compound pages
` [PATCHv3, RESEND 7/8] thp: Change CoW semantics for anon-THP
` [PATCHv3, RESEND 8/8] khugepaged: Introduce 'max_ptes_shared' tunable
[PATCH 0/6] thp/khugepaged improvements and CoW semantics
2020-04-13 12:49 UTC (8+ messages)
` [PATCH 1/6] khugepaged: Add self test
` [PATCH 2/6] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCH 3/6] khugepaged: Drain all LRU caches before scanning pages
` [PATCH 4/6] khugepaged: Drain LRU add pagevec after swapin
` [PATCH 5/6] khugepaged: Allow to collapse a page shared across fork
` [PATCH 6/6] khugepaged: Allow to collapse PTE-mapped compound pages
i386: selftests: vm: compaction_test: BUG: kernel NULL pointer dereference, address: 00000000
2020-04-13 11:21 UTC (3+ messages)
[PATCH v2] mm: swap: use fixed-size readahead during swapoff
2020-04-13 11:18 UTC
[PATCH v8 00/10] per lruvec lru_lock for memcg
2020-04-13 10:48 UTC (4+ messages)
` [PATCH v8 03/10] mm/lru: replace pgdat lru_lock with lruvec lock
[PATCHv2 0/8] thp/khugepaged improvements and CoW semantics
2020-04-13 9:42 UTC (6+ messages)
` [PATCHv2 5/8] khugepaged: Allow to callapse a page shared across fork
[PATCH] mm: swap: introduce fixed-size readahead policy
2020-04-13 8:59 UTC (3+ messages)
WARNING in unaccount_page_cache_page (2)
2020-04-13 7:50 UTC
[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
2020-04-13 2:37 UTC (20+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
incoming
2020-04-13 2:13 UTC (4+ messages)
` [patch 1/1] mm/debug: add tests validating architecture page table helpers
[RFC PATCH 0/4] mm: Add PG_zero support
2020-04-13 1:43 UTC (2+ messages)
[PATCH v5] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
2020-04-13 1:03 UTC
[PATCH 1/1] mm: slub: fix corrupted freechain in deactivate_slab()
2020-04-12 22:20 UTC (2+ messages)
f45ec5ff16 ("userfaultfd: wp: support swap and page migration"): [ 140.777858] BUG: Bad rss-counter state mm:b278fc66 type:MM_ANONPAGES val:1
2020-04-12 21:45 UTC (8+ messages)
` f45ec5ff16 ("userfaultfd: wp: support swap and page migration"): BUG: Bad rss-counter state
Userfaultfd doesn't seem to break out of poll on fd close
2020-04-12 20:10 UTC
[PATCH 00/21] mm: rework free_area_init*() funcitons
2020-04-12 19:48 UTC (22+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation
[linux-next:master] BUILD SUCCESS d2a22790db7075dbd0738d24d1c5ee4611421c4c
2020-04-12 15:54 UTC
[RFC PATCH] mm/vmalloc: make sure to traverse from the beginning when overflow occur
2020-04-12 14:38 UTC
[PATCH] mm, memcg: fix inconsistent oom event behavior
2020-04-12 14:04 UTC
[RESEND PATCH 1/3] mm: Replace zero-length array with flexible-array member
2020-04-12 10:18 UTC (7+ messages)
` [RESEND PATCH 2/3] mm/swapfile: use list_{prev,next}_entry() instead of open-coding
` [RESEND PATCH 3/3] mm/vmscan: make several optimizations for isolate_lru_pages()
[RFC PATCH 4/4] mm: Add PG_zero support
2020-04-12 10:12 UTC (2+ messages)
possible deadlock in shmem_uncharge
2020-04-12 10:11 UTC
[RFC PATCH 3/4] mm: add sys fs configuration for page reporting
2020-04-12 9:09 UTC
[RFC PATCH 2/4] mm: Add batch size for free page reporting
2020-04-12 9:08 UTC
[RFC PATCH 1/4] mm: reduce the impaction of page reporing worker
2020-04-12 9:08 UTC
[RFC PATCH 6/9] mm: export-GPL get_pageblock_migratetype
2020-04-12 8:14 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS d8068e4ee00afba50bce03f6045c30e6cbe7f0c4
2020-04-12 7:15 UTC
[GIT PULL] Rename page_offset() to page_pos()
2020-04-11 23:22 UTC (7+ messages)
[RFC v2 0/5] blktrace: fix use after free
2020-04-11 23:21 UTC (11+ messages)
` [RFC v2 2/5] blktrace: fix debugfs "
` [RFC v2 5/5] block: revert back to synchronous request_queue removal
[Patch v3 0/5] mm/page_alloc.c: cleanup on check page
2020-04-11 22:06 UTC (7+ messages)
` [Patch v3 1/5] mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison
` [Patch v3 2/5] mm/page_alloc.c: bad_flags is not necessary for bad_page()
` [Patch v3 3/5] mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()
` [Patch v3 4/5] mm/page_alloc.c: rename free_pages_check() to check_free_page()
` [Patch v3 5/5] mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason()
[RFC] mm/memory.c: Optimizing THP zeroing routine for !HIGHMEM cases
2020-04-11 20:47 UTC (9+ messages)
[PATCH] mm/filemap: Fix a typo in comment "unneccssary"->"unnecessary"
2020-04-11 19:32 UTC (2+ messages)
[RFC PATCH] mm, oom: oom ratelimit auto tuning
2020-04-11 9:36 UTC
possible deadlock in shmem_mfill_atomic_pte
2020-04-11 8:52 UTC (3+ messages)
[PATCH] mm/slub: Fix a typo in comment "disambiguiation"->"disambiguation"
2020-04-11 7:58 UTC (2+ messages)
decruft the vmalloc API
2020-04-11 7:20 UTC (12+ messages)
` [PATCH 01/28] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 20/28] mm: remove the pgprot argument to __vmalloc
[PATCH] mm/vmsan: Fix some typos in comment
2020-04-11 7:15 UTC
[PATCH] mm/list_lru: Fix a typo in comment "numbesr"->"numbers"
2020-04-11 7:10 UTC
[PATCH] mm/memblock: Fix a typo in comment "implict"->"implicit"
2020-04-11 7:07 UTC
[PATCH] mm/compaction: Fix a typo in comment "pessemistic"->"pessimistic"
2020-04-11 7:03 UTC
[PATCH] mm: Fix a typo in comment "strucure"->"structure"
2020-04-11 6:47 UTC
[PATCH] mm, memcg: Fix some typos in memcontrol.c
2020-04-11 6:42 UTC
[PATCH v2] mm/frontswap: Fix some typos in frontswap.c
2020-04-11 6:40 UTC
[PATCH] mm/frontswap: Fix some typos in frontswap.c
2020-04-11 6:28 UTC
[PATCH v2] mm: ksm: Fix a typo in comment "alreaady"->"already"
2020-04-11 2:36 UTC
[PATCH] mm: ksm: Fix a typo in comment "alreaady"->"already"
2020-04-11 2:35 UTC (2+ messages)
[PATCH v2] mm/hugetlb: Fix a typo in comment "manitained"->"maintained"
2020-04-11 2:24 UTC
[PATCH] dax/kmem: refrain from adding memory into an impossible node
2020-04-11 2:04 UTC (2+ messages)
[PATCH] mm/hugetlb: Fix a typo in comment "manitained"->"maintained"
2020-04-11 1:36 UTC (3+ messages)
[linux-next:master] BUILD SUCCESS 0434e521ce3b67f8305d91c3300e93821270cddf
2020-04-11 0:55 UTC
[PATCH] mm/memory: Fix a typo in comment "attampt"->"attempt"
2020-04-11 0:40 UTC
[PATCH] mm/page-writeback: Fix a typo in comment "effictive"->"effective"
2020-04-11 0:35 UTC
[PATCH] mm/sparse: Fix a typo in comment "convienence"->"convenience"
2020-04-11 0:29 UTC
incoming
2020-04-11 0:19 UTC (40+ messages)
` [patch 01/35] hfsplus: fix crash and filesystem corruption when deleting files
` [patch 02/35] mm, memcg: do not high throttle allocators based on wraparound
` [patch 03/35] mm, slab_common: fix a typo in comment "eariler"->"earlier"
` [patch 04/35] docs: mm: slab.h: fix a broken cross-reference
` [patch 05/35] mm/page_alloc.c: fix kernel-doc warning
` [patch 06/35] mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static
` [patch 07/35] mm/gup: fix null pointer dereference detected by coverity
` [patch 08/35] ocfs2: no need try to truncate file beyond i_size
` [patch 09/35] mm: cma: NUMA node interface
` [patch 10/35] mm: hugetlb: optionally allocate gigantic hugepages using cma
` [patch 11/35] mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area
` [patch 12/35] mm/memory.c: refactor insert_page to prepare for batched-lock insert
` [patch 13/35] mm: bring sparc pte_index() semantics inline with other platforms
` [patch 14/35] mm: define pte_index as macro for x86
` [patch 15/35] mm/memory.c: add vm_insert_pages()
` [patch 16/35] mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
` [patch 17/35] mm/vma: introduce VM_ACCESS_FLAGS
` [patch 18/35] mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
` [patch 19/35] mm/memory_hotplug: drop the flags field from struct mhp_restrictions
` [patch 20/35] mm/memory_hotplug: rename mhp_restrictions to mhp_params
` [patch 21/35] x86/mm: thread pgprot_t through init_memory_mapping()
` [patch 22/35] x86/mm: introduce __set_memory_prot()
` [patch 23/35] powerpc/mm: thread pgprot_t through create_section_mapping()
` [patch 24/35] mm/memory_hotplug: add pgprot_t to mhp_params
` [patch 25/35] mm/memremap: set caching mode for PCI P2PDMA memory to WC
` [patch 26/35] kmod: make request_module() return an error when autoloading is disabled
` [patch 27/35] fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()
` [patch 28/35] docs: admin-guide: document the kernel.modprobe sysctl
` [patch 29/35] selftests: kmod: fix handling test numbers above 9
` [patch 30/35] selftests: kmod: test disabling module autoloading
` [patch 31/35] change email address for Pali Rohár
` [patch 32/35] drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
` [patch 33/35] fs/seq_file.c: seq_read(): add info message about buggy .next functions
` [patch 34/35] kernel/gcov/fs.c: gcov_seq_next() should increase position index
` [patch 35/35] ipc/util.c: sysvipc_find_ipc() "
[PATCH v2 0/4] Clean up hugetlb boot command line processing
2020-04-10 20:37 UTC (9+ messages)
` [PATCH v2 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v2 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v2 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v2 4/4] hugetlbfs: clean up command line processing
[PATCH 0/2] mm: Two small fixes for recent syzbot reports
2020-04-10 19:46 UTC (8+ messages)
[RFC v2 2/5] blktrace: fix debugfs use after free
2020-04-10 19:37 UTC
[PATCH] mm/memory_hotplug: Fix a typo in comment "recoreded"->"recorded"
2020-04-10 19:34 UTC (2+ messages)
[PATCH] mm: ksm: Fix a typo in comment "alreaady"->"already"
2020-04-10 19:25 UTC (2+ messages)
[PATCH resend mm,net-next 1/3] mm: Refactor insert_page to prepare for batched-lock insert
2020-04-10 19:15 UTC (8+ messages)
` [PATCH resend mm,net-next 3/3] net-zerocopy: Use vm_insert_pages() for tcp rcv zerocopy
[PATCH] mm: mmap: Fix a typo in comment "compatbility"->"compatibility"
2020-04-10 19:00 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).