linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-02 18:09:48 to 2018-03-05 19:20:12 UTC [more...]

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-05 19:20 UTC  (3+ messages)
` [PATCH v12 02/11] mm, swap: Add infrastructure for saving page metadata on swap

[RFC, PATCH 00/22] Partial MKTME enabling
 2018-03-05 19:13 UTC  (33+ messages)
` [RFC, PATCH 01/22] x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
` [RFC, PATCH 02/22] x86/tme: Detect if TME and MKTME is activated by BIOS
` [RFC, PATCH 03/22] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [RFC, PATCH 04/22] x86/pconfig: Detect PCONFIG targets
` [RFC, PATCH 05/22] x86/pconfig: Provide defines and helper to run MKTME_KEY_PROG leaf
` [RFC, PATCH 06/22] x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
` [RFC, PATCH 07/22] x86/mm: Mask out KeyID bits from page table entry pfn
` [RFC, PATCH 08/22] mm: Introduce __GFP_ENCRYPT
` [RFC, PATCH 09/22] mm, rmap: Add arch-specific field into anon_vma
` [RFC, PATCH 10/22] mm/shmem: Zero out unused vma fields in shmem_pseudo_vma_init()
` [RFC, PATCH 11/22] mm: Use __GFP_ENCRYPT for pages in encrypted VMAs
` [RFC, PATCH 12/22] mm: Do no merge vma with different encryption KeyIDs
` [RFC, PATCH 13/22] mm, rmap: Free encrypted pages once mapcount drops to zero
` [RFC, PATCH 14/22] mm, khugepaged: Do not collapse pages in encrypted VMAs
` [RFC, PATCH 15/22] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [RFC, PATCH 16/22] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [RFC, PATCH 17/22] x86/mm: Implement vma_is_encrypted() and vma_keyid()
` [RFC, PATCH 18/22] x86/mm: Handle allocation of encrypted pages
` [RFC, PATCH 19/22] x86/mm: Implement free_encrypt_page()
` [RFC, PATCH 20/22] x86/mm: Implement anon_vma_encrypted() and anon_vma_keyid()
` [RFC, PATCH 21/22] x86/mm: Introduce page_keyid() and page_encrypted()
` [RFC, PATCH 22/22] x86: Introduce CONFIG_X86_INTEL_MKTME

[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
 2018-03-05 19:00 UTC  (3+ messages)
` [PATCH 1/7] genalloc: track beginning of allocations

"x86/boot/compressed/64: Prepare trampoline memory" breaks boot on Zotac CI-321
 2018-03-05 18:57 UTC  (7+ messages)

[PATCH 00/34 v3] PTI support for x32
 2018-03-05 18:36 UTC  (46+ messages)
` [PATCH 01/34] x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
` [PATCH 02/34] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry_stack
` [PATCH 03/34] x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
` [PATCH 04/34] x86/entry/32: Put ESPFIX code into a macro
` [PATCH 05/34] x86/entry/32: Unshare NMI return path
` [PATCH 06/34] x86/entry/32: Split off return-to-kernel path
` [PATCH 07/34] x86/entry/32: Restore segments before int registers
` [PATCH 08/34] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 09/34] x86/entry/32: Leave "
` [PATCH 10/34] x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
` [PATCH 11/34] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
` [PATCH 12/34] x86/entry/32: Simplify debug entry point
` [PATCH 13/34] x86/entry/32: Add PTI cr3 switches to NMI handler code
` [PATCH 14/34] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
` [PATCH 15/34] x86/pgtable: Rename pti_set_user_pgd to pti_set_user_pgtbl
` [PATCH 16/34] x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
` [PATCH 17/34] x86/pgtable/32: Allocate 8k page-tables "
` [PATCH 18/34] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
` [PATCH 19/34] x86/pgtable: Move pti_set_user_pgtbl() "
` [PATCH 20/34] x86/pgtable: Move two more functions from pgtable_64.h "
` [PATCH 21/34] x86/mm/pae: Populate valid user PGD entries
` [PATCH 22/34] x86/mm/pae: Populate the user page-table with user pgd's
` [PATCH 23/34] x86/mm/legacy: "
` [PATCH 24/34] x86/mm/pti: Add an overflow check to pti_clone_pmds()
` [PATCH 25/34] x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
` [PATCH 26/34] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level "
` [PATCH 27/34] x86/mm/dump_pagetables: Define INIT_PGD
` [PATCH 28/34] x86/pgtable/pae: Use separate kernel PMDs for user page-table
` [PATCH 29/34] x86/ldt: Reserve address-space range on 32 bit for the LDT
` [PATCH 30/34] x86/ldt: Define LDT_END_ADDR
` [PATCH 31/34] x86/ldt: Split out sanity check in map_ldt_struct()
` [PATCH 32/34] x86/ldt: Enable LDT user-mapping for PAE
` [PATCH 33/34] x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
` [PATCH 34/34] x86/mm/pti: Add Warning when booting on a PCIE capable CPU

[PATCH v4 0/2] Directed kmem charging
 2018-03-05 18:29 UTC  (3+ messages)
` [PATCH v4 1/2] mm: memcg: remote memcg charging for kmem allocations
` [PATCH v4 2/2] fs: fsnotify: account fsnotify metadata to kmemcg

[RFC PATCH] Randomization of address chosen by mmap
 2018-03-05 16:23 UTC  (16+ messages)

[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
 2018-03-05 14:54 UTC  (26+ messages)
` [RFC PATCH 01/14] khwasan: change kasan hooks signatures
` [RFC PATCH 02/14] khwasan: move common kasan and khwasan code to common.c
` [RFC PATCH 03/14] khwasan: add CONFIG_KASAN_CLASSIC and CONFIG_KASAN_TAGS
` [RFC PATCH 04/14] khwasan: adjust shadow size for CONFIG_KASAN_TAGS
` [RFC PATCH 05/14] khwasan: initialize shadow to 0xff
` [RFC PATCH 06/14] khwasan: enable top byte ignore for the kernel
` [RFC PATCH 07/14] khwasan: add tag related helper functions
` [RFC PATCH 08/14] khwasan: perform untagged pointers comparison in krealloc
` [RFC PATCH 09/14] khwasan: add hooks implementation
` [RFC PATCH 10/14] khwasan: add bug reporting routines
` [RFC PATCH 11/14] khwasan: add brk handler for inline instrumentation
` [RFC PATCH 12/14] khwasan, jbd2: add khwasan annotations
` [RFC PATCH 13/14] khwasan: update kasan documentation
` [RFC PATCH 14/14] khwasan: default the instrumentation mode to inline

[PATCH 0/3] indirectly reclaimable memory
 2018-03-05 13:47 UTC  (6+ messages)
` [PATCH 1/3] mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
` [PATCH 2/3] mm: add indirectly reclaimable memory to MemAvailable
` [PATCH 2/3] mm: treat indirectly reclaimable memory as available in MemAvailable
` [PATCH 3/3] dcache: account external names as indirectly reclaimable memory

[PATCH] kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage
 2018-03-05 12:16 UTC  (2+ messages)

[PATCH v4 0/3] mm: improve zone->lock scalability
 2018-03-05 11:48 UTC  (13+ messages)
` [PATCH v4 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free
` [PATCH v4 3/3] mm/free_pcppages_bulk: prefetch buddy while not holding lock

[PATCH v8 00/24] Speculative page faults
 2018-03-05 10:50 UTC  (4+ messages)
` [PATCH v8 18/24] mm: Provide speculative fault infrastructure

[PATCH -V2 -mm] mm: Fix races between swapoff and flush dcache
 2018-03-05  9:46 UTC  (2+ messages)

[PATCH] ZBOOT: fix stack protector in compressed boot phase
 2018-03-05  6:18 UTC 

[PATCH -mm] mm: Fix races between swapoff and flush dcache
 2018-03-05  1:07 UTC  (3+ messages)

[PATCH] z3fold: limit use of stale list for allocation
 2018-03-04 20:18 UTC  (3+ messages)

[PATCH] memory-failure: fix section mismatch
 2018-03-04  7:16 UTC 

WARNING: refcount bug in should_fail
 2018-03-04  5:57 UTC  (2+ messages)

[PATCH AUTOSEL for 3.18 22/63] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
 2018-03-03 22:33 UTC 

[PATCH AUTOSEL for 4.4 037/115] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
 2018-03-03 22:31 UTC 

[PATCH AUTOSEL for 4.9 022/219] x86/mm: Make mmap(MAP_32BIT) work correctly
 2018-03-03 22:28 UTC  (2+ messages)
` [PATCH AUTOSEL for 4.9 077/219] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()

[RFC v1] mm: add the preempt check into alloc_vmap_area()
 2018-03-03 21:18 UTC  (4+ messages)

Question: Using online_pages/offline_pages() with granularity < mem section size
 2018-03-03 17:53 UTC  (2+ messages)

[PATCH v7 00/61] XArray version 7 -- for merging
 2018-03-03 17:09 UTC  (14+ messages)
` [PATCH v7 02/61] radix tree: Use bottom four bits of gfp_t for flags
` [PATCH v7 05/61] Export __set_page_dirty
` [PATCH v7 07/61] fscache: Use appropriate radix tree accessors
` [PATCH v7 08/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v7 09/61] page cache: Use xa_lock

[RFC] vfio iommu type1: improve memory pinning process for raw PFN mapping
 2018-03-03 12:10 UTC  (3+ messages)
  ` [RFC v2] "

[PATCH 0/2] Backport IBPB on context switch to non-dumpable process
 2018-03-03 11:37 UTC  (5+ messages)
` [PATCH 1/2] x86/mm: Give each mm a unique ID
` [PATCH 2/2] x86/speculation: Use Indirect Branch Prediction Barrier in context switch

[PATCH 0/3] userfaultfd: non-cooperative: syncronous events
 2018-03-03  9:09 UTC  (3+ messages)

[PATCH 5/7] Pmalloc selftest
 2018-03-03  6:59 UTC  (2+ messages)

[PATCH v2] mm,page_alloc: wait for oom_lock than back off
 2018-03-03  3:15 UTC  (6+ messages)
    ` [PATCH v3] "

[PATCH 3/7] struct page: add field for vm_struct
 2018-03-03  2:35 UTC  (2+ messages)

[PATCH v5 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-03-03  2:19 UTC  (16+ messages)
` [PATCH v5 01/12] dax: fix vma_is_fsdax() helper
` [PATCH v5 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
      ` [PATCH v6] "
` [PATCH v5 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX()

[PATCH 0/1] make start_isolate_page_range() thread safe
 2018-03-03  1:39 UTC  (6+ messages)
` [PATCH 1/1] mm: make start_isolate_page_range() fail if already isolated

[PATCH] mm/page_alloc: fix memmap_init_zone pageblock alignment
 2018-03-03  1:08 UTC  (6+ messages)
` [PATCH v3 0/2] mm/page_alloc: fix kernel BUG at mm/page_alloc.c:1913! crash in move_freepages()
  ` [PATCH v3 1/2] mm/memblock: hardcode the end_pfn being -1
  ` [PATCH v3 2/2] mm/page_alloc: fix memmap_init_zone pageblock alignment

[PATCH v3 0/3] mm, smaps: MMUPageSize for device-dax
 2018-03-02 22:39 UTC  (3+ messages)
` [PATCH v3 2/3] mm, hugetlbfs: introduce ->pagesize() to vm_operations_struct

[RFC] Warn the user when they could overflow mapcount
 2018-03-02 22:03 UTC  (3+ messages)
` [RFC] Handle mapcount overflows

[PATCH 1/1] /mm/gup.c: Fixed coding style issues
 2018-03-02 21:02 UTC 

[PATCH 0/1] FOLL_NOWAIT and get_user_pages_unlocked
 2018-03-02 19:39 UTC  (3+ messages)
` [PATCH 1/1] mm: gup: teach get_user_pages_unlocked to handle FOLL_NOWAIT


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