linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[next-20180711][Oops] linux-next kernel boot is broken on powerpc
 2018-07-12 17:25 UTC 

[PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries
 2018-07-12 17:21 UTC  (17+ messages)

[PATCH v7 0/6] fs/dcache: Track & limit # of negative dentries
 2018-07-12 17:04 UTC  (9+ messages)
` [PATCH v7 1/6] fs/dcache: Track & report number "
` [PATCH v7 2/6] fs/dcache: Add negative dentries to LRU head initially
` [PATCH v7 3/6] fs/dcache: Add sysctl parameter neg-dentry-limit as a soft limit on negative dentries
` [PATCH v7 4/6] fs/dcache: Print negative dentry warning every min until turned off by user
` [PATCH v7 5/6] fs/dcache: Allow optional enforcement of negative dentry limit
` [PATCH v7 6/6] fs/dcache: Allow deconfiguration of negative dentry code to reduce kernel size

[PATCHv2 0/2] Fix crash due to vma_is_anonymous() false-positives
 2018-07-12 16:39 UTC  (6+ messages)
` [PATCHv2 1/2] mm: Fix "
` [PATCHv2 2/2] mm: Drop unneeded ->vm_ops checks

cgroup-aware OOM killer, how to move forward
 2018-07-12 15:55 UTC  (3+ messages)

mmotm 2018-07-10-16-50 uploaded
 2018-07-12 15:09 UTC  (14+ messages)
` Boot failures with "mm/sparse: Remove CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER" on powerpc (was Re: mmotm 2018-07-10-16-50 uploaded)

[RFC PATCH] mm, page_alloc: double zone's batchsize
 2018-07-12 15:01 UTC  (7+ messages)

why do we still need bootmem allocator?
 2018-07-12 14:40 UTC  (7+ messages)
        ` h8300: BUG: Bad page state in process swapper (was: Re: why do we still need bootmem allocator?)

general protection fault in _vm_normal_page
 2018-07-12 14:31 UTC  (3+ messages)

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-12 14:03 UTC  (62+ messages)
` [RFC PATCH v2 05/27] Documentation/x86: Add CET description
` [RFC PATCH v2 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v2 12/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB shadow stack page fault
` [RFC PATCH v2 15/27] mm/mprotect: Prevent mprotect from changing shadow stack
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for "
` [RFC PATCH v2 17/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v2 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v2 20/27] x86/cet/shstk: ELF header parsing of CET
` [RFC PATCH v2 22/27] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v2 23/27] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v2 25/27] x86/cet: Add PTRACE interface for CET
` [RFC PATCH v2 27/27] x86/cet: Add arch_prctl functions "

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

[PATCH] thp: fix data loss when splitting a file pmd
 2018-07-12 13:42 UTC  (3+ messages)

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-12 13:12 UTC  (19+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks

Bug report about KASLR and ZONE_MOVABLE
 2018-07-12 12:32 UTC  (11+ messages)
      ` [PATCH v3] mm, page_alloc: find movable zone after kernel text

Caching/buffers become useless after some time
 2018-07-12 11:34 UTC  (2+ messages)

[PATCH v8 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-07-12 11:19 UTC  (9+ messages)
` [PATCH v8 03/17] mm: Assign id to every memcg-aware shrinker

[RFC v4 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-12  8:15 UTC  (12+ messages)

[PATCH v2 00/11] docs/mm: add boot time memory management docs
 2018-07-12  8:00 UTC  (6+ messages)
` [PATCH v2 06/11] mm/memblock: add a name for memblock flags enumeration
` [PATCH v2 11/11] docs/mm: add description of boot time memory management

[PATCH v2] mm: hugetlb: don't zero 1GiB bootmem pages
 2018-07-12  7:48 UTC  (3+ messages)

[PATCH] mm/hugetlb: remove gigantic page support for HIGHMEM
 2018-07-12  7:47 UTC  (4+ messages)

[RFC PATCH] mm: optimise pte dirty/accessed bits handling in fork
 2018-07-12  7:36 UTC 

[PATCH v2] alpha: switch to NO_BOOTMEM
 2018-07-12  7:28 UTC  (3+ messages)

[PATCH 1/2] mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
 2018-07-12  7:15 UTC  (7+ messages)

[patch] mm, vmacache: hash addresses based on pmd
 2018-07-11 23:43 UTC  (5+ messages)

[PATCH 2/2] mm: Drop unneeded ->vm_ops checks
 2018-07-11 22:40 UTC  (3+ messages)
` [2/2] "

[PATCH v6 5/5] mm/sparse: Remove CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER
 2018-07-11 22:26 UTC  (2+ messages)
` [v6,5/5] "

[PATCH v11 00/26] Speculative page faults
 2018-07-11 17:05 UTC  (10+ messages)

[PATCH v7] mm: Distinguish VMalloc pages
 2018-07-11 16:52 UTC  (2+ messages)

[PATCH] mm: hugetlb: don't zero 1GiB bootmem pages
 2018-07-11 16:47 UTC  (6+ messages)

[PATCH] fs: Fix double prealloc_shrinker() in sget_fc()
 2018-07-11 14:57 UTC  (2+ messages)

[PATCH 0/2] Fix crash due to vma_is_anonymous() false-positives
 2018-07-11 12:15 UTC  (4+ messages)
` [PATCH 1/2] mm: Fix "

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-11 12:08 UTC  (10+ messages)

[PATCH] mm, oom: document oom_lock
 2018-07-11 12:01 UTC 

[PATCH v13 1/2] Reorganize the oom report in dump_header
 2018-07-11 11:10 UTC  (7+ messages)
` [PATCH v13 2/2] Add oom victim's memcg to the oom context information

page:  |  | latest

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