All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-02 02:44:06 to 2020-04-02 04:07:22 UTC [more...]

incoming
 2020-04-02  4:07 UTC  (85+ messages)
` [patch 001/155] tools/accounting/getdelays.c: fix netlink attribute length
` [patch 002/155] kthread: mark timer used by delayed kthread works as IRQ safe
` [patch 003/155] asm-generic: make more kernel-space headers mandatory
` [patch 004/155] scripts/spelling.txt: add syfs/sysfs pattern
` [patch 005/155] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 006/155] ocfs2: remove FS_OCFS2_NM
` [patch 007/155] ocfs2: remove unused macros
` [patch 008/155] ocfs2: use OCFS2_SEC_BITS in macro
` [patch 009/155] ocfs2: remove dlm_lock_is_remote
` [patch 010/155] ocfs2: there is no need to log twice in several functions
` [patch 011/155] ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
` [patch 012/155] ocfs2: remove useless err
` [patch 013/155] ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock()
` [patch 014/155] ocfs2: replace zero-length array with flexible-array member
` [patch 015/155] ocfs2: cluster: "
` [patch 016/155] ocfs2: dlm: "
` [patch 017/155] ocfs2: ocfs2_fs.h: "
` [patch 018/155] ocfs2: roll back the reference count modification of the parent directory if an error occurs
` [patch 019/155] ocfs2: use scnprintf() for avoiding potential buffer overflow
` [patch 020/155] ocfs2: use memalloc_nofs_save instead of memalloc_noio_save
` [patch 021/155] fs_parse: remove pr_notice() about each validation
` [patch 022/155] mm/slub.c: replace cpu_slab->partial with wrapped APIs
` [patch 023/155] mm/slub.c: replace kmem_cache->cpu_partial "
` [patch 024/155] slub: improve bit diffusion for freelist ptr obfuscation
` [patch 025/155] slub: relocate freelist pointer to middle of object
` [patch 026/155] revert "topology: add support for node_to_mem_node() to determine the fallback node"
` [patch 027/155] mm/kmemleak.c: use address-of operator on section symbols
` [patch 028/155] mm/Makefile: disable KCSAN for kmemleak
` [patch 029/155] mm/filemap.c: don't bother dropping mmap_sem for zero size readahead
` [patch 030/155] mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
` [patch 031/155] mm/filemap.c: clear page error before actual read
` [patch 032/155] mm/filemap.c: remove unused argument from shrink_readahead_size_eio()
` [patch 033/155] mm/filemap.c: use vm_fault error code directly
` [patch 034/155] include/linux/pagemap.h: rename arguments to find_subpage
` [patch 035/155] mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io
` [patch 036/155] mm/filemap.c: unexport find_get_entry
` [patch 037/155] mm/filemap.c: rewrite pagecache_get_page documentation
` [patch 038/155] mm/gup: split get_user_pages_remote() into two routines
` [patch 039/155] mm/gup: pass a flags arg to __gup_device_* functions
` [patch 040/155] mm: introduce page_ref_sub_return()
` [patch 041/155] mm/gup: pass gup flags to two more routines
` [patch 042/155] mm/gup: require FOLL_GET for get_user_pages_fast()
` [patch 043/155] mm/gup: track FOLL_PIN pages
` [patch 044/155] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [patch 045/155] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [patch 046/155] mm/gup_benchmark: support pin_user_pages() and related calls
` [patch 047/155] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [patch 048/155] mm: improve dump_page() for compound pages
` [patch 049/155] mm: dump_page(): additional diagnostics for huge pinned pages
` [patch 050/155] mm/gup/writeback: add callbacks for inaccessible pages
` [patch 051/155] mm/gup: rename nr as nr_pinned in get_user_pages_fast()
` [patch 052/155] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
` [patch 053/155] mm/swapfile.c: fix comments for swapcache_prepare
` [patch 054/155] mm/swap.c: not necessary to export __pagevec_lru_add()
` [patch 055/155] mm/swapfile: fix data races in try_to_unuse()
` [patch 056/155] mm/swap_slots.c: assign|reset cache slot by value directly
` [patch 057/155] mm: swap: make page_evictable() inline
` [patch 058/155] mm: swap: use smp_mb__after_atomic() to order LRU bit set
` [patch 059/155] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
` [patch 060/155] mm, memcg: fix build error around the usage of kmem_caches
` [patch 061/155] mm/memcontrol.c: allocate shrinker_map on appropriate NUMA node
` [patch 062/155] mm: memcg/slab: use mem_cgroup_from_obj()
` [patch 063/155] mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments
` [patch 064/155] mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments
` [patch 065/155] mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
` [patch 066/155] mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()
` [patch 067/155] mm: memcg/slab: cache page number in memcg_(un)charge_slab()
` [patch 068/155] mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()
` [patch 069/155] mm: memcontrol: fix memory.low proportional distribution
` [patch 070/155] mm: memcontrol: clean up and document effective low/min calculations
` [patch 071/155] mm: memcontrol: recursive memory.low protection
` [patch 072/155] memcg: css_tryget_online cleanups
` [patch 073/155] mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused
` [patch 074/155] mm, memcg: prevent memory.high load/store tearing
` [patch 075/155] mm, memcg: prevent memory.max load tearing

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-04-02  4:02 UTC  (14+ messages)

[PATCH bpf-next v9 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-04-02  4:03 UTC  (4+ messages)
` [PATCH bpf-next v9 7/8] bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM

[PATCH v7 00/10] Support ROHM BD99954 charger IC
 2020-04-02  4:03 UTC  (8+ messages)
` [PATCH v7 03/10] lib: add linear ranges helpers
    ` [SPF Softfail] "

[PATCH] hwmon: (dell-smm) Use one DMI match for all XPS models
 2020-04-02  4:02 UTC 

[PATCH] virtio/test: fix up after IOTLB changes
 2020-04-02  4:01 UTC  (2+ messages)

[PATCH v4 0/4] Documentation/litmus-tests: Add litmus tests for atomic APIs
 2020-04-02  3:58 UTC  (4+ messages)

[PATCH v2] fs: Fix missing 'bit' in comment
 2020-04-02  3:58 UTC 

[PATCH] net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entry
 2020-03-25 20:27 UTC 

[RFC PATCH v2] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-02  3:53 UTC  (6+ messages)
    ` [EXT] "

[Intel-wired-lan] [PATCH v1 1/1] igc: Remove unneeded register
 2020-04-02  3:52 UTC  (2+ messages)

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-04-02  3:50 UTC  (9+ messages)

[Intel-wired-lan] [PATCH v1 1/1] igc: Remove unneeded definition
 2020-04-02  3:51 UTC  (2+ messages)

[PATCH -next] ext4: remove set but not used variable 'es' in ext4_jbd2.c
 2020-04-02  3:47 UTC 

[Intel-wired-lan] [PATCH 00/10] igc: Align log messages
 2020-04-02  3:49 UTC  (21+ messages)
` [Intel-wired-lan] [PATCH 01/10] igc: Use netdev log helpers in igc_main.c
` [Intel-wired-lan] [PATCH 02/10] igc: Use netdev log helpers in igc_ethtool.c
` [Intel-wired-lan] [PATCH 03/10] igc: Use netdev log helpers in igc_ptp.c
` [Intel-wired-lan] [PATCH 04/10] igc: Use netdev log helpers in igc_dump.c
` [Intel-wired-lan] [PATCH 05/10] igc: Use netdev log helpers in igc_base.c
` [Intel-wired-lan] [PATCH 06/10] igc: Use netdev log helpers in igc_diag.c
` [Intel-wired-lan] [PATCH 07/10] igc: Remove '\n' from log strings in igc_i225.c
` [Intel-wired-lan] [PATCH 08/10] igc: Remove '\n' from log strings in igc_mac.c
` [Intel-wired-lan] [PATCH 09/10] igc: Remove '\n' from log messages in igc_nvm.c
` [Intel-wired-lan] [PATCH 10/10] igc: Remove '\n' from log strings in igc_phy.c

[PATCH] prctl.2: doc PR_SET/GET_IO_FLUSHER - V4
 2020-04-02  3:46 UTC  (2+ messages)

Files get sporadically lost for native packages
 2020-04-02  3:42 UTC  (2+ messages)
` [yocto] "

[PATCH -next] ext4: remove set but not used variable 'es'
 2020-04-02  3:39 UTC 

[RFC 0/3] block: address blktrace use-after-free
 2020-04-02  3:39 UTC  (3+ messages)
` [RFC 3/3] block: avoid deferral of blk_release_queue() work

[folded-merged] hugetlb-support-file_region-coalescing-again-fix-2.patch removed from -mm tree
 2020-04-02  3:39 UTC 

[folded-merged] hugetlb-support-file_region-coalescing-again-fix.patch removed from -mm tree
 2020-04-02  3:39 UTC 

[folded-merged] hugetlb_cgroup-add-accounting-for-shared-mappings-fix.patch removed from -mm tree
 2020-04-02  3:39 UTC 

[folded-merged] hugetlb-disable-region_add-file_region-coalescing-fix.patch removed from -mm tree
 2020-04-02  3:38 UTC 

[folded-merged] hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix.patch removed from -mm tree
 2020-04-02  3:37 UTC 

[PATCH] Documentation: dt-bindings: Document 'rng-seed' for /chosen
 2020-04-02  3:36 UTC 

[folded-merged] mm-compaction-disable-compact_unevictable_allowed-on-rt-v5.patch removed from -mm tree
 2020-04-02  3:36 UTC 

[PATCH 1/4] ell: add missing void to function declarations
 2020-04-02  3:36 UTC  (4+ messages)
` [PATCH 2/4] ell: add missing format attribute
` [PATCH 3/4] ell: remove extra/unnecessary semicolons
` [PATCH 4/4] ell: switch to new __atomic API

[folded-merged] mmthpcompactioncma-allow-thp-migration-for-cma-allocations-fix.patch removed from -mm tree
 2020-04-02  3:35 UTC 

[folded-merged] kasan-fix-wstringop-overflow-warning.patch removed from -mm tree
 2020-04-02  3:34 UTC 

cron job: media_tree daily build: OK
 2020-04-02  3:34 UTC 

[folded-merged] kasan-detect-negative-size-in-memory-operation-function-fix-2.patch removed from -mm tree
 2020-04-02  3:33 UTC 

[folded-merged] kasan-detect-negative-size-in-memory-operation-function-fix.patch removed from -mm tree
 2020-04-02  3:33 UTC 

Regarding poppler auto PACKAGECONFIG when qt5-layer exists
 2020-04-02  3:32 UTC  (3+ messages)
  ` [oe] "

[folded-merged] selftest-add-mremap_dontunmap-selftest-v7-checkpatch-fixes.patch removed from -mm tree
 2020-04-02  3:31 UTC 

[folded-merged] selftest-add-mremap_dontunmap-selftest-v7.patch removed from -mm tree
 2020-04-02  3:31 UTC 

[folded-merged] selftest-add-mremap_dontunmap-selftest-fix.patch removed from -mm tree
 2020-04-02  3:31 UTC 

[folded-merged] mm-add-mremap_dontunmap-to-mremap-v7.patch removed from -mm tree
 2020-04-02  3:30 UTC 

[folded-merged] mm-add-mremap_dontunmap-to-mremap-v6.patch removed from -mm tree
 2020-04-02  3:30 UTC 

[folded-merged] mm-mmap-add-trace-point-of-vm_unmapped_area-fix.patch removed from -mm tree
 2020-04-02  3:30 UTC 

[PATCH] util/async: Add memory barrier to aio_ctx_prepare
 2020-04-02  3:29 UTC  (2+ messages)

[folded-merged] mm-introduce-fault_signal_pending-fix.patch removed from -mm tree
 2020-04-02  3:29 UTC 

[folded-merged] mm-swap-make-page_evictable-inline-fix.patch removed from -mm tree
 2020-04-02  3:27 UTC 

[folded-merged] mm-gup-track-foll_pin-pages-fix-2-fix.patch removed from -mm tree
 2020-04-02  3:25 UTC 

[folded-merged] mm-gup-track-foll_pin-pages-fix-2.patch removed from -mm tree
 2020-04-02  3:25 UTC 

[folded-merged] mm-gup-track-foll_pin-pages-fix.patch removed from -mm tree
 2020-04-02  3:25 UTC 

[nfs-utils PATCH RFC v3 0/8] restore nfsdcld
 2020-04-02  3:23 UTC  (3+ messages)
` [nfs-utils PATCH RFC v3 6/8] nfsdcld: add /etc/nfs.conf support

[PATCH V9 0/9] vDPA support
 2020-04-02  3:22 UTC  (9+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig

crash unloading kvm_hv
 2020-04-02  3:14 UTC  (2+ messages)

[PATCH] netbase: use git fetcher
 2020-04-02  3:01 UTC  (4+ messages)
` [OE-core] "

[PATCH] checkpatch: Warn about data_race() without comment
 2020-04-02  3:12 UTC  (5+ messages)
    ` [PATCH] checkpatch: Look for c99 comments in ctx_locate_comment

[PATCH v11 0/5] Xilinx ZynqMP DisplayPort Subsystem DRM/KMS driver
 2020-04-02  3:11 UTC  (6+ messages)
` [PATCH v11 1/5] dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings

[PATCH v5 0/4] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-04-02  3:08 UTC  (4+ messages)
` [PATCH v5 1/4] powerpc/papr_scm: Fetch nvdimm health information from PHYP

✅ PASS: Test report for kernel 5.5.14-1c26f19.cki (stable-queue)
 2020-04-02  3:06 UTC 

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-04-02  3:05 UTC  (7+ messages)

✅ PASS: Test report for kernel 5.5.15-rc1-cd17199.cki (stable)
 2020-04-02  3:05 UTC 

[dpdk-dev] [PATCH] vhost: cache guest/vhost physical address mapping
 2020-04-02  3:04 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 1/2] vhost: utilize dpdk dynamic memory allocator
  ` [dpdk-dev] [PATCH v2 2/2] vhost: cache gpa to hpa translation

[PATCH 00/16] perf intel-pt: Sampling improvements
 2020-04-02  3:03 UTC  (3+ messages)
` [PATCH 04/16] perf arm-spe: Implement ->evsel_is_auxtrace() callback

[peterz-queue:core/objtool 18/33] arch/x86/kernel/cpu/mce/core.o: warning: objtool: do_machine_check()+0x5fe: stack state mismatch: cfa1=7+264 cfa2=7+304
 2020-04-02  3:03 UTC 

Rebase-via-merge behavior difference between Linux and Windows
 2020-04-02  3:02 UTC  (4+ messages)

[PATCH 0/4] xfs: random fixes
 2020-04-02  3:05 UTC  (3+ messages)
` [PATCH 3/4] xfs: drop all altpath buffers at the end of the sibling check

[PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes
 2020-04-02  3:00 UTC  (9+ messages)
` [PATCH 5/6] arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 register
` [PATCH 6/6] arm64/cpufeature: Replace all open bits shift encodings with macros

[dpdk-dev] [PATCH] net/i40e: enable dst MAC address as FDIR input set
 2020-04-02  2:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] net/i40e: enable "

[dpdk-dev] [PATCH v1 0/2] one way barrier for split vring idx
 2020-04-02  2:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v2 1/2] virtio: one way barrier for split vring used idx
` [dpdk-dev] [PATCH v2 2/2] virtio: one way barrier for split vring avail idx

[dpdk-dev] [PATCH] net/ice: fix RSS advanced rule invalid issue
 2020-04-02  2:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

Upcoming: Notifications, FS notifications and fsinfo()
 2020-04-02  2:52 UTC  (9+ messages)

[PATCH V4 00/13] Add driver for dvfsrc, support for active state of scpsys
 2020-04-02  2:48 UTC  (15+ messages)
` [PATCH V4 06/13] soc: mediatek: add MT8183 dvfsrc support
` [PATCH V4 09/13] interconnect: mediatek: Add mt8183 interconnect provider driver

[PATCH v2 -next] vdpasim: Return status in vdpasim_get_status
 2020-04-02  2:49 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2] util/async: Add memory barrier to aio_ctx_prepare
 2020-04-02  2:44 UTC 

[PATCH -next] virtio: vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'
 2020-04-02  2:46 UTC  (3+ messages)
` [PATCH v2 -next] "

[PATCH 1/1] ASoC: soc-compress: lock pcm_mutex to resolve lockdep error
 2020-04-02  2:44 UTC  (4+ messages)

[PATCH v3] mm: hugetlb: optionally allocate gigantic hugepages using cma 65;5803;1c Commit 944d9fec8d7a ("hugetlb: add support for gigantic page allocation at runtime") has added the run-time allocation of gigantic pages. However it actually works only at early stages of the system loading, when the majority of memory is free. After some time the memory gets fragmented by non-movable pages, so the chances to find a contiguous 1 GB block are getting close to zero. Even dropping caches manually doesn't help a lot
 2020-04-02  2:44 UTC  (3+ messages)

[PATCH RFC 0/4] dm-zoned: Metadata V2
 2020-04-02  2:45 UTC  (5+ messages)
` [PATCH 4/4] dm-zoned: allow for device size smaller than the capacity

[PATCH v1 0/2] Fix A10 clock driver crash after changes in DM core
 2020-04-02  2:44 UTC  (9+ messages)
` [PATCH v1 1/2] clk: socfpga: Read the clock parent's register base in probe function

[dpdk-dev] [PATCH 1/2] test/malloc: run realloc tests on external heap
 2020-04-02  2:43 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] test/malloc: add bad parameter tests for realloc


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.