[Bug 200271] New: BUG: unable to handle kernel paging request at fffff1e034000208
2018-06-28 0:23 UTC
[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
2018-06-28 0:04 UTC (8+ messages)
` [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
[PATCHv4 00/18] MKTME enabling
2018-06-27 23:48 UTC (24+ 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 v5 0/4] mm/sparse: Optimize memmap allocation during sparse_init()
2018-06-27 23:39 UTC (10+ 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()
[PATCH] mm: hugetlb: yield when prepping struct pages
2018-06-27 23:35 UTC (3+ messages)
[PATCH v2] net, mm: account sock objects to kmemcg
2018-06-27 22:16 UTC
[RFC PATCH] net, mm: account sock objects to kmemcg
2018-06-27 22:06 UTC (4+ messages)
[PATCH] alpha: switch to NO_BOOTMEM
2018-06-27 21:38 UTC (4+ messages)
[PATCH] mm: drop VM_BUG_ON from __get_free_pages
2018-06-27 21:24 UTC (12+ messages)
[PATCH v14 00/74] Convert page cache to XArray
2018-06-27 19:44 UTC (7+ messages)
[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
2018-06-27 19:40 UTC (8+ messages)
[PATCH v8 0/2] Directed kmem charging
2018-06-27 19:12 UTC (3+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 2/2] fs, mm: account buffer_head "
[PATCH v33 0/4] Virtio-balloon: support free page reporting
2018-06-27 19:07 UTC (6+ messages)
` [PATCH v33 1/4] mm: add a function to get free page blocks
[PATCH] kvm, mm: account shadow page tables to kmemcg
2018-06-27 18:13 UTC
[PATCH V7 00/24] block: support multipage bvec
2018-06-27 18:13 UTC (29+ messages)
` [PATCH V7 01/24] dm: use bio_split() when splitting out the already processed bio
` [PATCH V7 02/24] bcache: don't clone bio in bch_data_verify
` [PATCH V7 03/24] exofs: use bio_clone_fast in _write_mirror
` [PATCH V7 04/24] block: remove bio_clone_kmalloc
` [PATCH V7 05/24] md: remove a bogus comment
` [PATCH V7 06/24] block: unexport bio_clone_bioset
` [PATCH V7 07/24] block: simplify bio_check_pages_dirty
` [PATCH V7 08/24] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
` [PATCH V7 09/24] block: use bio_add_page in bio_iov_iter_get_pages
` [PATCH V7 10/24] block: introduce multipage page bvec helpers
` [PATCH V7 11/24] block: introduce bio_for_each_bvec()
` [PATCH V7 12/24] block: use bio_for_each_bvec() to compute multipage bvec count
` [PATCH V7 13/24] block: use bio_for_each_bvec() to map sg
` [PATCH V7 14/24] block: introduce bvec_last_segment()
` [PATCH V7 15/24] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V7 16/24] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V7 17/24] btrfs: move bio_pages_all() to btrfs
` [PATCH V7 18/24] block: introduce bio_bvecs()
` [PATCH V7 19/24] block: loop: pass multipage bvec to iov_iter
` [PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V7 21/24] block: allow bio_for_each_segment_all() to iterate over multipage bvec
` [PATCH V7 22/24] block: enable multipage bvecs
` [PATCH V7 23/24] block: always define BIO_MAX_PAGES as 256
` [PATCH V7 24/24] block: document usage of bio iterator helpers
[RFC v2 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
2018-06-27 17:23 UTC (11+ messages)
` [RFC v2 PATCH 2/2] mm: mmap: zap pages with read mmap_sem "
[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
2018-06-27 17:17 UTC (6+ messages)
[PATCH 2/2] mm: set PG_dma_pinned on get_user_pages*()
2018-06-27 17:02 UTC (18+ messages)
[PATCH v34 0/4] Virtio-balloon: support free page reporting
2018-06-27 16:53 UTC (14+ messages)
` [PATCH v34 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [virtio-dev] "
[PATCH v4 0/3] fix free pmd/pte page handlings on x86
2018-06-27 16:13 UTC (6+ messages)
` [PATCH v4 1/3] x86/mm: disable ioremap free page handling on x86-PAE
` [PATCH v4 2/3] ioremap: Update pgtable free interfaces with addr
` [PATCH v4 3/3] x86/mm: add TLB purge to free pmd/pte page interfaces
why do we still need bootmem allocator?
2018-06-27 16:02 UTC (9+ messages)
[PATCH] mm,oom: Bring OOM notifier callbacks to outside of OOM killer
2018-06-27 14:31 UTC (11+ messages)
[powerpc/powervm]kernel BUG at mm/memory_hotplug.c:1864!
2018-06-27 13:42 UTC (8+ messages)
[PATCH] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
2018-06-27 12:47 UTC (7+ messages)
[PATCH V7 00/24] block: support multipage bvec
2018-06-27 12:40 UTC
[PATCH] c6x: switch to NO_BOOTMEM
2018-06-27 12:20 UTC (2+ messages)
[PATCH v3] add param that allows bootline control of hardened usercopy
2018-06-27 12:07 UTC
[PATCH] mm/memblock: add missing include <linux/bootmem.h> and #ifdef
2018-06-27 10:05 UTC (5+ messages)
` [PATCH v2] mm/memblock: add missing include <linux/bootmem.h>
` [PATCH v3] "
[PATCH 0/3] mm: use irq locking suffix instead local_irq_disable()
2018-06-27 9:20 UTC (6+ messages)
` [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
[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
2018-06-27 7:44 UTC (2+ messages)
[PATCH v7 0/2] Directed kmem charging
2018-06-27 7:31 UTC (10+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
[v2 PATCH] add param that allows bootline control of hardened usercopy
2018-06-27 0:03 UTC
[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 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)
[PATCH] doc: add description to dirtytime_expire_seconds
2018-06-26 14:34 UTC (2+ messages)
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