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

improve the bio allocation interface v2
 2022-03-22 21:38 UTC  (5+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
  ` [dm-devel] "

incoming
 2022-03-22 21:41 UTC  (124+ messages)
` [patch 001/227] linux/kthread.h: remove unused macros
` [patch 002/227] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 003/227] ntfs: add sanity check on allocation size
` [patch 004/227] ocfs2: cleanup some return variables
` [patch 005/227] fs/ocfs2: fix comments mentioning i_mutex
` [patch 006/227] doc: convert 'subsection' to 'section' in gfp.h
` [patch 007/227] mm: document and polish read-ahead code
` [patch 008/227] mm: improve cleanup when ->readpages doesn't process all pages
` [patch 009/227] fuse: remove reliance on bdi congestion
` [patch 010/227] nfs: "
` [patch 011/227] ceph: "
` [patch 012/227] remove inode_congested()
` [patch 013/227] remove bdi_congested() and wb_congested() and related functions
` [patch 014/227] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [patch 015/227] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [patch 016/227] remove congestion tracking framework
` [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

[RFC 00/19] drm/edid: overhaul CEA data block iteration
 2022-03-22 21:40 UTC  (18+ 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
  `  "
` [Intel-gfx] [RFC 08/19] drm/edid: convert drm_edid_to_speaker_allocation() "
` [Intel-gfx] [RFC 09/19] drm/edid: convert drm_edid_to_sad() "

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  (9+ messages)
` [PATCH v1 3/6] ARM: dts: lan966x: add all flexcom usart nodes

[PATCH v3 01/10] dt-bindings: iio: adc: ti,ads1015: Add missing ADS1115 compatible string
 2022-03-22 21:39 UTC  (4+ messages)
` [PATCH v3 10/10] iio: adc: ti-ads1015: Switch to read_avail

[LTP] [REGRESSION] lkft ltp for 5b9db1a
 2022-03-22 21:38 UTC 

[LTP] [REGRESSION] lkft ltp for 98b016c
 2022-03-22 21:38 UTC 

[Intel-gfx] [PATCH] drm/i915/rps: Centralize computation of freq caps
 2022-03-22 21:38 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/rps: Centralize computation of freq caps (rev3)
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-22 21:37 UTC  (5+ messages)

Parallel modesets and private state objects broken, where to go with MST?
 2022-03-22 21:37 UTC  (4+ messages)

[PATCH 1/2] perf evsel: Make evsel__env always return a valid env
 2022-03-22 21:36 UTC  (3+ messages)

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

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-22 21:35 UTC  (4+ messages)
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages

[PATCH] ipv6: fix locking issues with loops over idev->addr_list
 2022-03-22 21:34 UTC 

GATT issue, possible bluez bug?
 2022-03-22 21:35 UTC  (5+ messages)

[PATCH v2] dm: Add docs to explain how to enable DM_SERIAL for a board
 2022-03-22 21:34 UTC  (2+ messages)

[PATCH] HID: wacom: Adding Support for new usages
 2022-03-22 21:33 UTC 

[PATCH mptcp-next v4 0/8] BPF packet scheduler
 2022-03-22 21:33 UTC  (7+ messages)
` [PATCH mptcp-next v4 1/8] mptcp: add struct mptcp_sched_ops
` [PATCH mptcp-next v4 2/8] mptcp: register default scheduler
` [PATCH mptcp-next v4 8/8] selftests: bpf: add bpf_first test

[PATCH v2 0/4] imx8mp: Add media block control
 2022-03-22 21:31 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: soc: Add i.MX8MP media block control DT bindings
` [PATCH v2 2/4] soc: imx: imx8m-blk-ctrl: Add i.MX8MP media blk-ctrl
` [PATCH v2 3/4] arm64: dts: imx8mp: Add MEDIAMIX power domains

[amir73il:fan_evictable 8/8] fs/notify/fanotify/fanotify_user.c:1834:38: error: unterminated argument list invoking macro "if"
 2022-03-22 21:31 UTC 

[PATCH v3] perf intel-pt: Synthesize cycle events
 2022-03-22 21:32 UTC  (2+ messages)

[BUG] deadlock in nl80211_vendor_cmd
 2022-03-22 21:31 UTC  (3+ messages)

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

[PATCH v3 0/6] iio: adc: ad_sigma_delta: Add sequencer support
 2022-03-22 21:30 UTC  (2+ messages)

[PATCH] perf build-id: Fix spelling mistake "Cant" -> "Can't"
 2022-03-22 21:28 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/rdma-core: new package
 2022-03-22 21:27 UTC 

[PATCH v2 0/2] xfstests: hexdump and CVE-2022-0847
 2022-03-22 21:27 UTC  (3+ messages)
` [PATCH v2 2/2] fstests: test dirty pipe vulnerability issue of CVE-2022-0847

[PATCH] perf header: Fix spelling mistake "could't" -> "couldn't"
 2022-03-22 21:27 UTC  (2+ messages)

[PATCH v4 00/22] Add driver nodes for MT8192 SoC
 2022-03-22 21:25 UTC  (5+ messages)
` [PATCH v4 21/22] arm64: dts: mt8192: Add gce info for display nodes

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

[PATCH bpf-next v1] bpf: bpf_local_storage_update fixes
 2022-03-22 21:15 UTC 

[PATCH V2 0/5] Generic Ticket Spinlocks
 2022-03-22 21:24 UTC  (9+ messages)
` [PATCH V2 1/5] asm-generic: ticket-lock: New generic ticket-based spinlock
  ` [OpenRISC] "

[PATCH RESEND 0/2] perf tools: Fix mis-matching of perf sub-commands
 2022-03-22 21:22 UTC  (3+ messages)
` [PATCH RESEND 1/2] perf string: Add strcmp_prefix()

[bvanassche:ufs-for-next 318/322] drivers/scsi/ufs/ufs-qcom.h:135:19: error: implicit declaration of function 'ufshcd_readl'
 2022-03-22 21:21 UTC 

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

[PATCH 0/3] Fix GCC 12 build error
 2022-03-22 21:21 UTC  (5+ messages)
` [PATCH 2/3] Fix -Werror=array-bounds array subscript 0 is outside array bounds
` [PATCH 3/3] reed_solomon: Fix "

[PATCH] arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for Ethernet
 2022-03-22 21:20 UTC  (5+ messages)

[RESEND PATCH v7 7/8] kernfs: Replace per-fs rwsem with hashed rwsems
 2022-03-22 21:20 UTC  (11+ messages)

[PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function
 2022-03-22 21:19 UTC  (2+ messages)
` [PATCH v1 2/2] package_manager: sign DEB package feeds

[PATCH v3 0/2] perf: arm-spe: Decode SPE source and use for perf c2c
 2022-03-22 21:18 UTC  (3+ messages)
` [PATCH v3 1/3] perf arm-spe: Use SPE data source for neoverse cores

[GIT PULL] Btrfs updates for 5.18
 2022-03-22 21:19 UTC  (4+ messages)

[LSF/MM TOPIC] Better handling of negative dentries
 2022-03-22 21:19 UTC  (4+ messages)

[PATCH v3 00/29] arm: semihosting: Cleanups and new features
 2022-03-22 21:19 UTC  (3+ messages)
` [RESEND PATCH v3 21/29] arm64: Import some ESR and SPSR defines from Linux
` [RESEND PATCH v3 28/29] test: serial: Add test for putc/puts

[PATCH 0/5] Partial bundle follow ups
 2022-03-22 21:15 UTC  (3+ messages)
` [PATCH 3/5] pack-objects: parse --filter directly into revs.filter


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.