linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 15:40:22 to 2021-05-08 03:29:51 UTC [more...]

incoming
 2021-05-08  3:29 UTC  (98+ messages)
` [patch 01/91] alpha: eliminate old-style function definitions
` [patch 02/91] alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>
` [patch 03/91] fs/proc/generic.c: fix incorrect pde_is_permanent check
` [patch 04/91] proc: save LOC in __xlate_proc_name()
` [patch 05/91] proc: mandate ->proc_lseek in "struct proc_ops"
` [patch 06/91] proc: delete redundant subset=pid check
` [patch 07/91] selftests: proc: test subset=pid
` [patch 08/91] proc/sysctl: fix function name error in comments
` [patch 09/91] include: remove pagemap.h from blkdev.h
` [patch 10/91] kernel.h: drop inclusion in bitmap.h
` [patch 11/91] linux/profile.h: remove unnecessary declaration
` [patch 12/91] kernel/async.c: fix pr_debug statement
` [patch 13/91] kernel/cred.c: make init_groups static
` [patch 14/91] tools: disable -Wno-type-limits
` [patch 15/91] tools: bitmap: sync function declarations with the kernel
` [patch 16/91] tools: sync BITMAP_LAST_WORD_MASK() macro "
` [patch 17/91] arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300
` [patch 18/91] lib: extend the scope of small_const_nbits() macro
` [patch 19/91] tools: sync small_const_nbits() macro with the kernel
` [patch 20/91] lib: inline _find_next_bit() wrappers
` [patch 21/91] tools: sync find_next_bit implementation
` [patch 22/91] lib: add fast path for find_next_*_bit()
` [patch 23/91] lib: add fast path for find_first_*_bit() and find_last_bit()
` [patch 24/91] tools: sync lib/find_bit implementation
` [patch 25/91] MAINTAINERS: add entry for the bitmap API
` [patch 26/91] lib/bch.c: fix a typo in the file bch.c
` [patch 27/91] lib: fix inconsistent indenting in process_bit1()
` [patch 28/91] lib/list_sort.c: fix typo in function description
` [patch 29/91] lib/genalloc.c: fix a typo
` [patch 30/91] lib: crc8: pointer to data block should be const
` [patch 31/91] lib: stackdepot: turn depot_lock spinlock to raw_spinlock
` [patch 32/91] lib/percpu_counter: tame kernel-doc compile warning
` [patch 33/91] lib/genalloc: add parameter description to fix doc "
` [patch 34/91] lib: parser: clean up kernel-doc
` [patch 35/91] include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFINEx()
` [patch 36/91] checkpatch: warn when missing newline in return sysfs_emit() formats
` [patch 37/91] checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE
` [patch 38/91] checkpatch: improve ALLOC_ARRAY_ARGS test
` [patch 39/91] kselftest: introduce new epoll test case
` [patch 40/91] fs/epoll: restore waking from ep_done_scan()
` [patch 41/91] isofs: fix fall-through warnings for Clang
` [patch 42/91] fs/nilfs2: fix misspellings using codespell tool
` [patch 43/91] nilfs2: fix typos in comments
` [patch 44/91] hpfs: replace one-element array with flexible-array member
` [patch 45/91] do_wait: make PIDTYPE_PID case O(1) instead of O(n)
` [patch 46/91] kernel/fork.c: simplify copy_mm()
` [patch 47/91] kernel/fork.c: fix typos
` [patch 48/91] kernel/crash_core: add crashkernel=auto for vmcore creation
` [patch 49/91] kexec: add kexec reboot string
` [patch 50/91] kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
` [patch 51/91] kexec: dump kmessage before machine_kexec
` [patch 52/91] gcov: combine common code
` [patch 53/91] gcov: simplify buffer allocation
` [patch 54/91] gcov: use kvmalloc()
` [patch 55/91] gcov: clang: drop support for clang-10 and older
` [patch 56/91] smp: kernel/panic.c - silence warnings
` [patch 57/91] delayacct: clear right task's flag after blkio completes
` [patch 58/91] gdb: lx-symbols: store the abspath()
` [patch 59/91] scripts/gdb: document lx_current is only supported by x86
` [patch 60/91] scripts/gdb: add lx_current support for arm64
` [patch 61/91] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
` [patch 62/91] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [patch 63/91] kernel/resource: remove first_lvl / siblings_only logic
` [patch 64/91] kernel/resource: allow region_intersects users to hold resource_lock
` [patch 65/91] kernel/resource: refactor __request_region to allow external locking
` [patch 66/91] kernel/resource: fix locking in request_free_mem_region
` [patch 67/91] selftests: remove duplicate include
` [patch 68/91] kernel/async.c: stop guarding pr_debug() statements
` [patch 69/91] kernel/async.c: remove async_unregister_domain()
` [patch 70/91] init/initramfs.c: do unpacking asynchronously
` [patch 71/91] modules: add CONFIG_MODPROBE_PATH
` [patch 72/91] ipc/sem.c: mundane typo fixes
` [patch 73/91] mm: fix some typos and code style problems
` [patch 74/91] drivers/char: remove /dev/kmem for good
` [patch 75/91] mm: remove xlate_dev_kmem_ptr()
` [patch 76/91] mm/vmalloc: remove vwrite()
` [patch 77/91] arm: print alloc free paths for address in registers
` [patch 78/91] scripts/spelling.txt: add "overlfow"
` [patch 79/91] scripts/spelling.txt: add "diabled" typo
` [patch 80/91] scripts/spelling.txt: add "overflw"
` [patch 81/91] mm/slab.c: fix spelling mistake "disired" -> "desired"
` [patch 82/91] include/linux/pgtable.h: few spelling fixes
` [patch 83/91] kernel/umh.c: fix some spelling mistakes
` [patch 84/91] kernel/user_namespace.c: fix typos
` [patch 85/91] kernel/up.c: fix typo
` [patch 86/91] kernel/sys.c: "
` [patch 87/91] fs: fat: fix spelling typo of values
` [patch 88/91] ipc/sem.c: spelling fix
` [patch 89/91] treewide: remove editor modelines and cruft
` [patch 90/91] mm: fix typos in comments
` [patch 91/91] "

[PATCH v3 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-08  2:38 UTC  (7+ messages)

[PATCH] mm/page-writeback: Fix performance when BDI's share of ratio is 0
 2021-05-08  2:31 UTC  (3+ messages)

[PATCH v2 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-08  1:12 UTC  (5+ messages)
` [PATCH v2 1/3] mm/gup_benchmark: Support threading
` [PATCH v2 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH v2 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-07 23:57 UTC  (11+ messages)

resv_huge_page underflow with userfaultfd test
 2021-05-07 21:21 UTC 

[linux-next:master] BUILD REGRESSION 869a85b925fc844482787930b30c26d08c642672
 2021-05-07 21:07 UTC 

Looking for side kernel work
 2021-05-07 19:16 UTC  (2+ messages)

[PATCH v4 0/3] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-07 18:45 UTC  (8+ messages)
` [PATCH v4 2/3] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches
` [PATCH v4 3/3] mm: memcg/slab: Disable cache merging for KMALLOC_NORMAL caches

[clocksource] 8e614d5b58: WARNING:at_kernel/time/clocksource-wdtest.c:#wdtest_func.cold
 2021-05-07 17:12 UTC  (3+ messages)

[PATCH RFC 0/9] PKS write protected page tables
 2021-05-07 16:27 UTC  (7+ messages)
` [PATCH RFC 5/9] x86, mm: Use cache of "

[PATCH 0/6] mm/uffd: Misc fix for uffd-wp and one more test
 2021-05-07 16:05 UTC  (2+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-07 15:53 UTC  (3+ messages)

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-05-07 15:01 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-07 14:34 UTC  (13+ messages)
` [PATCH 1/3] mm/gup_benchmark: Support threading
` [PATCH 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[RFC PATCH 0/7] Memory hotplug/hotremove at subsection size
 2021-05-07 14:00 UTC  (17+ messages)
` [RFC PATCH 1/7] mm: sparse: set/clear subsection bitmap when pages are onlined/offlined

[PATCH v2] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-07 13:42 UTC  (3+ messages)

Migrate (from, to) or (to, from)?
 2021-05-07 13:31 UTC 

arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())
 2021-05-07 12:34 UTC  (15+ messages)

[PATCH v5] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-07 11:48 UTC  (3+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-07 11:31 UTC  (12+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f2b8e46e5bad2b18fa310e0d44223331d4a82dee
 2021-05-07 10:57 UTC 

[PATCH] mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array
 2021-05-07 10:26 UTC  (2+ messages)

[PATCH v4 0/2] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-07  9:38 UTC  (3+ messages)
` [PATCH v4 2/2] mm,hwpoison: send SIGBUS when the page has already been poisoned

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-05-07  7:14 UTC  (9+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-05-07  6:14 UTC  (5+ messages)

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-05-07  5:45 UTC  (9+ messages)
      ` [External] "

arch/openrisc/mm/init.c:125:10: warning: Uninitialized variable: region [uninitvar]
 2021-05-07  5:45 UTC 

[PATCH] mm: append __GFP_COMP flag for trace_malloc
 2021-05-07  5:41 UTC  (10+ messages)

[PATCH] mm: hugetlb: fix a race between memory-failure/soft_offline and gather_surplus_pages
 2021-05-07  4:17 UTC  (7+ messages)
` [PATCH] mm,hwpoison: fix race with compound page allocation
      ` [PATCH v2] "

[PATCH] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-07  2:59 UTC  (5+ messages)

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-05-07  1:46 UTC  (6+ messages)

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-06 23:59 UTC  (3+ messages)
  ` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-06 23:31 UTC  (9+ messages)
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
  ` extending ucontext (Re: [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack)

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-05-06 21:27 UTC  (3+ messages)

[PATCH v6 00/10] userfaultfd: add minor fault handling for shmem
 2021-05-06 21:12 UTC  (3+ messages)
` [PATCH v6 06/10] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-05-06 18:36 UTC  (5+ messages)
` [PATCH v1 06/11] mm/sparse-vmemmap: refactor vmemmap_populate_basepages()

drivers/media/dvb-frontends/nxt200x.c:1087:12: warning: stack frame size of 17760 bytes in function 'nxt200x_init'
 2021-05-06 16:45 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 23c498428c14e509d23d4b3922bf0c879ff16f54
 2021-05-06 16:06 UTC 


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).