messages from 2021-03-25 04:36:42 to 2021-03-26 00:02:55 UTC [more...]
[RFC 0/4] Fix machine check recovery for copy_from_user
2021-03-26 0:02 UTC (4+ 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 4/4] x86/mce: Avoid infinite loop for copy from user recovery
[PATCH 0/8] make hugetlb put_page safe for all calling contexts
2021-03-25 23:49 UTC (35+ 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
[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
2021-03-25 23:09 UTC (8+ 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 08/11] mm/sparse-vmemmap: use hugepages for PUD compound pagemaps
` [PATCH v1 11/11] mm/gup: grab head page refcount once for group of subpages
[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 0/5] Allocate memmap from hotadded memory (per device)
2021-03-25 22:06 UTC (34+ messages)
` [PATCH v5 1/5] mm,memory_hotplug: Allocate memmap from the added memory range
[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)
[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
2021-03-25 21:01 UTC (5+ messages)
[RFC PATCH V2]: add DYNAMC_FTRACE_WITH_REGS and
2021-03-25 19:44 UTC (9+ 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
[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
[RFC] mm: activate access-more-than-once page via NUMA balancing
2021-03-25 11:57 UTC (4+ messages)
[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
[PATCH] drm/ttm: switch back to static allocation limits for now
2021-03-25 9:38 UTC (6+ messages)
[linux-next:master 4207/6863] drivers/phy/microchip/sparx5_serdes.c:1807:12: warning: stack frame size of 1032 bytes in function 'sparx5_sd25g28_config'
2021-03-25 9:12 UTC
[syzbot] WARNING in get_page_from_freelist
2021-03-25 9:10 UTC
About used-once anon-pages
2021-03-25 7:04 UTC
[PATCH v1 0/3] drivers/char: remove /dev/kmem for good
2021-03-25 6:46 UTC (5+ messages)
incoming
2021-03-25 4:37 UTC (15+ messages)
` [patch 01/14] hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
` [patch 02/14] kasan: fix per-page tags for non-page_alloc pages
` [patch 03/14] mm/mmu_notifiers: ensure range_end() is paired with range_start()
` [patch 04/14] selftests/vm: fix out-of-tree build
` [patch 05/14] z3fold: prevent reclaim/free race for headless pages
` [patch 06/14] squashfs: fix inode lookup sanity checks
` [patch 07/14] squashfs: fix xattr id and id "
` [patch 08/14] ia64: mca: allocate early mca with GFP_ATOMIC
` [patch 09/14] ia64: fix format strings for err_inject
` [patch 10/14] gcov: fix clang-11+ support
` [patch 11/14] kfence: make compatible with kmemleak
` [patch 12/14] mm: memblock: fix section mismatch warning again
` [patch 13/14] mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
` [patch 14/14] mailmap: update Andrey Konovalov's email address
[patch 01/14] hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
2021-03-25 4:36 UTC (5+ messages)
` [patch 02/14] kasan: fix per-page tags for non-page_alloc pages
` [patch 03/14] mm/mmu_notifiers: ensure range_end() is paired with range_start()
` [patch 04/14] selftests/vm: fix out-of-tree build
` [patch 05/14] z3fold: prevent reclaim/free race for headless pages
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).