linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-30 16:45:58 to 2017-07-05 21:23:49 UTC [more...]

[RFC v5 00/38] powerpc: Memory Protection Keys
 2017-07-05 21:22 UTC  (34+ messages)
` [RFC v5 01/38] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v5 02/38] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v5 03/38] powerpc: introduce pte_set_hash_slot() helper
` [RFC v5 04/38] powerpc: introduce pte_get_hash_gslot() helper
` [RFC v5 05/38] powerpc: capture the PTE format changes in the dump pte report
` [RFC v5 06/38] powerpc: use helper functions in __hash_page_64K() for 64K PTE
` [RFC v5 07/38] powerpc: use helper functions in __hash_page_huge() "
` [RFC v5 08/38] powerpc: use helper functions in __hash_page_4K() "
` [RFC v5 09/38] powerpc: use helper functions in __hash_page_4K() for 4K PTE
` [RFC v5 10/38] powerpc: use helper functions in flush_hash_page()
` [RFC v5 11/38] mm: introduce an additional vma bit for powerpc pkey
` [RFC v5 12/38] mm: ability to disable execute permission on a key at creation
` [RFC v5 13/38] x86: disallow pkey creation with PKEY_DISABLE_EXECUTE
` [RFC v5 14/38] powerpc: initial plumbing for key management
` [RFC v5 15/38] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [RFC v5 16/38] powerpc: implementation for arch_set_user_pkey_access()
` [RFC v5 17/38] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [RFC v5 18/38] powerpc: store and restore the pkey state across context switches
` [RFC v5 19/38] powerpc: introduce execute-only pkey
` [RFC v5 20/38] powerpc: ability to associate pkey to a vma
` [RFC v5 21/38] powerpc: implementation for arch_override_mprotect_pkey()
` [RFC v5 22/38] powerpc: map vma key-protection bits to pte key bits
` [RFC v5 23/38] powerpc: sys_pkey_mprotect() system call
` [RFC v5 24/38] powerpc: Program HPTE key protection bits
` [RFC v5 25/38] powerpc: helper to validate key-access permissions of a pte
` [RFC v5 26/38] powerpc: check key protection for user page access
` [RFC v5 27/38] powerpc: Macro the mask used for checking DSI exception
` [RFC v5 28/38] powerpc: implementation for arch_vma_access_permitted()
` [RFC v5 29/38] powerpc: Handle exceptions caused by pkey violation
` [RFC v5 30/38] powerpc: capture AMR register content on "
` [RFC v5 31/38] powerpc: introduce get_pte_pkey() helper
` [RFC v5 32/38] powerpc: capture the violated protection key on fault
` [RFC v5 33/38] powerpc: Deliver SEGV signal on pkey violation

[PATCH] mm: mm, mmap: do not blow on PROT_NONE MAP_FIXED holes in the stack
 2017-07-05 21:18 UTC  (9+ messages)

[RFC v5 00/11] Speculative page faults
 2017-07-05 18:50 UTC  (4+ messages)
` [RFC v5 09/11] mm: Try spin lock in speculative path

[PATCH 0/5] Cache coherent device memory (CDM) with HMM v3
 2017-07-05 18:49 UTC  (15+ messages)
` [PATCH 1/5] mm/persistent-memory: match IORES_DESC name and enum memory_type one
` [PATCH 2/5] mm/device-public-memory: device memory cache coherent with CPU v2
` [PATCH 3/5] mm/hmm: add new helper to hotplug CDM memory region
` [PATCH 4/5] mm/memcontrol: allow to uncharge page without using page->lru field
` [PATCH 5/5] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC

[RFC PATCH] userfaultfd: Add feature to request for a signal delivery
 2017-07-05 18:41 UTC  (13+ messages)

[PATCH 4/4] mm: Use dedicated helper to access rlimit value
 2017-07-05 17:28 UTC 

[PATCH v4 00/10] PCID and improved laziness
 2017-07-05 17:02 UTC  (10+ messages)
` [PATCH v4 10/10] x86/mm: Try to preserve old TLB entries using PCID

mm/slab: What is cache_reap work for?
 2017-07-05 14:08 UTC  (4+ messages)

[PATCH v9 0/3] mm: security: ro protection for dynamic data
 2017-07-05 13:46 UTC  (4+ messages)
` [PATCH 1/3] Protectable memory support
` [PATCH 2/3] LSM: Convert security_hook_heads into explicit array of struct list_head
` [PATCH 3/3] Make LSM Writable Hooks a command line option

[PATCH 1/2] mm: use slab size in the slab shrinking ratio calculation
 2017-07-05 13:33 UTC  (19+ messages)

[PATCH 1/4] vmscan: push reclaim_state down to shrink_node()
 2017-07-05 12:57 UTC  (6+ messages)
` [PATCH 2/4][v2] vmscan: bailout of slab reclaim once we reach our target
` [PATCH 3/4] mm: use slab size in the slab shrinking ratio calculation
` [PATCH 4/4] mm: make kswapd try harder to keep active pages in cache

[PATCH] mm: vmpressure: simplify pressure ratio calculation
 2017-07-05 12:49 UTC  (3+ messages)

[PATCH] mm, vmscan: do not loop on too_many_isolated for ever
 2017-07-05  8:20 UTC  (10+ messages)

[RFC PATCH v2] userfaultfd: Add feature to request for a signal delivery
 2017-07-04 18:28 UTC  (2+ messages)

[patch V2 0/2] mm/memory_hotplug: Cure potential deadlocks vs. cpu hotplug lock
 2017-07-04 15:42 UTC  (15+ messages)
` [patch V2 1/2] mm: swap: Provide lru_add_drain_all_cpuslocked()
` [patch V2 2/2] mm/memory-hotplug: Switch locking to a percpu rwsem

Re:[PATCH] mm: vmpressure: simplify pressure ratio calculation
 2017-07-04 13:54 UTC  (2+ messages)

[PATCH] mm: vmpressure: simplify pressure ratio calculation
 2017-07-04 13:13 UTC  (6+ messages)
` 回复:[PATCH] "

Re:[PATCH] mm: vmpressure: simplify pressure ratio calculation
 2017-07-04 12:59 UTC 

[PATCH mm] introduce reverse buddy concept to reduce buddy fragment
 2017-07-04 11:46 UTC  (11+ messages)

"mm: use early_pfn_to_nid in page_ext_init" broken on some configurations?
 2017-07-04 10:53 UTC  (11+ messages)

[PATCH stable-only] mm: fix classzone_idx underflow in shrink_zones()
 2017-07-04 10:24 UTC  (4+ messages)

[PATCH] mm: disallow early_pfn_to_nid on configurations which do not implement it
 2017-07-04  9:28 UTC  (2+ messages)

[PATCH] vmalloc: respect the GFP_NOIO and GFP_NOFS flags
 2017-07-04  8:10 UTC  (10+ messages)

[PATCH 1/4] vmscan: push reclaim_state down to shrink_node()
 2017-07-04  4:02 UTC  (5+ messages)
` [PATCH 2/4] vmscan: bailout of slab reclaim once we reach our target
` [PATCH 3/4][v2] mm: use slab size in the slab shrinking ratio calculation
` [PATCH 4/4][v2] mm: make kswapd try harder to keep active pages in cache

[PATCH] mm/memory-hotplug: Switch locking to a percpu rwsem
 2017-07-03 19:57 UTC  (7+ messages)

[PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-07-03 14:14 UTC  (2+ messages)
` [PATCH 02/21] drm/i915: introduce simple gemfs

[PATCH] mm: vmpressure: simplify pressure ratio calculation
 2017-07-03  7:44 UTC  (2+ messages)

[PATCH] mm/zsmalloc: simplify zs_max_alloc_size handling
 2017-07-03  2:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] zswap: Zero-filled pages handling
 2017-07-03  1:28 UTC  (2+ messages)

[PATCH v8 00/10] mm: page migration enhancement for thp
 2017-07-03  1:26 UTC  (13+ messages)
` [PATCH v8 01/10] mm: mempolicy: add queue_pages_required()
` [PATCH v8 02/10] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
` [PATCH v8 03/10] mm: thp: introduce separate TTU flag for thp freezing
` [PATCH v8 04/10] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
` [PATCH v8 05/10] mm: thp: enable thp migration in generic path
` [PATCH v8 06/10] mm: thp: check pmd migration entry in common path
` [PATCH v8 07/10] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v8 08/10] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v8 09/10] mm: migrate: move_pages() supports "
` [PATCH v8 10/10] mm: memory_hotplug: memory hotremove "

[PATCH v4 1/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig
 2017-07-02 11:01 UTC  (2+ messages)
` [v4,1/6] "

[kees:kspp/fortify/latest 8/10] include/linux/string.h:309:4: error: call to '__read_overflow2' declared with attribute error: detected read beyond size of object passed as 2nd parameter
 2017-07-02  8:42 UTC 

[PATCH v3 1/2] mm/list_lru.c: fix list_lru_count_node() to be race free
 2017-07-01 16:28 UTC  (5+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] fs/dcache.c: fix spin lockup issue on nlru->lock

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-07-01  2:06 UTC  (6+ messages)
` [HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4

[PATCH 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v4
 2017-07-01  0:16 UTC  (2+ messages)

[PATCH 00/15] HMM (Heterogeneous Memory Management) v24
 2017-06-30 19:49 UTC  (3+ messages)

[PATCH v3 0/5] DAX common 4k zero page
 2017-06-30 19:05 UTC  (2+ messages)

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-30 16:49 UTC  (5+ messages)
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting


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