messages from 2020-05-18 01:22:11 to 2020-05-19 14:03:02 UTC [more...]
[PATCH v12 00/16] Introduce Data Access MONitor (DAMON)
2020-05-19 14:02 UTC (18+ messages)
` [PATCH v12 01/16] scripts/spelling: Add a few more typos
` [PATCH v12 02/16] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v12 03/16] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v12 04/16] mm/damon: Implement region based sampling
` [PATCH v12 05/16] mm/damon: Adaptively adjust regions
` [PATCH v12 06/16] mm/damon: Split regions into 3 subregions if necessary
` [PATCH v12 07/16] mm/damon: Apply dynamic memory mapping changes
` [PATCH v12 08/16] mm/damon: Implement callbacks
` [PATCH v12 09/16] mm/damon: Implement access pattern recording
` [PATCH v12 10/16] mm/damon: Add debugfs interface
` [PATCH v12 11/16] mm/damon: Add tracepoints
` [PATCH v12 12/16] tools: Add a minimal user-space tool for DAMON
` [PATCH v12 13/16] Documentation/admin-guide/mm: Add a document "
` [PATCH v12 14/16] mm/damon: Add kunit tests
` [PATCH v12 15/16] mm/damon: Add user space selftests
` [PATCH v12 16/16] MAINTAINERS: Update for DAMON
clean up and streamline probe_kernel_* and friends v3
2020-05-19 13:44 UTC (21+ messages)
` [PATCH 01/20] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/20] maccess: remove various unused weak aliases
` [PATCH 03/20] maccess: remove duplicate kerneldoc comments
` [PATCH 04/20] maccess: clarify "
` [PATCH 05/20] maccess: update the top of file comment
` [PATCH 06/20] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/20] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/20] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/20] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/20] maccess: unify the probe kernel arch hooks
` [PATCH 11/20] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/20] maccess: remove strncpy_from_unsafe
` [PATCH 13/20] maccess: always use strict semantics for probe_kernel_read
` [PATCH 14/20] maccess: move user access routines together
` [PATCH 15/20] maccess: allow architectures to provide kernel probing directly
` [PATCH 16/20] x86: use non-set_fs based maccess routines
` [PATCH 17/20] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 18/20] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 19/20] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 20/20] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails
[PATCH v5 00/10] Add a new mmap locking API wrapping mmap_sem calls
2020-05-19 13:20 UTC (40+ messages)
` [PATCH v5 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v5 02/10] MMU notifier: use the new mmap locking API
` [PATCH v5 03/10] DMA reservations: "
` [PATCH v5 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH v5 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH v5 06/10] mmap locking API: convert nested write lock sites
` [PATCH v5 07/10] mmap locking API: add mmap_read_trylock_non_owner()
` [PATCH v5 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v5 10/10] mmap locking API: rename mmap_sem to mmap_lock
` [PATCH v5.5 09/10] mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
` [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
[PATCH v4 2/4] kasan: record and print the free track
2020-05-19 13:00 UTC (2+ messages)
[PATCH v2] /dev/mem: Revoke mappings when a driver claims the region
2020-05-19 12:11 UTC (2+ messages)
[hnaz-linux-mm:master 476/523] arch/powerpc/xmon/xmon.c:3138:16: warning: variable 'pgdir' set but not used
2020-05-19 11:56 UTC
drivers/clk/clk-stm32f4.c:871:6: note: in expansion of macro 'GENMASK_ULL'
2020-05-19 11:50 UTC
[PATCH v4 1/4] MIPS: Do not flush tlb page when updating PTE entry
2020-05-19 10:03 UTC (4+ messages)
` [PATCH v4 2/4] mm/memory.c: Update local TLB if PTE entry exists
` [PATCH v4 3/4] mm/memory.c: Add memory read privilege on page fault handling
` [PATCH v4 4/4] MIPS: mm: add page valid judgement in function pte_modify
[PATCH] mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations
2020-05-19 9:58 UTC
[hnaz-linux-mm:master 156/523] include/linux/string.h:307:9: note: in expansion of macro '__underlying_strncpy'
2020-05-19 9:23 UTC
mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
2020-05-19 8:45 UTC (6+ messages)
[hnaz-linux-mm:master 380/523] arch/riscv/kernel/kgdb.c:47:5: warning: no previous prototype for 'decode_register_index'
2020-05-19 8:44 UTC
[hnaz-linux-mm:master 177/523] arch/arc/mm/init.c:80:6: warning: no previous prototype for 'arch_has_descending_max_zone_pfns'
2020-05-19 8:32 UTC
[PATCH] MAINTAINERS: update email address for Naoya Horiguchi
2020-05-19 7:48 UTC
[PATCH] mm: use only pidfd for process_madvise syscall
2020-05-19 7:45 UTC (6+ messages)
clean up and streamline probe_kernel_* and friends v2
2020-05-19 5:50 UTC (8+ messages)
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly
drivers/clk/socfpga/clk-gate.c:100:10: note: in expansion of macro 'GENMASK'
2020-05-19 3:51 UTC
[PATCH v3 1/3] MIPS: Do not flush tlb page when updating PTE entry
2020-05-19 3:34 UTC (6+ messages)
` [PATCH v3 2/3] mm/memory.c: Update local TLB if PTE entry exists
` [PATCH v3 3/3] mm/memory.c: Add memory read privilege before filling PTE entry
[PATCH v2 0/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
2020-05-19 3:15 UTC (5+ messages)
` [PATCH v2 1/3] mm/memory-failure: Add memory_failure_queue_kick()
Maintainers / Kernel Summit 2020 planning kick-off
2020-05-19 2:42 UTC (2+ messages)
[PATCH v4 4/4] kasan: update documentation for generic kasan
2020-05-19 2:26 UTC
[PATCH v4 3/4] kasan: add tests for call_rcu stack recording
2020-05-19 2:26 UTC
[PATCH v4 1/4] rcu/kasan: record and print call_rcu() call stack
2020-05-19 2:23 UTC
[PATCH v4 0/4] kasan: memorize and print call_rcu stack
2020-05-19 2:23 UTC
[RFC linux-next PATCH] mm: khugepaged: remove error message when checking external pins
2020-05-19 2:04 UTC (3+ messages)
[PATCH] swap: Add percpu cluster_next to reduce lock contention on swap cache
2020-05-19 1:39 UTC (6+ messages)
[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
2020-05-19 1:35 UTC (18+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description
[PATCH mm v3 0/3] memcg: Slow down swap allocation as the available space gets depleted
2020-05-19 1:10 UTC (7+ messages)
` [PATCH mm v3 3/3] mm: automatically penalize tasks with high swap use
[Bug 206569] BUG at mm/filemap.c:2529: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset)
2020-05-19 0:52 UTC (8+ messages)
kernel BUG at mm/hugetlb.c:LINE!
2020-05-19 0:35 UTC (9+ messages)
[PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-19 0:21 UTC (5+ messages)
` [PATCH 1/4] mm/gup: move __get_user_pages_fast() down a few lines in gup.c
` [PATCH 2/4] mm/gup: refactor and de-duplicate gup_fast() code
` [PATCH 3/4] mm/gup: introduce pin_user_pages_fast_only()
` [PATCH 4/4] drm/i915: convert get_user_pages() --> pin_user_pages()
incoming
2020-05-18 23:15 UTC (4+ messages)
` mmotm 2020-05-15-16-29 uploaded
[PATCH v3 0/3] make vm_committed_as_batch aware of vm overcommit policy
2020-05-18 22:38 UTC (3+ messages)
` [PATCH v3 3/3] mm: adjust vm_committed_as_batch according to "
[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
2020-05-18 22:18 UTC (5+ messages)
` [PATCH v3 2/7] mm/vmalloc: Track which page-table levels were modified
[PATCH v2 3/4] mm/slub: Fix another circular locking dependency in slab_attr_store()
2020-05-18 22:05 UTC (2+ messages)
[PATCH 00/21] mm: rework free_area_init*() funcitons
2020-05-18 21:38 UTC (4+ messages)
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
[RFC] mm/gup.c: Use gup_flags as parameter instead of passing write flag
2020-05-18 21:22 UTC (6+ messages)
[RFC V2] mm/vmstat: Add events for PMD based THP migration without split
2020-05-18 20:10 UTC (2+ messages)
sort out the flush_icache_range mess v2
2020-05-18 18:20 UTC (5+ messages)
` [PATCH 10/29] c6x: use asm-generic/cacheflush.h
` [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k
[PATCH v5] mm: Proactive compaction
2020-05-18 18:14 UTC
Estimating total memory usage in any Linux system
2020-05-18 17:57 UTC
[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
2020-05-18 17:20 UTC (5+ messages)
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support
[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
2020-05-18 17:13 UTC (25+ messages)
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation
[PATCH 0/2] selftests/vm: minor fixes for 5.7-rc5
2020-05-18 16:32 UTC (4+ messages)
` [PATCH 1/2] selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
fuse: trying to steal weird page
2020-05-18 15:26 UTC (9+ messages)
` [fuse-devel] "
[PATCH] mm, compaction: Indicate when compaction is manually triggered by sysctl
2020-05-18 13:50 UTC (11+ messages)
[PATCH v3 2/4] kasan: record and print the free track
2020-05-18 13:10 UTC (4+ messages)
[linux-next:master 9231/9662] arch/s390/include/asm/pgtable.h:1279:21: sparse: sparse: context imbalance in 'debug_vm_pgtable' - unexpected unlock
2020-05-18 13:03 UTC
[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
2020-05-18 12:29 UTC (9+ messages)
` [RFC PATCH v3 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [RFC PATCH v3 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64
BUG: Bad rss-counter state (4)
2020-05-18 12:28 UTC (2+ messages)
[PATCH v3 1/4] rcu/kasan: record and print call_rcu() call stack
2020-05-18 11:34 UTC (3+ messages)
[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
2020-05-18 11:18 UTC (3+ messages)
` [PATCH 01/19] mm: fix NUMA node file count error in replace_page_cache()
[linux-next:pending-fixes] BUILD SUCCESS f7a4ee5329e2ea5cbbe17eaa8fff8d4e29b9bd7f
2020-05-18 10:35 UTC
[PATCH] mm: Simplify calling a compound page destructor
2020-05-18 10:06 UTC (4+ messages)
[PATCH] mm/page_alloc: Restrict and formalize compound_page_dtors[]
2020-05-18 10:05 UTC (2+ messages)
[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
2020-05-18 9:13 UTC (11+ messages)
` [PATCH v2] "
[PATCH v6] hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
2020-05-18 6:53 UTC
[PATCH v3 4/4] kasan: update documentation for generic kasan
2020-05-18 6:31 UTC
[PATCH v3 3/4] kasan: add tests for call_rcu stack recording
2020-05-18 6:30 UTC
[PATCH v3 0/4] kasan: memorize and print call_rcu stack
2020-05-18 6:24 UTC
[PATCH v5] hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
2020-05-18 6:23 UTC
Welcome to BV Uniform
2020-05-18 4:19 UTC
[PATCH v5] hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
2020-05-18 4:16 UTC (2+ messages)
mm/memory.c: Add update local tlb for smp race
2020-05-18 3:33 UTC (4+ messages)
[PATCH v3] mm: Add kvfree_sensitive() for freeing sensitive data objects
2020-05-18 2:39 UTC (5+ messages)
[PATCH 00/11] clean-up the migration target allocation functions
2020-05-18 1:20 UTC (6+ messages)
` [PATCH 07/11] mm/migrate: change the interface of the migration target alloc/free functions
` [PATCH 08/11] mm/migrate: make standard migration target allocation functions
` [PATCH 09/11] mm/gup: use standard migration target allocation function
` [PATCH 10/11] mm/mempolicy: "
` [PATCH 11/11] mm/page_alloc: use standard migration target allocation function directly
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;
as well as URLs for NNTP newsgroup(s).