linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 00/63] XArray v8
 2018-03-06 19:23 UTC  (27+ messages)
` [PATCH v8 01/63] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v8 02/63] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v8 03/63] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v8 04/63] unicore32: "
` [PATCH v8 05/63] Export __set_page_dirty
` [PATCH v8 06/63] btrfs: Use filemap_range_has_page()
` [PATCH v8 07/63] xfs: Rename xa_ elements to ail_
` [PATCH v8 08/63] fscache: Use appropriate radix tree accessors
` [PATCH v8 09/63] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v8 10/63] page cache: Use xa_lock
` [PATCH v8 11/63] xarray: Replace exceptional entries
` [PATCH v8 12/63] xarray: Change definition of sibling entries
` [PATCH v8 14/63] xarray: Define struct xa_node
` [PATCH v8 15/63] xarray: Add documentation
` [PATCH v8 16/63] xarray: Add xa_load
` [PATCH v8 17/63] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v8 18/63] xarray: Add xa_store
` [PATCH v8 19/63] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v8 20/63] xarray: Add xa_for_each
` [PATCH v8 21/63] xarray: Add xa_extract
` [PATCH v8 22/63] xarray: Add xa_destroy
` [PATCH v8 23/63] xarray: Add xas_next and xas_prev
` [PATCH v8 25/63] xarray: Add MAINTAINERS entry
` [PATCH v8 26/63] page cache: Rearrange address_space
` [PATCH v8 27/63] page cache: Convert hole search to XArray
` [PATCH v8 28/63] page cache: Add and replace pages using the XArray

[PATCH] mm: might_sleep warning
 2018-03-06 19:20 UTC 

[PATCH 01/25] slab: fixup calculate_alignment() argument type
 2018-03-06 19:14 UTC  (50+ 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()

[RFC PATCH 0/4 v2] Define killable version for access_remote_vm() and use it in fs/proc
 2018-03-06 18:45 UTC  (2+ messages)

[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
 2018-03-06 18:38 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

[PATCH v2] kasan, slub: fix handling of kasan_slab_free hook
 2018-03-06 18:18 UTC 

[PATCH 4/7] HMM: Remove superflous RCU protection around radix tree lookup
 2018-03-06 17:59 UTC  (2+ messages)

[PATCH] kasan, slub: fix handling of kasan_slab_free hook
 2018-03-06 17:47 UTC  (4+ messages)

[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
 2018-03-06 17:39 UTC  (21+ 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  (41+ messages)
` [RFC, PATCH 05/22] x86/pconfig: Provide defines and helper to run MKTME_KEY_PROG leaf
` [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 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 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

[PATCH 00/34 v3] PTI support for x32
 2018-03-06 13:45 UTC  (22+ messages)
` [PATCH 07/34] x86/entry/32: Restore segments before int registers
` [PATCH 11/34] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack

[PATCH v4 0/3] mm: improve zone->lock scalability
 2018-03-06 12:53 UTC  (8+ 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  (14+ messages)

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

page:  |  | latest

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