linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/18] lib/stackdepot: fixes and clean-ups
 2023-01-31  8:53 UTC  (22+ messages)
` [PATCH 01/18] lib/stackdepot: fix setting next_slab_inited in init_stack_slab
` [PATCH 02/18] lib/stackdepot: put functions in logical order
` [PATCH 03/18] lib/stackdepot: use pr_fmt to define message format
` [PATCH 04/18] lib/stackdepot, mm: rename stack_depot_want_early_init
` [PATCH 05/18] lib/stackdepot: rename stack_depot_disable
` [PATCH 06/18] lib/stackdepot: annotate init and early init functions
` [PATCH 07/18] lib/stackdepot: lower the indentation in stack_depot_init
` [PATCH 08/18] lib/stackdepot: reorder and annotate global variables
` [PATCH 09/18] lib/stackdepot: rename hash table constants and variables
` [PATCH 10/18] lib/stackdepot: rename init_stack_slab
` [PATCH 11/18] lib/stackdepot: rename slab variables
` [PATCH 12/18] lib/stackdepot: rename handle and slab constants
` [PATCH 13/18] lib/stacktrace: drop impossible WARN_ON for depot_init_slab
` [PATCH 14/18] lib/stackdepot: annotate depot_init_slab and depot_alloc_stack
` [PATCH 15/18] lib/stacktrace, kasan, kmsan: rework extra_bits interface
` [PATCH 16/18] lib/stackdepot: annotate racy slab_index accesses
` [PATCH 17/18] lib/stackdepot: various comments clean-ups
` [PATCH 18/18] lib/stackdepot: move documentation comments to stackdepot.h

[PATCH v1] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
 2023-01-31  8:47 UTC  (2+ messages)

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-31  8:46 UTC  (14+ messages)
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-31  8:40 UTC  (12+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH v9 00/25] DEPT(Dependency Tracker)
 2023-01-31  8:39 UTC  (24+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen

[PATCH mm-unstable v4 0/3] mm, printk: introduce new format for page_type
 2023-01-31  8:38 UTC  (4+ messages)
` [PATCH mm-unstable v4 1/3] mmflags.h: use less error prone method to define pageflag_names

[PATCH] mm/mmap: Fix vma_merge() offset when expanding the next vma
 2023-01-31  8:35 UTC  (2+ messages)

[PATCH v9 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-31  8:32 UTC  (4+ messages)
` [PATCH v9 1/3] userfaultfd: Add UFFD WP Async support
` [PATCH v9 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v9 3/3] selftests: vm: add pagemap ioctl tests

[GIT PULL] iov_iter: Improve page extraction (pin or just list)
 2023-01-31  8:32 UTC  (10+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-01-31  8:32 UTC  (3+ messages)
` [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls

[PATCH 1/2] docs/admin-guide/mm: remove useless markup
 2023-01-31  8:10 UTC  (2+ messages)

[RFC PATCH 0/5] folio based filemap_map_pages()
 2023-01-31  7:48 UTC  (20+ messages)
` [RFC PATCH 1/5] mm: Enable fault around for shared file page fault
` [RFC PATCH 2/5] filemap: do file page mapping with folio granularity
` [RFC PATCH 3/5] rmap: add page_add_file_rmap_range()
` [RFC PATCH 4/5] mm: add do_set_pte_entry()
` [RFC PATCH 5/5] filemap: batched update mm counter,rmap when map file folio

[PATCH] mm/swapfile: add cond_resched() in get_swap_pages()
 2023-01-31  7:27 UTC  (3+ messages)
` [PATCH -next] mm/swapfile: remove pr_debug "

[PATCH] mm,page_alloc,cma: configurable CMA utilization
 2023-01-31  7:23 UTC  (2+ messages)

[linus:master] [maple_tree] 120b116208: INFO:task_blocked_for_more_than#seconds
 2023-01-31  7:18 UTC 

[PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
 2023-01-31  6:59 UTC  (59+ messages)
  ` add bvec initialization helpers
    ` [PATCH 01/23] block: factor out a bvec_set_page helper
    ` [PATCH 02/23] block: add a bvec_set_folio helper
    ` [PATCH 03/23] block: add a bvec_set_virt helper
    ` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
    ` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
    ` [PATCH 06/23] nvmet: "
    ` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
    ` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
    ` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
    ` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
    ` [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec
    ` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
    ` [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec
    ` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
    ` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
    ` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs
    ` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec

[PATCH] mm/gup: Add folio to list when folio_isolate_lru() succeed
 2023-01-31  6:32 UTC 

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-31  6:28 UTC  (11+ messages)

[linus:master] [mm] f1a7941243: unixbench.score -19.2% regression
 2023-01-31  6:11 UTC  (6+ messages)

[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-01-31  5:14 UTC  (16+ messages)
` [RFC PATCH 05/19] RMDA/siw: Convert to use vm_account
        `  "
` [RFC PATCH 09/19] io_uring: convert "
` [RFC PATCH 14/19] mm: Introduce a cgroup for pinned memory

[PATCH stable 4.14 0/1] Fix ext4 xfstests failure
 2023-01-31  4:38 UTC  (2+ messages)
` [PATCH stable 4.14 1/1] mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-31  1:54 UTC  (9+ messages)
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH mm-unstable v4 0/6] Convert various mempolicy.c functions to use folios
 2023-01-31  1:32 UTC  (9+ messages)
` [PATCH mm-unstable v4 1/6] mm: add folio_estimated_sharers()
` [PATCH mm-unstable v4 2/6] mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
` [PATCH mm-unstable v4 3/6] mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
` [PATCH mm-unstable v4 4/6] mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()
` [PATCH mm-unstable v4 5/6] mm/mempolicy: convert queue_pages_required() to queue_folio_required()
` [PATCH mm-unstable v4 6/6] mm/mempolicy: convert migrate_page_add() to migrate_folio_add()

kernel BUG in page_add_anon_rmap
 2023-01-31  1:16 UTC  (9+ messages)

[linux-next:master 7027/9183] ftrace-ops.c:undefined reference to `__udivdi3'
 2023-01-31  1:11 UTC 

[linux-next:master 4150/9183] drivers/gpu/drm/msm/msm_drv.h:238:45: error: field 'gpu_devfreq_config' has incomplete type
 2023-01-30 22:48 UTC 

[PATCH 0/2] Fixes for hugetlb mapcount at most 1 for shared PMDs
 2023-01-30 22:08 UTC  (7+ messages)
` [PATCH 1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps

[PATCH mm-unstable v2 0/4] Convert a couple migrate functions to use folios
 2023-01-30 21:43 UTC  (5+ messages)
` [PATCH mm-unstable v2 1/4] mm: Add folio_get_nontail_page()
` [PATCH mm-unstable v2 2/4] mm/migrate: Add folio_movable_ops()
` [PATCH mm-unstable v2 3/4] mm/migrate: Convert isolate_movable_page() to use folios
` [PATCH mm-unstable v2 4/4] mm/migrate: Convert putback_movable_pages() "

[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
 2023-01-30 21:14 UTC  (13+ messages)

[PATCH] mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty()
 2023-01-30 19:30 UTC  (7+ messages)

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-30 19:26 UTC  (3+ messages)
` [PATCH 6/9] selftests: use canonical ftrace path

[LSF/MM/BPF TOPIC] CXL Fabric Manager (FM) architecture
 2023-01-30 19:11 UTC 

[linux-next:master 7468/9183] drivers/gpu/host1x/dev.c:520:6: warning: variable 'syncpt_irq' is uninitialized when used here
 2023-01-30 19:01 UTC 

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2023-01-30 18:57 UTC  (7+ messages)
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE

[PATCH v2 13/13] mm/gup: move private gup FOLL_ flags to internal.h
 2023-01-30 18:24 UTC  (10+ messages)

[PATCH] mm: extend max struct page size for kmsan
 2023-01-30 18:20 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION ae0c77e1bc6963c67c6c09e8c72959fcb1ed8d5f
 2023-01-30 18:18 UTC 

[LSF/MM/BPF BoF] Session for CXL memory
 2023-01-30 18:08 UTC  (9+ messages)
        ` [External] "

EXT4 IOPS degradation between 4.14 and 5.10
 2023-01-30 17:45 UTC  (5+ messages)

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-30 17:03 UTC  (3+ messages)
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm

[PATCH 28/34] selftests: vm: Fix incorrect kernel headers search path
 2023-01-30 16:55 UTC 

[linux-next:master] [mm] f1a7941243: unixbench.score -5.1% regression
 2023-01-30 16:29 UTC  (5+ messages)

[QUERY]: Block region to mmap
 2023-01-30 15:24 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 0a49732f057b28a62652502dafc8e5810ce788ee
 2023-01-30 14:52 UTC 

[linux-next:master 7031/9183] kernel/trace/trace_events_synth.c:567 trace_event_raw_event_synth() warn: inconsistent indenting
 2023-01-30 13:53 UTC 

[PATCH 5.10 094/143] panic: Consolidate open-coded panic_on_warn checks
 2023-01-30 13:52 UTC 

[PATCH 5.15 138/204] panic: Consolidate open-coded panic_on_warn checks
 2023-01-30 13:51 UTC 

[PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
 2023-01-30  9:21 UTC 

page:  |  | latest

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