[PATCH v9 00/24] Speculative page faults
2018-03-13 17:59 UTC (25+ messages)
` [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 02/24] x86/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 03/24] powerpc/mm: "
` [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 v9 10/24] mm: Protect SPF handler against anon_vma changes
` [PATCH v9 11/24] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v9 12/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v9 13/24] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v9 14/24] mm: Introduce __maybe_mkwrite()
` [PATCH v9 15/24] mm: Introduce __vm_normal_page()
` [PATCH v9 16/24] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v9 17/24] mm: Protect mm_rb tree with a rwlock
` [PATCH v9 18/24] mm: Provide speculative fault infrastructure
` [PATCH v9 19/24] mm: Adding speculative page fault failure trace events
` [PATCH v9 20/24] perf: Add a speculative page fault sw event
` [PATCH v9 21/24] perf tools: Add support for the SPF perf event
` [PATCH v9 22/24] mm: Speculative page fault handler return VMA
` [PATCH v9 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v9 24/24] powerpc/mm: Add speculative page fault
[PATCH v3 0/2] Directed kmem charging
2018-03-13 17:55 UTC (4+ messages)
` [PATCH v3 1/2] mm: memcg: remote memcg charging for kmem allocations
[PATCH] slab, slub: remove size disparity on debug kernel
2018-03-13 17:36 UTC (3+ messages)
[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
2018-03-13 17:19 UTC (8+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct
[PATCH 0/2] x86/mm: vmalloc_fault fix for CONFIG_HUGETLBFS off
2018-03-13 17:03 UTC (3+ messages)
` [PATCH 1/2] x86/mm: fix vmalloc_fault to use pXd_large
` [PATCH 2/2] x86/mm: remove pointless checks in vmalloc_fault
[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
2018-03-13 17:00 UTC (11+ messages)
` [RFC PATCH 09/14] khwasan: add hooks implementation
` [RFC PATCH 14/14] khwasan: default the instrumentation mode to inline
[v5 0/2] initialize pages on demand during boot
2018-03-13 16:04 UTC (4+ messages)
` [v5 1/2] mm: disable interrupts while initializing deferred pages
[RFC PATCH 00/13] SVM (share virtual memory) with HMM in nouveau
2018-03-13 15:56 UTC (13+ messages)
[PATCH] memory-failure: fix section mismatch
2018-03-13 14:45 UTC (2+ messages)
[PATCHv2 0/2] zsmalloc/zram: drop zram's max_zpage_size
2018-03-13 14:35 UTC (8+ messages)
` [PATCHv2 2/2] zram: drop max_zpage_size and use zs_huge_class_size()
[patch] mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes
2018-03-13 13:39 UTC (2+ messages)
[PATCH] mm: oom: Fix race condition between oom_badness and do_exit of task
2018-03-13 13:37 UTC (7+ messages)
[PATCH v9 00/61] XArray v9
2018-03-13 13:26 UTC (62+ messages)
` [PATCH v9 01/61] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v9 02/61] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v9 03/61] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v9 04/61] unicore32: "
` [PATCH v9 05/61] Export __set_page_dirty
` [PATCH v9 06/61] fscache: Use appropriate radix tree accessors
` [PATCH v9 07/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v9 08/61] page cache: Use xa_lock
` [PATCH v9 09/61] xarray: Replace exceptional entries
` [PATCH v9 10/61] xarray: Change definition of sibling entries
` [PATCH v9 11/61] xarray: Add definition of struct xarray
` [PATCH v9 12/61] xarray: Define struct xa_node
` [PATCH v9 13/61] xarray: Add documentation
` [PATCH v9 14/61] xarray: Add xa_load
` [PATCH v9 15/61] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v9 16/61] xarray: Add xa_store
` [PATCH v9 17/61] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v9 18/61] xarray: Add xa_for_each
` [PATCH v9 19/61] xarray: Add xa_extract
` [PATCH v9 20/61] xarray: Add xa_destroy
` [PATCH v9 21/61] xarray: Add xas_next and xas_prev
` [PATCH v9 22/61] xarray: Add xas_create_range
` [PATCH v9 23/61] xarray: Add MAINTAINERS entry
` [PATCH v9 24/61] page cache: Rearrange address_space
` [PATCH v9 25/61] page cache: Convert hole search to XArray
` [PATCH v9 26/61] page cache: Add and replace pages using the XArray
` [PATCH v9 27/61] page cache: Convert page deletion to XArray
` [PATCH v9 28/61] page cache: Convert page cache lookups "
` [PATCH v9 29/61] page cache: Convert delete_batch "
` [PATCH v9 30/61] page cache: Remove stray radix comment
` [PATCH v9 31/61] page cache: Convert filemap_range_has_page to XArray
` [PATCH v9 32/61] mm: Convert page-writeback "
` [PATCH v9 33/61] mm: Convert workingset "
` [PATCH v9 34/61] mm: Convert truncate "
` [PATCH v9 35/61] mm: Convert add_to_swap_cache "
` [PATCH v9 36/61] mm: Convert delete_from_swap_cache "
` [PATCH v9 37/61] mm: Convert __do_page_cache_readahead "
` [PATCH v9 38/61] mm: Convert page migration "
` [PATCH v9 39/61] mm: Convert huge_memory "
` [PATCH v9 40/61] mm: Convert collapse_shmem "
` [PATCH v9 41/61] mm: Convert khugepaged_scan_shmem "
` [PATCH v9 42/61] pagevec: Use xa_tag_t
` [PATCH v9 43/61] shmem: Convert replace to XArray
` [PATCH v9 44/61] shmem: Convert shmem_confirm_swap "
` [PATCH v9 45/61] shmem: Convert find_swap_entry "
` [PATCH v9 46/61] shmem: Convert shmem_add_to_page_cache "
` [PATCH v9 47/61] shmem: Convert shmem_alloc_hugepage "
` [PATCH v9 48/61] shmem: Convert shmem_free_swap "
` [PATCH v9 49/61] shmem: Convert shmem_partial_swap_usage "
` [PATCH v9 50/61] memfd: Convert shmem_tag_pins "
` [PATCH v9 51/61] memfd: Convert shmem_wait_for_pins "
` [PATCH v9 52/61] shmem: Comment fixups
` [PATCH v9 53/61] btrfs: Convert page cache to XArray
` [PATCH v9 54/61] fs: Convert buffer "
` [PATCH v9 55/61] fs: Convert writeback "
` [PATCH v9 56/61] nilfs2: Convert "
` [PATCH v9 57/61] f2fs: "
` [PATCH v9 58/61] lustre: "
` [PATCH v9 59/61] dax: "
` [PATCH v9 60/61] page cache: Finish XArray conversion
` [PATCH v9 61/61] radix tree: Remove unused functions
[PATCH] dcache: fix indirectly reclaimable memory accounting
2018-03-13 12:57 UTC
[PATCH 0/8] trace_uprobe: Support SDT markers having reference count (semaphore)
2018-03-13 12:56 UTC (9+ messages)
` [PATCH 1/8] Uprobe: Export vaddr <-> offset conversion functions
` [PATCH 2/8] mm: Prefix vma_ to vaddr_to_offset() and offset_to_vaddr()
` [PATCH 3/8] Uprobe: Rename map_info to uprobe_map_info
` [PATCH 4/8] Uprobe: Export uprobe_map_info along with uprobe_{build/free}_map_info()
` [PATCH 5/8] trace_uprobe: Support SDT markers having reference count (semaphore)
` [PATCH 6/8] trace_uprobe/sdt: Fix multiple update of same reference counter
` [PATCH 7/8] perf probe: Support SDT markers having reference counter (semaphore)
` [PATCH 8/8] trace_uprobe/sdt: Document about reference counter
KVM hang after OOM
2018-03-13 12:22 UTC (5+ messages)
OK to merge via powerpc? (was Re: [PATCH 05/14] mm: make memblock_alloc_base_nid non-static)
2018-03-13 12:06 UTC
[PATCH v1 1/1] mm/ksm: fix interaction with THP
2018-03-13 12:03 UTC (3+ messages)
Regarding slabinfo tool generating kernel crash
2018-03-13 9:49 UTC (4+ messages)
` "
[PATCH V2] ZBOOT: fix stack protector in compressed boot phase
2018-03-13 8:55 UTC (3+ messages)
fallocate on XFS for swap
2018-03-13 7:14 UTC (11+ messages)
[PATCH v4 0/3] mm: improve zone->lock scalability
2018-03-13 7:04 UTC (17+ messages)
` [PATCH v4 1/3] mm/free_pcppages_bulk: update pcp->count inside
` [PATCH v4 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free
` [PATCH v4 3/3] mm/free_pcppages_bulk: prefetch buddy while not holding lock
` [PATCH v4 3/3 update] "
[PATCH] mm/page_alloc: fix memmap_init_zone pageblock alignment
2018-03-13 6:34 UTC (10+ messages)
` [PATCH v3 0/2] mm/page_alloc: fix kernel BUG at mm/page_alloc.c:1913! crash in move_freepages()
` [PATCH v3 2/2] mm/page_alloc: fix memmap_init_zone pageblock alignment
[PATCH -mm] mm: Fix race between swapoff and mincore
2018-03-13 1:20 UTC
[patch -mm v3 0/3] mm, memcg: introduce oom policies
2018-03-13 0:57 UTC (4+ messages)
` [patch -mm v3 1/3] mm, memcg: introduce per-memcg oom policy tunable
` [patch -mm v3 2/3] mm, memcg: replace cgroup aware oom killer mount option with tunable
` [patch -mm v3 3/3] mm, memcg: add hierarchical usage oom policy
[PATCH 0/3] indirectly reclaimable memory
2018-03-13 0:45 UTC (5+ messages)
` [PATCH 3/3] dcache: account external names as "
[RFC] vfio iommu type1: improve memory pinning process for raw PFN mapping
2018-03-12 22:06 UTC (4+ messages)
` [RFC v2] "
[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
2018-03-12 21:25 UTC (4+ messages)
` [PATCH 4/7] Protectable Memory
[PATCH] dcache: fix indirectly reclaimable memory accounting for CONFIG_SLOB
2018-03-12 19:41 UTC
[PATCH] mm/vmstat.c: Fix vmstat_update() preemption BUG
2018-03-12 19:05 UTC
[PATCH] x86, powerpc : pkey-mprotect must allow pkey-0
2018-03-12 15:46 UTC (4+ messages)
[PATCH] mm/slab.c: remove duplicated check of colour_next
2018-03-12 13:53 UTC (4+ messages)
[Bug 198659] New: Kernel 4.14 crash wirh invalid opcode. list_del_entry_valid
2018-03-12 11:40 UTC (2+ messages)
[linux-next:master 6336/6533] fs/dcache.c:278:8: error: implicit declaration of function 'kmalloc_index'
2018-03-12 10:29 UTC
[PATCH 0/4] x86/boot/compressed/64: Switch between paging modes using trampoline
2018-03-12 10:02 UTC (5+ messages)
` [PATCH 1/4] x86/boot/compressed/64: Make sure we have 32-bit code segment
` [PATCH 2/4] x86/boot/compressed/64: Use stack from trampoline memory
` [PATCH 3/4] x86/boot/compressed/64: Use page table in "
` [PATCH 4/4] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
migrate_pages() of process with same UID in 4.15-rcX
2018-03-12 9:46 UTC (5+ messages)
[linux-next:master 6336/6533] fs/dcache.c:278:22: error: implicit declaration of function 'kmalloc_index'; did you mean 'kmalloc_node'?
2018-03-12 9:31 UTC
[PATCH V2] mm/memcontrol.c: fix parameter description mismatch
2018-03-12 8:30 UTC
[PATCH] mm/memcontrol.c: fix parameter description mismatch
2018-03-12 8:17 UTC
[patch] mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory
2018-03-12 0:00 UTC
KVM hang after OOM
2018-03-11 16:50 UTC
[RFC PATCH 20/35] syscalls: do not call sys_fadvise64{,_64}() within the kernel
2018-03-11 10:55 UTC (2+ messages)
` [RFC PATCH 21/35] syscalls: do not call sys_mmap_pgoff() "
[PATCH v2] mm: Change return type to vm_fault_t
2018-03-10 16:23 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox