All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-05 01:33:33 to 2021-05-05 03:16:10 UTC [more...]

incoming
 2021-05-05  3:16 UTC  (129+ messages)
` [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 128/143] mm,memory_hotplug: allocate memmap from the added memory range
` [patch 129/143] acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supported
` [patch 130/143] mm,memory_hotplug: add kernel boot option to enable memmap_on_memory
` [patch 131/143] x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [patch 132/143] arm64/Kconfig: "
` [patch 133/143] mm/zswap.c: switch from strlcpy to strscpy
` [patch 134/143] mm/zsmalloc: use BUG_ON instead of if condition followed by BUG
` [patch 135/143] iov_iter: lift memzero_page() to highmem.h
` [patch 136/143] btrfs: use memzero_page() instead of open coded kmap pattern
` [patch 137/143] mm/highmem.c: fix coding style issue
` [patch 138/143] mm/mempool: minor coding style tweaks
` [patch 139/143] mm/process_vm_access.c: remove duplicate include
` [patch 140/143] kfence: zero guard page after out-of-bounds access
` [patch 141/143] kfence: await for allocation using wait_event
` [patch 142/143] kfence: maximize allocation wait timeout duration
` [patch 143/143] kfence: use power-efficient work queue to run delayed work

[PATCH v8 0/4] aarch64: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
 2021-05-05  3:04 UTC  (5+ messages)
` [PATCH v8 1/4] accel/tcg: Add TLB invalidation support for ranges of addresses
` [PATCH v8 2/4] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v8 3/4] target/arm: Add support for FEAT_TLBIOS
` [PATCH v8 4/4] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH v7 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-05-05  3:15 UTC  (3+ messages)
` [PATCH v7 8/8] drivers: net: macb: add fu740 support

[PATCH v1] spi: Don't have controller clean up spi device before driver unbind
 2021-05-05  3:14 UTC 

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-05-05  3:12 UTC 

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-05  3:04 UTC  (3+ messages)
` [PATCH 01/15] KVM: VMX: Do not adverise RDPID if ENABLE_RDTSCP control is unsupported

[PATCH][RFC] tools/power turbostat: Fix ACPI CState format issue
 2021-05-05  3:09 UTC  (3+ messages)

[PATCH v4 00/17] libiscsi and qedi TMF fixes
 2021-05-05  3:02 UTC  (2+ messages)

[RFC] memory reserve for userspace oom-killer
 2021-05-05  2:59 UTC  (15+ messages)

[dpdk-dev] [PATCH v1 0/3] Fix PF reset causes VF memory request failure
 2021-05-05  2:56 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 0/3] fix "
  ` [dpdk-dev] [PATCH v4 2/3] net/iavf: enable PCI bus master after reset

[PATCH 1/2] powerpc/64s: Fix crashes when toggling stf barrier
 2021-05-05  2:55 UTC  (4+ messages)

[PATCH 5.13] mm, slub: move slub_debug static key enabling outside slab_mutex
 2021-05-05  2:52 UTC  (4+ messages)

linux-next: build warning after merge of the amdgpu tree
 2021-05-05  2:55 UTC  (2+ messages)

How to add Redfish EventLog using commands
 2021-05-05  2:48 UTC  (3+ messages)

[powerpc:next-test] BUILD REGRESSION a5014a5c936a2a9a223e699e1f3abd54d5f68d2c
 2021-05-05  2:43 UTC 

[powerpc:next] BUILD SUCCESS c6b05f4e233cc666f003e9fe68b2f765952875a9
 2021-05-05  2:43 UTC 

[powerpc:merge] BUILD SUCCESS 7619d98e5041d5c25aba5428704dba6121237a9a
 2021-05-05  2:43 UTC 

linux-next: Tree for May 5
 2021-05-05  2:42 UTC 

[PATCH] drm: Declare drm_send_event_helper static
 2021-05-05  2:35 UTC  (2+ messages)

[PATCH v2 1/2] Revert "qemu: fix CVE-2021-3392"
 2021-05-05  2:37 UTC  (2+ messages)
` [PATCH v2 2/2] qemu: fix CVE-2021-3392

[meta-freescale-3rdparty] [PATCH] colibri*.conf: define UBOOT_IMAGE
 2021-05-05  2:33 UTC  (2+ messages)
` [meta-freescale] "

[PATCH] mtd: spi-nor: add support for Winbond W25Q512JV
 2021-05-05  2:25 UTC  (7+ messages)

[gatesgarth][PATCH] populate_sdk_ext: Avoid copying and producing .pyc files
 2021-05-05  2:21 UTC 

[PATCH 1/2] Revert "qemu: fix CVE-2021-3392"
 2021-05-05  2:20 UTC  (2+ messages)
` [PATCH 2/2] qemu: fix CVE-2021-3392

[PATCH v2] arm64: dts: meson-gxbb: nanopi-k2: Enable Bluetooth
 2021-05-05  2:13 UTC  (5+ messages)

[PATCH v6 00/10] libperf and arm64 userspace counter access support
 2021-05-05  2:12 UTC  (5+ messages)
` [PATCH v6 06/10] libperf: Add support for user space counter access

[PATCH] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode
 2021-05-05  2:14 UTC  (2+ messages)

[chrome-os:chromeos-5.10 9255/9319] drivers/gpu/drm/drm_file.c:789:6: error: no previous prototype for 'drm_send_event_helper'
 2021-05-05  2:14 UTC 

sound/soc/codecs/rt1019.c:878:34: warning: unused variable 'rt1019_of_match'
 2021-05-05  2:13 UTC  (2+ messages)

Bug: Changing folder case with `git mv` crashes on case-insensitive file system
 2021-05-05  2:12 UTC  (4+ messages)

[PATCH v4 2/2] PCI: Enable NO_BUS_RESET quirk for Nvidia GPUs
 2021-05-05  2:12 UTC  (2+ messages)

stable-rc/linux-5.10.y build: 184 builds: 29 failed, 155 passed, 15 warnings (v5.10.34-8-g14447ec121b31)
 2021-05-05  2:07 UTC 

Advise request on adding a new SSH variant
 2021-05-05  2:04 UTC  (4+ messages)

[PATCH v3 0/4] Finish converting git bisect to C part 4
 2021-05-05  2:04 UTC  (4+ messages)
` [PATCH v3 3/4] bisect--helper: reimplement `bisect_run` shell function in C

[PATCH RFC 0/9] PKS write protected page tables
 2021-05-05  2:03 UTC  (2+ messages)

[lttng-dev] Babeltrace trimmer segfaults on custom trace
 2021-05-05  1:57 UTC  (2+ messages)

[qemu-mainline test] 161766: regressions - FAIL
 2021-05-05  2:02 UTC 

[RFC 0/2] netconsole and networking co-existence
 2021-05-05  2:02 UTC  (3+ messages)
` [RFC 1/2] net: net_up, net_down

[PATCH] CodingGuidelines: explicitly allow "local" for test scripts
 2021-05-05  1:58 UTC  (11+ messages)
  ` [PATCH v2] "

[PATCH v2 0/2] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-05  1:55 UTC  (5+ messages)
` [PATCH v2 2/2] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches

[PATCH] libperf test: Silence printf flag warning
 2021-05-05  1:53 UTC  (2+ messages)

[PATCH 0/6] Push negotiation
 2021-05-05  1:53 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] fetch: teach independent negotiation (no packfile)

[PATCH v2] usb: dwc3: gadget: Avoid canceling current request for queuing error
 2021-05-05  1:50 UTC  (8+ messages)

[PATCH 0/3] Add support for PMBus in QEMU
 2021-05-05  1:41 UTC  (3+ messages)
` [PATCH 1/3] hw/i2c: add support for PMBus

stable-rc/linux-4.14.y build: 195 builds: 38 failed, 157 passed, 63 warnings (v4.14.232-13-g40b0c65b3af6)
 2021-05-05  1:44 UTC 

[PATCH] drm/i915: drop the __i915_active_call pointer packing
 2021-05-05  1:36 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 0/4] powerpc/security mitigation updates
 2021-05-05  1:43 UTC  (5+ messages)
` [PATCH 4/4] powerpc/powernv: Remove POWER9 PVR version check for entry and uaccess flushes

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2021-05-05  1:39 UTC  (2+ messages)

stable-rc/linux-4.9.y build: 185 builds: 35 failed, 150 passed, 4 warnings (v4.9.268-3-gf00dcad1af0ae)
 2021-05-05  1:40 UTC 

Test if a socket accept is from external network
 2021-05-05  1:39 UTC  (3+ messages)

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


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.