linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-25 09:41:03 to 2021-03-26 08:16:19 UTC [more...]

[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
 2021-03-26  8:16 UTC  (6+ messages)

[RFC] mm: activate access-more-than-once page via NUMA balancing
 2021-03-26  6:20 UTC  (5+ messages)

add remap_pfn_range_notrack instead of reinventing it in i915 v2
 2021-03-26  5:55 UTC  (5+ messages)
` [PATCH 1/4] mm: add remap_pfn_range_notrack
` [PATCH 2/4] mm: add a io_mapping_map_user helper
` [PATCH 3/4] i915: use io_mapping_map_user
` [PATCH 4/4] i915: fix remap_io_sg to verify the pgprot

[PATCH v2] kernel/resource: Fix locking in request_free_mem_region
 2021-03-26  5:15 UTC  (2+ messages)

[PATCH] mm: page_alloc: fix memcg accounting leak in speculative cache lookup
 2021-03-26  4:04 UTC  (7+ messages)

[PATCH -next] mm/page_alloc: remove duplicated include from page_alloc.c
 2021-03-26  3:42 UTC  (2+ messages)

[PATCH] mm/zsmalloc: Use BUG_ON instead of if condition followed by BUG
 2021-03-26  3:03 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-03-25 23:09 UTC  (12+ messages)
` [PATCH v1 01/11] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v1 02/11] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v1 03/11] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v1 04/11] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v1 05/11] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v1 06/11] mm/sparse-vmemmap: refactor vmemmap_populate_basepages()
` [PATCH v1 07/11] mm/sparse-vmemmap: populate compound pagemaps
` [PATCH v1 08/11] mm/sparse-vmemmap: use hugepages for PUD "
` [PATCH v1 09/11] mm/page_alloc: reuse tail struct pages for "
` [PATCH v1 10/11] device-dax: compound pagemap support
` [PATCH v1 11/11] mm/gup: grab head page refcount once for group of subpages

[PATCH] mm/sparse: Add the missing sparse_buffer_fini() in error branch
 2021-03-26  2:23 UTC 

[PATCH 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-26  2:12 UTC  (38+ messages)
` [PATCH 1/8] mm: cma: introduce cma_release_nowait()
` [PATCH 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH 7/8] hugetlb: make free_huge_page irq safe
` [PATCH 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

[RFC PATCH V2]: add DYNAMC_FTRACE_WITH_REGS and
 2021-03-26  1:48 UTC  (10+ messages)
` [PATCH 1/6] MIPS: replace -pg with CC_FLAGS_FTRACE
` [PATCH 2/6] MIPS: move FTRACE_SYSCALLS from ftrace.c into syscall.c
` [PATCH 3/6] MIPS: prepare for new ftrace implementation
` [PATCH 4/6] kprobes/ftrace: Use ftrace_location() when [dis]arming probes

[linux-next:master 5835/7299] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c:6884:1: error: non-void function does not return a value
 2021-03-26  1:39 UTC 

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-03-26  0:08 UTC  (9+ messages)
` [PATCH v7 1/8] mm: Remove special swap entry functions
` [PATCH v7 2/8] mm/swapops: Rework swap entry manipulation code
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v7 4/8] mm/rmap: Split migration into its own function
` [PATCH v7 5/8] mm: Device exclusive memory access
` [PATCH v7 6/8] mm: Selftests for exclusive device memory
` [PATCH v7 7/8] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v7 8/8] nouveau/svm: Implement atomic SVM access

[linux-next:master 3792/7299] drivers/gpu/drm/gud/gud_drv.c:95:28: sparse: sparse: cast to restricted __le32
 2021-03-26  0:07 UTC 

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-03-26  0:02 UTC  (5+ messages)
` [PATCH 1/4] x86/mce: Fix copyin code to return -EFAULT on machine check
` [PATCH 2/4] mce/iter: Check for copyin failure & return error up stack
` [PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison
` [PATCH 4/4] x86/mce: Avoid infinite loop for copy from user recovery

[linux-next:master 5919/7299] kernel/trace/trace_events_hist.c:4566:13: warning: stack frame size of 1344 bytes in function 'hist_trigger_print_key'
 2021-03-25 23:11 UTC 

[PATCH] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE error handling + accounting
 2021-03-25 23:10 UTC 

[linux-next:master] BUILD REGRESSION b4f20b70784aabf97e1727561e775500f6e294c7
 2021-03-25 22:35 UTC 

[PATCH v5 1/5] mm,memory_hotplug: Allocate memmap from the added memory range
 2021-03-25 22:06 UTC  (33+ messages)

[PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
 2021-03-25 21:34 UTC  (4+ messages)
` [PATCH v5 1/3] mm: Extend MREMAP_DONTUNMAP to non-anonymous mappings
  ` [PATCH] mremap.2: MREMAP_DONTUNMAP to reflect to supported mappings

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-25 21:33 UTC  (5+ messages)
` [PATCH 3/3] mm: unexport follow_pfn

[PATCH v4 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-25 21:32 UTC  (5+ messages)
` [PATCH v4 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH] sparc32: add stub pud_page define for walking huge vmalloc page tables
 2021-03-25 21:17 UTC  (2+ messages)

[syzbot] BUG: soft lockup in do_wp_page (4)
 2021-03-25 19:29 UTC  (8+ messages)

[linux-next:master 5688/7299] include/linux/avf/virtchnl.h:833:33: error: enumerator value for 'virtchnl_static_assert_virtchnl_proto_hdrs' is not an integer constant
 2021-03-25 19:10 UTC 

[syzbot] BUG: soft lockup in get_page_from_freelist
 2021-03-25 19:07 UTC  (2+ messages)

[RFC PATCH 0/2] mm,drm/ttm: Always block GUP to TTM pages
 2021-03-25 18:42 UTC  (13+ messages)
` [RFC PATCH 1/2] mm,drm/ttm: Block fast GUP to TTM huge pages

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-25 17:50 UTC  (12+ messages)

[PATCH v3 0/5] Cleanup and fixup for mm/migrate.c
 2021-03-25 17:41 UTC  (9+ messages)
` [PATCH v3 1/5] mm/migrate.c: make putback_movable_page() static
` [PATCH v3 2/5] mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case
` [PATCH v3 3/5] mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()
` [PATCH v3 4/5] mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole()
` [PATCH v3 5/5] Revert "mm: migrate: skip shared exec THP for NUMA balancing"

[PATCH v2 0/4] vmalloc: Improve vmalloc(4MB) performance
 2021-03-25 16:31 UTC  (3+ messages)

[linux-next:master 4793/7299] drivers/hid/hid-thrustmaster.c:300:27-34: WARNING opportunity for kmemdup
 2021-03-25 15:49 UTC  (2+ messages)
` [PATCH] HID: fix memdup.cocci warnings

[PATCH 0/9 v6] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-25 14:46 UTC  (23+ messages)
` [PATCH 1/9] mm/page_alloc: Rename alloced to allocated
` [PATCH 2/9] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/9] mm/page_alloc: Add an array-based interface to the "
` [PATCH 4/9] mm/page_alloc: optimize code layout for __alloc_pages_bulk
` [PATCH 5/9] mm/page_alloc: inline __rmqueue_pcplist
` [PATCH 6/9] SUNRPC: Set rq_page_end differently
` [PATCH 7/9] SUNRPC: Refresh rq_pages using a bulk page allocator
` [PATCH 8/9] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 9/9] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-03-25 14:37 UTC  (7+ messages)
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[RFC PATCH 0/4] mm: shmem: Add case-insensitive support for tmpfs
 2021-03-25 14:27 UTC  (4+ messages)
` [RFC PATCH 4/4] docs: tmpfs: Add casefold options

[PATCH 0/3] Cleanup for khugepaged
 2021-03-25 14:21 UTC  (5+ messages)
` [PATCH 1/3] khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()
` [PATCH 2/3] khugepaged: remove unnecessary out label in collapse_huge_page()
` [PATCH 3/3] khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()

[RFC PATCH 1/2] mm,drm/ttm: Block fast GUP to TTM huge pages
 2021-03-25 13:56 UTC  (30+ messages)

[drm/i915/dp] 4a8d79901d: WARNING:at_drivers/gpu/drm/i915/display/intel_display_power.c:#assert_can_disable_lcpll[i915]
 2021-03-25 13:53 UTC  (6+ messages)

[PATCH] mm/sparse: Add the missing sparse_buffer_fini() in error branch
 2021-03-25 13:21 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ffbd3e9a677c842bcce207341a364a5f6f2b5fb9
 2021-03-25 12:01 UTC 

[PATCH v2 0/3] kernel/resource: make walk_system_ram_res() and walk_mem_res() search the whole tree
 2021-03-25 11:53 UTC  (4+ messages)
` [PATCH v2 1/3] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
` [PATCH v2 2/3] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [PATCH v2 3/3] kernel/resource: remove first_lvl / siblings_only logic

[linux-next:master 5688/7299] include/linux/avf/virtchnl.h:833:33: error: enumerator value for 'virtchnl_static_assert_virtchnl_proto_hdrs' is not an integer constant
 2021-03-25 10:41 UTC 

drivers/usb/gadget/udc/renesas_usb3.c:2707:34: warning: unused variable 'usb3_of_match'
 2021-03-25  9:41 UTC 

[PATCH mel-git 0/3] page_pool using alloc_pages_bulk API
 2021-03-25  9:40 UTC  (3+ messages)
` [PATCH mel-git 3/3] net: page_pool: convert to use alloc_pages_bulk_array variant


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).