messages from 2020-10-16 00:37:54 to 2020-10-16 02:46:01 UTC [more...]
[patch 001/156] device-dax/kmem: fix resource release
2020-10-16 2:45 UTC (75+ messages)
` [patch 002/156] powerpc/mm: add DEBUG_VM WARN for pmd_clear
` [patch 003/156] powerpc/mm: move setting pte specific flags to pfn_pte
` [patch 004/156] mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value
` [patch 005/156] mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap support
` [patch 006/156] mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALANCING
` [patch 007/156] mm/debug_vm_pgtable/THP: mark the pte entry huge before using set_pmd/pud_at
` [patch 008/156] mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing pte entry
` [patch 009/156] mm/debug_vm_pgtable/locks: move non page table modifying test together
` [patch 010/156] mm/debug_vm_pgtable/locks: take correct page table lock
` [patch 011/156] mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP
` [patch 012/156] mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries
` [patch 013/156] mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64
` [patch 014/156] mm/debug_vm_pgtable: avoid none pte in pte_clear_test
` [patch 015/156] mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped
` [patch 016/156] XArray: add xa_get_order
` [patch 017/156] XArray: add xas_split
` [patch 018/156] mm/filemap: fix storing to a THP shadow entry
` [patch 019/156] mm/filemap: fix page cache removal for arbitrary sized THPs
` [patch 020/156] mm/memory: remove page fault assumption of compound page size
` [patch 021/156] mm/page_owner: change split_page_owner to take a count
` [patch 022/156] mm/huge_memory: fix total_mapcount assumption of page size
` [patch 023/156] mm/huge_memory: fix split "
` [patch 024/156] mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size
` [patch 025/156] mm/huge_memory: fix can_split_huge_page "
` [patch 026/156] mm/rmap: fix assumptions "
` [patch 027/156] mm/truncate: fix truncation for pages of arbitrary size
` [patch 028/156] mm/page-writeback: support tail pages in wait_for_stable_page
` [patch 029/156] mm/vmscan: allow arbitrary sized pages to be paged out
` [patch 030/156] fs: add a filesystem flag for THPs
` [patch 031/156] fs: do not update nr_thps for mappings which support THPs
` [patch 032/156] mm: fix a race during THP splitting
` [patch 033/156] mm/readahead: add DEFINE_READAHEAD
` [patch 034/156] mm/readahead: make page_cache_ra_unbounded take a readahead_control
` [patch 035/156] mm/readahead: make do_page_cache_ra "
` [patch 036/156] mm/readahead: make ondemand_readahead "
` [patch 037/156] mm/readahead: pass readahead_control to force_page_cache_ra
` [patch 038/156] mm/readahead: add page_cache_sync_ra and page_cache_async_ra
` [patch 039/156] mm/filemap: fold ra_submit into do_sync_mmap_readahead
` [patch 040/156] mm/readahead: pass a file_ra_state into force_page_cache_ra
` [patch 041/156] mm,hwpoison: cleanup unused PageHuge() check
` [patch 042/156] mm, hwpoison: remove recalculating hpage
` [patch 043/156] mm,hwpoison-inject: don't pin for hwpoison_filter
` [patch 044/156] mm,hwpoison: unexport get_hwpoison_page and make it static
` [patch 045/156] mm,hwpoison: refactor madvise_inject_error
` [patch 046/156] mm,hwpoison: kill put_hwpoison_page
` [patch 047/156] mm,hwpoison: unify THP handling for hard and soft offline
` [patch 048/156] mm,hwpoison: rework soft offline for free pages
` [patch 049/156] mm,hwpoison: rework soft offline for in-use pages
` [patch 050/156] mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page
` [patch 051/156] mm,hwpoison: return 0 if the page is already poisoned in soft-offline
` [patch 052/156] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
` [patch 053/156] mm,hwpoison: double-check page count in __get_any_page()
` [patch 054/156] mm,hwpoison: try to narrow window race for free pages
` [patch 055/156] mm/page_poison.c: replace bool variable with static key
` [patch 056/156] mm/vmstat.c: use helper macro abs()
` [patch 057/156] mm/util.c: update the kerneldoc for kstrdup_const()
` [patch 058/156] mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert
` [patch 059/156] mm/memory_hotplug: inline __offline_pages() into offline_pages()
` [patch 060/156] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [patch 061/156] mm/memory_hotplug: simplify page offlining
` [patch 062/156] mm/page_alloc: simplify __offline_isolated_pages()
` [patch 063/156] mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()
` [patch 064/156] mm/page_isolation: simplify return value of start_isolate_page_range()
` [patch 065/156] mm/memory_hotplug: simplify page onlining
` [patch 066/156] mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()
` [patch 067/156] mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
` [patch 068/156] mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory
` [patch 069/156] kernel/resource: make release_mem_region_adjustable() never fail
` [patch 070/156] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [patch 071/156] mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
` [patch 072/156] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [patch 073/156] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [patch 074/156] virtio-mem: try to merge system ram resources
` [patch 075/156] xen/balloon: "
[PATCH v3 net-next] net: stmmac: Enable EEE HW LPI timer with auto SW/HW switching
2020-10-16 2:43 UTC
[PATCH net-next 0/2] dt-bindings: net: dsa: b53: Add YAML bindings
2020-10-16 2:43 UTC (5+ messages)
` [PATCH net-next 2/2] dt-bindings: net: dsa: b53: Drop old bindings
[PATCH] toolchain-shar-extract.sh: don't print useless info
2020-10-16 2:40 UTC
incoming
2020-10-16 2:40 UTC
[RFC PATCH 0/6] mm and ptrace: Track dumpability until task is freed
2020-10-16 2:40 UTC (7+ messages)
` [RFC PATCH 1/6] ptrace: Keep mm around after exit_mm() for __ptrace_may_access()
` [RFC PATCH 2/6] refcount: Move refcount_t definition into linux/types.h
` [RFC PATCH 3/6] mm: Add refcount for preserving mm_struct without pgd
` [RFC PATCH 4/6] mm, oom: Use mm_ref()/mm_unref() and avoid mmdrop_async()
` [RFC PATCH 5/6] ptrace: Use mm_ref() for ->exit_mm
` [RFC PATCH 6/6] mm: remove now-unused mmdrop_async()
stable-rc/queue/5.4 baseline: 197 runs, 3 regressions (v5.4.71-5-gb8377737c2ee)
2020-10-16 2:39 UTC
git fast-import leaks memory drastically, so crashes with out of memory by attempt to import 22MB export dump
2020-10-16 2:37 UTC (10+ messages)
` [PATCH] fast-import: fix over-allocation of marks storage
[PATCH v3] Add support for mv88e6393x family of Marvell
2020-10-16 2:37 UTC (2+ messages)
[PATCH v4 00/32] Make charlcd device independent
2020-10-16 2:34 UTC (6+ messages)
` [PATCH v4 01/32] auxdisplay: Use an enum for charlcd backlight on/off ops
[GIT PULL] tracing: Updates for 5.10
2020-10-16 2:34 UTC (4+ messages)
Enhance yocto Project license tracing #yocto
2020-10-16 2:34 UTC
[PATCH v2] arm:traps: Don't print stack or raw PC/LR hex values in backtraces
2020-10-16 2:31 UTC (2+ messages)
[net 1/2] tipc: re-configure queue limit for broadcast link
2020-10-16 2:31 UTC (2+ messages)
` [net 2/2] tipc: fix incorrect setting window for bcast link
[PATCH 0/1] Clarify and expand description of --signoff
2020-10-16 2:30 UTC (7+ messages)
` [PATCH 1/1] Documentation: "
[PATCH v6] usb-serial:cp210x: add support to software flow control
2020-10-16 2:24 UTC
[f2fs-dev] [PATCH 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
2020-10-16 2:24 UTC (7+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
[PATCH 00/10] COLO project queued patches 20-Oct
2020-10-16 2:23 UTC (4+ messages)
incoming
2020-10-16 2:21 UTC (16+ messages)
` [folded-merged] powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte-fix.patch removed from -mm tree
` [folded-merged] mm-debug_vm_pgtable-hugetlb-disable-hugetlb-test-on-ppc64-fix.patch "
` [folded-merged] mm-debug_vm_pgtable-avoid-none-pte-in-pte_clear_test-fix.patch "
` [folded-merged] xarray-add-xa_get_order-fix.patch "
` [folded-merged] xarray-add-xas_split-fix.patch "
` [folded-merged] xarray-add-xas_split-fix-2.patch "
` [folded-merged] xarray-add-xas_split-fix-3patch.patch "
` [folded-merged] mm-memory-remove-page-fault-assumption-of-compound-page-size-fix.patch "
` [folded-merged] mm-memory_hotplug-simplify-page-offlining-fix.patch "
` [folded-merged] kernel-resource-make-release_mem_region_adjustable-never-fail-fix.patch "
` [folded-merged] checkpatch-warn-on-self-assignments-checkpatch-fixes.patch "
` [folded-merged] checkpatch-allow-not-using-f-with-files-that-are-in-git-fix.patch "
` [folded-merged] checkpatch-emit-a-warning-on-embedded-filenames-fix.patch "
` [folded-merged] fs-binfmt_elf-use-pt_load-p_align-values-for-suitable-start-address-fix.patch "
` [folded-merged] fs-binfmt_elf-use-pt_load-p_align-values-for-suitable-start-address-v4.patch "
[meta-networking][PATCH 1/2] samba,arptables,ncp: Use new license names in LIC_FILES_CHKSUM
2020-10-16 2:22 UTC (2+ messages)
` [meta-oe][PATCH 2/2] gnome-doc-utils-stub: "
[OE-core] [PATCH] strace: upgrade 5.8 -> 5.9
2020-10-16 2:20 UTC
[OE-core] [PATCH] libuv: upgrade 1.39.0 -> 1.40.0
2020-10-16 2:19 UTC
[PATCH v3 00/10] More commit-graph/Bloom filter improvements
2020-10-16 2:18 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 04/10] commit-graph: persist existence of changed-paths
[PATCH v2] virtio-net: Set mac address to hardware if the peer is vdpa
2020-10-16 2:17 UTC (2+ messages)
[PATCH] test_cmp: diagnose incorrect arguments
2020-10-16 2:18 UTC (4+ messages)
` [PATCH v2] "
[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
2020-10-16 2:16 UTC (5+ messages)
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
stable-rc/queue/4.19 baseline: 129 runs, 1 regressions (v4.19.151-4-g939a12d07c2d)
2020-10-16 2:15 UTC
[dpdk-dev] [PATCH v4 0/8] Add Crypto PMD for Broadcom`s FlexSparc devices
2020-10-16 2:15 UTC (4+ messages)
` [dpdk-dev] [PATCH v5 "
[dpdk-dev] [PATCH] build: fix memcpy behaviour regression
2020-10-16 2:13 UTC (2+ messages)
[dpdk-dev] [PATCH] app/testpmd: fix flow flush with invalid port
2020-10-16 2:03 UTC (5+ messages)
` [dpdk-dev] [PATCH v2] "
[PATCH] mmc: mtk-sd: change some dev_err into dev_dbg
2020-10-16 2:12 UTC (2+ messages)
[PATCH v12 0/4] xfs: Remove wrappers for some semaphores
2020-10-16 2:10 UTC (5+ messages)
` [PATCH v12 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v12 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v12 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v12 4/4] xfs: replace mrlock_t with rw_semaphores
[PATCH] recipes: Use GPL-2.0-only instead of GPL-2.0 for LIC_FILES_CHKSUM
2020-10-16 2:06 UTC
[PATCH] rtnetlink: fix data overflow in rtnl_calcit()
2020-10-16 2:02 UTC
[PATCH 1/2] drm:amdgpu: check before setting hw priority
2020-10-16 2:01 UTC (2+ messages)
[GIT PULL] Networking
2020-10-16 2:00 UTC (2+ messages)
Where to download znus 0011-linux-user-remove-host-stime-syscall.patch?
2020-10-16 1:57 UTC
[RFC PATCH 0/5] implement containerized syncfs for overlayfs
2020-10-16 1:56 UTC (10+ messages)
` [RFC PATCH 1/5] fs: introduce notifier list for vfs inode
[PATCH 0/8] staging: wfx: fix issues reported by Smatch
2020-10-16 1:50 UTC (3+ messages)
` [PATCH 8/8] staging: wfx: improve robustness of wfx_get_hw_rate()
[PATCH v5.4 0/3] Update SELinuxfs out of tree and then swapover
2020-10-16 1:50 UTC (3+ messages)
` [PATCH v5.4 3/3] selinux: Create new booleans and class dirs out of tree
Where to download zeus 0011-linux-user-remove-host-stime-syscall.patch?
2020-10-16 1:48 UTC
linux-next: manual merge of the amdgpu tree with Linus' tree
2020-10-16 1:48 UTC
[Intel-gfx] [PATCH] drm/i915/gt: Delay execlist processing for tgl
2020-10-16 1:47 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[PATCH v9] usb: add MediaTek USB3 DRD driver
2020-10-16 1:43 UTC (7+ messages)
[dpdk-dev] [PATCH v1 0/2] enable large VF configuration
2020-10-16 1:43 UTC (10+ messages)
` [dpdk-dev] [PATCH v5 "
` [dpdk-dev] [PATCH v5 1/2] net/iavf: add IAVF request queues function
` [dpdk-dev] [PATCH v5 2/2] net/iavf: enable large VF configuration
` [dpdk-dev] [PATCH v6 0/2] "
` [dpdk-dev] [PATCH v6 1/2] net/iavf: add IAVF request queues function
` [dpdk-dev] [PATCH v6 2/2] net/iavf: enable large VF configuration
[PATCH v2 0/2] hw/rtc/m48t59: Simplify m48t59_init()
2020-10-16 0:44 UTC (4+ messages)
` [PATCH v2 2/2] hw/rtc/m48t59: Simplify m48t59_init() passing MemoryRegion argument
Where to download zeus 0011-linux-user-remove-host-stime-syscall.patch?
2020-10-16 1:41 UTC
[dpdk-dev] [PATCH v2] net/vhost: fix xstats wrong after clearing stats
2020-10-16 1:38 UTC (3+ messages)
` [dpdk-dev] [PATCH v3] "
[dpdk-dev] [PATCH 0/4] introduce support for hairpin between two ports
2020-10-16 1:34 UTC (4+ messages)
` [dpdk-dev] [PATCH v6 0/5] "
[PATCH v2] x86/insn, tools/x86: Fix some potential undefined behavior
2020-10-16 1:33 UTC (2+ messages)
[PATCH][wip/dovetail] cobalt/sched: init RESCHEDULE_OOB_IPI and register interrupt handler
2020-10-16 1:32 UTC (3+ messages)
next/pending-fixes build: 202 builds: 2 failed, 200 passed, 964 errors, 291 warnings (v5.9-10224-g4054eebdfdd6)
2020-10-16 1:31 UTC
[ndctl PATCH] Clarify COPYING
2020-10-16 1:12 UTC
stable-rc/linux-5.8.y baseline: 202 runs, 1 regressions (v5.8.15)
2020-10-16 1:29 UTC
[dpdk-dev] [PATCH 00/11] ethdev: change device stop to return status
2020-10-16 1:28 UTC (4+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v2 03/11] app: check eth dev stop status
RPi3: serial console
2020-10-16 1:28 UTC (5+ messages)
[PATCH] Provider/rxe: Fix regression to UD traffic
2020-10-16 1:23 UTC (3+ messages)
[PATCH] ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers
2020-10-16 1:21 UTC (14+ messages)
` [alsa-devel] "
[RFC PATCH v2 0/8] block-backend: Introduce I/O hang
2020-10-16 1:12 UTC (3+ messages)
Slow USB init on 5.8.9 / 5.8.14 / 5.9.0
2020-10-16 1:12 UTC (2+ messages)
mt76 support for MT7668 SDIO?
2020-10-16 1:04 UTC (3+ messages)
[PATCH] credential: load default config
2020-10-16 1:04 UTC (2+ messages)
[xen-unstable test] 155861: regressions - FAIL
2020-10-16 1:01 UTC
【楽天市場】支払情報一致していません 2020/10/16 10:01:08
2020-10-16 1:01 UTC
[Intel-gfx] [CI] drm/i915/gt: Confirm the context survives execution
2020-10-16 0:58 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Confirm the context survives execution (rev3)
[PATCH v5 4/5] RDMA/mlx5: Support dma-buf based userspace memory region
2020-10-16 0:54 UTC (2+ messages)
[dpdk-dev] [PATCH] gso: fix free issue of mbuf gso segments attach to
2020-10-16 0:53 UTC (9+ messages)
[Buildroot] [Bug 13276] New: libcap builds libcap.pc incorreclty
2020-10-16 0:47 UTC
[PATCH v7 0/4] Add Caninos Loucos Labrador CoM and Base Board Device Tree
2020-10-15 23:57 UTC (6+ messages)
` [PATCH v7 4/4] arm64: dts: Add Caninos Loucos Labrador v3
zionitld3@gmail.com
2020-10-16 0:31 UTC
[PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
2020-10-16 0:42 UTC (4+ messages)
[PATCH v2] hvmloader: flip "ACPI data" to "ACPI NVS" type for ACPI table region
2020-10-16 0:39 UTC
[PATCH 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
2020-10-16 0:38 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] test-lib: allow selecting tests by substring/regex with --run
[PATCH] hw/net: move allocation to the heap due to very large stack frame
2020-10-16 0:32 UTC (9+ messages)
[PATCH drm/hisilicon v3 0/2] Use the same style of variable type
2020-10-16 0:38 UTC (3+ messages)
` [PATCH drm/hisilicon v3 1/2] drm/hisilicon: Use the same style of variable type in hibmc_drm_de
` [PATCH drm/hisilicon v3 2/2] drm/hisilicon: Use the same style of variable type in hibmc_drm_drv
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.