All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-02 03:04:50 to 2020-04-02 04:09:19 UTC [more...]

incoming
 2020-04-02  4:09 UTC  (122+ 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
` [patch 076/155] mm, memcg: prevent memory.low load/store tearing
` [patch 077/155] mm, memcg: prevent memory.min "
` [patch 078/155] mm, memcg: prevent memory.swap.max load tearing
` [patch 079/155] mm, memcg: prevent mem_cgroup_protected store tearing
` [patch 080/155] mm: memcg: make memory.oom.group tolerable to task migration
` [patch 081/155] mm/mapping_dirty_helpers: update huge page-table entry callbacks
` [patch 082/155] mm/vma: move VM_NO_KHUGEPAGED into generic header
` [patch 083/155] mm/vma: make vma_is_foreign() available for general use
` [patch 084/155] mm/vma: make is_vma_temporary_stack() "
` [patch 085/155] mm: add pagemap.h to the fine documentation
` [patch 086/155] mm/gup: rename "nonblocking" to "locked" where proper
` [patch 087/155] mm/gup: fix __get_user_pages() on fault retry of hugetlb
` [patch 088/155] mm: introduce fault_signal_pending()
` [patch 089/155] x86/mm: use helper fault_signal_pending()
` [patch 090/155] arc/mm: "
` [patch 091/155] arm64/mm: "
` [patch 092/155] powerpc/mm: "
` [patch 093/155] sh/mm: "
` [patch 094/155] mm: return faster for non-fatal signals in user mode faults
` [patch 095/155] userfaultfd: don't retake mmap_sem to emulate NOPAGE
` [patch 096/155] mm: introduce FAULT_FLAG_DEFAULT
` [patch 097/155] mm: introduce FAULT_FLAG_INTERRUPTIBLE
` [patch 098/155] mm: allow VM_FAULT_RETRY for multiple times
` [patch 099/155] mm/gup: "
` [patch 100/155] mm/gup: allow to react to fatal signals
` [patch 101/155] mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path
` [patch 102/155] mm: clarify a confusing comment for remap_pfn_range()
` [patch 103/155] mm/memory.c: clarify a confusing comment for vm_iomap_memory
` [patch 104/155] mmap: remove inline of vm_unmapped_area
` [patch 105/155] mm: mmap: add trace point "
` [patch 106/155] mm/mremap: add MREMAP_DONTUNMAP to mremap()

[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  (6+ 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  (6+ 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


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.