All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-23 20:15:19 to 2020-03-23 20:35:06 UTC [more...]

[PATCH v5 0/3] Enable use of L2CAP_MODE_EXT_FLOWCTL
 2020-03-23 20:34 UTC  (4+ messages)
` [PATCH v5 1/3] Bluetooth: L2CAP: Add get_peer_pid callback
` [PATCH v5 2/3] Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections
` [PATCH v5 3/3] Bluetooth: Add BT_MODE socket option

[PULL v2 00/37] Linux user for 5.0 patches
 2020-03-23 20:33 UTC  (4+ messages)

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-03-23 20:21 UTC  (3+ messages)
` [Bug 1866870] "

[PATCH 00/21] drm: mxsfb: Add i.MX7 support
 2020-03-23 20:23 UTC  (3+ messages)
` [PATCH 01/21] drm: mxsfb: Remove fbdev leftovers

[PATCH v15 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-23 20:30 UTC  (7+ messages)
` [PATCH v15 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v15 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages

[PATCH] affine kernel threads to specified cpumask
 2020-03-23 20:31 UTC  (4+ messages)

[PATCH v2 0/8] fix test failure with busybox
 2020-03-23 20:30 UTC  (5+ messages)
` [PATCH v2 6/8] t7063: drop non-POSIX argument "-ls" from find(1)

MSI interrupt for xhci still lost on 5.6-rc6 after cpu hotplug
 2020-03-23 20:32 UTC  (5+ messages)

[PATCH] x86/memory: Drop pud_mknotpresent()
 2020-03-23 20:29 UTC  (2+ messages)

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

[Buildroot] [PATCH 1/1] package/domoticz: fix build with cmake < 3.16
 2020-03-23 20:26 UTC  (2+ messages)

[PATCH v3 0/5] mtd: spi-nor: Add SR 4bit block protection support
 2020-03-23 20:26 UTC  (4+ messages)
` [PATCH v3 1/5] mtd: spi-nor: Fix gap in SR block protection locking

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2020-03-23 20:26 UTC 

[PATCH 1/2] ALSA: core: Add snd_device_get_state() helper
 2020-03-23 20:25 UTC  (3+ messages)
` [PATCH 2/2] ALSA: usb-audio: Avoid shoving a new stream into already registered device

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-03-23 20:26 UTC 

[Bug 1868617] [NEW] multiseat: route different spice tablet events to distinct vdagents
 2020-03-23 20:18 UTC  (2+ messages)
` [Bug 1868617] "

[PATCH 0/7] Sparse checkout improvements -- improved sparsity updating
 2020-03-23 20:26 UTC  (9+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 09/18] unpack-trees: add a new update_sparsity() function

[PATCH bpf-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-23 20:25 UTC  (9+ messages)
` [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v5 5/7] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v5 6/7] tools/libbpf: Add support for BPF_PROG_TYPE_LSM

[PATCH v5 0/9] x86/split_lock: Add feature split lock detection
 2020-03-23 20:24 UTC  (4+ messages)
` [PATCH v5 1/9] x86/split_lock: Rework the initialization flow of "

[PATCH] ALSA: core: sysfs: show components string
 2020-03-23 20:23 UTC  (4+ messages)

[Buildroot] [git commit] package/domoticz: fix build with cmake < 3.16
 2020-03-23 20:24 UTC 

[PATCH] drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
 2020-03-23 20:24 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2
 2020-03-23 20:23 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-03-23 20:22 UTC 

OpenBMC Project metrics
 2020-03-23 20:21 UTC  (9+ messages)

[PATCH v6 00/12] ClearFog Base static variant support
 2020-03-23 20:21 UTC  (13+ messages)
` [PATCH v6 01/12] arm: mvebu: fix SerDes table alignment
` [PATCH v6 02/12] arm: mvebu: solidrun: remove hardcoded DTS MAC address
` [PATCH v6 03/12] arm: mvebu: clearfog: use Pro name by default
` [PATCH v6 04/12] arm: mvebu: clearfog: initial ClearFog Base variant
` [PATCH v6 05/12] arm: mvebu: clearfog: Add option for 2.5 Gbps SFP
` [PATCH v6 06/12] arm: mvebu: clearfog: Add SATA mode flags
` [PATCH v6 07/12] arm: mvebu: clearfog: Unify DT selection paths
` [PATCH v6 08/12] arm: mvebu: clearfog: add SPI offsets
` [PATCH v6 09/12] arm: mvebu: enable working default boot support
` [PATCH v6 10/12] arm: mvebu: clearfog: move ENV params to Kconfig
` [PATCH v6 11/12] arm: mvebu: clearfog: don't always use SPL MMC
` [PATCH v6 12/12] arm: mvebu: clearfog: Use Pro DT by default

[PATCH] media: i2c: video-i2c: fix build errors due to 'imply hwmon'
 2020-03-23 20:21 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 00/10] generic rte atomic APIs deprecate proposal
 2020-03-23 20:20 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 00/12] "
  ` [dpdk-dev] [PATCH v3 06/12] ipsec: optimize with c11 atomic for sa outbound sqn update

linux-next: Signed-off-by missing for commits in the thermal tree
 2020-03-23 20:19 UTC 

[staging:staging-testing] BUILD SUCCESS eb538ff02a56d9619bbd543b4c787d1bb128c696
 2020-03-23 20:17 UTC 

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-23 20:18 UTC  (5+ messages)

[PATCH] qla2xxx: Fix I/Os being passed down when FC device is being deleted
 2020-03-23 20:18 UTC  (4+ messages)

[PATCH v2] test-lib: allow short options to be bundled
 2020-03-23 20:18 UTC  (3+ messages)
` [PATCH v3] "

[Buildroot] [Bug 12691] New: host-rust build fails
 2020-03-23 20:17 UTC  (2+ messages)
` [Buildroot] [Bug 12691] "

[PATCH v2 0/4] Add SS/HS-USB changes for Qualcomm SM8150 chipset
 2020-03-23 20:17 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: phy: Add binding for qcom,usb-hs-7nm
` [PATCH v2 2/4] phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCs
` [PATCH v2 3/4] phy: qcom-qmp: Add SM8150 QMP USB3 PHY support
` [PATCH v2 4/4] phy: qcom-qmp: Use proper PWRDOWN offset for sm8150 USB

What's cooking in git.git (Mar 2020, #07; Sun, 22)
 2020-03-23 20:17 UTC  (4+ messages)

[PATCH v41 00/21] QEMU AVR 8 bit cores
 2020-03-23 20:14 UTC  (7+ messages)
` [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

[PATCH] x86: Alias memset to __builtin_memset
 2020-03-23 20:16 UTC  (2+ messages)

[PATCH 0/2] Enable GPG in the Windows part of the CI/PR builds
 2020-03-23 20:15 UTC  (6+ messages)
` [PATCH 2/2] tests(gpg): increase verbosity to allow debugging

[PATCH] trace2: teach Git to log environment variables
 2020-03-23 20:15 UTC  (3+ messages)

[PATCH 0/1] commit-graph: avoid unnecessary tag deference when merging
 2020-03-23 20:15 UTC  (9+ messages)
` [PATCH 1/1] commit-graph.c: avoid unnecessary tag dereference "

[PATCH v2 00/16] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-03-23 20:15 UTC  (2+ messages)
` [NOT FOR MERGE PATCH v2 17/16] arm: dts: k3-j721e: Update OSPI settings for octal DTR mode


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.