[PATCH v5] mmap.2: MAP_FIXED updated documentation
2017-12-18 19:15 UTC (2+ messages)
[PATCH v2 0/2] mm: introduce MAP_FIXED_SAFE
2017-12-18 19:12 UTC (11+ messages)
` [PATCH 1/2] mmap.2: document new MAP_FIXED_SAFE flag
` [PATCH 2/2] mmap.2: MAP_FIXED updated documentation
[RFC PATCH v4 00/18] VM introspection
2017-12-18 19:06 UTC (19+ messages)
` [RFC PATCH v4 01/18] kvm: add documentation and ABI/API headers for the VM introspection subsystem
` [RFC PATCH v4 02/18] add memory map/unmap support for VM introspection on the guest side
` [RFC PATCH v4 03/18] kvm: x86: add kvm_arch_msr_intercept()
` [RFC PATCH v4 04/18] kvm: x86: add kvm_mmu_nested_guest_page_fault() and kvmi_mmu_fault_gla()
` [RFC PATCH v4 05/18] kvm: x86: add kvm_arch_vcpu_set_regs()
` [RFC PATCH v4 06/18] kvm: vmx: export the availability of EPT views
` [RFC PATCH v4 07/18] kvm: page track: add support for preread, prewrite and preexec
` [RFC PATCH v4 08/18] kvm: add the VM introspection subsystem
` [RFC PATCH v4 09/18] kvm: hook in "
` [RFC PATCH v4 10/18] kvm: x86: handle the new vCPU request (KVM_REQ_INTROSPECTION)
` [RFC PATCH v4 11/18] kvm: x86: hook in the page tracking
` [RFC PATCH v4 12/18] kvm: x86: hook in kvmi_breakpoint_event()
` [RFC PATCH v4 13/18] kvm: x86: hook in kvmi_descriptor_event()
` [RFC PATCH v4 14/18] kvm: x86: hook in kvmi_cr_event()
` [RFC PATCH v4 15/18] kvm: x86: hook in kvmi_xsetbv_event()
` [RFC PATCH v4 16/18] kvm: x86: hook in kvmi_msr_event()
` [RFC PATCH v4 17/18] kvm: x86: handle the introspection hypercalls
` [RFC PATCH v4 18/18] kvm: x86: hook in kvmi_trap_event()
[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
2017-12-18 18:54 UTC (3+ messages)
` [PATCH v9 29/51] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
[PATCH 2/2] fs, elf: drop MAP_FIXED usage from elf_map
2017-12-18 18:49 UTC (5+ messages)
` [2/2] "
` [PATCH] mm: don't use the same value for MAP_FIXED_SAFE and MAP_SYNC
[PATCH v2 01/17] mm/gup: Fixup p*_access_permitted()
2017-12-18 18:42 UTC (12+ messages)
[PATCH] mm: vmscan: make unregister_shrinker() safer
2017-12-18 18:34 UTC (3+ messages)
Memory hotplug regression in 4.13
2017-12-18 17:54 UTC (7+ messages)
[PATCH 0/8] Restructure struct page
2017-12-18 16:19 UTC (15+ messages)
` [PATCH 1/8] mm: Align struct page more aesthetically
` [PATCH 2/8] mm: De-indent struct page
` [PATCH 3/8] mm: Remove misleading alignment claims
` [PATCH 4/8] mm: Improve comment on page->mapping
` [PATCH 5/8] mm: Introduce _slub_counter_t
` [PATCH 6/8] mm: Store compound_dtor / compound_order as bytes
` [PATCH 7/8] mm: Document how to use struct page
` [PATCH 8/8] mm: Remove reference to PG_buddy
[PATCH 4.14 037/178] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
2017-12-18 15:47 UTC (2+ messages)
` [PATCH 4.14 038/178] x86/boot/compressed/64: Print error if 5-level paging is not supported
INFO: task hung in filemap_fault
2017-12-18 14:52 UTC (2+ messages)
[PATCH 0/9] remove some of unneeded kallsyms includes
2017-12-18 14:37 UTC (8+ messages)
` [PATCH 3/9] power: remove unneeded kallsyms include
` [PATCH 5/9] pnp: "
BUG: bad usercopy in memdup_user
2017-12-18 14:22 UTC (2+ messages)
[PATCH] mm: Reduce memory bloat with THP
2017-12-18 13:53 UTC (8+ messages)
[PATCH V4 00/45] block: support multipage bvec
2017-12-18 12:22 UTC (46+ messages)
` [PATCH V4 01/45] block: introduce bio helpers for converting to "
` [PATCH V4 02/45] block: conver to bio_first_bvec_all & bio_first_page_all
` [PATCH V4 03/45] fs: convert to bio_last_bvec_all()
` [PATCH V4 04/45] block: bounce: avoid direct access to bvec table
` [PATCH V4 05/45] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH V4 06/45] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH V4 07/45] bcache: comment on direct access to bvec table
` [PATCH V4 08/45] block: move bio_alloc_pages() to bcache
` [PATCH V4 09/45] btrfs: avoid access to .bi_vcnt directly
` [PATCH V4 10/45] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH V4 11/45] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH V4 12/45] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size
` [PATCH V4 14/45] block: blk-merge: remove unnecessary check
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*
` [PATCH V4 16/45] block: rename rq_for_each_segment as rq_for_each_page
` [PATCH V4 17/45] block: rename bio_segments() with bio_pages()
` [PATCH V4 18/45] block: introduce multipage page bvec helpers
` [PATCH V4 19/45] block: introduce bio_for_each_segment()
` [PATCH V4 20/45] block: use bio_for_each_segment() to compute segments count
` [PATCH V4 21/45] block: use bio_for_each_segment() to map sg
` [PATCH V4 22/45] block: introduce segment_last_page()
` [PATCH V4 23/45] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V4 24/45] btrfs: use segment_last_page to get bio's last page
` [PATCH V4 25/45] block: implement bio_pages_all() via bio_for_each_page_all()
` [PATCH V4 26/45] block: introduce bio_segments()
` [PATCH V4 27/45] block: introduce rq_for_each_segment()
` [PATCH V4 28/45] block: loop: pass segments to iov_iter
` [PATCH V4 29/45] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [PATCH V4 30/45] block: deal with dirtying pages for multipage bvec
` [PATCH V4 31/45] block: convert to bio_for_each_page_all2()
` [PATCH V4 32/45] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [PATCH V4 33/45] fs: conver to bio_for_each_page_all2
` [PATCH V4 34/45] btrfs: "
` [PATCH V4 35/45] ext4: "
` [PATCH V4 36/45] f2fs: "
` [PATCH V4 37/45] xfs: "
` [PATCH V4 38/45] exofs: "
` [PATCH V4 39/45] gfs2: "
` [PATCH V4 40/45] block: kill bio_for_each_page_all()
` [PATCH V4 41/45] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [PATCH V4 42/45] block: enable multipage bvecs
` [PATCH V4 43/45] block: bio: pass segments to bio if bio_add_page() is bypassed
` [PATCH V4 44/45] block: always define BIO_MAX_PAGES as 256
` [PATCH V4 45/45] block: document usage of bio iterator helpers
[PATCH] lockdep: Print number of locks held by running tasks
2017-12-18 12:19 UTC (2+ messages)
[patch V163 04/51] arch: Allow arch_dup_mmap() to fail
2017-12-18 11:43 UTC (19+ messages)
` [patch V163 05/51] x86/ldt: Rework locking
` [patch V163 06/51] x86/ldt: Prevent ldt inheritance on exec
` [patch V163 08/51] x86/doc: Remove obvious weirdness
` [patch V163 10/51] x86/uv: Use the right tlbflush API
` [patch V163 11/51] x86/microcode: Dont abuse the tlbflush interface
` [patch V163 12/51] x86/mm: Use __flush_tlb_one() for kernel memory
` [patch V163 13/51] x86/mm: Remove superfluous barriers
` [patch V163 14/51] x86/mm: Clarify which functions are supposed to flush what
` [patch V163 15/51] x86/mm: Move the CR3 construction functions to tlbflush.h
` [patch V163 16/51] x86/mm: Remove hard-coded ASID limit checks
` [patch V163 17/51] x86/mm: Put MMU to hardware ASID translation in one place
` [patch V163 18/51] x86/mm: Create asm/invpcid.h
` [patch V163 21/51] x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
` [patch V163 22/51] x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [patch V163 46/51] x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
` [patch V163 47/51] x86/mm/pti: Add Kconfig
` [patch V163 49/51] x86/mm/dump_pagetables: Check user space page table for WX pages
` [patch V163 50/51] x86/mm/dump_pagetables: Allow dumping current pagetables
[PATCH v3] mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed
2017-12-18 11:31 UTC
pkeys: Support setting access rights for signal handlers
2017-12-18 11:00 UTC (14+ messages)
[PATCH 0/3] x86/mm/encrypt: Simplify pgtable helpers
2017-12-18 10:16 UTC (2+ messages)
[PATCH] mm: thp: use down_read_trylock in khugepaged to avoid long block
2017-12-18 10:14 UTC (8+ messages)
[PATCHv6 0/4] x86: 5-level related changes into decompression code<Paste>
2017-12-18 10:10 UTC (2+ messages)
general protection fault in __list_del_entry_valid (2)
2017-12-18 9:55 UTC (3+ messages)
[PATCH v19 0/7] Virtio-balloon Enhancement
2017-12-18 8:05 UTC (24+ messages)
` [PATCH v19 3/7] xbitmap: add more operations
[PATCH -V3 -mm] mm, swap: Fix race between swapoff and some swap operations
2017-12-18 7:41 UTC (2+ messages)
drivers/gpu/drm/i915/gvt/handlers.c:2397:1: error: the frame size of 32120 bytes is larger than 8192 bytes
2017-12-18 2:37 UTC
revamp vmem_altmap / dev_pagemap handling V2
2017-12-17 18:53 UTC (18+ messages)
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map
` [PATCH 16/17] memremap: change devm_memremap_pages interface to use struct dev_pagemap
` [PATCH 17/17] memremap: merge find_dev_pagemap into get_dev_pagemap
BUG: bad usercopy in old_dev_ioctl
2017-12-17 16:45 UTC (2+ messages)
Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
2017-12-17 15:54 UTC (13+ messages)
BUG: unable to handle kernel NULL pointer dereference in page_mapping
2017-12-17 15:20 UTC
BUG: bad usercopy in ___sys_sendmsg
2017-12-16 23:31 UTC (2+ messages)
[PATCH] mm: thp: avoid uninitialized variable use
2017-12-16 22:25 UTC (4+ messages)
[patch V149 04/50] arch: Allow arch_dup_mmap() to fail
2017-12-16 21:24 UTC (19+ messages)
` [patch V149 05/50] x86/ldt: Rework locking
` [patch V149 06/50] x86/ldt: Prevent ldt inheritance on exec
` [patch V149 08/50] x86/doc: Remove obvious weirdness
` [patch V149 10/50] x86/uv: Use the right tlbflush API
` [patch V149 11/50] x86/microcode: Dont abuse the tlbflush interface
` [patch V149 12/50] x86/mm: Use __flush_tlb_one() for kernel memory
` [patch V149 13/50] x86/mm: Remove superfluous barriers
` [patch V149 14/50] x86/mm: Clarify which functions are supposed to flush what
` [patch V149 15/50] x86/mm: Move the CR3 construction functions to tlbflush.h
` [patch V149 16/50] x86/mm: Remove hard-coded ASID limit checks
` [patch V149 17/50] x86/mm: Put MMU to hardware ASID translation in one place
` [patch V149 18/50] x86/mm: Create asm/invpcid.h
` [patch V149 20/50] x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
` [patch V149 21/50] x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [patch V149 45/50] x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
` [patch V149 46/50] x86/mm/pti: Add Kconfig
` [patch V149 48/50] x86/mm/dump_pagetables: Check user space page table for WX pages
` [patch V149 49/50] x86/mm/dump_pagetables: Allow dumping current pagetables
[patch 1/2] mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
2017-12-16 14:45 UTC (10+ messages)
` [patch v2 "
[PATCH resend] mm/page_alloc: fix comment is __get_free_pages
2017-12-16 11:52 UTC (11+ messages)
[PATCH v5 00/78] XArray v5
2017-12-16 10:51 UTC (3+ messages)
` [PATCH v5 77/78] irqdomain: Convert to XArray
[PATCH v19 1/7] xbitmap: Introduce xbitmap
2017-12-16 10:10 UTC (4+ 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