All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-03 22:30:14 to 2020-06-03 23:08:43 UTC [more...]

incoming
 2020-06-03 23:04 UTC  (161+ messages)
` [patch 001/131] mm/slub: fix a memory leak in sysfs_slab_add()
` [patch 002/131] mm/memcg: optimize memory.numa_stat like memory.stat
` [patch 003/131] mm/gup: move __get_user_pages_fast() down a few lines in gup.c
` [patch 004/131] mm/gup: refactor and de-duplicate gup_fast() code
` [patch 005/131] mm/gup: introduce pin_user_pages_fast_only()
` [patch 006/131] drm/i915: convert get_user_pages() --> pin_user_pages()
` [patch 007/131] mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()
` [patch 008/131] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [patch 009/131] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
` [patch 010/131] mm: clarify __GFP_MEMALLOC usage
` [patch 011/131] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [patch 012/131] mm: make early_pfn_to_nid() and related defintions close to each other
` [patch 013/131] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [patch 014/131] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [patch 015/131] mm: use free_area_init() instead of free_area_init_nodes()
` [patch 016/131] alpha: simplify detection of memory zone boundaries
` [patch 017/131] arm: "
` [patch 018/131] arm64: simplify detection of memory zone boundaries for UMA configs
` [patch 019/131] csky: simplify detection of memory zone boundaries
` [patch 020/131] m68k: mm: "
` [patch 021/131] parisc: "
` [patch 022/131] sparc32: "
` [patch 023/131] unicore32: "
` [patch 024/131] xtensa: "
` [patch 025/131] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [patch 026/131] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [patch 027/131] mm: free_area_init: allow defining max_zone_pfn in descending order
` [patch 028/131] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [patch 029/131] mm: clean up free_area_init_node() and its helpers
` [patch 030/131] mm: simplify find_min_pfn_with_active_regions()
` [patch 031/131] docs/vm: update memory-models documentation
` [patch 032/131] mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison
` [patch 033/131] mm/page_alloc.c: bad_flags is not necessary for bad_page()
` [patch 034/131] mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()
` [patch 035/131] mm/page_alloc.c: rename free_pages_check() to check_free_page()
` [patch 036/131] mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason()
` [patch 037/131] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
` [patch 038/131] mm/page_alloc.c: remove unused free_bootmem_with_active_regions
` [patch 039/131] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [patch 040/131] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [patch 041/131] mm/vmstat.c: do not show lowmem reserve protection information of empty zone
` [patch 042/131] mm/page_alloc: use ac->high_zoneidx for classzone_idx
` [patch 043/131] mm/page_alloc: integrate classzone_idx and high_zoneidx
` [patch 044/131] mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists()
` [patch 045/131] mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
` [patch 046/131] mm/page_alloc.c: reset numa stats for boot pagesets
` [patch 047/131] mm, page_alloc: reset the zone->watermark_boost early
` [patch 048/131] mm/page_alloc: restrict and formalize compound_page_dtors[]
` [patch 049/131] mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init
` [patch 050/131] mm: initialize deferred pages with interrupts enabled
` [patch 051/131] mm: call cond_resched() from deferred_init_memmap()
` [patch 052/131] padata: remove exit routine
` [patch 053/131] padata: initialize earlier
` [patch 054/131] padata: allocate work structures for parallel jobs from a pool
` [patch 055/131] padata: add basic support for multithreaded jobs
` [patch 056/131] mm: don't track number of pages during deferred initialization
` [patch 057/131] mm: parallelize deferred_init_memmap()
` [patch 058/131] mm: make deferred init's max threads arch-specific
` [patch 059/131] padata: document multithreaded jobs
` [patch 060/131] mm/page_alloc.c: add missing newline
` [patch 061/131] khugepaged: add self test
` [patch 062/131] khugepaged: do not stop collapse if less than half PTEs are referenced
` [patch 063/131] khugepaged: drain all LRU caches before scanning pages
` [patch 064/131] khugepaged: drain LRU add pagevec after swapin
` [patch 065/131] khugepaged: allow to collapse a page shared across fork
` [patch 066/131] khugepaged: allow to collapse PTE-mapped compound pages
` [patch 067/131] thp: change CoW semantics for anon-THP
` [patch 068/131] khugepaged: introduce 'max_ptes_shared' tunable
` [patch 069/131] hugetlbfs: add arch_hugetlb_valid_size
` [patch 070/131] hugetlbfs: move hugepagesz= parsing to arch independent code
` [patch 071/131] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [patch 072/131] hugetlbfs: clean up command line processing
` [patch 073/131] hugetlbfs: fix changes to "
` [patch 074/131] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
` [patch 075/131] arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
` [patch 076/131] mm/hugetlb: define a generic fallback for is_hugepage_only_range()
` [patch 077/131] mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
` [patch 078/131] mm: simplify calling a compound page destructor
` [patch 079/131] mm/vmscan.c: use update_lru_size() in update_lru_sizes()
` [patch 080/131] mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
` [patch 081/131] mm/vmscan.c: change prototype for shrink_page_list
` [patch 082/131] mm/vmscan: update the comment of should_continue_reclaim()
` [patch 083/131] mm: fix NUMA node file count error in replace_page_cache()
` [patch 084/131] mm: memcontrol: fix stat-corrupting race in charge moving
` [patch 085/131] mm: memcontrol: drop @compound parameter from memcg charging API
` [patch 086/131] mm: shmem: remove rare optimization when swapin races with hole punching
` [patch 087/131] mm: memcontrol: move out cgroup swaprate throttling
` [patch 089/131] mm: memcontrol: prepare uncharging for removal of private page type counters
` [patch 090/131] mm: memcontrol: prepare move_account "
` [patch 091/131] mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
` [patch 092/131] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
` [patch 093/131] mm: memcontrol: switch to native NR_ANON_MAPPED counter
` [patch 094/131] mm: memcontrol: switch to native NR_ANON_THPS counter
` [patch 096/131] mm: memcontrol: drop unused try/commit/cancel charge API
` [patch 097/131] mm: memcontrol: prepare swap controller setup for integration
` [patch 098/131] mm: memcontrol: make swap tracking an integral part of memory control
` [patch 099/131] mm: memcontrol: charge swapin pages on instantiation
` [patch 100/131] mm: memcontrol: document the new swap control behavior
` [patch 101/131] mm: memcontrol: delete unused lrucare handling
` [patch 102/131] mm: memcontrol: update page->mem_cgroup stability rules
` [patch 103/131] mm: fix LRU balancing effect of new transparent huge pages
` [patch 104/131] mm: keep separate anon and file statistics on page reclaim activity
` [patch 105/131] mm: allow swappiness that prefers reclaiming anon over the file workingset
` [patch 106/131] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
` [patch 107/131] mm: workingset: let cache workingset challenge anon
` [patch 108/131] mm: remove use-once cache bias from LRU balancing
` [patch 109/131] mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()
` [patch 110/131] mm: base LRU balancing on an explicit cost model
` [patch 111/131] mm: deactivations shouldn't bias the LRU balance
` [patch 112/131] mm: only count actual rotations as LRU reclaim cost
` [patch 113/131] mm: balance LRU lists based on relative thrashing
` [patch 114/131] mm: vmscan: determine anon/file pressure balance at the reclaim root
` [patch 115/131] mm: vmscan: reclaim writepage is IO cost
` [patch 116/131] mm: vmscan: limit the range of LRU type balancing
` [patch 117/131] mm: swap: fix vmstats for huge pages
` [patch 118/131] mm: swap: memcg: fix memcg stats "
` [patch 119/131] tools/vm/page_owner_sort.c: filter out unneeded line
` [patch 120/131] mm, mempolicy: fix up gup usage in lookup_node
` [patch 121/131] include/linux/memblock.h: fix minor typo and unclear comment
` [patch 122/131] sparc32: register memory occupied by kernel as memblock.memory
` [patch 123/131] hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
` [patch 124/131] mm: thp: don't need to drain lru cache when splitting and mlocking THP
` [patch 125/131] powerpc/mm: drop platform defined pmd_mknotpresent()
` [patch 126/131] mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
` [patch 127/131] drivers/base/memory.c: cache memory blocks in xarray to accelerate lookup
` [patch 129/131] riscv: support DEBUG_WX
` [patch 130/131] x86: mm: use ARCH_HAS_DEBUG_WX instead of arch defined
` [patch 131/131] arm64: "

[meta-oe][PATCH] multipath-tools: Fix build with json-c 0.14 and newer
 2020-06-03 23:08 UTC 

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-06-03 23:07 UTC  (5+ messages)
` [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions

[PATCH] pwm: Add missing "CONFIG_" prefix
 2020-06-03 23:04 UTC  (3+ messages)

[PATCH] shallow.c: use 'reset_repository_shallow' when appropriate
 2020-06-03 23:06 UTC  (9+ messages)
` [PATCH v2 0/2] shallow.c: reset shallow-ness after updating
  ` [PATCH v2 2/2] shallow.c: use '{commit,rollback}_shallow_file'

[PATCH v1 1/7] Bluetooth: Add definitions for advertisement monitor features
 2020-06-03 23:05 UTC  (4+ messages)
` [PATCH v1 2/7] Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-03 23:04 UTC  (9+ messages)
` [RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION

[PATCH v2 1/7] Bluetooth: Add definitions for advertisement monitor features
 2020-06-03 23:01 UTC  (7+ messages)
` [PATCH v2 2/7] Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES
` [PATCH v2 3/7] Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR
` [PATCH v2 4/7] Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR
` [PATCH v2 5/7] Bluetooth: Notify adv monitor added event
` [PATCH v2 6/7] Bluetooth: Notify adv monitor removed event
` [PATCH v2 7/7] Bluetooth: Update background scan and report device based on advertisement monitors

[PATCH 0/2] Use QLNULL for null lockable
 2020-06-03 22:49 UTC  (3+ messages)
` [PATCH 1/2] lockable: use QLNULL for a "
` [PATCH 2/2] lockable: do not rely on optimization for null lockables

[PATCH 1/3] drm/i915/dp_mst: Fix disabling MST on a port
 2020-06-03 22:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/dp_mst: Fix disabling MST on a port (rev2)

[bpf PATCH] bpf: sockmap, remove bucket->lock from sock_{hash|map}_free
 2020-06-03 22:51 UTC  (6+ messages)

[hare-scsi-devel:xarray.v4 4/6] drivers/scsi/scsi_scan.c:1878 scsi_forget_host() error: double unlocked (orig line 1870)
 2020-06-03 22:51 UTC 

[Intel-gfx] [PATCH v2] drm/i915/tgl: Implement WA_16011163337
 2020-06-03 22:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/tgl: Implement WA_16011163337 (rev2)

[linux-5.4 test] 150661: tolerable FAIL - PUSHED
 2020-06-03 22:50 UTC 

[RESEND PATCH v9 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-06-03 22:46 UTC  (7+ messages)
` [RESEND PATCH v9 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods

[v4] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-06-03 22:45 UTC  (3+ messages)

[PATCH for-4.14 v3] x86/svm: do not try to handle recalc NPT faults immediately
 2020-06-03 22:41 UTC 

[Buildroot] [PATCH] Revert "package/prosody: use correct bit32 package"
 2020-06-03 22:42 UTC  (3+ messages)

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-06-03 22:40 UTC  (4+ messages)
` [PATCH 04/12] x86/xen: add system core suspend and resume callbacks

[GIT PULL] SELinux patches for v5.8
 2020-06-03 22:38 UTC  (5+ messages)

[PATCH 1/2] remoteproc: qcom: q6v5: Update running state before requesting stop
 2020-06-03 22:33 UTC  (4+ messages)

kernel/trace/blktrace.c:347:12: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-06-03 22:34 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 00/15] Remaining RKL patches
 2020-06-03 22:34 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 02/15] drm/i915/rkl: Program BW_BUDDY0 registers instead of BW_BUDDY1/2

[PATCH] xen/rpi4: implement watchdog-based reset
 2020-06-03 22:31 UTC 

blktests test nvme/003 fails
 2020-06-03 22:31 UTC  (4+ messages)

[PATCH 0/4] nvme: code cleanup and type fixes
 2020-06-03 22:31 UTC  (3+ 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.