linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 11/23] x86/mm: Give each mm TLB flush generation a unique ID
 2018-04-16 18:32 UTC 

[PATCH AUTOSEL for 4.14 015/161] printk: Add console owner and waiter logic to load balance console writes
 2018-04-16 16:39 UTC  (23+ messages)

[PATCH] dax: Change return type to vm_fault_t
 2018-04-16 16:38 UTC  (3+ messages)

repeatable boot randomness inside KVM guest
 2018-04-16 16:15 UTC  (4+ messages)

[PATCH 00/35 v5] PTI support for x32
 2018-04-16 16:13 UTC  (39+ messages)
` [PATCH 01/35] x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
` [PATCH 02/35] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry_stack
` [PATCH 03/35] x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
` [PATCH 04/35] x86/entry/32: Put ESPFIX code into a macro
` [PATCH 05/35] x86/entry/32: Unshare NMI return path
` [PATCH 06/35] x86/entry/32: Split off return-to-kernel path
` [PATCH 07/35] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 08/35] x86/entry/32: Leave "
` [PATCH 09/35] x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
` [PATCH 10/35] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
` [PATCH 11/35] x86/entry/32: Simplify debug entry point
` [PATCH 12/35] x86/32: Use tss.sp1 as cpu_current_top_of_stack
` [PATCH 13/35] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
` [PATCH 14/35] x86/entry/32: Add PTI cr3 switches to NMI handler code
` [PATCH 15/35] x86/pgtable: Rename pti_set_user_pgd to pti_set_user_pgtbl
` [PATCH 16/35] x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
` [PATCH 17/35] x86/pgtable/32: Allocate 8k page-tables "
` [PATCH 18/35] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
` [PATCH 19/35] x86/pgtable: Move pti_set_user_pgtbl() "
` [PATCH 20/35] x86/pgtable: Move two more functions from pgtable_64.h "
` [PATCH 21/35] x86/mm/pae: Populate valid user PGD entries
` [PATCH 22/35] x86/mm/pae: Populate the user page-table with user pgd's
` [PATCH 23/35] x86/mm/legacy: "
` [PATCH 24/35] x86/mm/pti: Add an overflow check to pti_clone_pmds()
` [PATCH 25/35] x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
` [PATCH 26/35] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level "
` [PATCH 27/35] x86/mm/dump_pagetables: Define INIT_PGD
` [PATCH 28/35] x86/pgtable/pae: Use separate kernel PMDs for user page-table
` [PATCH 29/35] x86/ldt: Reserve address-space range on 32 bit for the LDT
` [PATCH 30/35] x86/ldt: Define LDT_END_ADDR
` [PATCH 31/35] x86/ldt: Split out sanity check in map_ldt_struct()
` [PATCH 32/35] x86/ldt: Enable LDT user-mapping for PAE
` [PATCH 33/35] x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
` [PATCH 34/35] x86/mm/pti: Add Warning when booting on a PCID capable CPU
` [PATCH 35/35] x86/entry/32: Add debug code to check entry/exit cr3

[PATCH v11 00/63] Convert page cache to XArray
 2018-04-16 16:01 UTC  (65+ messages)
` [PATCH v11 01/63] xarray: Replace exceptional entries
` [PATCH v11 02/63] xarray: Change definition of sibling entries
` [PATCH v11 03/63] xarray: Add definition of struct xarray
` [PATCH v11 04/63] xarray: Define struct xa_node
` [PATCH v11 05/63] xarray: Add documentation
` [PATCH v11 06/63] xarray: Add xa_load
` [PATCH v11 07/63] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v11 08/63] xarray: Add xa_store
` [PATCH v11 09/63] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v11 10/63] xarray: Add xa_for_each
` [PATCH v11 11/63] xarray: Add xa_extract
` [PATCH v11 12/63] xarray: Add xa_destroy
` [PATCH v11 13/63] xarray: Add xas_next and xas_prev
` [PATCH v11 14/63] xarray: Add xas_create_range
` [PATCH v11 15/63] xarray: Add MAINTAINERS entry
` [PATCH v11 16/63] page cache: Rearrange address_space
` [PATCH v11 17/63] page cache: Convert hole search to XArray
` [PATCH v11 18/63] page cache: Add and replace pages using the XArray
` [PATCH v11 19/63] page cache: Convert page deletion to XArray
` [PATCH v11 20/63] page cache: Convert page cache lookups "
` [PATCH v11 21/63] page cache: Convert delete_batch "
` [PATCH v11 22/63] page cache: Remove stray radix comment
` [PATCH v11 23/63] page cache: Convert filemap_range_has_page to XArray
` [PATCH v11 24/63] mm: Convert page-writeback "
` [PATCH v11 25/63] mm: Convert workingset "
` [PATCH v11 26/63] mm: Convert truncate "
` [PATCH v11 27/63] mm: Convert add_to_swap_cache "
` [PATCH v11 28/63] mm: Convert delete_from_swap_cache "
` [PATCH v11 29/63] mm: Convert __do_page_cache_readahead "
` [PATCH v11 30/63] mm: Convert page migration "
` [PATCH v11 31/63] mm: Convert huge_memory "
` [PATCH v11 32/63] mm: Convert collapse_shmem "
` [PATCH v11 33/63] mm: Convert khugepaged_scan_shmem "
` [PATCH v11 34/63] pagevec: Use xa_tag_t
` [PATCH v11 35/63] shmem: Convert replace to XArray
` [PATCH v11 36/63] shmem: Convert shmem_confirm_swap "
` [PATCH v11 37/63] shmem: Convert find_swap_entry "
` [PATCH v11 38/63] shmem: Convert shmem_add_to_page_cache "
` [PATCH v11 39/63] shmem: Convert shmem_alloc_hugepage "
` [PATCH v11 40/63] shmem: Convert shmem_free_swap "
` [PATCH v11 41/63] shmem: Convert shmem_partial_swap_usage "
` [PATCH v11 42/63] memfd: Convert shmem_wait_for_pins "
` [PATCH v11 43/63] memfd: Convert shmem_tag_pins "
` [PATCH v11 44/63] shmem: Comment fixups
` [PATCH v11 45/63] btrfs: Convert page cache to XArray
` [PATCH v11 46/63] fs: Convert buffer "
` [PATCH v11 47/63] fs: Convert writeback "
` [PATCH v11 48/63] nilfs2: Convert "
` [PATCH v11 49/63] f2fs: "
` [PATCH v11 50/63] lustre: "
` [PATCH v11 51/63] dax: Fix use of zero page
` [PATCH v11 52/63] dax: dax_insert_mapping_entry always succeeds
` [PATCH v11 53/63] dax: Rename some functions
` [PATCH v11 54/63] dax: Hash on XArray instead of mapping
` [PATCH v11 55/63] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v11 56/63] dax: Convert __dax_invalidate_entry "
` [PATCH v11 57/63] dax: Convert dax writeback "
` [PATCH v11 58/63] dax: Convert page fault handlers "
` [PATCH v11 59/63] dax: Return fault code from dax_load_hole
` [PATCH v11 60/63] page cache: Finish XArray conversion
` [PATCH v11 61/63] radix tree: Remove unused functions
` [PATCH v11 62/63] radix tree: Remove radix_tree_update_node_t
` [PATCH v11 63/63] radix tree: Remove radix_tree_clear_tags

[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
 2018-04-16 15:45 UTC  (19+ messages)
                  `  "

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor
 2018-04-16 15:10 UTC  (10+ messages)
` [PATCH v2 2/2] slab: __GFP_ZERO is incompatible with a constructor
              ` [PATCH v3 "

[PATCH] slub: Remove use of page->counter
 2018-04-16 15:08 UTC  (7+ messages)

[PATCH] mm: allow to decrease swap.max below actual swap usage
 2018-04-16 15:07 UTC  (3+ messages)

[PATCH RFC 0/8] mm: online/offline 4MB chunks controlled by device driver
 2018-04-16 14:48 UTC  (8+ messages)
` [PATCH RFC 2/8] mm: introduce PG_offline

centralize SWIOTLB config symbol and misc other cleanups
 2018-04-16 13:58 UTC  (20+ messages)
` [PATCH 01/12] iommu-common: move to arch/sparc
` [PATCH 02/12] iommu-helper: unexport iommu_area_alloc
  ` [PATCH 03/12] iommu-helper: mark iommu_is_span_boundary as inline
` [PATCH 04/12] iommu-helper: move the IOMMU_HELPER config symbol to lib/
` [PATCH 05/12] scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig
` [PATCH 06/12] dma-mapping: move the NEED_DMA_MAP_STATE "
` [PATCH 07/12] arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
` [PATCH 08/12] arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig
` [PATCH 09/12] PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
` [PATCH 10/12] arm: don't build swiotlb by default
` [PATCH 11/12] swiotlb: move the SWIOTLB config symbol to lib/Kconfig
` [PATCH 12/12] swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefs

[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
 2018-04-16 13:55 UTC  (12+ messages)

[RFC PATCH 0/3] Interface for higher order contiguous allocations
 2018-04-16 13:14 UTC  (5+ messages)

[PATCH 0/3] indirectly reclaimable memory
 2018-04-16 13:09 UTC  (11+ messages)
` [PATCH 3/3] dcache: account external names as "

[PATCH 0/2] vunmap and debug objects
 2018-04-16 12:09 UTC  (4+ messages)
` [PATCH 2/2] mm: vmalloc: Pass proper vm_start into debugobjects

[PATCH v2] mm: vmalloc: Clean up vunmap to avoid pgtable ops twice
 2018-04-16 10:59 UTC 

Filesystem crashes due to pages without buffers
 2018-04-16  9:20 UTC  (6+ messages)

[PATCH v3] mm/page_owner: ignore everything below the IRQ entry point
 2018-04-16  5:44 UTC  (3+ messages)

[PATCH v3 0/4] mm/sparse: Optimize memmap allocation during sparse_init()
 2018-04-16  4:36 UTC  (7+ messages)
` [PATCH v3 4/4] "

[PATCH] printk: Ratelimit messages printed by console drivers
 2018-04-16  4:25 UTC  (5+ messages)

[RFC] Speed up tag_pages_for_writeback
 2018-04-16  2:42 UTC 

[v4 PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
 2018-04-15 20:49 UTC  (2+ messages)

[PATCH v4 0/3] restructure memfd code
 2018-04-15 18:21 UTC  (4+ messages)
` [PATCH v4 1/3] mm/shmem: add __rcu annotations and properly deref radix entry
` [PATCH v4 2/3] mm/shmem: update file sealing comments and file checking
` [PATCH v4 3/3] mm: restructure memfd code

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-15 17:36 UTC  (7+ messages)

[PATCH AUTOSEL for 4.15 019/189] printk: Add console owner and waiter logic to load balance console writes
 2018-04-15 14:34 UTC  (3+ messages)

[mmotm:master 91/100] fs//notify/group.c:41:24: error: dereferencing pointer to incomplete type 'struct mem_cgroup'
 2018-04-15  3:58 UTC 

[PATCH] mm: Change return type to vm_fault_t
 2018-04-14 21:33 UTC 

[PATCH] mm: Adding new return type vm_fault_t
 2018-04-14 20:58 UTC 

[PATCH v10 00/62] Convert page cache to XArray
 2018-04-14 19:58 UTC  (4+ messages)

[PATCH] mm: huge_memory: Change return type to vm_fault_t
 2018-04-14 15:44 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