linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-05 20:56 UTC  (15+ messages)
` [PATCH v12 02/11] mm, swap: Add infrastructure for saving page metadata on swap
` [PATCH v12 08/11] mm: Clear arch specific VM flags on protection change
` [PATCH v12 09/11] mm: Allow arch code to override copy_highpage()
` [PATCH v12 10/11] sparc64: Add support for ADI (Application Data Integrity)

[PATCH 00/34 v3] PTI support for x32
 2018-03-05 20:50 UTC  (49+ 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

[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
 2018-03-05 20:31 UTC  (8+ messages)
` [PATCH 1/7] genalloc: track beginning of allocations
` [PATCH 2/7] genalloc: selftest
` [PATCH 3/7] struct page: add field for vm_struct

[PATCH v4 0/2] Directed kmem charging
 2018-03-05 20:24 UTC  (4+ 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 20:20 UTC  (19+ messages)

[PATCH 01/25] slab: fixup calculate_alignment() argument type
 2018-03-05 20:07 UTC  (25+ messages)
` [PATCH 02/25] slab: make kmalloc_index() return "unsigned int"
` [PATCH 03/25] slab: make kmalloc_size() "
` [PATCH 04/25] slab: make create_kmalloc_cache() work with 32-bit sizes
` [PATCH 05/25] slab: make create_boot_cache() "
` [PATCH 06/25] slab: make kmem_cache_create() "
` [PATCH 07/25] slab: make size_index[] array u8
` [PATCH 08/25] slab: make size_index_elem() unsigned int
` [PATCH 09/25] slub: make ->remote_node_defrag_ratio "
` [PATCH 10/25] slub: make ->max_attr_size "
` [PATCH 11/25] slub: make ->red_left_pad "
` [PATCH 12/25] slub: make ->reserved "
` [PATCH 13/25] slub: make ->align "
` [PATCH 14/25] slub: make ->inuse "
` [PATCH 15/25] slub: make ->cpu_partial "
` [PATCH 16/25] slub: make ->offset "
` [PATCH 17/25] slub: make ->object_size "
` [PATCH 18/25] slub: make ->size "
` [PATCH 19/25] slab: make kmem_cache_flags accept 32-bit object size
` [PATCH 20/25] kasan: make kasan_cache_create() work with 32-bit slab cache sizes
` [PATCH 21/25] slab: make usercopy region 32-bit
` [PATCH 22/25] slub: make slab_index() return unsigned int
` [PATCH 23/25] slub: make struct kmem_cache_order_objects::x "
` [PATCH 24/25] slub: make size_from_object() return "
` [PATCH 25/25] slab: use 32-bit arithmetic in freelist_randomize()

[PATCH 003/103] sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
 2018-03-05 19:50 UTC 

[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

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

[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
 2018-03-05 14:54 UTC  (17+ messages)
` [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 11/14] khwasan: add brk handler for inline instrumentation
` [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  (6+ messages)
` [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  (3+ messages)

[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 v5 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-03-03  2:19 UTC  (6+ messages)

[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

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox