messages from 2018-06-25 08:08:32 to 2018-06-27 09:21:02 UTC [more...]
[PATCH 0/3] mm: use irq locking suffix instead local_irq_disable()
2018-06-27 9:20 UTC (8+ messages)
` [PATCH 1/3] mm: workingset: remove local_irq_disable() from count_shadow_nodes()
` [PATCH 2/3] mm: workingset: make shadow_lru_isolate() use locking suffix
[PATCH] userfaultfd: hugetlbfs: Fix userfaultfd_huge_must_wait pte access
2018-06-27 8:47 UTC (2+ messages)
[PATCH v5 00/20] APEI in_nmi() rework and arm64 SDEI wire-up
2018-06-27 8:40 UTC (23+ messages)
` [PATCH v5 01/20] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v5 02/20] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v5 03/20] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v5 04/20] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v5 05/20] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v5 06/20] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v5 07/20] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v5 08/20] ACPI / APEI: Move locking to the notification helper
` [PATCH v5 09/20] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v5 10/20] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v5 11/20] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v5 12/20] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v5 13/20] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v5 14/20] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v5 15/20] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v5 16/20] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v5 17/20] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v5 18/20] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH v5 19/20] mm/memory-failure: increase queued recovery work's priority
` [PATCH v5 20/20] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
[PATCH] mm: drop VM_BUG_ON from __get_free_pages
2018-06-27 7:54 UTC (8+ messages)
[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
2018-06-27 7:44 UTC (13+ messages)
[PATCH v7 0/2] Directed kmem charging
2018-06-27 7:31 UTC (11+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 2/2] fs, mm: account buffer_head "
[RFC v2 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
2018-06-27 7:24 UTC (13+ messages)
` [RFC v2 PATCH 2/2] mm: mmap: zap pages with read mmap_sem "
[PATCH] mm,oom: Bring OOM notifier callbacks to outside of OOM killer
2018-06-27 7:22 UTC (14+ messages)
[PATCH v34 0/4] Virtio-balloon: support free page reporting
2018-06-27 5:27 UTC (15+ messages)
` [PATCH v34 1/4] mm: support to get hints of free page blocks
` [PATCH v34 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v34 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v34 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON
[PATCH v5 0/4] mm/sparse: Optimize memmap allocation during sparse_init()
2018-06-27 1:47 UTC (6+ messages)
` [PATCH v5 1/4] mm/sparse: Add a static variable nr_present_sections
` [PATCH v5 2/4] mm/sparsemem: Defer the ms->section_mem_map clearing
` [PATCH v5 3/4] mm/sparse: Add a new parameter 'data_unit_size' for alloc_usemap_and_memmap
` [PATCH v5 4/4] mm/sparse: Optimize memmap allocation during sparse_init()
[v2 PATCH] add param that allows bootline control of hardened usercopy
2018-06-27 0:03 UTC (2+ messages)
[PATCH] mm/memblock: add missing include <linux/bootmem.h> and #ifdef
2018-06-26 18:44 UTC (7+ messages)
` [PATCH v2] mm/memblock: add missing include <linux/bootmem.h>
` [PATCH v3] "
[PATCHv4 00/18] MKTME enabling
2018-06-26 17:30 UTC (21+ messages)
` [PATCHv4 01/18] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCHv4 02/18] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv4 03/18] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv4 04/18] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv4 05/18] mm/khugepaged: Handle encrypted pages
` [PATCHv4 06/18] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv4 07/18] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCHv4 08/18] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv4 09/18] x86/mm: Implement page_keyid() using page_ext
` [PATCHv4 10/18] x86/mm: Implement vma_keyid()
` [PATCHv4 11/18] x86/mm: Implement prep_encrypted_page() and arch_free_page()
` [PATCHv4 12/18] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv4 13/18] x86/mm: Allow to disable MKTME after enumeration
` [PATCHv4 14/18] x86/mm: Detect MKTME early
` [PATCHv4 15/18] x86/mm: Calculate direct mapping size
` [PATCHv4 16/18] x86/mm: Implement sync_direct_mapping()
` [PATCHv4 17/18] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv4 18/18] x86: Introduce CONFIG_X86_INTEL_MKTME
[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
2018-06-26 17:29 UTC (3+ messages)
[PATCH 1/2] arm64: avoid alloc memory on offline node
2018-06-26 17:27 UTC (15+ messages)
[PATCH] add param that allows bootline control of hardened usercopy
2018-06-26 17:14 UTC
[PATCH 2/2] mm: set PG_dma_pinned on get_user_pages*()
2018-06-26 16:48 UTC (25+ messages)
[PATCH v3 0/3] fix free pmd/pte page handlings on x86
2018-06-26 15:25 UTC (9+ messages)
[PATCH 00/10] Control Flow Enforcement - Part (3)
2018-06-26 14:56 UTC (5+ messages)
[powerpc/powervm]kernel BUG at mm/memory_hotplug.c:1864!
2018-06-26 14:54 UTC (7+ messages)
[PATCH] doc: add description to dirtytime_expire_seconds
2018-06-26 14:34 UTC (2+ messages)
[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
2018-06-26 13:15 UTC (18+ messages)
` [PATCH v4 01/17] khwasan, mm: change kasan hooks signatures
` [PATCH v4 02/17] khwasan: move common kasan and khwasan code to common.c
` [PATCH v4 03/17] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v4 04/17] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v4 05/17] khwasan: initialize shadow to 0xff
` [PATCH v4 06/17] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v4 07/17] khwasan: add tag related helper functions
` [PATCH v4 08/17] khwasan, arm64: fix up fault handling logic
` [PATCH v4 09/17] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v4 10/17] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v4 11/17] khwasan: split out kasan_report.c from report.c
` [PATCH v4 12/17] khwasan: add bug reporting routines
` [PATCH v4 13/17] khwasan: add hooks implementation
` [PATCH v4 14/17] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v4 15/17] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v4 16/17] khwasan: update kasan documentation
` [PATCH v4 17/17] kasan: add SPDX-License-Identifier mark to source files
Calling vmalloc_to_page() on ioremap memory?
2018-06-26 12:10 UTC (9+ messages)
[PATCH] writeback: update stale account_page_redirty() comment
2018-06-26 12:06 UTC (2+ messages)
[PATCH] mm:mempool:fixed coding style errors and warnings
2018-06-26 11:03 UTC (2+ messages)
[PATCH v33 0/4] Virtio-balloon: support free page reporting
2018-06-26 1:55 UTC (4+ messages)
` [PATCH v33 1/4] mm: add a function to get free page blocks
[PATCH] add param that allows bootline control of hardened usercopy
2018-06-25 23:17 UTC (5+ messages)
[PATCH] kernel/memremap, kasan: Make ZONE_DEVICE with work with KASAN
2018-06-25 20:15 UTC (3+ messages)
why do we still need bootmem allocator?
2018-06-25 18:03 UTC (3+ messages)
[PATCH 0/4] Small cleanup for memoryhotplug
2018-06-25 17:34 UTC (4+ messages)
` [PATCH 3/4] mm/memory_hotplug: Get rid of link_mem_sections
[PATCHv3 00/17] MKTME enabling
2018-06-25 17:00 UTC (6+ messages)
` [PATCHv3 15/17] x86/mm: Implement sync_direct_mapping()
[PATCH 1/1] kasan: fix shadow_size calculation error in kasan_module_alloc
2018-06-25 16:56 UTC (2+ messages)
[PATCH] Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
2018-06-25 15:00 UTC (3+ messages)
dm bufio: Reduce dm_bufio_lock contention
2018-06-25 14:57 UTC (15+ messages)
[patch] mm, oom: fix unnecessary killing of additional processes
2018-06-25 9:04 UTC (11+ messages)
[PATCH V6 2/2 RESEND] ksm: replace jhash2 with faster hash
2018-06-25 8:48 UTC (11+ messages)
[PATCH v2] zswap: re-check zswap_is_full after do zswap_shrink
2018-06-25 8:08 UTC (3+ 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).