linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/10] Control Flow Enforcement - Part (3)
 2018-06-08 15:52 UTC  (54+ messages)
` [PATCH 01/10] x86/cet: User-mode shadow stack support
` [PATCH 02/10] x86/cet: Introduce WRUSS instruction
` [PATCH 03/10] x86/cet: Signal handling for shadow stack
` [PATCH 04/10] x86/cet: Handle thread "
` [PATCH 05/10] x86/cet: ELF header parsing of Control Flow Enforcement
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack
` [PATCH 07/10] mm: Prevent mprotect from changing "
` [PATCH 08/10] mm: Prevent mremap of "
` [PATCH 09/10] mm: Prevent madvise from changing "
` [PATCH 10/10] mm: Prevent munmap and remap_file_pages of "

[PATCH v4 0/4] mm/sparse: Optimize memmap allocation during sparse_init()
 2018-06-08 15:17 UTC  (15+ messages)
` [PATCH v4 1/4] mm/sparse: Add a static variable nr_present_sections
` [PATCH v4 2/4] mm/sparsemem: Defer the ms->section_mem_map clearing
` [PATCH v4 3/4] mm/sparse: Add a new parameter 'data_unit_size' for alloc_usemap_and_memmap
` [PATCH v4 4/4] mm/sparse: Optimize memmap allocation during sparse_init()

pkeys on POWER: Access rights not reset on execve
 2018-06-08 14:17 UTC  (19+ messages)

[PATCH 0/9] Control Flow Enforcement - Part (2)
 2018-06-08 14:13 UTC  (31+ messages)
` [PATCH 1/9] x86/cet: Control protection exception handler
` [PATCH 2/9] x86/cet: Add Kconfig option for user-mode shadow stack
` [PATCH 3/9] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH 4/9] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH 5/9] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH 6/9] x86/mm: Introduce ptep_set_wrprotect_flush and related functions
` [PATCH 7/9] x86/mm: Shadow stack page fault error checking
` [PATCH 8/9] x86/cet: Handle shadow stack page fault
` [PATCH 9/9] x86/cet: Handle THP/HugeTLB shadow stack page copying

[mmotm:master] BUILD REGRESSION 7393732bae530daa27567988b91d16ecfeef6c62
 2018-06-08 13:42 UTC 

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-06-08 12:50 UTC  (3+ messages)

[PATCH v8 0/1] Refactor part of the oom report in dump_header
 2018-06-08 12:49 UTC  (2+ messages)
` [PATCH v8 1/1] "

[powerpc/powervm]kernel BUG at mm/memory_hotplug.c:1864!
 2018-06-08 12:15 UTC  (4+ messages)

[PATCH] mm/ksm: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm
 2018-06-08 11:08 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 1/4] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-06-08 10:47 UTC  (9+ messages)
` [PATCH 2/4] mm,page_alloc: Move the short sleep to should_reclaim_retry()
` [PATCH 3/4] mm,oom: Simplify exception case handling in out_of_memory()
` [PATCH 4/4] mm,oom: Check pending victims earlier "

[PATCH v7 1/2] Add an array of const char and enum oom_constraint in memcontrol.h
 2018-06-08  9:53 UTC  (7+ messages)
` [PATCH v7 2/2] Refactor part of the oom report in dump_header

[Bug 199931] New: systemd/rtorrent file data corruption when using echo 3 >/proc/sys/vm/drop_caches
 2018-06-08  7:18 UTC  (4+ messages)

[PATCH 0/6] More conversions to struct_size
 2018-06-08  4:09 UTC  (14+ messages)
` [PATCH 1/6] Convert virtio_console "
` [PATCH 2/6] Convert infiniband uverbs "
` [PATCH 3/6] Convert v4l2 event "
` [PATCH 4/6] Convert vhost "
` [PATCH 5/6] Convert jffs2 acl "
` [PATCH 6/6] Convert intel uncore "

[mmotm:master 174/212] fs///fat/inode.c:163:9: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'sector_t {aka long long unsigned int}'
 2018-06-08  3:54 UTC  (2+ messages)

[mmotm:master 192/212] drivers/thermal/qcom/tsens.c:144:31: error: 's' undeclared
 2018-06-08  2:28 UTC 

[mmotm:master 174/212] fs/fat/inode.c:162:3: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'sector_t'
 2018-06-08  2:16 UTC 

[mmotm:master 192/212] include/uapi/asm-generic/int-ll64.h:20:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
 2018-06-08  2:06 UTC 

[PATCH] slab: Clean up the code comment in slab kmem_cache struct
 2018-06-08  2:04 UTC  (5+ messages)

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-06-08  1:29 UTC  (11+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

mmotm 2018-06-07-16-59 uploaded
 2018-06-08  1:15 UTC  (3+ messages)
` mmotm 2018-06-07-16-59 uploaded (fs/fat/ and fs/dax/)
` mmotm 2018-06-07-16-59 uploaded (scsi/ipr)

[PATCH 0/7] Control Flow Enforcement - Part (4)
 2018-06-08  0:47 UTC  (16+ messages)
` [PATCH 1/7] x86/cet: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH 2/7] x86/cet: User-mode indirect branch tracking support
` [PATCH 3/7] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH 4/7] x86/cet: add arcp_prctl functions for indirect branch tracking
` [PATCH 5/7] x86: Insert endbr32/endbr64 to vDSO
` [PATCH 6/7] tools: Add cetcmd
` [PATCH 7/7] x86/cet: Add PTRACE interface for CET

[PATCH] xsk: Fix umem fill/completion queue mmap on 32-bit
 2018-06-07 22:21 UTC  (3+ messages)

[PATCH] mm: Check for SIGKILL inside dup_mmap() loop
 2018-06-07 22:05 UTC  (5+ messages)

[PATCH 0/5] mm: rework hmm to use devm_memremap_pages
 2018-06-07 18:39 UTC  (12+ messages)

[PATCH v7 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-06-07 18:05 UTC  (3+ messages)

[PATCH v3 00/12] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-07 17:02 UTC  (13+ messages)
` [PATCH v3 03/12] device-dax: Enable page_mapping()
` [PATCH v3 04/12] device-dax: Set page->index
` [PATCH v3 05/12] filesystem-dax: "
` [PATCH v3 08/12] x86/memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v3 11/12] mm, memory_failure: Teach memory_failure() about dev_pagemap pages

[PATCH v2 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-07 16:52 UTC  (9+ messages)

[PATCH 0/5] Control Flow Enforcement - Part (1)
 2018-06-07 15:49 UTC  (10+ messages)
` [PATCH 1/5] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [PATCH 2/5] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [PATCH 3/5] x86/fpu/xstate: Enable XSAVES system states
` [PATCH 4/5] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH 5/5] Documentation/x86: Add CET description

[PATCH 0/4] Small cleanup for memoryhotplug
 2018-06-07 13:32 UTC  (3+ messages)

[PATCH 1/2] arm64: avoid alloc memory on offline node
 2018-06-07 12:21 UTC  (4+ messages)

[4.17 regression] Performance drop on kernel-4.17 visible on Stream, Linpack and NAS parallel benchmarks
 2018-06-07 11:56 UTC  (3+ messages)

page:  |  | latest

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