linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-16 02:44:05 to 2020-10-16 16:20:26 UTC [more...]

[PATCH v3 00/18] Allow readpage to return a locked page
 2020-10-16 16:04 UTC  (15+ messages)
` [PATCH v3 01/18] cachefiles: Handle readpage error correctly
` [PATCH v3 02/18] swap: Call aops->readahead if appropriate
` [PATCH v3 03/18] fs: Add AOP_UPDATED_PAGE return value
` [PATCH v3 04/18] mm/filemap: Inline wait_on_page_read into its one caller
` [PATCH v3 05/18] 9p: Tell the VFS that readpage was synchronous
` [PATCH v3 06/18] afs: "
` [PATCH v3 07/18] ceph: "
` [PATCH v3 08/18] cifs: "
` [PATCH v3 09/18] cramfs: "
` [PATCH v3 12/18] ext4: Return error from ext4_readpage
` [PATCH v3 13/18] fuse: Tell the VFS that readpage was synchronous
` [PATCH v3 14/18] hostfs: "
` [PATCH v3 17/18] udf: "
` [PATCH v3 18/18] vboxsf: "

[PATCH 1/2] mm: mmap: fix fput in error path v2
 2020-10-16 16:13 UTC  (4+ messages)
` [PATCH 2/2] mm: introduce vma_set_file function v4

[PATCH RFC 0/8] kasan: hardware tag-based mode for production use on arm64
 2020-10-16 15:52 UTC  (13+ messages)
` [PATCH RFC 5/8] kasan: mark kasan_init_tags as __init
` [PATCH RFC 8/8] kasan: add and integrate kasan_mode boot param

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-16 15:38 UTC  (9+ messages)
  ` [External] "

[PATCH] mm: vmscan: avoid a unnecessary reschedule in shrink_slab()
 2020-10-16 14:33 UTC  (7+ messages)

Emails from kvack.org going into spam
 2020-10-16 15:17 UTC  (5+ messages)

[PATCH] mm/compaction: Remove some useless code in compact_zone()
 2020-10-16 15:05 UTC  (3+ messages)

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-16 15:05 UTC  (7+ messages)

[PATCH] mm: fix potential pte_unmap_unlock pte error
 2020-10-16 14:05 UTC  (7+ messages)

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-16 13:17 UTC  (46+ messages)
` [PATCH v1 02/29] virtio-mem: simplify calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
` [PATCH v1 09/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v1 11/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v1 12/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v1 13/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 16/29] virtio-mem: memory block states are specific to "
` [PATCH v1 17/29] virito-mem: subblock "
` [PATCH v1 18/29] virtio-mem: factor out calculation of the bit number within the sb_states bitmap
` [PATCH v1 19/29] virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)
` [PATCH v1 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v1 22/29] virtio-mem: memory block ids "
` [PATCH v1 23/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v1 24/29] virtio-mem: print debug messages from virtio_mem_send_*_request()
` [PATCH v1 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-16 12:55 UTC  (12+ messages)
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference

[PATCH 0/4] Some more lock_page work
 2020-10-16 12:27 UTC  (7+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[patch 021/156] mm/page_owner: change split_page_owner to take a count
 2020-10-16 11:14 UTC  (109+ messages)
` [patch 050/156] mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page
` [patch 051/156] mm,hwpoison: return 0 if the page is already poisoned in soft-offline
` [patch 052/156] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
` [patch 053/156] mm,hwpoison: double-check page count in __get_any_page()
` [patch 054/156] mm,hwpoison: try to narrow window race for free pages
` [patch 055/156] mm/page_poison.c: replace bool variable with static key
` [patch 056/156] mm/vmstat.c: use helper macro abs()
` [patch 057/156] mm/util.c: update the kerneldoc for kstrdup_const()
` [patch 058/156] mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert
` [patch 059/156] mm/memory_hotplug: inline __offline_pages() into offline_pages()
` [patch 060/156] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [patch 061/156] mm/memory_hotplug: simplify page offlining
` [patch 062/156] mm/page_alloc: simplify __offline_isolated_pages()
` [patch 063/156] mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()
` [patch 064/156] mm/page_isolation: simplify return value of start_isolate_page_range()
` [patch 065/156] mm/memory_hotplug: simplify page onlining
` [patch 066/156] mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()
` [patch 067/156] mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
` [patch 068/156] mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory
` [patch 069/156] kernel/resource: make release_mem_region_adjustable() never fail
` [patch 070/156] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [patch 071/156] mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
` [patch 072/156] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [patch 073/156] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [patch 074/156] virtio-mem: try to merge system ram resources
` [patch 075/156] xen/balloon: "
` [patch 076/156] hv_balloon: "
` [patch 077/156] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
` [patch 078/156] mm: don't panic when links can't be created in sysfs
` [patch 079/156] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [patch 080/156] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [patch 081/156] mm/page_alloc: move pages to tail in move_to_free_list()
` [patch 082/156] mm/page_alloc: place pages to tail in __free_pages_core()
` [patch 083/156] mm/memory_hotplug: update comment regarding zone shuffling
` [patch 084/156] zram: failing to decompress is WARN_ON worthy
` [patch 085/156] mm/slab.h: remove duplicate include
` [patch 086/156] mm/page_reporting.c: drop stale list head check in page_reporting_cycle
` [patch 087/156] mm/highmem.c: clean up endif comments
` [patch 088/156] mm: use self-explanatory macros rather than "2"
` [patch 089/156] mm: fix some broken comments
` [patch 090/156] mm: fix some comments formatting
` [patch 091/156] mm/workingset.c: fix some doc warnings
` [patch 092/156] mm: use helper function put_write_access()
` [patch 093/156] include/linux/mmzone.h: remove unused early_pfn_valid()
` [patch 094/156] mm: rename page_order() to buddy_order()
` [patch 095/156] fs: configfs: delete repeated words in comments
` [patch 096/156] kernel.h: split out min()/max() et al. helpers
` [patch 097/156] kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()
` [patch 098/156] kernel/: fix repeated words in comments
` [patch 099/156] kernel: acct.c: fix some kernel-doc nits
` [patch 100/156] get_maintainer: add test for file in VCS
` [patch 101/156] get_maintainer: exclude MAINTAINERS file(s) from --git-fallback
` [patch 102/156] MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org
` [patch 103/156] lib: bitmap: delete duplicated words
` [patch 104/156] lib: libcrc32c: "
` [patch 105/156] lib: decompress_bunzip2: "
` [patch 106/156] lib: dynamic_queue_limits: delete duplicated words + fix typo
` [patch 107/156] lib: earlycpio: delete duplicated words
` [patch 108/156] lib: radix-tree: "
` [patch 109/156] lib: syscall: "
` [patch 110/156] lib: test_sysctl: "
` [patch 111/156] lib/mpi/mpi-bit.c: fix spello of "functions"
` [patch 112/156] lib/idr.c: document calling context for IDA APIs mustn't use locks
` [patch 113/156] lib/idr.c: document that ida_simple_{get,remove}() are deprecated
` [patch 114/156] lib/scatterlist.c: avoid a double memset
` [patch 115/156] lib/percpu_counter.c: use helper macro abs()
` [patch 116/156] include/linux/list.h: add a macro to test if entry is pointing to the head
` [patch 117/156] lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()
` [patch 118/156] lib/crc32.c: fix trivial typo in preprocessor condition
` [patch 119/156] bitops: simplify get_count_order_long()
` [patch 120/156] bitops: use the same mechanism for get_count_order[_long]
` [patch 121/156] checkpatch: add --kconfig-prefix
` [patch 122/156] checkpatch: move repeated word test
` [patch 123/156] checkpatch: add test for comma use that should be semicolon
` [patch 124/156] const_structs.checkpatch: add phy_ops
` [patch 125/156] checkpatch: warn if trace_printk and friends are called
` [patch 126/156] const_structs.checkpatch: add pinctrl_ops and pinmux_ops
` [patch 127/156] checkpatch: warn on self-assignments
` [patch 128/156] checkpatch: allow not using -f with files that are in git
` [patch 129/156] checkpatch: extend author Signed-off-by check for split From: header
` [patch 130/156] checkpatch: emit a warning on embedded filenames
` [patch 131/156] checkpatch: fix multi-statement macro checks for while blocks
` [patch 132/156] checkpatch: fix false positive on empty block comment lines
` [patch 133/156] checkpatch: add new warnings to author signoff checks
` [patch 134/156] fs/binfmt_elf: use PT_LOAD p_align values for suitable start address
` [patch 135/156] tools/testing/selftests: add self-test for verifying load alignment
` [patch 136/156] binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU
` [patch 137/156] coredump: let dump_emit() bail out on short writes
` [patch 138/156] coredump: refactor page range dumping into common helper
` [patch 139/156] coredump: rework elf/elf_fdpic vma_dump_size() "
` [patch 140/156] binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
` [patch 141/156] mm/gup: take mmap_lock in get_dump_page()
` [patch 142/156] mm: remove the now-unnecessary mmget_still_valid() hack
` [patch 143/156] ramfs: fix nommu mmap with gaps in the page cache
` [patch 144/156] autofs: harden ioctl table
` [patch 145/156] nilfs2: fix some kernel-doc warnings for nilfs2
` [patch 146/156] rapidio: fix error handling path
` [patch 147/156] rapidio: fix the missed put_device() for rio_mport_add_riodev
` [patch 148/156] panic: dump registers on panic_on_warn
` [patch 149/156] kernel/relay.c: drop unneeded initialization
` [patch 150/156] scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts command
` [patch 151/156] scripts/gdb/tasks: add headers and improve spacing format
` [patch 152/156] sched.h: drop in_ubsan field when UBSAN is in trap mode
` [patch 153/156] ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
` [patch 154/156] ROMFS: support inode blocks calculation
` [patch 155/156] lib, include/linux: add usercopy failure capability
` [patch 156/156] lib, uaccess: add failure injection to usercopy functions

[linux-next:pending-fixes] BUILD SUCCESS 4054eebdfdd6659984837d69af89cd829bea94fa
 2020-10-16 10:50 UTC 

[PATCH] mm: fix page_owner initializing issue for arm32
 2020-10-16 10:41 UTC  (2+ messages)

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-16  8:03 UTC  (8+ messages)
` [PATCH v2 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v2 03/17] misc/habana: "
` [PATCH v2 05/17] mm/frame-vector: Use FOLL_LONGTERM

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-16  6:35 UTC  (7+ messages)
` [PATCH v2 16/16] iomap: Make readpage synchronous

[RFC PATCH 0/3] hugetlbfs: introduce hinode_rwsem for pmd sharing synchronization
 2020-10-16  3:59 UTC  (4+ messages)
` [RFC PATCH 2/3] "

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-10-16  3:27 UTC  (5+ messages)
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range

incoming
 2020-10-16  3:03 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).