All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-05 00:41:42 to 2021-05-05 01:39:41 UTC [more...]

incoming
 2021-05-05  1:39 UTC  (125+ messages)
` [patch 001/143] mm: introduce and use mapping_empty()
` [patch 002/143] mm: stop accounting shadow entries
` [patch 003/143] dax: account DAX entries as nrpages
` [patch 004/143] mm: remove nrexceptional from inode
` [patch 005/143] mm: remove nrexceptional from inode: remove BUG_ON
` [patch 006/143] hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
` [patch 007/143] hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled
` [patch 008/143] mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h
` [patch 009/143] hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp
` [patch 010/143] mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()
` [patch 011/143] mm: generalize HUGETLB_PAGE_SIZE_VARIABLE
` [patch 012/143] mm/hugetlb: use some helper functions to cleanup code
` [patch 013/143] mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()
` [patch 014/143] mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()
` [patch 015/143] mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()
` [patch 016/143] mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case
` [patch 017/143] khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_thps()
` [patch 018/143] khugepaged: reuse the smp_wmb() inside __SetPageUptodate()
` [patch 019/143] khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()
` [patch 020/143] khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()
` [patch 021/143] mm/huge_memory.c: remove unnecessary local variable ret2
` [patch 022/143] mm/huge_memory.c: rework the function vma_adjust_trans_huge()
` [patch 023/143] mm/huge_memory.c: make get_huge_zero_page() return bool
` [patch 024/143] mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly
` [patch 025/143] mm/huge_memory.c: remove redundant PageCompound() check
` [patch 026/143] mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
` [patch 027/143] mm/huge_memory.c: use helper function migration_entry_to_page()
` [patch 028/143] mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variable
` [patch 029/143] khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()
` [patch 030/143] khugepaged: remove unnecessary out label in collapse_huge_page()
` [patch 031/143] khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()
` [patch 032/143] mm: huge_memory: a new debugfs interface for splitting THP tests
` [patch 033/143] mm: huge_memory: debugfs for file-backed THP split
` [patch 034/143] mm/hugeltb: remove redundant VM_BUG_ON() in region_add()
` [patch 035/143] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [patch 036/143] mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()
` [patch 037/143] mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()
` [patch 038/143] mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()
` [patch 039/143] mm/cma: change cma mutex to irq safe spinlock
` [patch 040/143] hugetlb: no need to drop hugetlb_lock to call cma_release
` [patch 041/143] hugetlb: add per-hstate mutex to synchronize user adjustments
` [patch 042/143] hugetlb: create remove_hugetlb_page() to separate functionality
` [patch 043/143] hugetlb: call update_and_free_page without hugetlb_lock
` [patch 044/143] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [patch 045/143] hugetlb: make free_huge_page irq safe
` [patch 046/143] hugetlb: add lockdep_assert_held() calls for hugetlb_lock
` [patch 047/143] mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_range
` [patch 048/143] mm,compaction: let isolate_migratepages_{range,block} return error codes
` [patch 049/143] mm,hugetlb: drop clearing of flag from prep_new_huge_page
` [patch 050/143] mm,hugetlb: split prep_new_huge_page functionality
` [patch 051/143] mm: make alloc_contig_range handle free hugetlb pages
` [patch 052/143] mm: make alloc_contig_range handle in-use "
` [patch 053/143] mm,page_alloc: drop unnecessary checks from pfn_range_valid_contig
` [patch 054/143] userfaultfd: add minor fault registration mode
` [patch 055/143] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [patch 056/143] userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
` [patch 057/143] userfaultfd: add UFFDIO_CONTINUE ioctl
` [patch 058/143] userfaultfd: update documentation to describe minor fault handling
` [patch 059/143] userfaultfd/selftests: add test exercising "
` [patch 060/143] mm/vmscan: move RECLAIM* bits to uapi header
` [patch 061/143] mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
` [patch 062/143] mm: vmscan: use nid from shrink_control for tracepoint
` [patch 063/143] mm: vmscan: consolidate shrinker_maps handling code
` [patch 064/143] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [patch 065/143] mm: vmscan: remove memcg_shrinker_map_size
` [patch 066/143] mm: vmscan: use kvfree_rcu instead of call_rcu
` [patch 067/143] mm: memcontrol: rename shrinker_map to shrinker_info
` [patch 068/143] mm: vmscan: add shrinker_info_protected() helper
` [patch 069/143] mm: vmscan: use a new flag to indicate shrinker is registered
` [patch 070/143] mm: vmscan: add per memcg shrinker nr_deferred
` [patch 071/143] mm: vmscan: use per memcg nr_deferred of shrinker
` [patch 072/143] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [patch 073/143] mm: memcontrol: reparent nr_deferred when memcg offline
` [patch 074/143] mm: vmscan: shrink deferred objects proportional to priority
` [patch 075/143] mm/compaction: remove unused variable sysctl_compact_memory
` [patch 076/143] mm: compaction: update the COMPACT[STALL|FAIL] events properly
` [patch 077/143] mm: disable LRU pagevec during the migration temporarily
` [patch 078/143] mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
` [patch 079/143] mm: fs: invalidate BH LRU during page migration
` [patch 080/143] mm/migrate.c: make putback_movable_page() static
` [patch 081/143] mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case
` [patch 082/143] mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()
` [patch 083/143] mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole()
` [patch 084/143] Revert "mm: migrate: skip shared exec THP for NUMA balancing"
` [patch 085/143] mm: vmstat: add cma statistics
` [patch 086/143] mm: cma: use pr_err_ratelimited for CMA warning
` [patch 087/143] mm: cma: add trace events for CMA alloc perf testing
` [patch 088/143] mm: cma: support sysfs
` [patch 089/143] mm: cma: add the CMA instance name to cma trace events
` [patch 090/143] mm: use proper type for cma_[alloc|release]
` [patch 091/143] ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()
` [patch 092/143] ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()
` [patch 093/143] ksm: remove dedicated macro KSM_FLAG_MASK
` [patch 094/143] ksm: fix potential missing rmap_item for stable_node
` [patch 095/143] mm/ksm: remove unused parameter from remove_trailing_rmap_items()
` [patch 096/143] mm: restore node stat checking in /proc/sys/vm/stat_refresh
` [patch 097/143] mm: no more EINVAL from /proc/sys/vm/stat_refresh
` [patch 098/143] mm: /proc/sys/vm/stat_refresh skip checking known negative stats
` [patch 099/143] mm: /proc/sys/vm/stat_refresh stop checking monotonic numa stats
` [patch 100/143] x86/mm: track linear mapping split events
` [patch 101/143] mm/mmap.c: don't unlock VMAs in remap_file_pages()
` [patch 102/143] mm: generalize ARCH_HAS_CACHE_LINE_SIZE
` [patch 104/143] mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [patch 105/143] mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
` [patch 108/143] mm/util.c: reduce mem_dump_obj() object size
` [patch 109/143] mm/util.c: fix typo
` [patch 110/143] mm/gup: don't pin migrated cma pages in movable zone
` [patch 111/143] mm/gup: check every subpage of a compound page during isolation
` [patch 112/143] mm/gup: return an error on migration failure
` [patch 113/143] mm/gup: check for isolation errors
` [patch 114/143] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [patch 115/143] mm: apply per-task gfp constraints in fast path
` [patch 116/143] mm: honor PF_MEMALLOC_PIN for all movable pages
` [patch 117/143] mm/gup: do not migrate zero page
` [patch 118/143] mm/gup: migrate pinned pages out of movable zone
` [patch 119/143] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [patch 120/143] mm/gup: change index type to long as it counts pages
` [patch 121/143] mm/gup: longterm pin migration cleanup
` [patch 122/143] selftests/vm: gup_test: fix test flag
` [patch 123/143] selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages
` [patch 124/143] mm/memory_hotplug: remove broken locking of zone PCP structures during hot remove
` [patch 125/143] drivers/base/memory: introduce memory_block_{online,offline}
` [patch 126/143] mm,memory_hotplug: relax fully spanned sections check
` [patch 127/143] mm,memory_hotplug: factor out adjusting present pages into adjust_present_page_count()

[PATCH V9] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2021-05-05  1:38 UTC  (2+ messages)

[agd5f:drm-next 231/261] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:632: warning: expecting prototype for dm_dmub_outbox1_low_irq(). Prototype was for DMUB_TRACE_MAX_READ() instead
 2021-05-05  1:33 UTC 

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

stable-rc/queue/4.4 baseline: 50 runs, 6 regressions (v4.4.268-3-ga4c3b05788bbf)
 2021-05-05  1:28 UTC 

[PATCH] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode
 2021-05-05  1:27 UTC 

[RFC] memory reserve for userspace oom-killer
 2021-05-05  1:26 UTC  (9+ messages)

[PATCH v2] btrfs: add goto in btrfs_defrag_file for error handling
 2021-05-05  1:26 UTC 

stable-rc/linux-4.4.y build: 151 builds: 6 failed, 145 passed, 8 warnings (v4.4.268-4-g5f18e671dfcb7)
 2021-05-05  1:24 UTC 

[GIT PULL] JFFS2, UBI and UBIFS changes for 5.13
 2021-05-05  1:17 UTC  (3+ messages)

[RFC PATCH net-next v3 01/20] net: mdio: ipq8064: clean whitespaces in define
 2021-05-05  1:17 UTC  (29+ messages)
` [RFC PATCH net-next v3 05/20] net: dsa: qca8k: handle error with qca8k_read operation
` [RFC PATCH net-next v3 06/20] net: dsa: qca8k: handle error with qca8k_write operation
` [RFC PATCH net-next v3 07/20] net: dsa: qca8k: handle error with qca8k_rmw operation
` [RFC PATCH net-next v3 08/20] net: dsa: qca8k: add support for qca8327 switch
` [RFC PATCH net-next v3 09/20] devicetree: net: dsa: qca8k: Document new compatible qca8327
` [RFC PATCH net-next v3 10/20] net: dsa: qca8k: add priority tweak to qca8337 switch
` [RFC PATCH net-next v3 11/20] net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327
` [RFC PATCH net-next v3 13/20] net: dsa: qca8k: make rgmii delay configurable
` [RFC PATCH net-next v3 15/20] net: dsa: qca8k: dsa: qca8k: protect MASTER busy_wait with mdio mutex
` [RFC PATCH net-next v3 17/20] net: phy: phylink: permit to pass dev_flags to phylink_connect_phy
` [RFC PATCH net-next v3 20/20] net: phy: add qca8k driver for qca8k switch internal PHY

[peterz-queue:master 6/13] kernel/sched/psi.c:973:6: sparse: sparse: context imbalance in 'cgroup_move_task' - different lock contexts for basic block
 2021-05-05  1:17 UTC 

[GIT PULL] UML changes for 5.13
 2021-05-05  1:17 UTC  (3+ messages)

[GIT PULL] f2fs update for 5.13-rc1
 2021-05-05  1:17 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] EDAC: aspeed: print resource_size_t using %pa
 2021-05-05  1:16 UTC  (4+ messages)

D-bus model proposal for pay for access features
 2021-05-05  1:16 UTC  (4+ messages)

[PATCH v2 0/3] ima-evm-utils: Add --keyid option
 2021-05-05  1:15 UTC  (6+ messages)
` [PATCH v2 3/3] ima-evm-utils: Read keyid from the cert appended to the key file

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

[PATCH v4 0/1] Introduce support for PSF control
 2021-05-05  1:13 UTC  (10+ messages)
` [PATCH v4 1/1] x86/cpufeatures: Implement Predictive Store Forwarding control

[PATCH] Documentation: i2c: Add doc for I2C sysfs
 2021-05-05  1:12 UTC 

[PATCH] t5601: mark protocol v2-only test
 2021-05-05  1:12 UTC  (2+ messages)

[PATCH 00/49] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-05  1:11 UTC  (5+ messages)

[PATCH] KVM/VMX: Invoke NMI non-IST entry instead of IST entry
 2021-05-05  1:11 UTC  (4+ messages)

[PATCH 0/2] git-p4: encoding of data from perforce
 2021-05-05  1:11 UTC  (9+ messages)
` [PATCH 2/2] git-p4: do not decode data from perforce by default

[zen-kernel-zen-kernel:5.12/futex2 4/14] kernel/futex2.c:1077:30: error: variable has incomplete type 'struct compat_futex_requeue'
 2021-05-05  1:08 UTC 

[Buildroot] [PATCH v3 0/7] Support for the BeagleV platform
 2021-05-05  1:05 UTC  (5+ messages)
` [Buildroot] [PATCH v3 2/7] boot/opensbi: add options to enable/disable image installation
` [Buildroot] [PATCH v3 3/7] configs/beaglev_defconfig: new defconfig

stable-rc/linux-5.4.y build: 180 builds: 36 failed, 144 passed, 86 warnings (v5.4.116-11-gd885c7ab9671)
 2021-05-05  1:04 UTC 

[folded-merged] mm-mempolicy-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:01 UTC 

[folded-merged] mm-memory_hotplug-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-vmalloc-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-frontswap-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-mlock-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-filemap-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-page_alloc-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-shmem-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-oom_kill-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-compaction-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-vmscan-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-sparse-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-swapfile-minor-coding-style-tweaks.patch removed from -mm tree
 2021-05-05  1:00 UTC 

[folded-merged] mm-cma-rename-pf_memalloc_nocma-to-pf_memalloc_pin-fix.patch removed from -mm tree
 2021-05-05  0:58 UTC 

Very slow clang kernel config 
 2021-05-05  0:58 UTC  (20+ messages)

[folded-merged] mm-drop-redundant-arch_enable__migration-fix-fix.patch removed from -mm tree
 2021-05-05  0:57 UTC 

[folded-merged] mm-drop-redundant-arch_enable__migration-fix.patch removed from -mm tree
 2021-05-05  0:57 UTC 

[folded-merged] mm-cma-add-trace-events-for-cma-alloc-perf-testing-fix.patch removed from -mm tree
 2021-05-05  0:56 UTC 

[folded-merged] mm-vmscan-add-shrinker_info_protected-helper-fix.patch removed from -mm tree
 2021-05-05  0:56 UTC 

[PATCH 22/22] p5326: perf tests for MIDX bitmaps
 2021-05-05  0:55 UTC  (3+ messages)

[folded-merged] userfaultfd-add-minor-fault-registration-mode-fix.patch removed from -mm tree
 2021-05-05  0:55 UTC 

[folded-merged] hugetlb-userfaultfd-forbid-huge-pmd-sharing-when-uffd-enabled-fix.patch removed from -mm tree
 2021-05-05  0:54 UTC 

[folded-merged] hugetlb-pass-vma-into-huge_pte_alloc-and-huge_pmd_share-fix.patch removed from -mm tree
 2021-05-05  0:53 UTC 

stable-rc/queue/4.9 baseline: 55 runs, 3 regressions (v4.9.268-2-g25a5f3c0fa62)
 2021-05-05  0:53 UTC 

Advise request on adding a new SSH variant
 2021-05-05  0:49 UTC  (3+ messages)

[PATCHv8 00/18] scsi: enabled reserved commands for LLDDs
 2021-05-05  0:45 UTC  (3+ messages)
` [PATCH 10/18] scsi: implement reserved command handling


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.