Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-25 08:06:04 to 2021-04-27 20:44:19 UTC [more...]

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-27 20:42 UTC  (5+ messages)
` [PATCH v26 01/30] Documentation/x86: Add CET description
` [PATCH v26 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v26 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v26 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 20:42 UTC  (19+ messages)
` [PATCH v4 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
` [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration "
` [PATCH v4 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v4 10/10] userfaultfd: update documentation to mention shmem minor faults

[GIT PULL] Network fs helper library & fscache kiocb API
 2021-04-27 20:37 UTC  (5+ messages)
` [GIT PULL] afs: Preparation for fscache overhaul

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-27 20:21 UTC  (11+ messages)
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
  ` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
  ` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH v2 00/24] userfaultfd-wp: Support shmem and hugetlbfs
 2021-04-27 18:54 UTC  (26+ messages)
` [PATCH v2 01/24] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v2 02/24] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v2 03/24] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH v2 04/24] mm/swap: Introduce the idea of special swap ptes
` [PATCH v2 05/24] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH v2 06/24] mm: Drop first_index/last_index in zap_details
` [PATCH v2 07/24] mm: Introduce zap_details.zap_flags
` [PATCH v2 08/24] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH v2 09/24] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH v2 10/24] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH v2 11/24] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH v2 12/24] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v2 13/24] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH v2 14/24] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH v2 15/24] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
` [PATCH v2 16/24] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH v2 17/24] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v2 18/24] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH v2 19/24] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH v2 20/24] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH v2 21/24] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH v2 22/24] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH v2 23/24] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH v2 24/24] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

Sealed memfd & no-fault mmap
 2021-04-27 16:51 UTC  (2+ messages)

[linux-next:master 14988/15288] arch/riscv/kernel/setup.c:284:32: error: implicit declaration of function 'XIP_FIXUP'
 2021-04-27 16:42 UTC 

[PATCH 0/3] cgroup2: introduce cpuset.mems.migration
 2021-04-27 14:43 UTC  (5+ messages)
` [PATCH 1/3] mm/mempolicy: apply cpuset limits to tasks using default policy
` [PATCH 2/3] cgroup/cpuset: introduce cpuset.mems.migration
` [PATCH 3/3] docs/admin-guide/cgroup-v2: add cpuset.mems.migration

[linux-next:master 14959/15288] arch/riscv/errata/sifive/errata_cip_453.S:25: Error: Improper shift amount (38)
 2021-04-27 14:17 UTC 

[PATCH] Prevent OOM casualties by enforcing memcg limits
 2021-04-27 14:17 UTC  (10+ messages)

[PATCH 0/5] Cleanup and fixup for huge_memory
 2021-04-27 13:32 UTC  (6+ messages)
` [PATCH 1/5] mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
` [PATCH 2/5] mm/huge_memory.c: use page->deferred_list
` [PATCH 3/5] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
` [PATCH 4/5] mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd
` [PATCH 5/5] mm/huge_memory.c: don't discard hugepage if other processes are mapping it

[RFC] mm: support multi_freearea to the reduction of external fragmentation
 2021-04-27 12:46 UTC  (7+ messages)
    `  "

[PATCH v2] ARC: Use max_high_pfn as a HIGHMEM zone border
 2021-04-27 12:13 UTC 

[PATCH v2] ARC: Use 40-bit physical page mask for PAE
 2021-04-27 12:12 UTC 

[PATCH] mm: append __GFP_COMP flag for trace_malloc
 2021-04-27 11:25 UTC  (7+ messages)

[linux-next:master 13478/15288] keyboard.c:undefined reference to `__put_user_bad'
 2021-04-27 11:15 UTC 

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-27 11:08 UTC  (11+ messages)
        ` arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())

[PATCH v2 00/16] Multigenerational LRU Framework
 2021-04-27 10:35 UTC  (3+ messages)

[PATCH] mm/sparse: Fix flags overlap in section_mem_map
 2021-04-27  9:05 UTC  (2+ messages)

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-27  8:09 UTC  (2+ messages)

[ext4] 21175ca434: mdadm-selftests.enchmarks/mdadm-selftests/tests/01r1fail.fail
 2021-04-27  8:15 UTC 

[PATCH v8] RISC-V: enable XIP
 2021-04-27  6:44 UTC  (4+ messages)

[PATCH v4 0/2] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-04-27  6:29 UTC  (3+ messages)
` [PATCH v4 1/2] mm/memory-failure: Use a mutex to avoid memory_failure() races
` [PATCH v4 2/2] mm,hwpoison: send SIGBUS when the page has already been poisoned

[linux-next:master 14077/15065] arch/riscv/mm/ptdump.c:383:53: error: use of undeclared identifier 'kernel_virt_addr'
 2021-04-27  4:19 UTC 

[RESEND][PATCH 0/6] Constify struct page arguments
 2021-04-27  3:32 UTC  (13+ messages)
` [PATCH 1/6] mm: Make __dump_page static
` [PATCH 2/6] mm/debug: Factor PagePoisoned out of __dump_page
` [PATCH 3/6] mm/page_owner: Constify dump_page_owner
` [PATCH 4/6] mm: Make compound_head const-preserving
` [PATCH 5/6] mm: Constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [PATCH 6/6] mm: Constify page_count and page_ref_count

[PATCH 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-04-26 23:09 UTC  (10+ messages)
` [PATCH 19/23] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH 21/23] hugetlb/userfaultfd: Only drop uffd-wp special pte if required

kernel BUG at mm/huge_memory.c:2736(linux 5.10.29)
 2021-04-26 22:56 UTC  (4+ messages)

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-26 22:17 UTC  (18+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH] iov_iter: Four fixes for ITER_XARRAY
` [PATCH] netfs: Miscellaneous fixes
  ` [PATCH v2] "

[PATCH-next v5 0/4] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-26 19:24 UTC  (3+ messages)
` [PATCH-next v5 3/4] mm/memcg: Improve refill_obj_stock() performance

[linux-next:master] BUILD REGRESSION 3f1fee3e7237347f09a2c7fa538119e6d9ea4b84
 2021-04-26 19:15 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 07bcd85dd158c53be1287b6361d131f11fbafb9b
 2021-04-26 19:13 UTC 

[PATCH v13 03/18] arm64: hyp-stub: Move el1_sync into the vectors
 2021-04-26 18:24 UTC  (8+ messages)

[linux-next:master 13115/15065] arch/powerpc/include/asm/book3s/64/hash-pkey.h:10:23: error: use of undeclared identifier 'VM_PKEY_BIT0'
 2021-04-26 18:09 UTC 

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-26 18:00 UTC  (10+ messages)
` [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH] ARC: Use 40-bit physical page mask for PAE
 2021-04-26 17:16 UTC  (5+ messages)

[drm/i915/dp] 4a8d79901d: WARNING:at_drivers/gpu/drm/i915/display/intel_display_power.c:#assert_can_disable_lcpll[i915]
 2021-04-26 17:10 UTC  (9+ messages)

[PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
 2021-04-26 16:31 UTC  (5+ messages)

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-26 16:25 UTC  (2+ messages)

[RFC PATCH 0/2] selinux,anon_inodes: Use a separate SELinux class for each type of anon inode
 2021-04-26 16:00 UTC  (7+ messages)
` [RFC PATCH 2/2] selinux: add capability to map anon inode types to separate classes

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-26 15:46 UTC  (4+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH v2 0/2] mmzone.h: fix kernel-doc and simplify is_highmem_idx
 2021-04-26 14:19 UTC  (3+ messages)
` [PATCH v2 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
` [PATCH v2 2/2] mm/mmzone.h: simplify is_highmem_idx()

[linux-next:master 11841/15065] drivers/mfd/atc260x-i2c.c:45:34: warning: unused variable 'atc260x_i2c_of_match'
 2021-04-26 13:25 UTC 

[PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
 2021-04-26 12:55 UTC  (3+ messages)

[PATCH v6 0/4] close various race windows for swap
 2021-04-26 12:33 UTC  (5+ messages)
` [PATCH v6 1/4] mm/swapfile: use percpu_ref to serialize against concurrent swapoff
` [PATCH v6 2/4] swap: fix do_swap_page() race with swapoff
` [PATCH v6 3/4] mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
` [PATCH v6 4/4] mm/shmem: fix shmem_swapin() race with swapoff

[PATCH 1/2] mm/vmscan: add sync_shrinkers function
 2021-04-26 11:15 UTC  (5+ messages)
` [PATCH 2/2] drm/ttm: optimize the pool shrinker a bit v2

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-04-26  1:48 UTC  (5+ messages)
  ` 答复: "

[PATCH v3 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-04-26  8:23 UTC  (6+ messages)
` [PATCH v3 3/3] mm,hwpoison: add kill_accessing_process() to find error virtual address

[PATCH v3 0/8] memcontrol code cleanup and simplification
 2021-04-26  7:49 UTC  (2+ messages)

[PATCH v5 0/4] close various race windows for swap
 2021-04-26  7:05 UTC  (8+ messages)
` [PATCH v5 1/4] mm/swapfile: use percpu_ref to serialize against concurrent swapoff
` [PATCH v5 2/4] swap: fix do_swap_page() race with swapoff
` [PATCH v5 3/4] mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
` [PATCH v5 4/4] mm/shmem: fix shmem_swapin() race with swapoff

[PATCH 0/2] mmzone.h: fix kernel-doc and simplify is_highmem_idx
 2021-04-26  6:19 UTC  (5+ messages)
` [PATCH 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
` [PATCH 2/2] mm/mmzone.h: simplify is_highmem_idx()

[linux-next:master 14734/14867] drivers/i2c/busses/i2c-hisi.c:366:14: error: couldn't allocate output register for constraint 'x'
 2021-04-26  3:49 UTC 

[PATCH] mm/slub: use stackdepot to save stack trace in objects
 2021-04-26  1:10 UTC 

drivers/uio/uio_aec.c:50:49: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-04-25 22:04 UTC 

[linux-next:master] BUILD REGRESSION e3d35712f85ac84fb06234848f6c043ab418cf8b
 2021-04-25  8:23 UTC  (2+ messages)

[RFC PATCH] watchdog: Adding softwatchdog
 2021-04-25  8:05 UTC  (7+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).