All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 21:39:41 to 2022-03-22 21:43:27 UTC [more...]

[PATCH] efi_loader: optional persistence of variables
 2022-03-22 21:41 UTC  (2+ messages)

incoming
 2022-03-22 21:43 UTC  (153+ messages)
` [patch 017/227] mount: warn only once about timestamp range expiration
` [patch 018/227] mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
` [patch 019/227] filemap: remove find_get_pages()
` [patch 020/227] mm/writeback: minor clean up for highmem_dirtyable_memory
` [patch 021/227] mm: fs: fix lru_cache_disabled race in bh_lru
` [patch 022/227] mm: fix invalid page pointer returned with FOLL_PIN gups
` [patch 023/227] mm/gup: follow_pfn_pte(): -EEXIST cleanup
` [patch 024/227] mm/gup: remove unused pin_user_pages_locked()
` [patch 025/227] mm: change lookup_node() to use get_user_pages_fast()
` [patch 026/227] mm/gup: remove unused get_user_pages_locked()
` [patch 027/227] mm/swap: fix confusing comment in folio_mark_accessed
` [patch 028/227] tmpfs: support for file creation time
` [patch 029/227] shmem: mapping_set_exiting() to help mapped resilience
` [patch 030/227] tmpfs: do not allocate pages on read
` [patch 031/227] mm: shmem: use helper macro __ATTR_RW
` [patch 032/227] memcg: replace in_interrupt() with !in_task()
` [patch 033/227] memcg: add per-memcg total kernel memory stat
` [patch 034/227] mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
` [patch 035/227] mm/memcg: retrieve parent memcg from css.parent
` [patch 036/227] memcg: refactor mem_cgroup_oom
` [patch 037/227] memcg: unify force charging conditions
` [patch 038/227] selftests: memcg: test high limit for single entry allocation
` [patch 039/227] memcg: synchronously enforce memory.high for large overcharges
` [patch 040/227] mm/memcontrol: return 1 from cgroup.memory __setup() handler
` [patch 041/227] mm/memcg: revert ("mm/memcg: optimize user context object stock access")
` [patch 042/227] mm/memcg: disable threshold event handlers on PREEMPT_RT
` [patch 043/227] mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [patch 044/227] mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
` [patch 045/227] mm/memcg: protect memcg_stock with a local_lock_t
` [patch 046/227] mm/memcg: disable migration instead of preemption in drain_all_stock()
` [patch 047/227] mm: list_lru: transpose the array of per-node per-memcg lru lists
` [patch 048/227] mm: introduce kmem_cache_alloc_lru
` [patch 049/227] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [patch 050/227] fs: allocate inode by using alloc_inode_sb()
` [patch 051/227] f2fs: "
` [patch 052/227] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [patch 053/227] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [patch 054/227] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [patch 055/227] mm: list_lru: allocate list_lru_one only when needed
` [patch 056/227] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [patch 057/227] mm: list_lru: replace linear array with xarray
` [patch 058/227] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [patch 059/227] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [patch 060/227] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [patch 061/227] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
` [patch 062/227] memcg: enable accounting for tty-related objects
` [patch 063/227] selftests, x86: fix how check_cc.sh is being invoked
` [patch 064/227] mm: merge pte_mkhuge() call into arch_make_huge_pte()
` [patch 065/227] mm: remove mmu_gathers storage from remaining architectures
` [patch 066/227] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [patch 067/227] mm: fix missing cache flush for all tail pages of compound page
` [patch 068/227] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [patch 069/227] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [patch 070/227] mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
` [patch 071/227] mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic()
` [patch 072/227] mm: replace multiple dcache flush with flush_dcache_folio()
` [patch 073/227] mm: don't skip swap entry even if zap_details specified
` [patch 074/227] mm: rename zap_skip_check_mapping() to should_zap_page()
` [patch 075/227] mm: change zap_details.zap_mapping into even_cows
` [patch 076/227] mm: rework swap handling of zap_pte_range
` [patch 077/227] mm/mmap: return 1 from stack_guard_gap __setup() handler
` [patch 078/227] mm/memory.c: use helper function range_in_vma()
` [patch 079/227] mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()
` [patch 080/227] mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
` [patch 081/227] mm/mmap: remove obsolete comment in ksys_mmap_pgoff
` [patch 082/227] mm/mremap:: use vma_lookup() instead of find_vma()
` [patch 083/227] mm/sparse: make mminit_validate_memmodel_limits() static
` [patch 084/227] mm/vmalloc: remove unneeded function forward declaration
` [patch 085/227] mm/vmalloc: Move draining areas out of caller context
` [patch 086/227] mm/vmalloc: add adjust_search_size parameter
` [patch 087/227] mm/vmalloc: eliminate an extra orig_gfp_mask
` [patch 088/227] mm/vmalloc.c: fix "unused function" warning
` [patch 089/227] mm/vmalloc: fix comments about vmap_area struct
` [patch 090/227] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [patch 091/227] mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()
` [patch 092/227] mm/mmzone.h: remove unused macros
` [patch 093/227] mm/page_alloc: don't pass pfn to free_unref_page_commit()
` [patch 094/227] cma: factor out minimum alignment requirement
` [patch 095/227] mm: enforce pageblock_order < MAX_ORDER
` [patch 096/227] mm/page_alloc: mark pagesets as __maybe_unused
` [patch 097/227] mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node

[PATCH v2] iio: core: Print error in case sample bits do not fit storage bits
 2022-03-22 21:42 UTC  (2+ messages)

[PATCH v8 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-03-22 21:42 UTC  (6+ messages)
` [PATCH v8 2/5] mm: page_isolation: check specified range for unmovable pages

[RFC 00/19] drm/edid: overhaul CEA data block iteration
 2022-03-22 21:40 UTC  (40+ messages)
` [Intel-gfx] "
` [RFC 01/19] drm/edid: add drm_edid_extension_block_count() and drm_edid_size()
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 02/19] drm: use "
  `  "
` [RFC 03/19] drm/edid: clean up CEA data block tag definitions
  ` [Intel-gfx] "
` [RFC 04/19] drm/edid: add iterator for EDID base and extension blocks
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 05/19] drm/edid: add iterator for CEA data blocks
  `  "
` [RFC 06/19] drm/edid: clean up cea_db_is_*() functions
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 07/19] drm/edid: convert add_cea_modes() to use cea db iter
  `  "
` [RFC 08/19] drm/edid: convert drm_edid_to_speaker_allocation() "
  ` [Intel-gfx] "
` [RFC 09/19] drm/edid: convert drm_edid_to_sad() "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 10/19] drm/edid: convert drm_detect_hdmi_monitor() "
  `  "
` [RFC 11/19] drm/edid: convert drm_detect_monitor_audio() "
  ` [Intel-gfx] "
` [RFC 12/19] drm/edid: convert drm_parse_cea_ext() "
  ` [Intel-gfx] "
` [RFC 13/19] drm/edid: convert drm_edid_to_eld() "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 14/19] drm/edid: sunset the old unused cea data block iterators
  `  "
` [Intel-gfx] [RFC 15/19] drm/edid: restore some type safety to cea_db_*() functions
  `  "
` [RFC 16/19] drm/edid: detect basic audio only on CEA extension
  ` [Intel-gfx] "
` [RFC 17/19] drm/edid: detect color formats and CEA revision "
  ` [Intel-gfx] "
` [RFC 18/19] drm/edid: skip CEA extension scan in drm_edid_to_eld() just for CEA rev
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 19/19] drm/edid: sunset drm_find_cea_extension()
  `  "

[BUG] log I/O completion GPF via xfs/006 and xfs/264 on 5.17.0-rc8
 2022-03-22 21:41 UTC  (7+ messages)

[PATCH v3 01/10] dt-bindings: iio: adc: ti,ads1015: Add missing ADS1115 compatible string
 2022-03-22 21:41 UTC  (8+ messages)
` [PATCH v3 08/10] iio: adc: ti-ads1015: Convert to OF match data
` [PATCH v3 10/10] iio: adc: ti-ads1015: Switch to read_avail

RTT-PROBE: lore-subspace-rtt
 2022-03-22 21:41 UTC 

[PATCH v1 0/6] ARM: dts: lan966x: dtsi improvements and KSwitch D10 support
 2022-03-22 21:39 UTC  (8+ messages)
` [PATCH v1 3/6] ARM: dts: lan966x: add all flexcom usart nodes


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.