All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-20 14:12:06 to 2020-03-20 14:37:01 UTC [more...]

[Intel-gfx] [PATCH 00/13] drm/i915: drm device based logging changes
 2020-03-20 14:36 UTC  (4+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915/ddi: use struct drm_device based logging
` [Intel-gfx] [PATCH 02/13] drm/i915/display_power: "
` [Intel-gfx] [PATCH 03/13] drm/i915/dp_aux_backlight: "

[Xen-devel] [PATCH 1/2] tools/xenstore: Do not abort xenstore-ls if a node disappears while iterating
 2020-03-20 14:36 UTC  (11+ messages)
` [Xen-devel] [PATCH 2/2] tools/xenstore: Accumulate errors in xenstore-ls and exit appropriately
      ` [Xen-devel] [PATCH 2/2] tools/xenstore: Accumulate errors in xenstore-ls and exit appropriately [and 1 more messages]

[PATCH v9 00/25] Change readahead API
 2020-03-20 14:22 UTC  (107+ messages)
` [Ocfs2-devel] "
` [Cluster-devel] "
` [f2fs-dev] "
` [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 02/25] mm: Return void from various readahead functions
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 03/25] mm: Ignore return value of ->readpages
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 05/25] mm: Add new readahead_control API
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 06/25] mm: Use readahead_control to pass arguments
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 09/25] mm: Remove 'page_offset' from readahead loop
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 10/25] mm: Put readahead pages in cache earlier
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 11/25] mm: Add readahead address space operation
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 14/25] mm: Document why we don't set PageReadahead
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 15/25] mm: Use memalloc_nofs_save in readahead path
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 17/25] btrfs: Convert from readpages to readahead
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v9 18/25] erofs: Convert uncompressed files "
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  `  "
` [PATCH v9 19/25] erofs: Convert compressed "
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 20/25] ext4: Convert "
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 24/25] fuse: Convert from readpages to readahead
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v9 25/25] iomap: "
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "
  ` [f2fs-dev] "

[PATCH v9 00/10] error: auto propagated local_err part I
 2020-03-20 14:36 UTC  (16+ messages)
` [PATCH v9 02/10] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()
                            ` [Xen-devel] "

[PATCH v1 0/2] hw/rdma: Last step in eliminating data-path processing
 2020-03-20 14:34 UTC  (2+ messages)
` [PATCH v1 1/2] hw/rdma: Cosmetic change - no need for two sge arrays

[PATCH 11/14] efi/gop: Allow specifying mode number on command line
 2020-03-20 14:36 UTC  (4+ messages)

[PATCH 0/2] Fix SVM hang at startup
 2020-03-20 14:36 UTC  (5+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN

broken CRCs at NVMeF target with SIW & NVMe/TCP transports
 2020-03-20 14:35 UTC  (11+ messages)

[PATCH v5 0/2] KEYS: Read keys to internal buffer & then copy to userspace
 2020-03-20 14:35 UTC  (8+ messages)
` [PATCH v5 2/2] KEYS: Avoid false positive ENOMEM error on key read

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-03-20 14:35 UTC  (4+ messages)

generic DMA bypass flag v2
 2020-03-20 14:16 UTC  (9+ messages)
` [PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
` [PATCH 2/2] powerpc: use the generic dma_ops_bypass mode

[PATCH] xbzrle: update xbzrle doc
 2020-03-20 14:32 UTC 

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-20 14:33 UTC  (6+ messages)
` [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code

[PATCH net-next] net/mlx5e: Fix actions_match_supported() return
 2020-03-20 14:33 UTC  (3+ messages)

[PATCH] {IB,net}/mlx5: Remove unused variable
 2020-03-20 14:32 UTC  (3+ messages)

[PATCH 1/1] s390/ipl: fix off-by-one in update_machine_ipl_properties()
 2020-03-20 14:31 UTC 

[patch 17/22] PCI: intel-mid: Convert to new X86 CPU match macros
 2020-03-20 14:30 UTC  (3+ messages)

[PATCH 1/4] drm/amdgpu: add stride to calculate oss ring offsets
 2020-03-20 14:30 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu: add macro to get proper ih ring register offset

[PATCH] staging: mt7621-pci: don't return if get gpio fails
 2020-03-20 14:30 UTC  (2+ messages)

[f2fs-dev] Fwd: Add page_cache_readahead_unbounded
 2020-03-20 14:29 UTC  (2+ messages)
`  "

[PATCH] IB/mlx5: Fix a NULL vs IS_ERR() check
 2020-03-20 14:29 UTC  (3+ messages)

[PATCH] KVM: let declaration of kvm_get_running_vcpus match implementation
 2020-03-20 14:29 UTC  (3+ messages)

[patch 02/22] x86/cpu: Add conistent CPU match macros
 2020-03-20 14:29 UTC  (3+ messages)

[GIT PULL] Char/Misc driver fixes for 5.6-rc7
 2020-03-20 14:28 UTC 

[PATCH v2 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-20 14:27 UTC  (5+ messages)
` [PATCH v2 1/5] IB/core: add a simple SRQ pool per PD

[Xen-devel] [PATCH 0/6] x86/ucode: Cleanup - Part 1/n
 2020-03-20 14:27 UTC  (6+ messages)
` [Xen-devel] [PATCH 4/6] x86/ucode: Rationalise startup and family/model checks

WARNING: refcount bug in sctp_wfree
 2020-03-20 14:28 UTC  (3+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.6-rc7
 2020-03-20 14:27 UTC  (2+ messages)

[Xen-devel] [PATCH v7 0/3] x86/guest: use assisted TLB flush in guest mode
 2020-03-20 14:27 UTC  (15+ messages)
` [Xen-devel] [PATCH v7 1/3] x86/tlb: introduce a flush HVM ASIDs flag

[PATCH] tools: fw_env: use erasesize from MEMGETINFO ioctl
 2020-03-20 14:27 UTC  (3+ messages)

[GIT PULL] USB fixes for 5.6-rc7
 2020-03-20 14:27 UTC 

[GIT PULL] TTY driver fixes for 5.6-rc7
 2020-03-20 14:27 UTC 

stable/linux-4.4.y boot: 57 boots: 3 failed, 50 passed with 4 untried/unknown (v4.4.217)
 2020-03-20 14:26 UTC 

[PATCH -next] dmaengine: tegra-apb: mark PM functions as __maybe_unused
 2020-03-20 14:25 UTC  (2+ messages)

[PATCH v3 0/2] UFS driver general fixes bundle 2
 2020-03-16  6:20 UTC  (2+ messages)
` [PATCH 2/2] scsi: ufs: Do not rely on prefetched data

[hch-misc:dma-rework-mask-setting 18/20] mapping.c:undefined reference to `arch_dma_set_mask'
 2020-03-20 14:24 UTC 

are posix-shell-compliant continuation lines valid/supported, or not, in /etc/default/grub ?
 2020-03-20 14:24 UTC  (7+ messages)

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-20 14:23 UTC  (9+ messages)
` [PATCH v5 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v5 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD

[PATCH v3 1/6] i2c: core: Provide generic definitions for bus frequencies
 2020-03-20 14:23 UTC  (2+ messages)
  ` [PATCH v3 6/6] i2c: drivers: Use "

[PATCH v4 18/26] arm64: vdso32: Replace TASK_SIZE_32 check in vgettimeofday
 2020-03-20 14:22 UTC  (13+ messages)

[PATCH 1/3] drm/amdgpu: Add documentation for memory info
 2020-03-20 14:22 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: Add documentation for unique_id

[PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
 2020-03-20 14:18 UTC  (14+ messages)
` [Linux-kernel] "
    ` [alsa-devel] "

[PATCH] soundwire: stream: only change state if needed
 2020-03-20 14:15 UTC  (3+ messages)

LOAN OFFER
 2020-03-20 14:16 UTC 

[PATCH] powerpc/64s/hash: add torture_segments kernel boot option to increase SLB faults
 2020-03-20 13:43 UTC 

Outreachy patches caught up on
 2020-03-20 14:14 UTC 

[PATCH v1] dt-bindings: phy: cadence-torrent: Fix YAML check error
 2020-03-20 14:13 UTC  (2+ messages)

[PATCH v4] tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()
 2020-03-20 14:12 UTC  (2+ messages)

[PATCH] arm/ftrace: Remove duplicate function
 2020-03-20 14: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.