All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-24 06:47:57 to 2021-06-24 07:19:34 UTC [more...]

[Buildroot] [PATCH 1/1] package/exiv2: security bump to version 0.27.4
 2021-06-24  7:19 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix mapping length truncation in m{,un}map()
 2021-06-24  7:19 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/47] GuC submission support
 2021-06-24  7:19 UTC  (92+ messages)
` [PATCH 01/47] drm/i915/guc: Relax CTB response timeout
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 03/47] drm/i915/guc: Increase size of CTB buffers
  `  "
` [PATCH 04/47] drm/i915/guc: Add non blocking CTB send function
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 05/47] drm/i915/guc: Add stall timer to "
  `  "
` [PATCH 06/47] drm/i915/guc: Optimize CTB writes and reads
  ` [Intel-gfx] "
` [PATCH 07/47] drm/i915/guc: Module load failure test for CT buffer creation
  ` [Intel-gfx] "
` [PATCH 08/47] drm/i915/guc: Add new GuC interface defines and structures
  ` [Intel-gfx] "
` [PATCH 09/47] drm/i915/guc: Remove GuC stage descriptor, add lrc descriptor
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array
` [PATCH 11/47] drm/i915/guc: Implement GuC submission tasklet
` [PATCH 12/47] drm/i915/guc: Add bypass tasklet submission path to GuC
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 13/47] drm/i915/guc: Implement GuC context operations for new inteface
  `  "
` [PATCH 14/47] drm/i915/guc: Insert fence on context when deregistering
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 15/47] drm/i915/guc: Defer context unpin until scheduling is disabled
  `  "
` [Intel-gfx] [PATCH 16/47] drm/i915/guc: Disable engine barriers with GuC during unpin
  `  "
` [Intel-gfx] [PATCH 17/47] drm/i915/guc: Extend deregistration fence to schedule disable
` [Intel-gfx] [PATCH 18/47] drm/i915: Disable preempt busywait when using GuC scheduling
  `  "
` [Intel-gfx] [PATCH 19/47] drm/i915/guc: Ensure request ordering via completion fences
  `  "
` [PATCH 20/47] drm/i915/guc: Disable semaphores when using GuC scheduling
  ` [Intel-gfx] "
` [PATCH 21/47] drm/i915/guc: Ensure G2H response has space in buffer
  ` [Intel-gfx] "
` [PATCH 22/47] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  ` [Intel-gfx] "
` [PATCH 23/47] drm/i915/guc: Update GuC debugfs to support new GuC
  ` [Intel-gfx] "
` [PATCH 24/47] drm/i915/guc: Add several request trace points
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 25/47] drm/i915: Add intel_context tracing
  `  "
` [PATCH 26/47] drm/i915/guc: GuC virtual engines
  ` [Intel-gfx] "
` [PATCH 27/47] drm/i915: Track 'serial' counts for "
  ` [Intel-gfx] "
` [PATCH 28/47] drm/i915: Hold reference to intel_context over life of i915_request
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 29/47] drm/i915/guc: Disable bonding extension with GuC submission
  `  "
` [Intel-gfx] [PATCH 30/47] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
  `  "
` [Intel-gfx] [PATCH 31/47] drm/i915/guc: Reset implementation for new GuC interface
  `  "
` [PATCH 32/47] drm/i915: Reset GPU immediately if submission is disabled
  ` [Intel-gfx] "
` [PATCH 33/47] drm/i915/guc: Add disable interrupts to guc sanitize
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 34/47] drm/i915/guc: Suspend/resume implementation for new interface
  `  "
` [PATCH 35/47] drm/i915/guc: Handle context reset notification
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 36/47] drm/i915/guc: Handle engine reset failure notification
  `  "
` [Intel-gfx] [PATCH 37/47] drm/i915/guc: Enable the timer expired interrupt for GuC
  `  "
` [Intel-gfx] [PATCH 38/47] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
  `  "
` [PATCH 39/47] drm/i915/guc: Don't complain about reset races
  ` [Intel-gfx] "
` [PATCH 40/47] drm/i915/guc: Enable GuC engine reset
  ` [Intel-gfx] "
` [PATCH 41/47] drm/i915/guc: Capture error state on context reset
  ` [Intel-gfx] "
` [PATCH 42/47] drm/i915/guc: Fix for error capture after full GPU reset with GuC
  ` [Intel-gfx] "
` [PATCH 43/47] drm/i915/guc: Hook GuC scheduling policies up
  ` [Intel-gfx] "
` [PATCH 44/47] drm/i915/guc: Connect reset modparam updates to GuC policy flags
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 45/47] drm/i915/guc: Include scheduling policies in the debugfs state dump
  `  "
` [PATCH 46/47] drm/i915/guc: Add golden context to GuC ADS
  ` [Intel-gfx] "
` [PATCH 47/47] drm/i915/guc: Unblock GuC submission on Gen11+
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GuC submission support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] KVM: selftests: Speed up set_memory_region_test
 2021-06-24  7:18 UTC  (4+ messages)

[Buildroot] [git commit branch/2021.02.x] package/exiv2: security bump to version 0.27.4
 2021-06-24  7:18 UTC 

[Buildroot] [git commit branch/2021.05.x] package/exiv2: security bump to version 0.27.4
 2021-06-24  7:18 UTC 

[PULL] drm-misc-next-fixes
 2021-06-24  7:16 UTC  (2+ messages)
` [Intel-gfx] "

[Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.4.6
 2021-06-24  7:16 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.05.x] package/wireshark: security bump to version 3.4.6
 2021-06-24  7:16 UTC 

[Buildroot] [git commit branch/2021.02.x] package/wireshark: security bump to version 3.4.6
 2021-06-24  7:16 UTC 

[Buildroot] [PATCH] package/libressl: fix openssldir setting to match openssl
 2021-06-24  7:15 UTC  (2+ messages)

[PATCH 00/18] vhost-vDPA multiqueue
 2021-06-24  7:14 UTC  (6+ messages)
` [PATCH 06/18] vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()

[Buildroot] [git commit branch/2021.02.x] package/libressl: fix openssldir setting to match openssl
 2021-06-24  7:15 UTC 

[Buildroot] [git commit branch/2021.05.x] package/libressl: fix openssldir setting to match openssl
 2021-06-24  7:15 UTC 

[PATCH net-next v5 00/10] Adding the Sparx5i Switch Driver
 2021-06-24  7:07 UTC  (21+ messages)
` [PATCH net-next v5 01/10] dt-bindings: net: sparx5: Add sparx5-switch bindings
` [PATCH net-next v5 02/10] net: sparx5: add the basic sparx5 driver
` [PATCH net-next v5 03/10] net: sparx5: add hostmode with phylink support
` [PATCH net-next v5 04/10] net: sparx5: add port module support
` [PATCH net-next v5 05/10] net: sparx5: add mactable support
` [PATCH net-next v5 06/10] net: sparx5: add vlan support
` [PATCH net-next v5 07/10] net: sparx5: add switching support
` [PATCH net-next v5 08/10] net: sparx5: add calendar bandwidth allocation support
` [PATCH net-next v5 09/10] net: sparx5: add ethtool configuration and statistics support
` [PATCH net-next v5 10/10] arm64: dts: sparx5: Add the Sparx5 switch node

[GIT PULL] sigqueue cache fix
 2021-06-24  7:13 UTC 

[PATCH] x86/apic: use MSR programmming interface to read APIC register in x2APIC mode
 2021-06-24  7:08 UTC 

[RESEND PATCH] perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBS
 2021-06-24  7:09 UTC  (2+ messages)
` [tip: perf/core] "

[RESEND PATCH 1/3] perf/x86/intel: Fix fixed counter check warning for some Alder Lake
 2021-06-24  7:09 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/3] perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire Rapids
 2021-06-24  7:09 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 3/3] perf/x86/intel: Fix instructions:ppp support in Sapphire Rapids
 2021-06-24  7:09 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 0/4] perf: Fix the ctx->pmu for a hybrid system
 2021-06-24  7:09 UTC  (2+ messages)
` [tip: perf/core] perf: Fix task context PMU for Hetero

[PATCH net 0/7] ibmvnic: Assorted bug fixes
 2021-06-24  7:07 UTC  (5+ messages)
` [PATCH net 2/7] Revert "ibmvnic: remove duplicate napi_schedule call in open function"

[GIT PULL] scheduler fix
 2021-06-24  7:06 UTC 

[PATCH] net: tun: fix tun_xdp_one() for IFF_TUN mode
 2021-06-24  7:05 UTC  (6+ messages)
` [PATCH v2 1/4] "

linux-next: build failure after merge of the net-next tree
 2021-06-24  7:05 UTC  (5+ messages)

[Linaro-mm-sig] [PATCH v3 1/2] habanalabs: define uAPI to export FD for DMA-BUF
 2021-06-24  5:40 UTC  (19+ messages)

[PATCH] drm/amdgpu/dc: Really fix DCN3.1 Makefile for PPC64
 2021-06-23 10:30 UTC 

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-24  5:30 UTC  (4+ messages)

[PATCH v2 00/22] Deprecate struct drm_device.irq_enabled
 2021-06-23 11:34 UTC  (3+ messages)
` [PATCH v2 02/22] drm/hibmc: Call drm_irq_uninstall() unconditionally
  ` 答复: "

[PATCH v2] drm/radeon: Fix NULL dereference when updating memory stats
 2021-06-24  4:52 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH] drm/amdgpu:use kvcalloc instead of kvmalloc_array
 2021-06-23  9:12 UTC 

[BUG] arm64: an infinite loop in generic_perform_write()
 2021-06-24  7:04 UTC  (6+ messages)

[PATCH] x86: eas should not be NULL when it is referenced
 2021-06-24  7:04 UTC 

[PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu
 2021-06-24  7:05 UTC  (9+ messages)
` [PATCH linux-next v3 2/6] vdpa: Introduce query of device config layout

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-24  7:03 UTC  (11+ messages)

[PATCH v3 1/2] pwm: Introduce single-PWM of_xlate function
 2021-06-24  7:02 UTC  (8+ messages)
` [PATCH v3 2/2] drm/bridge: ti-sn65dsi86: Implement the pwm_chip

[PATCH v4] AOSP: erofs-utils: add block list support
 2021-06-24  7:02 UTC 

[PATCH v3] block: fix trace completion for chained bio
 2021-06-24  7:02 UTC  (4+ messages)

[PATCH] usb: dwc2: gadget: Fix sending zero length packet in DDMA mode
 2021-06-24  7:02 UTC 

[GIT PULL] perf fix
 2021-06-24  7:01 UTC 

[PATCH v3 0/2]docs/core-api: add memory_hotplug and protection keys translation
 2021-06-24  6:59 UTC  (4+ messages)
` [PATCH v3 2/2] docs/zh_CN: add core api "

[PATCH v2 00/10] Clean up MMU translation
 2021-06-24  6:48 UTC  (11+ messages)
` [PATCH v2 05/10] target/ppc: Split out ppc_hash64_xlate
` [PATCH v2 07/10] target/ppc: Split out ppc_jumbo_xlate
` [PATCH v2 08/10] target/ppc: Introduce ppc_xlate
` [PATCH v2 09/10] target/ppc: Restrict ppc_cpu_tlb_fill to TCG
` [PATCH v2 10/10] target/ppc: fix address translation bug for radix mmus

[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
 2021-06-24  6:57 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH 03/15] dma-buf: Document dma-buf implicit fencing/resv fencing rules
 2021-06-24  6:59 UTC  (4+ messages)
` [PATCH] "
    ` [Intel-gfx] "

[dpdk-dev] [PATCH] Add Armv7 support
 2021-06-24  6:58 UTC  (6+ messages)

[PATCH 1/2] crypto: mxs-dcp: Check for DMA mapping errors
 2021-06-24  6:56 UTC  (4+ messages)
` [PATCH 2/2] crypto: mxs_dcp: Use sg_mapping_iter to copy data

[PATCH] powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
 2021-06-24  6:36 UTC 

[PATCH] objtool: Don't make .altinstructions writable
 2021-06-24  6:57 UTC  (2+ messages)
` [tip: objtool/urgent] "

C-Media 6632A (Xonar U7), 'Input Gain Pad Control'
 2021-06-24  6:55 UTC 

[PATCH] usb: host: ohci-at91: suspend/resume ports after/before OHCI accesses
 2021-06-24  6:54 UTC  (11+ messages)

[RFC v1] virtio/vsock: add two more queues for datagram types
 2021-06-24  6:50 UTC  (4+ messages)
  `  "

[dpdk-dev] [RFC] toolchain specific macro expansion
 2021-06-24  6:54 UTC  (2+ messages)

[GIT PULL] objtool fixes
 2021-06-24  6:54 UTC 

[RFC PATCH v2 0/7] pSeries base FORM2 NUMA affinity support
 2021-06-24  5:47 UTC  (2+ messages)

[PATCH] pinctrl: bcm2835: Replace BUG with BUG_ON
 2021-06-24  6:49 UTC 

Curl CVE-2021-22876 backport in hardknott
 2021-06-24  6:51 UTC  (2+ messages)
` [OE-core] "

[PATCH] perf/x86/intel/lbr: Zero the xstate buffer on allocation
 2021-06-24  6:51 UTC  (2+ messages)
` [tip: perf/urgent] "

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-24  6:49 UTC  (12+ messages)

[PATCH 1/3] drm/amdgpu: add function to show ucode name via id
 2021-06-24  6:47 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: add function to show psp_gfx_cmd "
` [PATCH 3/3] drm/amdgpu: show explicit name instead of id in psp_cmd_submit_buf

[PATCH] scsi: ufs: Refactor ufshcd_is_intr_aggr_allowed()
 2021-06-24  6:41 UTC  (3+ 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.