All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-13 23:12:48 to 2020-10-13 23:54:53 UTC [more...]

incoming
 2020-10-13 23:54 UTC  (119+ messages)
` [patch 001/181] compiler-clang: add build check for clang 10.0.1
` [patch 002/181] Revert "kbuild: disable clang's default use of -fmerge-all-constants"
` [patch 003/181] Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"
` [patch 004/181] Revert "arm64: vdso: Fix compilation with clang older than 8"
` [patch 005/181] Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer"
` [patch 006/181] kasan: remove mentions of unsupported Clang versions
` [patch 007/181] compiler-gcc: improve version error
` [patch 008/181] compiler.h: avoid escaped section names
` [patch 009/181] export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
` [patch 010/181] kbuild: doc: describe proper script invocation
` [patch 011/181] scripts/spelling.txt: increase error-prone spell checking
` [patch 012/181] scripts/spelling.txt: add "arbitrary" typo
` [patch 013/181] scripts/decodecode: add the capability to supply the program counter
` [patch 014/181] ntfs: add check for mft record size in superblock
` [patch 015/181] ocfs2: delete repeated words in comments
` [patch 016/181] ocfs2: fix potential soft lockup during fstrim
` [patch 017/181] fs/xattr.c: fix kernel-doc warnings for setxattr & removexattr
` [patch 018/181] fs_parse: mark fs_param_bad_value() as static
` [patch 019/181] mm/slab.c: clean code by removing redundant if condition
` [patch 020/181] include/linux/slab.h: fix a typo error in comment
` [patch 021/181] mm/slub.c: branch optimization in free slowpath
` [patch 022/181] mm/slub: fix missing ALLOC_SLOWPATH stat when bulk alloc
` [patch 023/181] mm/slub: make add_full() condition more explicit
` [patch 024/181] mm/kmemleak: rely on rcu for task stack scanning
` [patch 025/181] mm,kmemleak-test.c: move kmemleak-test.c to samples dir
` [patch 026/181] x86/numa: cleanup configuration dependent command-line options
` [patch 027/181] x86/numa: add 'nohmat' option
` [patch 028/181] efi/fake_mem: arrange for a resource entry per efi_fake_mem instance
` [patch 029/181] ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
` [patch 030/181] resource: report parent to walk_iomem_res_desc() callback
` [patch 031/181] mm/memory_hotplug: introduce default phys_to_target_node() implementation
` [patch 032/181] ACPI: HMAT: attach a device for each soft-reserved range
` [patch 033/181] device-dax: drop the dax_region.pfn_flags attribute
` [patch 034/181] device-dax: move instance creation parameters to 'struct dev_dax_data'
` [patch 035/181] device-dax: make pgmap optional for instance creation
` [patch 036/181] device-dax/kmem: introduce dax_kmem_range()
` [patch 037/181] device-dax/kmem: move resource name tracking to drvdata
` [patch 038/181] device-dax/kmem: replace release_resource() with release_mem_region()
` [patch 039/181] device-dax: add an allocation interface for device-dax instances
` [patch 040/181] device-dax: introduce 'struct dev_dax' typed-driver operations
` [patch 041/181] device-dax: introduce 'seed' devices
` [patch 042/181] drivers/base: make device_find_child_by_name() compatible with sysfs inputs
` [patch 043/181] device-dax: add resize support
` [patch 044/181] mm/memremap_pages: convert to 'struct range'
` [patch 045/181] mm/memremap_pages: support multiple ranges per invocation
` [patch 046/181] device-dax: add dis-contiguous resource support
` [patch 047/181] device-dax: introduce 'mapping' devices
` [patch 048/181] device-dax: make align a per-device property
` [patch 049/181] device-dax: add an 'align' attribute
` [patch 050/181] dax/hmem: introduce dax_hmem.region_idle parameter
` [patch 051/181] device-dax: add a range mapping allocation attribute
` [patch 052/181] mm/debug.c: do not dereference i_ino blindly
` [patch 053/181] mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
` [patch 054/181] mm: factor find_get_incore_page out of mincore_page
` [patch 055/181] mm: use find_get_incore_page in memcontrol
` [patch 056/181] mm: optimise madvise WILLNEED
` [patch 057/181] proc: optimise smaps for shmem entries
` [patch 058/181] i915: use find_lock_page instead of find_lock_entry
` [patch 059/181] mm: convert find_get_entry to return the head page
` [patch 060/181] mm/shmem: return head page from find_lock_entry
` [patch 061/181] mm: add find_lock_head
` [patch 062/181] mm/filemap: fix filemap_map_pages for THP
` [patch 063/181] mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
` [patch 064/181] mm/gup_benchmark: update the documentation in Kconfig
` [patch 065/181] mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag
` [patch 066/181] mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM
` [patch 067/181] mm/gup: protect unpin_user_pages() against npages==-ERRNO
` [patch 068/181] swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
` [patch 069/181] mm: remove activate_page() from unuse_pte()
` [patch 070/181] mm: remove superfluous __ClearPageActive()
` [patch 071/181] mm/swap.c: fix confusing comment in release_pages()
` [patch 072/181] mm/swap_slots.c: remove always zero and unused return value of enable_swap_slots_cache()
` [patch 073/181] mm/page_io.c: remove useless out label in __swap_writepage()
` [patch 074/181] mm/swap.c: fix incomplete comment in lru_cache_add_inactive_or_unevictable()
` [patch 075/181] mm/swapfile.c: remove unnecessary goto out in _swap_info_get()
` [patch 076/181] mm/swapfile.c: fix potential memory leak in sys_swapon
` [patch 077/181] mm/memremap.c: convert devmap static branch to {inc,dec}
` [patch 078/181] mm: memcontrol: use flex_array_size() helper in memcpy()
` [patch 079/181] mm: memcontrol: use the preferred form for passing the size of a structure type
` [patch 080/181] mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()
` [patch 081/181] mm: memcontrol: correct the comment of mem_cgroup_iter()
` [patch 082/181] mm/memcg: clean up obsolete enum charge_type
` [patch 083/181] mm/memcg: simplify mem_cgroup_get_max()
` [patch 084/181] mm/memcg: unify swap and memsw page counters
` [patch 085/181] mm: memcontrol: add the missing numa_stat interface for cgroup v2
` [patch 086/181] mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge()
` [patch 087/181] mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()
` [patch 088/181] mm: memcg/slab: uncharge during kmem_cache_free_bulk()
` [patch 089/181] mm/memcg: fix device private memcg accounting
` [patch 090/181] selftests/vm: fix false build success on the second and later attempts
` [patch 091/181] selftests/vm: fix incorrect gcc invocation in some cases
` [patch 092/181] mm: account PMD tables like PTE tables
` [patch 093/181] mm/memory.c: fix typo in __do_fault() comment
` [patch 094/181] mm/memory.c: replace vmf->vma with variable vma
` [patch 095/181] mm/mmap: rename __vma_unlink_common() to __vma_unlink()
` [patch 096/181] mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase()
` [patch 097/181] mmap locking API: add mmap_lock_is_contended()
` [patch 098/181] mm: smaps*: extend smap_gather_stats to support specified beginning
` [patch 099/181] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
` [patch 100/181] mm: move PageDoubleMap bit
` [patch 101/181] mm: simplify PageDoubleMap with PF_SECOND policy
` [patch 102/181] mm/mmap: leave adjust_next as virtual address instead of page frame number
` [patch 103/181] mm/memory.c: fix spello of "function"
` [patch 104/181] mm/mmap: not necessary to check mapping separately
` [patch 105/181] mm/mmap: check on file instead of the rb_root_cached of its address_space
` [patch 106/181] mm: use helper function mapping_allow_writable()
` [patch 107/181] mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_struct()
` [patch 108/181] mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()
` [patch 109/181] mm: remove src/dst mm parameter in copy_page_range()
` [patch 110/181] include/linux/huge_mm.h: remove mincore_huge_pmd declaration
` [patch 111/181] tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macro
` [patch 112/181] lib/test_hmm.c: remove unused dmirror_zero_page
` [patch 113/181] mm/dmapool.c: replace open-coded list_for_each_entry_safe()
` [patch 114/181] mm/dmapool.c: replace hard coded function name with __func__
` [patch 115/181] mm/memory-failure: do pgoff calculation before for_each_process()
` [patch 116/181] mm/memory-failure.c: remove unused macro `writeback'
` [patch 117/181] mm/vmalloc.c: update the comment in __vmalloc_area_node()
` [patch 118/181] mm/vmalloc.c: fix the comment of find_vm_area

Nouveau DRM failure on 5120x1440 screen with 5.8/5.9 kernel
 2020-10-13 23:54 UTC  (2+ messages)

[GIT PULL] printk for 5.10 (includes lockless ringbuffer)
 2020-10-13 23:49 UTC  (2+ messages)

[GIT PULL] Smack patches for v5.10
 2020-10-13 23:49 UTC  (2+ messages)

[GIT PULL] seccomp updates for v5.10-rc1
 2020-10-13 23:49 UTC  (2+ messages)

[PATCH 1/1] IB/isert: add module param to set sg_tablesize for IO cmd
 2020-10-13 23:48 UTC  (3+ messages)

[GIT PULL] overflow update for v5.10-rc1
 2020-10-13 23:49 UTC  (2+ messages)

[GIT PULL] SELinux patches for v5.10
 2020-10-13 23:49 UTC  (2+ messages)

[GIT PULL] Audit patches for v5.10
 2020-10-13 23:49 UTC  (2+ messages)

[PATCH 0/4] Netfilter fixes for net
 2020-10-13 23:45 UTC  (5+ messages)
` [PATCH 1/4] selftests: netfilter: extend nfqueue test case
` [PATCH 2/4] ipvs: clear skb->tstamp in forwarding path
` [PATCH 3/4] netfilter: nftables: extend error reporting for chain updates
` [PATCH 4/4] netfilter: nf_log: missing vlan offload tag and proto

[PATCHSET v4] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:45 UTC  (7+ messages)
` [PATCH 2/4] kernel: add task_sigpending() helper
` [PATCH 3/4] kernel: add support for TIF_NOTIFY_SIGNAL

[PATCH v2 1/4] spirv-tools: import from meta-oe to OE core
 2020-10-13 23:44 UTC  (4+ messages)
` [PATCH v2 2/4] spirv-tools: enable native build and install more header files
` [PATCH v2 3/4] glslang: add receipe
` [PATCH v2 4/4] shaderc: "

[PATCH v2 1/3] remote-curl: add testing for intelligent retry for HTTP
 2020-10-13 23:45 UTC  (4+ messages)
` [PATCH v2 3/3] http: automatically retry some requests

[meta-python][PATCH 1/5] python3-configparser: Upgrade 5.0.0 -> 5.0.1
 2020-10-13 23:44 UTC  (10+ messages)
` [meta-python][PATCH 2/5] python3-pywbemtools: Upgrade 0.7.2 -> 0.7.3
  ` [oe] "
` [meta-python][PATCH 3/5] python3-colorlog: Upgrade 4.2.1 -> 4.4.0
  ` [oe] "
` [meta-python][PATCH 4/5] python3-markdown: Upgrade 3.2.2 -> 3.3
  ` [oe] "
` [meta-python][PATCH 5/5] python3-tqdm: Upgrade 4.50.0 -> 4.50.2
  ` [oe] "
` [oe] [meta-python][PATCH 1/5] python3-configparser: Upgrade 5.0.0 -> 5.0.1

[PATCH v3 0/2] vhost-vdpa mapping error path fixes
 2020-10-13 23:42 UTC  (5+ messages)
` [PATCH v3 2/2] vhost-vdpa: fix page pinning leakage in error path

[meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0
 2020-10-13 23:42 UTC  (10+ messages)
` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11
  ` [oe] "
` [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0
  ` [oe] "
` [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1
  ` [oe] "
` [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1
  ` [oe] "
` [oe] [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0

Why not phosphor-dbus-interfaces
 2020-10-13 23:40 UTC 

[Intel-gfx] [PATCH] drm/i915/psr: Configure and Program IO buffer Wake and Fast Wake
 2020-10-13 23:41 UTC  (2+ messages)

IMX8MM imx_tmu
 2020-10-13 23:39 UTC  (2+ messages)

[RFC PATCH 00/22] x86: Support Intel Advanced Matrix Extensions
 2020-10-13 23:38 UTC  (4+ messages)
` [RFC PATCH 22/22] x86/fpu/xstate: Introduce boot-parameters for control some state component support

net: sctp: Fix negotiation of the number of data streams - backport request
 2020-10-13 23:38 UTC  (2+ messages)

[PATCH v2 0/5] hw: Replace some magic by definitions
 2020-10-13 23:35 UTC  (2+ messages)

[PATCH v3] drm/msm/dp: fixes wrong connection state caused by failure of link train
 2020-10-13 23:35 UTC 

[Intel-gfx] [PATCH v2 0/3] drm/i915/guc: Update to GuC v49
 2020-10-13 23:36 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
 2020-10-13 23:35 UTC  (2+ messages)

[PATCH v4] drm/msm/dp: return correct connection status after suspend
 2020-10-13 23:35 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 18:36 UTC  (3+ messages)
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: Utilize new kmap_thread()
  ` [Intel-gfx] "

[PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:34 UTC  (8+ messages)

[PATCH] clk/qcom: fix spelling typo
 2020-10-13 23:32 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/6] drm/i915/display/psr: Calculate selective fetch plane registers
 2020-10-13 23:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/6] "

[Intel-gfx] [CI] drm/i915/gem: Poison stolen pages before use
 2020-10-13 23:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gem: Poison stolen pages before use (rev2)

[PATCH v9 0/5] Add support for KeemBay DRM driver
 2020-10-13 23:30 UTC  (7+ messages)
` [PATCH v9 1/5] dt-bindings: display: Add support for Intel KeemBay Display

[Intel-gfx] [PATCH] drm/i915: Make the GEM reclaim workqueue high priority
 2020-10-13 23:29 UTC  (5+ messages)

[PATCH net] docs: networking: update XPS to account for netif_set_xps_queue
 2020-10-13 23:28 UTC  (2+ messages)

[PATCH] crypto: x86 - remove unused file aes_glue.c
 2020-10-13 23:26 UTC 

[Intel-gfx] [PATCH i-g-t] i915/perf_pmu: Fix perf fd leak
 2020-10-13 23:22 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for i915/perf_pmu: Fix perf fd leak (rev2)

KASAN: use-after-free Read in fscache_alloc_cookie
 2020-10-13 23:22 UTC  (2+ messages)

[ PATCH v2 0/2] ibmveth gso fix
 2020-10-13 23:20 UTC  (3+ messages)
` [ PATCH v2 1/2] ibmveth: Switch order of ibmveth_helper calls
` [ PATCH v2 2/2] ibmveth: Identify ingress large send packets

[peterz-queue:x86/module 3/5] ld.lld: error: failed to open drivers/net/ethernet/mellanox/mlx4/mlx4_core.o: Cannot allocate memory
 2020-10-13 23:20 UTC 

general protection fault in scsi_queue_rq
 2020-10-13 23:08 UTC  (2+ messages)

[PATCH] accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()
 2020-10-13 23:18 UTC  (2+ messages)

[PATCH 0/3] Small improvements to ingenic-drm
 2020-10-13 23:17 UTC  (6+ messages)
` [PATCH 2/3] drm/ingenic: Reset pixclock rate when parent clock rate changes

incoming
 2020-10-13 23:15 UTC  (8+ messages)
` [folded-merged] mm-page_allocc-clean-code-by-removing-unnecessary-initialization-fix.patch removed from -mm tree
` [folded-merged] mm-hugetlb-take-the-free-hpage-during-the-iteration-directly-v4.patch "
` [folded-merged] mm-mempool-add-else-to-split-mutually-exclusive-case-fix.patch "
` [folded-merged] memblock-make-memblock_debug-and-related-functionality-private-fix.patch "
` [folded-merged] arch-drivers-replace-for_each_membock-with-for_each_mem_range-fix.patch "
` [folded-merged] arch-drivers-replace-for_each_membock-with-for_each_mem_range-fix-2.patch "
` [folded-merged] mm-oom_adj-dont-loop-through-tasks-in-__set_oom_adj-when-not-necessary-v3.patch "

[PATCH v3] xfs: introduce xfs_validate_stripe_geometry()
 2020-10-13 23:13 UTC 

[PATCH v2 0/5] docs: automarkup.py: Make automarkup ready for Sphinx 3.1+
 2020-10-13 23:13 UTC  (6+ messages)
` [PATCH v2 1/5] docs: automarkup.py: Use new C roles in Sphinx 3
` [PATCH v2 2/5] docs: automarkup.py: Fix regexes to solve sphinx 3 warnings
` [PATCH v2 3/5] docs: automarkup.py: Skip C reserved words when cross-referencing
` [PATCH v2 4/5] docs: automarkup.py: Add cross-reference for parametrized C macros
` [PATCH v2 5/5] docs: automarkup.py: Allow automatic cross-reference inside C namespace

[PATCH v2 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks
 2020-10-13 23:12 UTC  (4+ messages)
` [PATCH v2 2/2] clk: mediatek: Add MT8167 clock support

[RFC PATCH 0/3] hugetlbfs: introduce hinode_rwsem for pmd sharing synchronization
 2020-10-13 23:10 UTC  (2+ messages)
` [RFC PATCH 2/3] "

[RFC PATCH 0/3] target/mips: Make the number of TLB entries a CPU property
 2020-10-13 23:11 UTC  (2+ messages)


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.