All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-28 08:50:16 to 2020-06-28 12:09:07 UTC [more...]

[RFC] Host1x/TegraDRM UAPI
 2020-06-28 11:16 UTC  (15+ messages)
` [RFC] Host1x/TegraDRM UAPI (drm_tegra_channel_map)
` [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_syncpt_incr)
` [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_command)
` [RFC] Host1x/TegraDRM UAPI (sync points)

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2020-06-28 12:09 UTC 

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2020-06-28 12:09 UTC 

[PATCH v3 00/14 RESEND] irqchip: Fix potential resource leaks
 2020-06-28 12:06 UTC  (4+ messages)

[PATCH v2 0/9] xfs: reflink cleanups
 2020-06-28 12:06 UTC  (2+ messages)

[PATCH] kconfig: qconf: Fix find on split mode
 2020-06-28 12:04 UTC 

[omap-audio:peter/ti-linux-5.4.y/wip 5716/9999] drivers/pci/endpoint/pci-epf-core.c:133 pci_epf_add_vepf() warn: inconsistent returns 'epf_pf->lock'
 2020-06-28 11:57 UTC 

Search function in xconfig is partially broken after recent changes
 2020-06-28 11:56 UTC  (9+ messages)

[PATCH net-next 0/2] mlxsw: Add support for QSFP-DD transceiver type
 2020-06-28 11:55 UTC  (9+ messages)
` [PATCH net-next 1/2] mlxsw: core: Add ethtool support for QSFP-DD transceivers

[PATCH rdma-next 0/5] ib_core allocation patches
 2020-06-28 11:55 UTC  (10+ messages)
` [PATCH rdma-next 2/5] RDMA: Clean MW allocation and free flows
` [PATCH rdma-next 5/5] RDMA/core: Convert RWQ table logic to ib_core allocation scheme

[RFC PATCH 0/2] i2c: check correct size of maximum RECV_LEN packet
 2020-06-28 11:52 UTC  (3+ messages)
` [RFC PATCH 1/2] i2c: mlxcpld: "
` [RFC PATCH 2/2] i2c: octeon: "

[PATCH] ftgmac100: fix dblac write test
 2020-06-28 11:50 UTC  (2+ messages)

[PATCH v7 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-28 11:39 UTC  (4+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v7 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels
 2020-06-28 11:48 UTC  (3+ messages)

[PATCH v2 1/2] Introduce (x86) CPU model deprecation API
 2020-06-28 11:30 UTC  (2+ messages)

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-06-28 11:02 UTC  (35+ messages)
` [PATCH v9 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v9 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v9 03/34] qcow2: Add calculate_l2_meta()
` [PATCH v9 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v9 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v9 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v9 07/34] qcow2: Document the Extended L2 Entries feature
` [PATCH v9 08/34] qcow2: Add dummy has_subclusters() function
` [PATCH v9 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v9 10/34] qcow2: Add offset_to_sc_index()
` [PATCH v9 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v9 12/34] qcow2: Add l2_entry_size()
` [PATCH v9 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v9 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v9 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v9 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v9 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v9 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v9 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v9 20/34] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v9 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v9 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v9 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v9 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v9 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v9 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v9 27/34] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v9 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v9 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v9 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PATCH v9 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v9 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set
` [PATCH v9 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v9 34/34] iotests: Add tests for qcow2 images with extended L2 entries

WARNING in tracepoint_add_func
 2020-06-28 11:29 UTC 

[PATCH] random: get rid of dead codes from credit_entropy_bits
 2020-06-28 11:23 UTC 

Kernel issues with Radeon Pro WX4100 and DP->HDMI dongles
 2020-06-28 11:22 UTC  (3+ messages)

[PATCH v3 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-06-28 11:12 UTC  (9+ messages)
` [PATCH v3 1/2] dma-direct: provide the ability to reserve per-numa CMA
` [PATCH v3 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH] drm/amd/powerplay: fix compile error with ARCH=arc
 2020-06-28 11:18 UTC 

[PATCH] mm: Free unused pages in kmalloc_order()
 2020-06-28 11:17 UTC  (2+ messages)

[f2fs-dev] [PATCH v5] f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_range
 2020-06-28 11:23 UTC 

Commit 'fs: Do not check if there is a fsnotify watcher on pseudo inodes' breaks chromium here
 2020-06-28 11:13 UTC 

[Bug 190131] New: VirtIO Windows Drivers doesn't support SecureBoot
 2020-06-28 11:04 UTC  (2+ messages)
` [Bug 190131] "

[dpdk-dev] [PATCH 1/5] eal: added interrupts empty stubs
 2020-06-28 10:58 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 0/5] compiling ethdev lib under windows
  ` [dpdk-dev] [PATCH v2 1/5] eal: added interrupts empty stubs
  ` [dpdk-dev] [PATCH v2 2/5] eal: updated export list for Windows
  ` [dpdk-dev] [PATCH v2 3/5] ethdev: remove structs from export list
  ` [dpdk-dev] [PATCH v2 4/5] telemetry: implement empty stubs for Windows
  ` [dpdk-dev] [PATCH v2 5/5] ethdev: compiling ethdev under Windows

Crash when running Qemu
 2020-06-28 10:55 UTC 

post-receive: pub/scm/linux/kernel/git/colyli/bcache-tools
 2020-06-28 10:55 UTC 

drivers/net/hamradio/dmascc.c:1238:56: sparse: sparse: non size-preserving pointer to integer cast
 2020-06-28 10:49 UTC  (2+ messages)

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-06-28 10:48 UTC  (2+ messages)
` [Bug 207383] [Regression] 5.7 "

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2020-06-28 10:47 UTC 

KASAN: slab-out-of-bounds Read in qrtr_endpoint_post
 2020-06-28 10:46 UTC  (3+ messages)

[PATCH v3] staging: wfx: Get descriptors for GPIOs
 2020-06-28 10:44 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2020-06-28 10:43 UTC 

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-06-28 10:40 UTC 

[PATCH v2] Enable auto-merge for meld to follow the vim-diff beharior
 2020-06-28 10:37 UTC  (3+ messages)

[RFC PATCH] nvme-pci: Move the sg table allocation/free into init/exit_request
 2020-06-28 10:34 UTC  (2+ messages)

arch/nios2/include/asm/irqflags.h:12:9: sparse: sparse: context imbalance in 'snd_pcm_group_unlock_irq' - unexpected unlock
 2020-06-28 10:32 UTC  (2+ messages)

[Buildroot] [PATCH v2, 1/1] package/bridge-utils: bump to version 1.7
 2020-06-28 10:26 UTC 

[Buildroot] [PATCH 1/1] package/libfribidi: bump to version 1.0.9
 2020-06-28 10:23 UTC 

[PATCH] gitlab: add pycrypto for arm64
 2020-06-28 10:20 UTC 

Pull request: u-boot-rockchip-20200628
 2020-06-28 10:20 UTC 

[dpdk-dev] [PATCH 0/3] mlx5: LACP handling for bonded devices
 2020-06-28 10:19 UTC  (2+ messages)

[PATCH] rtlwifi/*/dm.c: Use const in swing_table declarations
 2020-06-28 10:17 UTC 

[xen-unstable-coverity test] 151428: all pass - PUSHED
 2020-06-28 10:15 UTC 

[PATCH net-next] liquidio: use list_empty_careful in lio_list_delete_head
 2020-06-28 10:14 UTC 

Standardized IPv6 ULA from PublicKey
 2020-06-28 10:15 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/bridge-utils: bump to version 1.7
 2020-06-28 10:14 UTC 

[OE-core][zeus][PATCH v2] nfs-utils: fix CVE-2019-3689
 2020-06-28 10:14 UTC 

[PATCHv4 00/22] scsi: enable reserved commands for LLDDs
 2020-06-28 10:13 UTC  (7+ messages)
` [PATCH 02/22] block: add flag for internal commands
` [PATCH 03/22] scsi: add scsi_{get,put}_internal_cmd() helper

Support for git+https://foo.example.com like URIs
 2020-06-28 10:10 UTC  (4+ messages)
` [bitbake-devel] "

[RFC] ref-filter: add new atom `signature`
 2020-06-28 10:05 UTC 

[Buildroot] [PATCH 1/1] package/keepalived: drop --{en, dis}able-libiptc option
 2020-06-28 10:01 UTC 

[PATCH RFC 0/5] support batched IOTLB updating in vhost-vdpa
 2020-06-28  9:58 UTC  (3+ messages)
` [PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints

[PATCH v3 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-06-28  9:55 UTC  (17+ messages)
` [PATCH v3 03/35] acpi: Add a way to check device status
` [PATCH v3 04/35] irq: Add a method to convert an interrupt to ACPI
` [PATCH v3 05/35] acpi: Support generation of ACPI code
` [PATCH v3 06/35] acpi: Support generation of interrupt descriptor
` [PATCH v3 07/35] gpio: Add a method to convert a GPIO to ACPI
` [PATCH v3 08/35] acpi: Support string output
` [PATCH v3 09/35] acpi: Support generation of GPIO descriptor
` [PATCH v3 10/35] acpi: Support generation of a GPIO/irq for a device

[PATCH 00/10] some fixing + refactoring batch-free
 2020-06-28  9:52 UTC  (11+ messages)
` [PATCH 01/10] io_uring: fix refs underflow in io_iopoll_queue()
` [PATCH 02/10] io_uring: remove inflight batching in free_many()
` [PATCH 03/10] io_uring: dismantle req early and remove need_iter
` [PATCH 04/10] io_uring: batch-free linked reqs as well
` [PATCH 05/10] io_uring: cosmetic changes for batch free
` [PATCH 06/10] io_uring: kill REQ_F_LINK_NEXT
` [PATCH 07/10] io_uring: clean up req->result setting by rw
` [PATCH 08/10] io_uring: fix missing wake_up io_rw_reissue()
` [PATCH 09/10] io_uring: do task_work_run() during iopoll
` [PATCH 10/10] io_uring: fix iopoll -EAGAIN handling

[bpf] af7ec13833: will-it-scale.per_process_ops -2.5% regression
 2020-06-28  8:50 UTC  (2+ messages)

[PATCH] doc: update URL for sparse's tarballs
 2020-06-28  9:50 UTC  (4+ messages)
  ` [PATCH] doc: add link to sparse's home page/internal docs

[dpdk-dev] [PATCH v2 0/3] compile librte_net for windows
 2020-06-28  9:48 UTC  (4+ messages)
  ` [dpdk-dev] [PATCH v2 3/3] eal/windows: librte_net build on Windows

[PATCH 1/1] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled
 2020-06-28  9:40 UTC  (5+ messages)
` [PATCH v2] "
  ` [OE-core] "

[GSoC] Shourya's Blog
 2020-06-28  9:39 UTC 

[linux-linus test] 151410: regressions - FAIL
 2020-06-28  9:38 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix flow META item validation
 2020-06-28  9:36 UTC 

FWD: [PATCH 3/3] net: phylink: correct trivial kernel-doc inconsistencies
 2020-06-28  9:36 UTC  (5+ messages)
        ` [PATCH v3] "

[PATCH net-next] sctp: use list_is_singular in sctp_list_single_entry
 2020-06-28  9:32 UTC  (2+ messages)

[OE-core][zeus][PATCH] nfs-utils: fix CVE-2019-3689
 2020-06-28  9:32 UTC  (2+ messages)
` ✗ patchtest: failure for "

[Bug 200695] New: Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)
 2020-06-28  9:27 UTC  (4+ messages)
` [Bug 200695] "

[PATCH] nfs-utils: systemd: nfs-server.service: Cleanup extra whitespaces
 2020-06-28  9:24 UTC 

[PATCH] [media] gspca: First camera mode is skipped
 2020-06-28  9:24 UTC 

[f2fs-dev] [PATCH v4] f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_range
 2020-06-28  9:24 UTC  (3+ messages)

ufs-bsg node not created
 2020-06-28  9:19 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/haveged: bump to version 1.9.13
 2020-06-28  9:16 UTC 

[Buildroot] [PATCH v2 1/2] package/dropbear: bump to version 2020.80
 2020-06-28  9:13 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/2] package/dropbear: fix license infos

[Buildroot] [PATCH 1/1] package/mpd: bump version to 0.21.24
 2020-06-28  9:12 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-06-28  9:12 UTC 

[PATCH] remove unneeded BSD & Solaris compatibility layer
 2020-06-28  9:09 UTC  (3+ messages)

nfsd: radix tree warning in nfs4_put_stid and kernel panic
 2020-06-28  9:07 UTC  (3+ messages)

[[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h
 2020-06-28  9:04 UTC  (4+ messages)

"gh" question -- perhaps off topic
 2020-06-28  9:04 UTC  (2+ messages)

[PATCH v2 1/2] dma-direct: provide the ability to reserve per-numa CMA
 2020-06-28  8:58 UTC  (5+ messages)

[RFC][PATCH] ring-buffer: Have nested events still record running time stamp
 2020-06-28  8:59 UTC  (2+ messages)

[djwong-xfs:repair-quota 60/61] fs/xfs/xfs_quota.h:127:9: sparse: this was the original definition
 2020-06-28  8:58 UTC 

[RFC PATCH 05/11] net: Infrastructure for per queue aRFS
 2020-06-28  8:56 UTC  (2+ messages)

[RFC PATCH 05/11] net: Infrastructure for per queue aRFS
 2020-06-28  8:55 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-06-28  8:54 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-06-28  8:53 UTC 

[PATCH v1 0/2] Improve descriptions of a few simple-panels
 2020-06-28  8:53 UTC  (10+ messages)
` [PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

[RFC 0/2] Add support for bus lock VM exit
 2020-06-28  8:53 UTC  (3+ messages)
` [RFC 1/2] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC 2/2] KVM: VMX: Enable bus lock VM exit

[Buildroot] [PATCH 1/1] package/unrar: bump version to 5.9.3
 2020-06-28  8:51 UTC 

[PATCH] efi: avoid error message when booting under Xen
 2020-06-28  8:50 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.