messages from 2018-03-28 04:50:11 to 2018-03-30 03:44:31 UTC [more...]
[PATCH v10 00/62] Convert page cache to XArray
2018-03-30 3:42 UTC (50+ messages)
` [PATCH v10 01/62] page cache: Use xa_lock
` [PATCH v10 02/62] xarray: Replace exceptional entries
` [PATCH v10 03/62] xarray: Change definition of sibling entries
` [PATCH v10 05/62] xarray: Define struct xa_node
` [PATCH v10 07/62] xarray: Add xa_load
` [PATCH v10 11/62] xarray: Add xa_for_each
` [PATCH v10 13/62] xarray: Add xa_destroy
` [PATCH v10 14/62] xarray: Add xas_next and xas_prev
` [PATCH v10 15/62] xarray: Add xas_create_range
` [PATCH v10 16/62] xarray: Add MAINTAINERS entry
` [PATCH v10 17/62] page cache: Rearrange address_space
` [PATCH v10 18/62] page cache: Convert hole search to XArray
` [PATCH v10 19/62] page cache: Add and replace pages using the XArray
` [PATCH v10 20/62] page cache: Convert page deletion to XArray
` [PATCH v10 21/62] page cache: Convert page cache lookups "
` [PATCH v10 22/62] page cache: Convert delete_batch "
` [PATCH v10 23/62] page cache: Remove stray radix comment
` [PATCH v10 24/62] page cache: Convert filemap_range_has_page to XArray
` [PATCH v10 25/62] mm: Convert page-writeback "
` [PATCH v10 26/62] mm: Convert workingset "
` [PATCH v10 27/62] mm: Convert truncate "
` [PATCH v10 29/62] mm: Convert delete_from_swap_cache "
` [PATCH v10 31/62] mm: Convert page migration "
` [PATCH v10 32/62] mm: Convert huge_memory "
` [PATCH v10 33/62] mm: Convert collapse_shmem "
` [PATCH v10 34/62] mm: Convert khugepaged_scan_shmem "
` [PATCH v10 35/62] pagevec: Use xa_tag_t
` [PATCH v10 37/62] shmem: Convert shmem_confirm_swap to XArray
` [PATCH v10 38/62] shmem: Convert find_swap_entry "
` [PATCH v10 39/62] shmem: Convert shmem_add_to_page_cache "
` [PATCH v10 40/62] shmem: Convert shmem_alloc_hugepage "
` [PATCH v10 41/62] shmem: Convert shmem_free_swap "
` [PATCH v10 43/62] memfd: Convert shmem_tag_pins "
` [PATCH v10 44/62] memfd: Convert shmem_wait_for_pins "
` [PATCH v10 45/62] shmem: Comment fixups
` [PATCH v10 46/62] btrfs: Convert page cache to XArray
` [PATCH v10 48/62] fs: Convert writeback "
` [PATCH v10 49/62] nilfs2: Convert "
` [PATCH v10 50/62] f2fs: "
` [PATCH v10 52/62] dax: Fix use of zero page
` [PATCH v10 53/62] dax: dax_insert_mapping_entry always succeeds
` [PATCH v10 54/62] dax: Rename some functions
` [PATCH v10 55/62] dax: Hash on XArray instead of mapping
` [PATCH v10 56/62] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v10 58/62] dax: Convert __dax_invalidate_entry "
` [PATCH v10 59/62] dax: Convert dax writeback "
` [PATCH v10 60/62] dax: Convert page fault handlers "
` [PATCH v10 61/62] page cache: Finish XArray conversion
` [PATCH v10 62/62] radix tree: Remove unused functions
[PATCH] mm/memblock: fix potential issue in memblock_search_pfn_nid()
2018-03-30 3:30 UTC
[PATCH 2/2] mm/sparse: check __highest_present_section_nr only for a present section
2018-03-30 3:20 UTC (2+ messages)
` [PATCH] mm: check __highest_present_sectioin_nr directly in memory_dev_init()
[PATCH v3 0/5] optimize memblock_next_valid_pfn and early_pfn_valid
2018-03-30 2:12 UTC (11+ messages)
` [PATCH v3 1/5] mm: page_alloc: remain memblock_next_valid_pfn() when CONFIG_HAVE_ARCH_PFN_VALID is enable
` [PATCH v3 2/5] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v3 4/5] arm64: introduce pfn_valid_region()
[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
2018-03-30 1:42 UTC (7+ messages)
` [RFC PATCH v2 3/4] mm/rmqueue_bulk: alloc without touching individual page structure
[PATCH] mm/page_alloc: call set_pageblock_order() once for each node
2018-03-30 1:02 UTC (3+ messages)
[PATCH 00/32] docs/vm: convert to ReST format
2018-03-29 21:46 UTC (2+ messages)
[PATCH] mm: Check for SIGKILL inside dup_mmap() loop
2018-03-29 21:30 UTC (2+ messages)
[RFC PATCH v21 0/6] mm: security: ro protection for dynamic data
2018-03-29 20:50 UTC (4+ messages)
[PATCH 0/1] fix regression in hugetlbfs overflow checking
2018-03-29 20:42 UTC (4+ messages)
` [PATCH 1/1] hugetlbfs: fix bug in pgoff "
mm/vmstat.c: fix vmstat_update() preemption BUG
2018-03-29 17:50 UTC (2+ messages)
[PATCH] mm,oom: Do not unfreeze OOM victim thread
2018-03-29 15:52 UTC (3+ messages)
[PATCH 000/109] remove in-kernel calls to syscalls
2018-03-29 14:55 UTC (12+ messages)
` [PATCH 044/109] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
` [PATCH 045/109] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
` [PATCH 046/109] mm: add kernel_mbind() helper; remove in-kernel call to syscall
` [PATCH 047/109] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
` [PATCH 096/109] mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
` [PATCH 097/109] mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
` [PATCH 098/109] mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
[PATCHv2 00/14] Partial MKTME enabling
2018-03-29 14:33 UTC (26+ messages)
` [PATCHv2 01/14] x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
` [PATCHv2 02/14] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv2 03/14] mm/shmem: Zero out unused vma fields in shmem_pseudo_vma_init()
` [PATCHv2 04/14] mm: Do no merge vma with different encryption KeyIDs
` [PATCHv2 05/14] mm/khugepaged: Do not collapse pages in encrypted VMAs
` [PATCHv2 06/14] mm/page_alloc: Propagate encryption KeyID through page allocator
` [PATCHv2 07/14] mm/page_alloc: Add hook in page allocation path for encrypted pages
` [PATCHv2 08/14] mm/page_ext: Drop definition of unused PAGE_EXT_DEBUG_POISON
` [PATCHv2 09/14] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCHv2 10/14] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv2 11/14] x86/mm: Implement vma_is_encrypted() and vma_keyid()
` [PATCHv2 12/14] x86/mm: Implement page_keyid() using page_ext
` [PATCHv2 13/14] x86/mm: Implement prep_encrypted_page()
` [PATCHv2 14/14] x86: Introduce CONFIG_X86_INTEL_MKTME
[PATCH v9 00/24] Speculative page faults
2018-03-29 12:49 UTC (32+ messages)
` [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v9 05/24] mm: Introduce pte_spinlock "
` [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
` [PATCH v9 07/24] mm: VMA sequence count
` [PATCH v9 08/24] mm: Protect VMA modifications using "
` [PATCH v9 09/24] mm: protect mremap() against SPF hanlder
[PATCH] lockdep: Show address of "struct lockdep_map" at print_lock()
2018-03-29 12:01 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2] mm: Warn on lock_page() from reclaim context
2018-03-29 10:32 UTC (3+ messages)
` [lkp-robot] [mm] 67ffc906f8: WARNING:at_mm/filemap.c:#__warn_lock_page_from_reclaim_context
` [lkp-robot] [mm] 67ffc906f8:WARNING:at_mm/filemap.c:#__warn_lock_page_from_reclaim_context
[PATCH v8 00/24] Speculative page faults
2018-03-29 7:50 UTC (5+ messages)
` [PATCH v8 22/24] mm: Speculative page fault handler return VMA
[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
2018-03-29 7:01 UTC (9+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs
[PATCH 00/11] Use global pages with PTI
2018-03-29 0:17 UTC (8+ messages)
[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
2018-03-28 23:51 UTC (6+ messages)
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
mmotm 2018-03-28-16-05 uploaded
2018-03-28 23:06 UTC
[PATCH] slab, slub: skip unnecessary kasan_cache_shutdown()
2018-03-28 22:00 UTC (6+ messages)
[RFC PATCH v2 0/2] Randomization of address chosen by mmap
2018-03-28 21:07 UTC (19+ messages)
[PATCH] mm: Use octal not symbolic permissions
2018-03-28 19:26 UTC (5+ messages)
[PATCH V4 Resend] ZBOOT: fix stack protector in compressed boot phase
2018-03-28 17:59 UTC (4+ messages)
do_mmap Function Issue Report
2018-03-28 17:04 UTC (2+ messages)
[PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
2018-03-28 16:33 UTC (3+ messages)
[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-28 16:30 UTC (10+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
[PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-28 16:30 UTC (4+ messages)
` [PATCH v2 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
2018-03-28 14:49 UTC (13+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker
` [PATCH 06/10] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
2018-03-28 14:45 UTC (14+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()
[PATCH] mm/page_alloc: break on the first hit of mem range
2018-03-28 14:02 UTC (5+ messages)
` [PATCH] mm/page_alloc: optimize find_min_pfn_for_node() by geting the minimal pfn directly
[mm] b1f0502d04: INFO:trying_to_register_non-static_key
2018-03-28 13:30 UTC (4+ messages)
[PATCH] mm/page_alloc: break on the first hit of mem range
2018-03-28 13:17 UTC (5+ messages)
[v2 PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
2018-03-28 13:10 UTC (5+ messages)
Too easy OOM
2018-03-28 12:58 UTC (4+ messages)
` 答复: "
[PATCH] mm: Introduce i_mmap_lock_write_killable()
2018-03-28 12:39 UTC (6+ messages)
[PATCH v2 0/5] optimize memblock_next_valid_pfn() and early_pfn_valid()
2018-03-28 10:42 UTC (6+ messages)
` [PATCH v2 1/5] mm: page_alloc: remain memblock_next_valid_pfn() when CONFIG_HAVE_ARCH_PFN_VALID is enable
[RFC PATCH] userfaultfd: add UFFDIO_TRY_COW
2018-03-28 10:17 UTC
[PATCH V4] ZBOOT: fix stack protector in compressed boot phase
2018-03-28 8:41 UTC (2+ messages)
[PATCH] mm/list_lru: replace spinlock with RCU in __list_lru_count_one
2018-03-28 7:59 UTC (2+ messages)
[PATCH v29 0/4] Virtio-balloon: support free page reporting
2018-03-28 7:01 UTC (7+ messages)
` [PATCH v29 1/4] mm: support reporting free page blocks
[PATCH v2] mm: kmemleak: wait for scan completion before disabling free
2018-03-28 6:52 UTC
[PATCH] mm: kmemleak: wait for scan completion before disabling free
2018-03-28 6:51 UTC (6+ messages)
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).