linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/1] mm: Fix memory leak on mm_init error handling
 2023-03-30 13:38 UTC 

[linux-next:master 7406/7844] sound/pci/ymfpci/ymfpci_main.c:2259:9: error: implicit declaration of function 'snd_ac97_suspend'; did you mean 'snd_ac97_reset'?
 2023-03-30 13:31 UTC  (2+ messages)

[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
 2023-03-30 13:28 UTC  (10+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-30 13:27 UTC  (17+ messages)
  ` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
  ` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
  ` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
    ` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-03-30 13:15 UTC  (3+ messages)
` [PATCH v8 2/2] "

[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
 2023-03-30 12:06 UTC  (4+ messages)

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-30 11:56 UTC  (7+ messages)
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter

[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-03-30 11:49 UTC  (15+ messages)
` [PATCHv9 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv9 02/14] mm: Add support for unaccepted memory
` [PATCHv9 03/14] mm/page_alloc: Fake "
` [PATCHv9 04/14] mm/page_alloc: Add sysfs handle to accept accept_memory
` [PATCHv9 05/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv9 06/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv9 07/14] efi/x86: Implement support for unaccepted memory
` [PATCHv9 08/14] x86/boot/compressed: Handle "
` [PATCHv9 09/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv9 10/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv9 11/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv9 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv9 13/14] x86/tdx: Refactor try_accept_one()
` [PATCHv9 14/14] x86/tdx: Add unaccepted memory support

[PATCH 15/17] [RFC] sched/eevdf: Sleeper bonus
 2023-03-30 11:02 UTC  (2+ messages)
  ` [PATCH 08/17] sched/fair: Implement an EEVDF like policy

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-30 10:44 UTC  (20+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 10:38 UTC  (43+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 02/19] drbd: "
` [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH 05/19] md: use __bio_add_page to add single page
` [PATCH 06/19] md: raid5-log: "
` [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH 11/19] gfs: use __bio_add_page for adding "
` [PATCH 12/19] zonefs: "
` [PATCH 13/19] zram: "
` [PATCH 14/19] floppy: "
` [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [PATCH 19/19] block: mark bio_add_page as __must_check

[PATCH v3 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-03-30  9:52 UTC  (4+ messages)

[PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-03-30  9:41 UTC  (5+ messages)

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-30  8:53 UTC  (30+ messages)
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-30  8:53 UTC  (7+ messages)

[RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
 2023-03-30  8:11 UTC  (12+ messages)

[PATCH 0/2] mm: ksm: support hwpoison for ksm page
 2023-03-30  7:45 UTC  (3+ messages)
` [PATCH 1/2] mm: memory-failure: Refactor add_to_kill()
` [PATCH 2/2] mm: ksm: Support hwpoison for ksm page

[PATCH v2 1/5] kasan: drop empty tagging-related defines
 2023-03-30  7:06 UTC  (7+ messages)
` [PATCH v2 2/5] kasan, arm64: rename tagging-related routines
` [PATCH v2 3/5] arm64: mte: Rename TCO routines
` [PATCH v2 4/5] kasan, arm64: add arch_suppress_tag_checks_start/stop
` [PATCH v2 5/5] kasan: suppress recursive reports for HW_TAGS

[RESEND PATCH] kmemleak-test: Optimize kmemleak_test.c build flow
 2023-03-30  6:09 UTC 

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-03-30  4:55 UTC  (3+ messages)

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-30  4:26 UTC  (15+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock

[PATCH v2] mm: Take a page reference when removing device exclusive entries
 2023-03-30  3:11 UTC  (4+ messages)

[PATCH] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-03-30  0:58 UTC  (5+ messages)

[PATCH] mm: Take a page reference when removing device exclusive entries
 2023-03-30  0:55 UTC  (5+ messages)

[PATCH] dma-buf/heaps: c9e8440eca61 staging: ion: Fix overflow and list bugs in system heap:
 2023-03-30  0:41 UTC  (5+ messages)

[PATCH v3 0/2] regmap: Add basic maple tree register cache
 2023-03-30  0:10 UTC  (3+ messages)
` [PATCH v3 1/2] regmap: Factor out single value register syncing
` [PATCH v3 2/2] regmap: Add maple tree based register cache

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-30  0:02 UTC  (6+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (3+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-29 23:53 UTC  (9+ messages)
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-29 23:50 UTC  (12+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-03-29 21:36 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a0c0d56fba87d456105a36590837689ce63bc1a2
 2023-03-29 21:14 UTC 

[PATCH] mm: Be less noisy during memory hotplug
 2023-03-29 20:46 UTC  (4+ messages)

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-29 19:41 UTC  (10+ messages)

[linux-next:master 2244/7607] drivers/net/wireless/legacy/wl3501_cs.c:258:2: warning: performing pointer arithmetic on a null pointer has undefined behavior
 2023-03-29 18:57 UTC 

[PATCH v3 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
 2023-03-29 17:50 UTC  (5+ messages)

[BUG] Usersapce MTE error with allocation tag 0 when low on memory
 2023-03-29 16:54 UTC  (3+ messages)

[PATCH v5 0/3] mm/khugepaged: fix khugepaged+shmem races
 2023-03-29 16:53 UTC  (10+ messages)
` [PATCH v5 3/3] mm/khugepaged: maintain page cache uptodate flag

[PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
 2023-03-29 16:11 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-29 16:04 UTC  (13+ messages)

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-29 15:55 UTC  (3+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER

[linux-next:master] BUILD REGRESSION 198925fae644b0099b66fac1d972721e6e563b17
 2023-03-29 15:21 UTC 

[PATCH v12 0/3] Memory poison recovery in khugepaged collapsing
 2023-03-29 15:11 UTC  (4+ messages)
` [PATCH v12 1/3] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v12 2/3] mm/hwpoison: introduce copy_mc_highpage
` [PATCH v12 3/3] mm/khugepaged: recover from poisoned file-backed memory

page:  |  | latest

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