messages from 2018-03-05 10:26:21 to 2018-03-06 17:20:09 UTC [more...]
[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
2018-03-06 17:20 UTC (19+ 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 4/7] Protectable Memory
` [PATCH 5/7] Pmalloc selftest
` [PATCH 6/7] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 7/7] Documentation for Pmalloc
[RFC PATCH v17 0/7] mm: security: ro protection for dynamic data
2018-03-06 17:08 UTC (6+ messages)
` [PATCH 5/7] Pmalloc selftest
` [PATCH 6/7] lkdtm: crash on overwriting protected pmalloc var
[PATCH 00/31 v2] PTI support for x86_32
2018-03-06 15:39 UTC (10+ messages)
[RFC, PATCH 00/22] Partial MKTME enabling
2018-03-06 15:04 UTC (49+ 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 00/14] khwasan: kernel hardware assisted address sanitizer
2018-03-06 14:24 UTC (15+ 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 00/34 v3] PTI support for x32
2018-03-06 13:45 UTC (51+ messages)
` [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/3] mm: improve zone->lock scalability
2018-03-06 12:53 UTC (9+ messages)
` [PATCH v4 3/3] mm/free_pcppages_bulk: prefetch buddy while not holding lock
Hangs in balance_dirty_pages with arm-32 LPAE + highmem
2018-03-06 11:28 UTC (4+ messages)
"x86/boot/compressed/64: Prepare trampoline memory" breaks boot on Zotac CI-321
2018-03-06 8:16 UTC (8+ messages)
[PATCHv2 0/2] zsmalloc/zram: drop zram's max_zpage_size
2018-03-06 7:06 UTC (3+ messages)
` [PATCHv2 1/2] zsmalloc: introduce zs_huge_class_size() function
` [PATCHv2 2/2] zram: drop max_zpage_size and use zs_huge_class_size()
[PATCH 0/1] make start_isolate_page_range() thread safe
2018-03-06 0:57 UTC (7+ messages)
` [PATCH 1/1] mm: make start_isolate_page_range() fail if already isolated
[PATCH -V2 -mm] mm: Fix races between swapoff and flush dcache
2018-03-06 0:47 UTC (2+ messages)
[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
2018-03-05 22:55 UTC (24+ 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 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 (16+ 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
[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 v8 00/24] Speculative page faults
2018-03-05 10:50 UTC (4+ messages)
` [PATCH v8 18/24] mm: Provide speculative fault infrastructure
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).