messages from 2021-11-05 20:27:03 to 2021-11-05 20:41:48 UTC [more...]
incoming
2021-11-05 20:41 UTC (137+ messages)
` [patch 001/262] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 002/262] scripts/spelling.txt: fix "mistake" version of "synchronization"
` [patch 003/262] scripts/decodecode: fix faulting instruction no print when opps.file is DOS format
` [patch 004/262] ocfs2: fix handle refcount leak in two exception handling paths
` [patch 005/262] ocfs2: cleanup journal init and shutdown
` [patch 006/262] ocfs2/dlm: remove redundant assignment of variable ret
` [patch 007/262] ocfs2: fix data corruption on truncate
` [patch 008/262] ocfs2: do not zero pages beyond i_size
` [patch 009/262] fs/posix_acl.c: avoid -Wempty-body warning
` [patch 010/262] d_path: fix Kernel doc validator complaining
` [patch 011/262] mm: move kvmalloc-related functions to slab.h
` [patch 012/262] mm/slab.c: remove useless lines in enable_cpucache()
` [patch 013/262] slub: add back check for free nonslab objects
` [patch 014/262] mm, slub: change percpu partial accounting from objects to pages
` [patch 015/262] mm/slub: increase default cpu partial list sizes
` [patch 016/262] mm, slub: use prefetchw instead of prefetch
` [patch 017/262] mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT
` [patch 018/262] mm: don't include <linux/dax.h> in <linux/mempolicy.h>
` [patch 019/262] lib/stackdepot: include gfp.h
` [patch 020/262] lib/stackdepot: remove unused function argument
` [patch 021/262] lib/stackdepot: introduce __stack_depot_save()
` [patch 022/262] kasan: common: provide can_alloc in kasan_save_stack()
` [patch 023/262] kasan: generic: introduce kasan_record_aux_stack_noalloc()
` [patch 024/262] workqueue, kasan: avoid alloc_pages() when recording stack
` [patch 025/262] kasan: fix tag for large allocations when using CONFIG_SLAB
` [patch 026/262] kasan: test: add memcpy test that avoids out-of-bounds write
` [patch 027/262] mm/smaps: fix shmem pte hole swap calculation
` [patch 028/262] mm/smaps: use vma->vm_pgoff directly when counting partial swap
` [patch 029/262] mm/smaps: simplify shmem handling of pte holes
` [patch 030/262] mm: debug_vm_pgtable: don't use __P000 directly
` [patch 031/262] kasan: test: bypass __alloc_size checks
` [patch 032/262] rapidio: avoid bogus __alloc_size warning
` [patch 033/262] Compiler Attributes: add __alloc_size() for better bounds checking
` [patch 034/262] slab: clean up function prototypes
` [patch 035/262] slab: add __alloc_size attributes for better bounds checking
` [patch 036/262] mm/kvmalloc: "
` [patch 037/262] mm/vmalloc: "
` [patch 038/262] mm/page_alloc: "
` [patch 039/262] percpu: "
` [patch 040/262] mm/page_ext.c: fix a comment
` [patch 041/262] mm: stop filemap_read() from grabbing a superfluous page
` [patch 042/262] mm: export bdi_unregister
` [patch 043/262] mtd: call bdi_unregister explicitly
` [patch 044/262] fs: explicitly unregister per-superblock BDIs
` [patch 045/262] mm: don't automatically unregister bdis
` [patch 046/262] mm: simplify bdi refcounting
` [patch 047/262] mm: don't read i_size of inode unless we need it
` [patch 048/262] mm/filemap.c: remove bogus VM_BUG_ON
` [patch 049/262] mm: move more expensive part of XA setup out of mapping check
` [patch 050/262] mm/gup: further simplify __gup_device_huge()
` [patch 051/262] mm/swapfile: remove needless request_queue NULL pointer check
` [patch 052/262] mm/swapfile: fix an integer overflow in swap_show()
` [patch 053/262] mm: optimise put_pages_list()
` [patch 054/262] mm/memcg: drop swp_entry_t* in mc_handle_file_pte()
` [patch 055/262] memcg: flush stats only if updated
` [patch 056/262] memcg: unify memcg stat flushing
` [patch 057/262] mm/memcg: remove obsolete memcg_free_kmem()
` [patch 058/262] mm/list_lru.c: prefer struct_size over open coded arithmetic
` [patch 059/262] memcg, kmem: further deprecate kmem.limit_in_bytes
` [patch 060/262] mm: list_lru: remove holding lru lock
` [patch 061/262] mm: list_lru: fix the return value of list_lru_count_one()
` [patch 062/262] mm: memcontrol: remove kmemcg_id reparenting
` [patch 063/262] mm: memcontrol: remove the kmem states
` [patch 064/262] mm: list_lru: only add memcg-aware lrus to the global lru list
` [patch 065/262] mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
` [patch 066/262] mm, oom: do not trigger out_of_memory from the #PF
` [patch 067/262] memcg: prohibit unconditional exceeding the limit of dying tasks
` [patch 068/262] mm/mmap.c: fix a data race of mm->total_vm
` [patch 069/262] mm: use __pfn_to_section() instead of open coding it
` [patch 070/262] mm/memory.c: avoid unnecessary kernel/user pointer conversion
` [patch 071/262] mm/memory.c: use correct VMA flags when freeing page-tables
` [patch 072/262] mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
` [patch 073/262] mm: clear vmf->pte after pte_unmap_same() returns
` [patch 074/262] mm: drop first_index/last_index in zap_details
` [patch 075/262] mm: add zap_skip_check_mapping() helper
` [patch 076/262] mm: introduce pmd_install() helper
` [patch 077/262] mm: remove redundant smp_wmb()
` [patch 078/262] Documentation: update pagemap with shmem exceptions
` [patch 079/262] lazy tlb: introduce lazy mm refcount helper functions
` [patch 080/262] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [patch 081/262] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [patch 082/262] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
` [patch 083/262] memory: remove unused CONFIG_MEM_BLOCK_SIZE
` [patch 084/262] mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
` [patch 085/262] mm/mremap: don't account pages in vma_to_resize()
` [patch 086/262] include/linux/io-mapping.h: remove fallback for writecombine
` [patch 087/262] mm: mmap_lock: remove redundant newline in TP_printk
` [patch 088/262] mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN
` [patch 089/262] mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()
` [patch 090/262] mm/vmalloc: don't allow VM_NO_GUARD on vmap()
` [patch 091/262] mm/vmalloc: make show_numa_info() aware of hugepage mappings
` [patch 092/262] mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo
` [patch 093/262] mm/vmalloc: do not adjust the search size for alignment overhead
` [patch 094/262] mm/vmalloc: check various alignments when debugging
` [patch 095/262] vmalloc: back off when the current task is OOM-killed
` [patch 096/262] vmalloc: choose a better start address in vm_area_register_early()
` [patch 097/262] arm64: support page mapping percpu first chunk allocator
` [patch 098/262] kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
` [patch 099/262] mm/vmalloc: be more explicit about supported gfp flags
` [patch 100/262] mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory allocation
` [patch 101/262] lib/test_vmalloc.c: use swap() to make code cleaner
` [patch 102/262] mm/large system hash: avoid possible NULL deref in alloc_large_system_hash
` [patch 103/262] mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
` [patch 104/262] mm/page_alloc.c: simplify the code by using macro K()
` [patch 105/262] mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()
` [patch 106/262] mm/page_alloc.c: use helper function zone_spans_pfn()
` [patch 107/262] mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]
` [patch 108/262] mm/page_alloc: print node fallback order
` [patch 109/262] mm/page_alloc: use accumulated load when building node fallback list
` [patch 110/262] mm: move node_reclaim_distance to fix NUMA without SMP
` [patch 111/262] mm: move fold_vm_numa_events() "
` [patch 112/262] mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()
` [patch 113/262] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
` [patch 114/262] mm/page_alloc.c: show watermark_boost of zone in zoneinfo
` [patch 115/262] mm: create a new system state and fix core_kernel_text()
` [patch 116/262] mm: make generic arch_is_kernel_initmem_freed() do what it says
` [patch 117/262] powerpc: use generic version of arch_is_kernel_initmem_freed()
` [patch 118/262] s390: "
` [patch 119/262] mm: page_alloc: use migrate_disable() in drain_local_pages_wq()
` [patch 120/262] mm/page_alloc: use clamp() to simplify code
` [patch 121/262] mm: fix data race in PagePoisoned()
` [patch 122/262] mm/memory_failure: constify static mm_walk_ops
` [patch 123/262] mm: filemap: coding style cleanup for filemap_map_pmd()
` [patch 124/262] mm: hwpoison: refactor refcount check handling
` [patch 125/262] mm: shmem: don't truncate page if memory failure happens
` [patch 126/262] mm: hwpoison: handle non-anonymous THP correctly
` [patch 127/262] mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.h
` [patch 128/262] hugetlb: add demote hugetlb page sysfs interfaces
` [patch 129/262] mm/cma: add cma_pages_valid to determine if pages are in CMA
` [patch 130/262] hugetlb: be sure to free demoted CMA pages to CMA
` [patch 131/262] hugetlb: add demote bool to gigantic page routines
` [patch 132/262] hugetlb: add hugetlb demote page support
` [patch 133/262] mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged
` [patch 134/262] mm, hugepages: add mremap() support for hugepage backed vma
` [patch 135/262] mm, hugepages: add hugetlb vma mremap() test
` [patch 136/262] hugetlb: support node specified when using cma for gigantic hugepages
[PATCH 00/22] btrfs-progs: extent tree v2 support, global roots
2021-11-05 20:40 UTC (23+ messages)
` [PATCH 01/22] btrfs-progs: common: allow users to select extent-tree-v2 option
` [PATCH 02/22] btrfs-progs: add definitions for the block group tree
` [PATCH 03/22] btrfs-progs: add on disk pointers to global tree ids
` [PATCH 04/22] btrfs-progs: add support for loading the block group root
` [PATCH 05/22] btrfs-progs: add print support for the block group tree
` [PATCH 06/22] btrfs-progs: mkfs: use the btrfs_block_group_root helper
` [PATCH 07/22] btrfs-progs: check-lowmem: "
` [PATCH 08/22] btrfs-progs: handle no bg item in extent tree for free space tree
` [PATCH 09/22] btrfs-progs: mkfs: add support for the block group tree
` [PATCH 10/22] btrfs-progs: check: add block group tree support
` [PATCH 11/22] btrfs-progs: qgroup-verify: scan extents based on block groups
` [PATCH 12/22] btrfs-progs: check: make free space tree validation extent tree v2 aware
` [PATCH 13/22] btrfs-progs: check: add helper to reinit the root based on a key
` [PATCH 14/22] btrfs-progs: check: handle the block group tree properly
` [PATCH 15/22] btrfs-progs: load the number of global roots into the fs_info
` [PATCH 16/22] btrfs-progs: handle the per-block group global root id
` [PATCH 17/22] btrfs-progs: add a btrfs_delete_and_free_root helper
` [PATCH 18/22] btrfs-progs: make btrfs_clear_free_space_tree extent tree v2 aware
` [PATCH 19/22] btrfs-progs: make btrfs_create_tree take a key for the root key
` [PATCH 20/22] btrfs-progs: mkfs: set chunk_item_objectid properly for extent tree v2
` [PATCH 21/22] btrfs-progs: mkfs: create the global root's
` [PATCH 22/22] btrfs-progs: check: don't do the root item check for extent tree v2
drivers/net/dsa/ocelot/seville_vsc9953.c:1107:34: warning: unused variable 'seville_of_match'
2021-11-05 20:41 UTC
[PATCH bpf-next] libbpf: fix non-C89 loop variable declaration in gen_loader.c
2021-11-05 20:40 UTC (2+ messages)
[dpdk-dev] [PATCH] ci: enable ppc64le cross compilation in GHA
2021-11-05 20:40 UTC
[dpdk-dev] [dpdk-dev v7 0/9] drivers/qat: isolate implementations of qat generations
2021-11-05 20:39 UTC (4+ messages)
` [dpdk-dev] [dpdk-dev v8 "
` [dpdk-dev] [dpdk-dev v8 9/9] crypto/qat: add gen specific implementation
XHCI unplug of USB-C device is not detected
2021-11-05 20:40 UTC (2+ messages)
[PATCH v3 0/6] Improved sysreset/watchdog uclass integration
2021-11-05 20:38 UTC (12+ messages)
[PATCH 1/2] selftests: timens: use 'llabs()' over 'abs()'
2021-11-05 20:35 UTC (4+ messages)
` [PATCH 2/2] selftests: timens: exec: use 'labs()' "
[XEN][PATCH 0/2] Changes for libfdt v.1.6.1
2021-11-05 20:33 UTC (3+ messages)
` [XEN][PATCH 2/2] xen: libfdt: Changes to make libfdt v1.6.1 compatible with Xen
[Buildroot] [git commit] CHANGES: prepare for 2021.11-rc1
2021-11-05 20:30 UTC
[oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3
2021-11-05 20:32 UTC (7+ messages)
` [bitbake-devel] "
[PATCH v10 00/10] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
2021-11-05 20:31 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace (rev2)
Distinguish mediatek drivers
2021-11-05 20:29 UTC (2+ messages)
[PATCH 00/20] btrfs-progs: extent tree v2 global root support prep work
2021-11-05 20:28 UTC (21+ messages)
` [PATCH 01/20] btrfs-progs: simplify btrfs_make_block_group
` [PATCH 02/20] btrfs-progs: check: don't walk down non fs-trees for qgroup check
` [PATCH 03/20] btrfs-progs: filesystem-show: close ctree once we're done
` [PATCH 04/20] btrfs-progs: add a helper for setting up a root node
` [PATCH 05/20] btrfs-progs: btrfs-shared: stop passing root to csum related functions
` [PATCH 06/20] btrfs-progs: check: stop passing csum root around
` [PATCH 07/20] btrfs-progs: stop accessing ->csum_root directly
` [PATCH 08/20] btrfs-progs: image: keep track of seen blocks when walking trees
` [PATCH 09/20] btrfs-progs: common: move btrfs_fix_block_accounting to repair.c
` [PATCH 10/20] btrfs-progs: check: abstract out the used marking helpers
` [PATCH 11/20] btrfs-progs: check: move btrfs_mark_used_tree_blocks to common
` [PATCH 12/20] btrfs-progs: mark reloc roots as used
` [PATCH 13/20] btrfs-progs: stop accessing ->extent_root directly
` [PATCH 14/20] btrfs-progs: stop accessing ->free_space_root directly
` [PATCH 15/20] btrfs-progs: track csum, extent, and free space trees in a rb tree
` [PATCH 16/20] btrfs-progs: check: make reinit work per found root item
` [PATCH 17/20] btrfs-progs: check: check the global roots for uptodate root nodes
` [PATCH 18/20] btrfs-progs: check: check all of the csum roots
` [PATCH 19/20] btrfs-progs: check: fill csum root from all extent roots
` [PATCH 20/20] btrfs-progs: common: search all extent roots for marking used space
[PATCH v2] drm/msm/devfreq: Fix OPP refcnt leak
2021-11-05 20:29 UTC (3+ messages)
[RFC][PATCH 00/22] x86: Remove anonymous out-of-line fixups
2021-11-05 20:26 UTC (9+ messages)
` [RFC][PATCH 07/22] x86,extable: Extend extable functionality
[PATCH] staging/fbtft: Fix backlight
2021-11-05 20:26 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.