All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-01 14:04:38 to 2019-05-01 14:51:19 UTC [more...]

post-receive: pub/scm/fs/xfs/xfs-linux
 2019-05-01 14:51 UTC 

post-receive: pub/scm/linux/kernel/git/djwong/xfs-linux
 2019-05-01 14:51 UTC 

[Buildroot] [PATCH] package/gerbera: fix build with latest exiv2
 2019-05-01 14:51 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] sockets: avoid string truncation warnings when copying UNIX path
 2019-05-01 14:50 UTC 

post-receive: pub/scm/linux/kernel/git/lpieralisi/pci
 2019-05-01 14:50 UTC 

[Qemu-devel] [PATCH v5 00/15] demacro softmmu (plus tests/coverage)
 2019-05-01 14:50 UTC  (15+ messages)
` [Qemu-devel] [PATCH v5 03/15] tests/tcg/aarch64: add system boot.S
` [Qemu-devel] [PATCH v5 05/15] tests/tcg/minilib: support %c format char
` [Qemu-devel] [PATCH v5 06/15] tests/tcg/multiarch: expand system memory test to cover more
` [Qemu-devel] [PATCH v5 09/15] accel/tcg: remove softmmu_template.h
` [Qemu-devel] [PATCH v5 13/15] Makefile: fix coverage-report reference to BUILD_DIR
` [Qemu-devel] [PATCH v5 14/15] Makefile: include per-target build directories in coverage report
` [Qemu-devel] [PATCH v5 15/15] Makefile.target: support per-target coverage reports

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-05-01 14:49 UTC  (9+ messages)
` [RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)

[U-Boot] [PATCH v2 00/50] x86: Add support for booting from TPL
 2019-05-01 14:50 UTC  (5+ messages)
` [U-Boot] [PATCH v2 31/50] x86: broadwell: Implement PCH_REQ_PMBASE_INFO
` [U-Boot] [PATCH v2 32/50] x86: sysreset: Implement power-off if available

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2019-05-01 14:50 UTC 

[PATCH V2 00/13] Consolidate FS read I/O callbacks code
 2019-05-01 14:49 UTC  (26+ messages)
` [PATCH V2 02/13] Consolidate "read callbacks" into a new file
  ` [f2fs-dev] "
` [PATCH V2 03/13] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V2 07/13] Add decryption support for sub-pagesized blocks
  ` [f2fs-dev] "
` [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted
` [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [f2fs-dev] [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
      `  "

[U-Boot] [PATCH v3] Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
 2019-05-01 14:49 UTC  (2+ messages)

CLA concerns
 2019-05-01 14:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] linux-user: avoid string truncation warnings in uname field copying
 2019-05-01 14:46 UTC  (3+ messages)

[PATCH v2 0/5] Create commit-graph file format v2
 2019-05-01 14:46 UTC  (4+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] commit-graph: return with errors during write

[GIT PULL] staging/fieldbus-dev for 5.2
 2019-05-01 14:46 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2019-05-01 14:45 UTC 

[PATCH rdma-for-next 0/9] drivers/infiniband: Introduce rdma_dim
 2019-05-01 14:44 UTC  (20+ messages)
` [PATCH rdma-for-next 1/9] linux/dim: Move logic to dim.h
` [PATCH rdma-for-next 2/9] linux/dim: Remove "net" prefix from internal DIM members
` [PATCH rdma-for-next 3/9] linux/dim: Rename externally exposed macros
` [PATCH rdma-for-next 4/9] linux/dim: Rename net_dim_sample() to net_dim_create_sample()
` [PATCH rdma-for-next 5/9] linux/dim: Rename externally used net_dim members
` [PATCH rdma-for-next 6/9] linux/dim: Move implementation to .c files
` [PATCH rdma-for-next 7/9] linux/dim: Add completions count to dim_sample
` [PATCH rdma-for-next 8/9] linux/dim: Implement rdma_dim
` [PATCH rdma-for-next 9/9] drivers/infiniband: Use rdma_dim in infiniband driver

[PATCH v2 0/7] Convert skb_frag_t to bio_vec
 2019-05-01 14:44 UTC  (8+ messages)
` [PATCH v2 1/7] net: Increase the size of skb_frag_t
` [PATCH v2 2/7] net: Reorder the contents "
` [PATCH v2 3/7] net: Use skb accessors in network drivers
` [PATCH v2 4/7] net: Use skb accessors in network core
` [PATCH v2 5/7] net: Rename skb_frag page to bv_page
` [PATCH v2 6/7] net: Rename skb_frag_t size to bv_len
` [PATCH v2 7/7] net: Convert skb_frag_t to bio_vec

[PATCH v5 bpf-next 00/17] bpf: eliminate zero extensions for sub-register writes
 2019-05-01 14:44 UTC  (18+ messages)
` [PATCH v5 bpf-next 01/17] bpf: verifier: offer more accurate helper function arg and return type
` [PATCH v5 bpf-next 02/17] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v5 bpf-next 03/17] bpf: verifier: mark patched-insn "
` [PATCH v5 bpf-next 04/17] bpf: introduce new alu insn BPF_ZEXT for explicit zero extension
` [PATCH v5 bpf-next 05/17] bpf: verifier: insert BPF_ZEXT according to zext analysis result
` [PATCH v5 bpf-next 06/17] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v5 bpf-next 07/17] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v5 bpf-next 08/17] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v5 bpf-next 09/17] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v5 bpf-next 10/17] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v5 bpf-next 11/17] arm: bpf: eliminate zero extension code-gen
` [PATCH v5 bpf-next 12/17] powerpc: "
` [PATCH v5 bpf-next 13/17] s390: "
` [PATCH v5 bpf-next 14/17] sparc: "
` [PATCH v5 bpf-next 15/17] x32: "
` [PATCH v5 bpf-next 16/17] riscv: "
` [PATCH v5 bpf-next 17/17] nfp: "

[Bug 109345] drm-next-2018-12-14 -Linux PPC
 2019-05-01 14:44 UTC  (2+ messages)

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-05-01 14:43 UTC  (8+ messages)
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*

[PATCH] iio: dps310: Add pressure sensing capability
 2019-05-01 14:43 UTC 

KVM: Introduce a 'release' method for KVM devices
 2019-05-01 14:42 UTC 

[RFC] Warn the user when they could overflow mapcount
 2019-05-01 14:41 UTC  (3+ messages)
` [RFC] Handle mapcount overflows

[PATCH] dt-bindings: PCI: Add PCI EP DT binding documentation for AM654
 2019-05-01 14:40 UTC  (2+ messages)

[PATCH] io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
 2019-05-01 14:39 UTC  (5+ messages)

[PATCH] staging: fieldbus: anybus-s: fix wait_for_completion_timeout return handling
 2019-05-01 14:38 UTC 

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-05-01 14:37 UTC  (5+ messages)
` [PATCH v4 3/3] PCI: iproc: Add sorted dma ranges resource entries to host bridge

[PATCH lttng-tools] Fix: getenv can return null
 2019-05-01 14:37 UTC 

[PATCH] staging: fieldbus: anybus-s: fix wait_for_completion_timeout return handling
 2019-05-01 14:37 UTC  (2+ messages)

[dpdk-dev] [pull-request] next-crypto 19.05 rc3
 2019-05-01 14:26 UTC 

BUG: soft lockup in kvm_vm_ioctl
 2019-05-01 14:36 UTC  (2+ messages)

debugfs question 
 2019-05-01 14:35 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add IDH_QUERY_ALIVE event for SR-IOV
 2019-05-01 14:35 UTC  (2+ messages)

[PATCHv2] PCI/LINK: Add Kconfig option (default off)
 2019-05-01 14:29 UTC 

[PATCH][RFC] parisc: Use per-pagetable spinlock (v2)
 2019-05-01 14:34 UTC  (3+ messages)

[PATCH 1/3] drm/i915: Complete both freed-object passes before draining the workqueue
 2019-05-01 14:34 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "

[PATCH 0/4] MIPS: Exception vector improvements
 2019-05-01 14:32 UTC  (3+ messages)
` [PATCH 1/4] MIPS: Use memblock_phys_alloc() for exception vector

[PATCH] drm/amdgpu: Rearm IRQ in Vega10 SR-IOV if IRQ lost
 2019-05-01 14:32 UTC  (3+ messages)

[kvm:queue 62/65] arch/x86/kernel/e820.c:88:9-10: WARNING: return of 0/1 in function '_e820__mapped_any' with return type bool
 2019-05-01 14:31 UTC  (2+ messages)
` [PATCH] kvm, x86: fix boolreturn.cocci warnings

[PATCH v8 00/14] Add support for TISCI Interrupt controller drivers
 2019-05-01 14:31 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2019-05-01 14:30 UTC 

[PATCH] ASoC: max98090: Fix restore of DAPM Muxes
 2019-05-01 14:29 UTC  (2+ messages)

[PATCH] crypto: caam/jr - Remove extra memory barrier during job ring dequeue
 2019-05-01 14:27 UTC  (2+ messages)

[dpdk-dev] [PATCH v3] doc/crypto: add release notes and more detailed doc to qat
 2019-05-01 14:26 UTC 

[PATCH] rtc: st-lpc: remove unnecessary check
 2019-05-01 14:25 UTC  (4+ messages)

[PATCH v3 0/6] MSM8998 Multimedia Clock Controller
 2019-05-01 14:25 UTC  (10+ messages)
` [PATCH v3 1/6] dt-bindings: clock: Document external clocks for MSM8998 gcc
` [PATCH v3 2/6] arm64: dts: msm8998: Add xo clock to gcc node
` [PATCH v3 5/6] clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driver

[Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check"
 2019-05-01 14:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 2/8] tests/qemu-iotests/005: Add a sanity check for large sparse file support

[dpdk-dev] Compiling on Fedora 30
 2019-05-01 14:24 UTC 

mlx5_core failed to load with 5.1.0-rc7-next-20190430+
 2019-05-01 14:24 UTC  (4+ messages)

[Xen-devel] [xen-4.7-testing test] 135463: trouble: preparing/queued
 2019-05-01 14:23 UTC  (3+ messages)
  `  "

[PATCH v4 0/2] Toyrcu: replace racy plain accesses with READ_ONCE()
 2019-05-01 14:22 UTC  (3+ messages)
` [PATCH v4 1/2] rcu: Use READ_ONCE() and WRITE_ONCE() for shared variable rcu_gp_ctr
` [PATCH v4 2/2] rcu_qs: Use READ_ONCE() AND "

[PATCH] scsi: smartpqi: Reporting unhandled SCSI errors
 2019-05-01 14:22 UTC  (4+ messages)

[PATCH] x86/vm_event: correctly gather gs_shadow value
 2019-05-01 14:19 UTC  (7+ messages)
      ` [Xen-devel] "

[Xen-devel] [linux-4.14 test] 135424: regressions - FAIL
 2019-05-01 14:19 UTC  (3+ messages)
  `  "

[PATCH][next] rtw88: fix shift of more than 32 bits of a integer
 2019-05-01 14:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] apalis imx8qm 4gb wb it v1.0b module support
 2019-05-01 14:19 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] arm: dts: imx8qm: add lpuart1, lpuart2, lpuart3, lpuart4
` [U-Boot] [PATCH 2/6] arm: dts: imx8qm: add support for i2c0, i2c1, i2c2, i2c3 and i2c4
` [U-Boot] [PATCH 3/6] clk: imx8qm: fix usdhc2 clocks
` [U-Boot] [PATCH 4/6] imx8qm: fix cpu frequency reporting
` [U-Boot] [PATCH 5/6] imx8: fuse: fix fuse driver
` [U-Boot] [PATCH 6/6] board: toradex: add apalis imx8qm 4gb wb it v1.0b module support

[Qemu-devel] [PATCH v2 0/5] Fix some GCC 9 build warnings
 2019-05-01 14:15 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 2/5] hw/usb/hcd-xhci: Fix GCC 9 build warning
` [Qemu-devel] [PATCH v2 5/5] linux-user/elfload: Fix GCC 9 build warnings

[PATCH V9 2/4] drivers/perf: imx_ddr: Add ddr performance counter support
 2019-05-01 14:16 UTC  (6+ messages)
` [PATCH V9 2/4] drivers/perf: imx_ddr: Add ddr performance counter

[Linux-kernel-mentees] [PATCH v2] Staging: rtl8192e: rtl8192e: Removed extra space before break statement
 2019-05-01 14:16 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-05-01 14:16 UTC 

[PATCH v2 0/5] arm64: SPE ACPI enablement
 2019-05-01 14:15 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] New package: https://github.com/ndilieto/uacme
 2019-05-01 14:14 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-05-01 14:14 UTC 

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-05-01 14:14 UTC 

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-05-01 14:14 UTC 

[PATCH v1 1/1] [io_uring] require RWF_HIPRI for iopoll reads and writes
 2019-05-01 14:12 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: fix broken link in programmers guide lpm library references
 2019-05-01 14:12 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/uacme: new package
 2019-05-01 14:12 UTC 

[Qemu-devel] [PATCH] arm: aspeed: Set SDRAM size
 2019-05-01 14:10 UTC  (5+ messages)

[PATCH] PCI/LINK: Add Kconfig option (default off)
 2019-05-01 14:05 UTC  (3+ messages)

Mounting the squashfs/read-only Linux file system on MTD partition
 2019-05-01 14:10 UTC 

[PATCH v11 1/5] can: m_can: Create a m_can platform framework
 2019-05-01 14:10 UTC  (6+ messages)

carl9170 crash
 2019-05-01 14:10 UTC  (3+ messages)

[PATCH 1/2] drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel
 2019-05-01 14:09 UTC  (6+ messages)
` [DO NOT MERGE] [PATCH 2/2] arm64: rockchip: rk3399: nanopc-t4: Enable FriendlyELEC HD702E eDP panel

perf build broken in 5.1-rc7
 2019-05-01 14:09 UTC  (6+ messages)

[dpdk-dev] [PATCH] crypto/octeontx: use distinct metabuf pool for each queue
 2019-05-01 14:08 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [EXT] "

[PATCH v2] rtc: drop set_mms and set_mmss64
 2019-05-01 14:07 UTC 

[PATCH net-next 0/3] Add UDP tunnel support for ICMP errors in IPVS
 2019-05-01 14:07 UTC  (9+ messages)
` [PATCH net-next 3/3] ipvs: strip udp tunnel headers from icmp errors

[PATCH 0/4] mt76: add tx napi polling support to mt7603/mt7615
 2019-05-01 14:06 UTC  (5+ messages)
` [PATCH 1/4] mt76: move tx_napi in mt76_dev
` [PATCH 2/4] mt76: mt7603: use napi polling for tx cleanup
` [PATCH 3/4] mt76: mt7615: "
` [PATCH 4/4] mt76: move netif_napi_del in mt76_dma_cleanup

[Qemu-devel] [PATCH v3 0/9] s390x: new guest features
 2019-05-01 14:04 UTC  (4+ messages)

[PATCH 0/2] xfs: rely on minleft instead of total for bmbt res
 2019-05-01 14:05 UTC  (3+ messages)
` [PATCH 1/2] xfs: drop minlen before tossing alignment on bmap allocs
` [PATCH 2/2] xfs: don't set bmapi total block req where minleft is sufficient

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-01 14:04 UTC  (2+ messages)
` [RFC PATCH 5/5] drm/i915: Use memory cgroup for enforcing device memory limit


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.