messages from 2021-11-05 20:10:10 to 2021-11-05 20:40:34 UTC [more...]
[dpdk-dev] [PATCH] ci: enable ppc64le cross compilation in GHA
2021-11-05 20:40 UTC
incoming
2021-11-05 20:40 UTC (112+ 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() "
[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 (6+ 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)
[Intel-gfx] [PATCH v5 0/5] drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers
2021-11-05 20:25 UTC (6+ messages)
` [Intel-gfx] [PATCH v5 3/5] drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()
` "
` [Nouveau] "
[PATCH] staging: fbtft: Remove fb_watterott driver
2021-11-05 20:24 UTC (2+ messages)
[RFC PATCH 0/2] Conditional config includes based on remote URL
2021-11-05 20:24 UTC (4+ messages)
` [WIP v2 "
` [WIP v2 2/2] config: include file if remote URL matches a glob
[meta-networking][PATCH] mctp: Fix build with 5.15+ kernel headers
2021-11-05 20:24 UTC
Need info: How can I have conditional includes in a topology conf file
2021-11-05 20:23 UTC
[PATCH 0/5] KVM: Turn the vcpu array into an xarray
2021-11-05 20:21 UTC (9+ messages)
` [PATCH 1/5] KVM: Move wiping of the kvm->vcpus array to common code
` [PATCH 5/5] KVM: Convert the kvm->vcpus array to a xarray
[helgaas-pci:pci/host/apple] BUILD SUCCESS 468c8d52c33271d21aac070ebef9283f302094cc
2021-11-05 20:21 UTC
[PATCH v1 2/2] iio: test: Add test for IIO_VAL_INT_64
2021-11-05 20:20 UTC (3+ messages)
[PATCH v2] kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
2021-11-05 20:20 UTC
[PATCH v8 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
2021-11-05 20:20 UTC (3+ messages)
` [PATCH v8 2/6] gpio: Add Delta TN48M CPLD GPIO driver
[PATCH] arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
2021-11-05 20:18 UTC (5+ messages)
[RESEND PATCH v2] thermal: Fix a NULL pointer dereference
2021-11-05 20:19 UTC (6+ messages)
stable-rc/queue/5.14 baseline: 136 runs, 1 regressions (v5.14.16-16-gb3f503991ac1)
2021-11-05 20:19 UTC
[PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
2021-11-05 20:17 UTC (3+ messages)
[PATCH] selftests: vDSO: parse: warning: fix assignment as a condition
2021-11-05 20:17 UTC (2+ messages)
[dm-devel] [PATCH 0/8] improving config parsing warnings
2021-11-05 20:16 UTC (10+ messages)
` [dm-devel] [PATCH 6/8] libmultipath: improve checks for set_str
` [dm-devel] [PATCH 8/8] libmultipath: cleanup invalid config handling
[PATCH] ASoC: mediatek: mt8173-rt5650: Rename Speaker control to Ext Spk
2021-11-05 20:14 UTC (5+ messages)
[PATCH 1/2] selftests: cgroup: build error multiple outpt files
2021-11-05 20:15 UTC (4+ messages)
` [PATCH 2/2] selftests: cgroup: use function 'labs()' over 'abs()'
[PATCH 0/9] ASoC: Ietel: Add Dell ADL products support
2021-11-05 20:14 UTC (2+ messages)
[PATCH net v4] net: marvell: prestera: fix hw structure laid out
2021-11-05 20:14 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/bird: fix build with autoconf >= 2.70
2021-11-05 20:12 UTC
[dpdk-dev] [PATCH 0/4] net/sfc: support SN1022 SoC
2021-11-05 20:14 UTC (4+ messages)
` [dpdk-dev] [PATCH 4/4] net/sfc: support regioned NIC DMA memory mapping type
[PATCH 00/22] DC Patches Nov 4, 2021
2021-11-05 20:14 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION b477ae38e81579a32caca7f4fb428275cb6b46c1
2021-11-05 20:12 UTC
[virtio-comment] [PATCH v4 0/1] virtio-pmem: Support describing pmem as shared memory region
2021-11-05 20:11 UTC (2+ messages)
` [virtio-comment] [PATCH v4 1/1] "
[PATCH v1 1/2] image: Fix typo in boot_get_kbd()
2021-11-05 20:09 UTC (2+ messages)
` [PATCH v1 2/2] image: Explicitly declare do_bdinfo()
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.