[PATCH -V5 RESEND 00/21] swap: Swapout/swapin THP in one piece
2018-09-25 7:13 UTC (2+ messages)
` [PATCH -V5 RESEND 01/21] swap: Enable PMD swap operations for CONFIG_THP_SWAP
block: DMA alignment of IO buffer allocated from slab
2018-09-25 6:55 UTC (30+ messages)
[PATCH v6 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
2018-09-25 6:15 UTC (8+ messages)
` [PATCH v6 1/7] mm, devm_memremap_pages: Mark devm_memremap_pages() EXPORT_SYMBOL_GPL
` [PATCH v6 2/7] mm, devm_memremap_pages: Kill mapping "System RAM" support
` [PATCH v6 3/7] mm, devm_memremap_pages: Fix shutdown handling
` [PATCH v6 4/7] mm, devm_memremap_pages: Add MEMORY_DEVICE_PRIVATE support
` [PATCH v6 5/7] mm, hmm: Use devm semantics for hmm_devmem_{add, remove}
` [PATCH v6 6/7] mm, hmm: Replace hmm_devmem_pages_create() with devm_memremap_pages()
` [PATCH v6 7/7] mm, hmm: Mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL
[PATCH v2 1/2] mm/page_alloc: Fix panic caused by passing debug_guardpage_minorder or kernelcore to command line
2018-09-25 5:59 UTC (6+ messages)
` [PATCH v2 2/2] mm/page_alloc: Add KBUILD_MODNAME
[patch] mm, thp: always specify ineligible vmas as nh in smaps
2018-09-25 5:50 UTC (7+ messages)
` [patch v2] "
[PATCH v2] memory_hotplug: Free pages as higher order
2018-09-25 5:42 UTC
[RFC PATCH 0/9] Improve zone lock scalability using Daniel Jordan's list work
2018-09-25 2:37 UTC (3+ messages)
[PATCH] mm: remove unnecessary local variable addr in __get_user_pages_fast()
2018-09-25 2:14 UTC
[PATCH] mm/hugetlb: Add mmap() encodings for 32MB and 512MB page sizes
2018-09-25 2:08 UTC (3+ messages)
` [PATCH V2] "
[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-25 1:26 UTC (5+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "
[PATCH] mm: fix COW faults after mlock()
2018-09-24 23:48 UTC (3+ messages)
x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
2018-09-24 21:47 UTC (5+ messages)
[PATCH v6 0/4] KASLR feature to randomize each loadable module
2018-09-24 21:29 UTC (14+ messages)
` [PATCH v6 1/4] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v6 2/4] x86/modules: Increase randomization for modules
` [PATCH v6 3/4] vmalloc: Add debugfs modfraginfo
Question about a pte with PTE_PROT_NONE and !PTE_VALID on !PROT_NONE vma
2018-09-24 21:08 UTC (3+ messages)
WARNING: kmalloc bug in input_mt_init_slots
2018-09-24 18:41 UTC (5+ messages)
[PATCH V2 0/6] VA to numa node information
2018-09-24 17:14 UTC (6+ messages)
[PATCH] mm/migrate: Split only transparent huge pages when allocation fails
2018-09-24 16:52 UTC (4+ messages)
[PATCH v5 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
2018-09-24 15:57 UTC (3+ messages)
` [PATCH v5 07/11] filesystem-dax: Introduce dax_lock_mapping_entry()
Warning after memory hotplug then online
2018-09-24 15:32 UTC (5+ messages)
[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
2018-09-24 15:25 UTC (12+ messages)
` [RFC PATCH v4 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v4 18/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v4 23/27] mm/map: Add Shadow stack pages to memory accounting
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 25/27] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v4 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v4 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map
[PATCH v9 00/20] kasan: add software tag-based mode for arm64
2018-09-24 15:14 UTC (23+ messages)
` [PATCH v9 01/20] kasan, mm: change hooks signatures
` [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v9 06/20] kasan: initialize shadow to 0xff "
` [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v9 08/20] kasan: add tag related helper functions
` [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v9 14/20] kasan: split out generic_report.c from report.c
` [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v9 16/20] kasan: add hooks implementation "
` [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v9 19/20] kasan: update documentation
` [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files
[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
2018-09-24 15:04 UTC (9+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse
Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
2018-09-24 14:45 UTC (9+ messages)
[PATCH v3 0/4] devres: provide and use devm_kstrdup_const()
2018-09-24 12:11 UTC (12+ messages)
` [PATCH v3 1/4] devres: constify p in devm_kfree()
` [PATCH v3 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v3 3/4] devres: provide devm_kstrdup_const()
` [PATCH v3 4/4] clk: pmc-atom: use devm_kstrdup_const()
[PATCH 4.14 073/173] x86/mm/pti: Add an overflow check to pti_clone_pmds()
2018-09-24 11:51 UTC
[PATCH 4.18 096/235] x86/mm/pti: Add an overflow check to pti_clone_pmds()
2018-09-24 11:51 UTC
[PATCH 3.18 050/105] x86/mm: Remove in_nmi() warning from vmalloc_fault()
2018-09-24 11:33 UTC
[PATCH v8 00/20] kasan: add software tag-based mode for arm64
2018-09-24 9:19 UTC (5+ messages)
` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
[PATCH] memory_hotplug: Free pages as higher order
2018-09-24 7:57 UTC (3+ messages)
Linux RDMA mini-conf at Plumbers 2018
2018-09-23 15:17 UTC (3+ messages)
[PATCH 0/3] mm: dirty/accessed pte optimisations
2018-09-23 9:23 UTC (6+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion
[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-23 2:34 UTC (4+ messages)
Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
2018-09-23 2:33 UTC (6+ messages)
[PATCH] auxdisplay/cfag12864bfb.c: Replace vm_insert_page
2018-09-22 13:39 UTC (2+ messages)
[PATCH 0/3] mm: Randomize free memory
2018-09-22 0:06 UTC (5+ messages)
[Question] Why do clear VM_ACCOUNT before do_munmap() in mremap()
2018-09-22 0:00 UTC
[PATCH v2] slub: extend slub debug to handle multiple slabs
2018-09-21 23:34 UTC (2+ messages)
possible deadlock in __do_page_fault
2018-09-21 23:21 UTC (5+ messages)
[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
2018-09-21 22:47 UTC (10+ messages)
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem
[PATCHv3 0/6] mm: faster get user pages
2018-09-21 22:39 UTC (7+ messages)
` [PATCHv3 1/6] mm/gup_benchmark: Time put_page
` [PATCHv3 2/6] mm/gup_benchmark: Add additional pinning methods
` [PATCHv3 3/6] tools/gup_benchmark: Fix 'write' flag usage
` [PATCHv3 4/6] tools/gup_benchmark: Allow user specified file
` [PATCHv3 5/6] tools/gup_benchmark: Add parameter for hugetlb
` [PATCHv3 6/6] mm/gup: Cache dev_pagemap while pinning pages
[PATCH v6 00/18] APEI in_nmi() rework
2018-09-21 22:17 UTC (19+ messages)
` [PATCH v6 01/18] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v6 02/18] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v6 03/18] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v6 04/18] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v6 05/18] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v6 06/18] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v6 07/18] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v6 08/18] ACPI / APEI: Move locking to the notification helper
` [PATCH v6 09/18] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v6 10/18] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v6 11/18] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v6 12/18] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v6 13/18] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v6 14/18] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v6 15/18] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v6 16/18] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority
` [PATCH v6 18/18] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
[PATCH v4 0/5] Address issues slowing persistent memory initialization
2018-09-21 20:14 UTC (14+ messages)
` [PATCH v4 1/5] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH v4 2/5] mm: Create non-atomic version of SetPageReserved for init use
` [PATCH v4 3/5] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
` [PATCH v4 4/5] async: Add support for queueing on specific node
BUG: Bad page map (3)
2018-09-21 19:30 UTC (2+ messages)
[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
2018-09-21 15:05 UTC (10+ messages)
` [RFC PATCH v4 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v4 2/9] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
` [RFC PATCH v4 4/9] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v4 5/9] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v4 6/9] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v4 7/9] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v4 8/9] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v4 9/9] x86/cet: Add PTRACE interface for CET
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