linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-10 20:00:21 to 2018-10-12 08:02:45 UTC [more...]

[PATCH] mm/thp: Correctly differentiate between mapped THP and PMD migration entry
 2018-10-12  8:02 UTC  (8+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-12  7:35 UTC  (9+ messages)
` [PATCH 1/6] mm: get_user_pages: consolidate error handling
` [PATCH 2/6] mm: introduce put_user_page*(), placeholder versions
` [PATCH 3/6] infiniband/mm: convert put_page() to put_user_page*()
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH 5/6] mm: introduce zone_gup_lock, for dma-pinned pages
` [PATCH 6/6] mm: track gup pages with page->dma_pinned_* fields

[PATCH] mm: Speed up mremap on large regions
 2018-10-12  7:29 UTC  (16+ messages)

[PATCH 0/2] mm/swap: Add locking for pagevec
 2018-10-12  7:21 UTC  (2+ messages)

[PATCH V2 0/5] arm64/mm: Enable HugeTLB migration
 2018-10-12  3:59 UTC  (6+ messages)
` [PATCH V2 1/5] mm/hugetlb: Enable PUD level huge page migration
` [PATCH V2 2/5] mm/hugetlb: Distinguish between migratability and movability
` [PATCH V2 3/5] mm/hugetlb: Enable arch specific huge page size support for migration
` [PATCH V2 4/5] arm64/mm: Enable HugeTLB migration
` [PATCH V2 5/5] arm64/mm: Enable HugeTLB migration for contiguous bit HugeTLB pages

[PATCH v4 0/3] get_user_pages*() and RDMA: first steps
 2018-10-12  3:53 UTC  (16+ messages)
` [PATCH v4 2/3] mm: introduce put_user_page*(), placeholder versions

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-12  1:37 UTC  (2+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-12  1:22 UTC  (41+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 17/25] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks

[PATCHv2] mm/gup: Cache dev_pagemap while pinning pages
 2018-10-11 23:24 UTC  (2+ messages)

[mm PATCH v2 0/6] Deferred page init improvements
 2018-10-11 23:22 UTC  (9+ messages)
` [mm PATCH v2 1/6] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v2 2/6] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH v2 3/6] mm: Use memblock/zone specific iterator for handling deferred page init
` [mm PATCH v2 4/6] mm: Do not set reserved flag for hotplug memory
` [mm PATCH v2 5/6] mm: Move hot-plug specific memory init into separate functions and optimize
` [mm PATCH v2 6/6] mm: Use common iterator for deferred_init_pages and deferred_free_pages

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-11 20:55 UTC  (36+ messages)
` [PATCH v5 01/27] x86/cpufeatures: Add CPUIDs for Control Flow Enforcement Technology (CET)
` [PATCH v5 02/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v5 03/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v5 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v5 05/27] Documentation/x86: Add CET description
` [PATCH v5 06/27] x86/cet: Control protection exception handler
` [PATCH v5 07/27] mm/mmap: Create a guard area between VMAs
` [PATCH v5 08/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v5 09/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v5 10/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v5 11/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v5 12/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v5 13/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v5 14/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v5 15/27] x86/mm: Shadow stack page fault error checking
` [PATCH v5 16/27] mm: Handle shadow stack page fault
` [PATCH v5 17/27] mm: Handle THP/HugeTLB "
` [PATCH v5 18/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v5 19/27] mm: Introduce do_mmap_locked()
` [PATCH v5 20/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v5 21/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v5 22/27] x86/cet/shstk: Signal handling for shadow stack
` [PATCH v5 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v5 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v5 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v5 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v5 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH 0/5] sparsemem support for RISC-V
 2018-10-11 20:21 UTC  (11+ messages)
` [PATCH 1/5] mm/sparse: add common helper to mark all memblocks present
` [PATCH 5/5] RISC-V: Implement sparsemem

[PATCH v5 0/4] Address issues slowing persistent memory initialization
 2018-10-11 18:22 UTC  (20+ messages)
` [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap

[PATCH v2 0/3] Randomize free memory
 2018-10-11 18:03 UTC  (9+ messages)

[PATCH RFC] ksm: Assist buddy allocator to assemble 1-order pages
 2018-10-11 17:07 UTC  (2+ messages)

[PATCHv4] mm/gup: Cache dev_pagemap while pinning pages
 2018-10-11 16:27 UTC  (2+ messages)

[PATCH 3.18 022/120] x86/numa_emulation: Fix emulated-to-physical node mapping
 2018-10-11 15:33 UTC 

[PATCH v5 00/11] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-10-11 15:16 UTC  (12+ messages)
` [PATCH v5 01/11] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v5 02/11] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v5 03/11] x86/cet/ibt: Add IBT legacy code bitmap allocation function
` [PATCH v5 04/11] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v5 05/11] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v5 06/11] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v5 07/11] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v5 08/11] x86: Insert endbr32/endbr64 to vDSO
` [PATCH v5 09/11] x86/vsyscall/32: Add ENDBR32 to vsyscall entry point
` [PATCH v5 10/11] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v5 11/11] x86/cet: Add PTRACE interface for CET

[PATCH 00/18] my generic mmu_gather patches
 2018-10-11 15:04 UTC  (4+ messages)
` [PATCH 12/18] arch/tlb: Clean up simple architectures

s390: runtime warning about pgtables_bytes
 2018-10-11 13:02 UTC  (2+ messages)

[PATCH v5 1/2] memory_hotplug: Free pages as higher order
 2018-10-11  8:15 UTC  (8+ messages)

[PATCH] kasan: convert kasan/quarantine_lock to raw_spinlock
 2018-10-11  8:03 UTC  (11+ messages)
                  ` [PATCH] mm/kasan: make quarantine_lock a raw_spinlock_t

INFO: rcu detected stall in shmem_fault
 2018-10-11  6:37 UTC  (13+ messages)
` [RFC PATCH] memcg, oom: throttle dump_header for memcg ooms without eligible tasks

[PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES
 2018-10-11  6:08 UTC  (3+ messages)

[PATCH] mm: fix COW faults after mlock()
 2018-10-11  5:37 UTC  (2+ messages)
` [LKP] [mm] dd12385915: vm-scalability.median 18.6% improvement

[PATCH 0/5] NestMMU pte upgrade workaround for mprotect and autonuma
 2018-10-11  3:52 UTC  (6+ messages)
` [PATCH 1/5] mm: Update ptep_modify_prot_start/commit to take vm_area_struct as arg
` [PATCH 2/5] mm: update ptep_modify_prot_commit to take old pte value "
` [PATCH 3/5] arch/powerpc/mm: Nest MMU workaround for mprotect/autonuma RW upgrade
` [PATCH 4/5] mm/hugetlb: Add prot_modify_start/commit sequence for hugetlb update
` [PATCH 5/5] arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade

[PATCH 1/4] mm/hugetlb: Enable PUD level huge page migration
 2018-10-11  3:16 UTC  (12+ messages)

[PATCH v4 0/3] Randomize free memory
 2018-10-11  1:36 UTC  (4+ messages)
` [PATCH v4 1/3] mm: Shuffle initial "
` [PATCH v4 2/3] mm: Move buddy list manipulations into helpers
` [PATCH v4 3/3] mm: Maintain randomization of page free lists

[PATCH] mm: Fix warning in insert_pfn()
 2018-10-11  0:46 UTC  (3+ messages)

[PATCH v3 0/3] mm: Fix for movable_node boot option
 2018-10-10 23:29 UTC  (3+ messages)
` [PATCH v3 1/3] mm: zero remaining unavailable struct pages

[PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-10 23:13 UTC  (4+ messages)
` [PATCH 05/25] vfs: check file ranges before cloning files

[PATCH 1/6] mm/gup_benchmark: Time put_page
 2018-10-10 22:42 UTC  (9+ messages)
` [PATCH 4/6] tools/gup_benchmark: Allow user specified file
` [PATCH 6/6] tools/gup_benchmark: Add MAP_HUGETLB option

[PATCH 0/2] thp nodereclaim fixes
 2018-10-10 21:19 UTC  (16+ messages)
` [PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings


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