All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-16 19:24:15 to 2021-07-16 20:01:37 UTC [more...]

[Intel-gfx] [PATCH 00/51] GuC submission support
 2021-07-16 20:17 UTC  (102+ messages)
`  "
` [PATCH 01/51] drm/i915/guc: Add new GuC interface defines and structures
  ` [Intel-gfx] "
` [PATCH 02/51] drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 03/51] drm/i915/guc: Add LRC descriptor context lookup array
  `  "
` [PATCH 04/51] drm/i915/guc: Implement GuC submission tasklet
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 05/51] drm/i915/guc: Add bypass tasklet submission path to GuC
  `  "
` [Intel-gfx] [PATCH 06/51] drm/i915/guc: Implement GuC context operations for new inteface
  `  "
` [PATCH 07/51] drm/i915/guc: Insert fence on context when deregistering
  ` [Intel-gfx] "
` [PATCH 08/51] drm/i915/guc: Defer context unpin until scheduling is disabled
  ` [Intel-gfx] "
` [PATCH 09/51] drm/i915/guc: Disable engine barriers with GuC during unpin
  ` [Intel-gfx] "
` [PATCH 10/51] drm/i915/guc: Extend deregistration fence to schedule disable
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 11/51] drm/i915: Disable preempt busywait when using GuC scheduling
  `  "
` [PATCH 12/51] drm/i915/guc: Ensure request ordering via completion fences
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 13/51] drm/i915/guc: Disable semaphores when using GuC scheduling
  `  "
` [PATCH 14/51] drm/i915/guc: Ensure G2H response has space in buffer
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 15/51] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  `  "
` [PATCH 16/51] drm/i915/guc: Update GuC debugfs to support new GuC
  ` [Intel-gfx] "
` [PATCH 17/51] drm/i915/guc: Add several request trace points
  ` [Intel-gfx] "
` [PATCH 18/51] drm/i915: Add intel_context tracing
  ` [Intel-gfx] "
` [PATCH 19/51] drm/i915/guc: GuC virtual engines
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 20/51] drm/i915: Track 'serial' counts for "
  `  "
` [PATCH 21/51] drm/i915: Hold reference to intel_context over life of i915_request
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 22/51] drm/i915/guc: Disable bonding extension with GuC submission
  `  "
` [Intel-gfx] [PATCH 23/51] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
  `  "
` [Intel-gfx] [PATCH 24/51] drm/i915: Add i915_sched_engine destroy vfunc
  `  "
` [PATCH 25/51] drm/i915: Move active request tracking to a vfunc
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 26/51] drm/i915/guc: Reset implementation for new GuC interface
  `  "
` [PATCH 27/51] drm/i915: Reset GPU immediately if submission is disabled
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 28/51] drm/i915/guc: Add disable interrupts to guc sanitize
  `  "
` [PATCH 29/51] drm/i915/guc: Suspend/resume implementation for new interface
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 30/51] drm/i915/guc: Handle context reset notification
  `  "
` [Intel-gfx] [PATCH 31/51] drm/i915/guc: Handle engine reset failure notification
  `  "
` [PATCH 32/51] drm/i915/guc: Enable the timer expired interrupt for GuC
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 33/51] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
  `  "
` [PATCH 34/51] drm/i915/guc: Don't complain about reset races
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 35/51] drm/i915/guc: Enable GuC engine reset
  `  "
` [PATCH 36/51] drm/i915/guc: Capture error state on context reset
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 37/51] drm/i915/guc: Fix for error capture after full GPU reset with GuC
  `  "
` [PATCH 38/51] drm/i915/guc: Hook GuC scheduling policies up
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 39/51] drm/i915/guc: Connect reset modparam updates to GuC policy flags
  `  "
` [PATCH 40/51] drm/i915/guc: Include scheduling policies in the debugfs state dump
  ` [Intel-gfx] "
` [PATCH 41/51] drm/i915/guc: Add golden context to GuC ADS
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 42/51] drm/i915/guc: Implement banned contexts for GuC submission
  `  "
` [PATCH 43/51] drm/i915/guc: Support request cancellation
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 44/51] drm/i915/selftest: Better error reporting from hangcheck selftest
  `  "
` [PATCH 45/51] drm/i915/selftest: Fix workarounds selftest for GuC submission
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 46/51] drm/i915/selftest: Fix MOCS "
  `  "
` [PATCH 47/51] drm/i915/selftest: Increase some timeouts in live_requests
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 48/51] drm/i915/selftest: Fix hangcheck self test for GuC submission
  `  "
` [Intel-gfx] [PATCH 49/51] drm/i915/selftest: Bump selftest timeouts for hangcheck
` [Intel-gfx] [PATCH 50/51] drm/i915/guc: Implement GuC priority management
` [PATCH 51/51] drm/i915/guc: Unblock GuC submission on Gen11+
  ` [Intel-gfx] "

[syzbot] KASAN: use-after-free Write in sctp_auth_shkey_hold
 2021-07-16 20:01 UTC  (2+ messages)

[PATCH] tools: cpupower: fix typo in cpupower-idle-set(1) manpage
 2021-07-16 20:00 UTC 

[RFC 0/6] block: enhance use of GENHD_FL_UP
 2021-07-16 20:00 UTC  (4+ messages)
` [RFC 2/6] block: add flag for add_disk() completion notation

[PATCH 1/1] firmware: fix use-after-free in _request_firmware()
 2021-07-16 19:58 UTC  (3+ messages)

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-16 19:57 UTC  (3+ messages)
` [PATCH for-6.2 12/34] target/arm: Implement MVE incrementing/decrementing dup insns

[dpdk-dev] [PATCH v7 00/16] drivers: introduce mlx5 crypto PMD
 2021-07-16 19:55 UTC  (13+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 02/16] crypto/mlx5: add DEK object management
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 03/16] crypto/mlx5: add session operations
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 04/16] crypto/mlx5: add basic operations
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 06/16] crypto/mlx5: add dev stop and start operations
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 14/16] test/crypto: add mlx5 crypto driver
    ` [dpdk-dev] [EXT] "

[PATCH RESEND V2 00/12] Add Vangogh ACP ASoC driver
 2021-07-17  4:00 UTC  (26+ messages)
` [PATCH RESEND 01/12] ASoC: amd: add Vangogh ACP5x IP register header
` [PATCH RESEND V2 02/12] ASoC: amd: add Vangogh ACP PCI driver
` [PATCH RESEND V2 03/12] ASoc: amd: add acp5x init/de-init functions
` [PATCH RESEND 04/12] ASoC: amd: create acp5x platform devices
` [PATCH RESEND V2 05/12] ASoC: amd: add ACP5x PCM platform driver
` [PATCH RESEND 06/12] ASoC: amd: irq handler changes for ACP5x PCM dma driver
` [PATCH RESEND V2 07/12] ASoC: amd: add ACP5x pcm dma driver ops
` [PATCH RESEND V2 08/12] ASoC: amd: add vangogh i2s controller driver
` [PATCH RESEND V2 09/12] ASoC: amd: add vangogh i2s dai driver ops
` [PATCH RESEND V2 10/12] ASoC: amd: add vangogh pci driver pm ops
` [PATCH RESEND V2 11/12] ASoC: amd: add vangogh i2s dma "
` [PATCH V3 12/12] ASoC: amd: enable vangogh acp5x driver build

[Intel-gfx] [PATCH v2 00/50] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-16 19:52 UTC  (15+ messages)
` [Intel-gfx] [PATCH v2 32/50] drm/i915/dg2: Add fake PCH
` [Intel-gfx] [PATCH v2 33/50] drm/i915/dg2: Add cdclk table and reference clock
` [Intel-gfx] [PATCH v2 34/50] drm/i915/dg2: Skip shared DPLL handling
` [Intel-gfx] [PATCH v2 35/50] drm/i915/dg2: Don't wait for AUX power well enable ACKs
` [Intel-gfx] [PATCH v2 36/50] drm/i915/dg2: Setup display outputs
` [Intel-gfx] [PATCH v2 37/50] drm/i915/dg2: Add dbuf programming
` [Intel-gfx] [PATCH v2 38/50] drm/i915/dg2: Don't program BW_BUDDY registers

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-16 19:50 UTC  (7+ messages)
    ` [PATCH] CodingGuidelines: recommend gender-neutral description
      ` [PATCH v2] "

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-16 19:49 UTC  (10+ messages)
` [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj
                ` [Intel-gfx] "

kernel BUG at include/linux/swapops.h:204!
 2021-07-16 19:45 UTC  (5+ messages)

[Buildroot] [PATCH 2/2] qemu: filter out long make options
 2021-07-16 19:43 UTC  (3+ messages)

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-16 19:43 UTC  (9+ messages)
` [PATCH Part2 RFC v4 21/40] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command

[Buildroot] [PATCH 1/2] qemu: do not use deprecated option
 2021-07-16 19:43 UTC  (3+ messages)

[PATCH V1 0/3] dt-bindings: net: fec: convert fsl,*fec bindings to yaml
 2021-07-16 19:40 UTC  (3+ messages)
` [PATCH V1 0/3] dt-bindings: net: fec: convert fsl, *fec "

[PATCH] ARC: unwind: Use struct_size helper instead of open-coded arithmetic
 2021-07-16 19:41 UTC  (3+ messages)

[PATCH BlueZ v2 1/3] emulator/btdev: Add support HCI_READ_CLOCK command
 2021-07-16 19:39 UTC  (3+ messages)
` [PATCH BlueZ v2 2/3] tool/mgmt-tester: Add test cases for Read Clock Information API
` [PATCH BlueZ v2 3/3] tool/mgmt-tester: Add fail_tolerant exception

[PATCH v4 0/2] PM / Domains: Add support for 'required-opps' to set default perf state
 2021-07-16 19:39 UTC  (3+ messages)
` [PATCH v4 2/2] arm64: dts: sc7180: Add required-opps for i2c

Incorrect and inconsistent End-Of-Line characters in .gitmodules after "git submodule set-branch --branch <branch_name>"
 2021-07-16 19:38 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.14-rc
 2021-07-16 19:38 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.14-rc
 2021-07-16 19:38 UTC  (2+ messages)

[PATCH v6 0/2] support dirtyrate measurement with dirty bitmap
 2021-07-16 19:36 UTC  (3+ messages)
` [PATCH v6 2/2] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation

[PATCH v4 0/4] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-07-16 19:37 UTC  (9+ messages)
` [PATCH v4 1/4] dt-bindings: pci: qcom: Document PCIe bindings for SC720
` [PATCH v4 2/4] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes
` [PATCH v4 3/4] arm64: dts: qcom: sc7280: Add PCIe nodes for IDP board
` [PATCH v4 4/4] PCIe: qcom: Add support to control pipe clk src

[PATCH 0/2] Normalize newlines in merge & interpret-trailer
 2021-07-16 19:35 UTC  (8+ messages)
` [PATCH 1/2] trailer: handle input without trailing newline
` [PATCH 2/2] merge: make sure to terminate message with newline

[PATCH 0/4] Some DG1 uAPI cleanup
 2021-07-16 19:33 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] evmctl: Remove left-over check S_ISDIR() for directory signing
 2021-07-16 19:33 UTC 

[Intel-gfx] [PATCH v2] drm/i915: Add missing docbook chapters for i915 uapi
 2021-07-16 19:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Add missing docbook chapters for i915 uapi. (rev2)

[PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-07-16 19:32 UTC  (12+ messages)
` [linux-nfc] "
    ` [linux-nfc] "

[PATCH] scsi: sd: only print initial write protect status if enabled
 2021-07-16 19:31 UTC 

[RESEND PATCH v2] hfsplus: prevent negative dentries when casefolded
 2021-07-16 19:30 UTC  (2+ messages)

[Patch v3 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob
 2021-07-16 19:29 UTC  (6+ messages)
` [Patch v3 2/3] Drivers: hv: add Azure Blob driver

[GIT PULL] zonefs fixes for 5.14-rc2
 2021-07-16 19:28 UTC  (2+ messages)

[GIT PULL] RCU fixes for v5.14
 2021-07-16 19:28 UTC  (2+ messages)

[git pull] drm fixes for 5.14-rc2
 2021-07-16 19:28 UTC  (3+ messages)

[PATCH v2] dt-bindings: serial: convert Cadence UART bindings to YAML
 2021-07-16 19:26 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: add ambient BPF runtime context stored in current
 2021-07-16 19:27 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: watchdog: Add Maxim MAX63xx bindings
 2021-07-16 19:27 UTC  (2+ messages)

[GIT PULL] fallthrough fixes for Clang for 5.14-rc2
 2021-07-16 19:26 UTC  (6+ messages)

[PATCH v3 00/19] auxdisplay: ht16k33: Add character display support
 2021-07-16 19:24 UTC  (3+ messages)
` [PATCH v3 18/19] dt-bindings: auxdisplay: ht16k33: Document LED subnode

[PATCH V2 00/12] Add Vangogh ACP ASoC driver
 2021-07-17  3:42 UTC  (4+ messages)
` [PATCH V2 12/12] ASoC: amd: enable vangogh acp5x driver build

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device (v7)
 2021-07-16 19:23 UTC  (4+ messages)
` [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj
  ` [Intel-gfx] "


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.