All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-06 18:40:25 to 2021-05-06 19:00:01 UTC [more...]

[PATCH 0/2] x86: Disable kexec for SEV-ES guests
 2021-05-06 18:59 UTC  (7+ messages)
` [PATCH 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-06 19:14 UTC  (129+ messages)
`  "
` [Intel-gfx] [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
  `  "
` [RFC PATCH 02/97] drm/i915/gt: Move submission_method into intel_gt
  ` [Intel-gfx] "
` [RFC PATCH 03/97] drm/i915/gt: Move CS interrupt handler to the backend
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 04/97] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
  `  "
` [RFC PATCH 05/97] drm/i915/guc: use probe_error log for CT enablement failure
  ` [Intel-gfx] "
` [RFC PATCH 06/97] drm/i915/guc: enable only the user interrupt when using GuC submission
  ` [Intel-gfx] "
` [RFC PATCH 07/97] drm/i915/guc: Remove sample_forcewake h2g action
  ` [Intel-gfx] "
` [RFC PATCH 08/97] drm/i915/guc: Keep strict GuC ABI definitions
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 09/97] drm/i915/guc: Stop using fence/status from CTB descriptor
  `  "
` [Intel-gfx] [RFC PATCH 10/97] drm/i915: Promote ptrdiff() to i915_utils.h
  `  "
` [RFC PATCH 11/97] drm/i915/guc: Only rely on own CTB size
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
  `  "
` [RFC PATCH 13/97] drm/i915/guc: Replace CTB array with explicit members
  ` [Intel-gfx] "
` [RFC PATCH 14/97] drm/i915/guc: Update sizes of CTB buffers
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 15/97] drm/i915/guc: Relax CTB response timeout
  `  "
` [Intel-gfx] [RFC PATCH 16/97] drm/i915/guc: Start protecting access to CTB descriptors
  `  "
` [Intel-gfx] [RFC PATCH 17/97] drm/i915/guc: Stop using mutex while sending CTB messages
  `  "
` [Intel-gfx] [RFC PATCH 18/97] drm/i915/guc: Don't receive all G2H messages in irq handler
  `  "
` [RFC PATCH 19/97] drm/i915/guc: Always copy CT message to new allocation
  ` [Intel-gfx] "
` [RFC PATCH 20/97] drm/i915/guc: Introduce unified HXG messages
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 21/97] drm/i915/guc: Update MMIO based communication
  `  "
` [Intel-gfx] [RFC PATCH 22/97] drm/i915/guc: Update CTB response status
` [RFC PATCH 23/97] drm/i915/guc: Support per context scheduling policies
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 24/97] drm/i915/guc: Add flag for mark broken CTB
  `  "
` [RFC PATCH 25/97] drm/i915/guc: New definition of the CTB descriptor
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 26/97] drm/i915/guc: New definition of the CTB registration action
  `  "
` [RFC PATCH 27/97] drm/i915/guc: New CTB based communication
  ` [Intel-gfx] "
` [RFC PATCH 28/97] drm/i915/guc: Kill guc_clients.ct_pool
  ` [Intel-gfx] "
` [RFC PATCH 29/97] drm/i915/guc: Update firmware to v60.1.2
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 31/97] drm/i915/guc: Early initialization of GuC send registers
  `  "
` [RFC PATCH 32/97] drm/i915: Introduce i915_sched_engine object
  ` [Intel-gfx] "
` [RFC PATCH 33/97] drm/i915: Engine relative MMIO
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 34/97] drm/i915/guc: Use guc_class instead of engine_class in fw interface
  `  "
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
` [RFC PATCH 37/97] drm/i915/guc: Add stall timer to "
  ` [Intel-gfx] "
` [RFC PATCH 38/97] drm/i915/guc: Optimize CTB writes and reads
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 39/97] drm/i915/guc: Increase size of CTB buffers
  `  "
` [Intel-gfx] [RFC PATCH 41/97] drm/i915/guc: Add new GuC interface defines and structures
` [RFC PATCH 42/97] drm/i915/guc: Remove GuC stage descriptor, add lrc descriptor
  ` [Intel-gfx] "
` [RFC PATCH 43/97] drm/i915/guc: Add lrc descriptor context lookup array
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 44/97] drm/i915/guc: Implement GuC submission tasklet
` [Intel-gfx] [RFC PATCH 45/97] drm/i915/guc: Add bypass tasklet submission path to GuC
  `  "
` [RFC PATCH 46/97] drm/i915/guc: Implement GuC context operations for new inteface
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 47/97] drm/i915/guc: Insert fence on context when deregistering
  `  "
` [Intel-gfx] [RFC PATCH 48/97] drm/i915/guc: Defer context unpin until scheduling is disabled
  `  "
` [RFC PATCH 49/97] drm/i915/guc: Disable engine barriers with GuC during unpin
  ` [Intel-gfx] "
` [RFC PATCH 51/97] drm/i915: Disable preempt busywait when using GuC scheduling
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 52/97] drm/i915/guc: Ensure request ordering via completion fences
  `  "
` [Intel-gfx] [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
  `  "
` [Intel-gfx] [RFC PATCH 54/97] drm/i915/guc: Ensure G2H response has space in buffer
  `  "
` [Intel-gfx] [RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  `  "
` [RFC PATCH 56/97] drm/i915/guc: Update GuC debugfs to support new GuC
` [Intel-gfx] [RFC PATCH 57/97] drm/i915/guc: Add several request trace points
` [Intel-gfx] [RFC PATCH 58/97] drm/i915: Add intel_context tracing
  `  "
` [Intel-gfx] [RFC PATCH 59/97] drm/i915/guc: GuC virtual engines
  `  "
` [Intel-gfx] [RFC PATCH 60/97] drm/i915: Track 'serial' counts for "
  `  "
` [RFC PATCH 61/97] drm/i915: Hold reference to intel_context over life of i915_request
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 62/97] drm/i915/guc: Disable bonding extension with GuC submission
  `  "
` [Intel-gfx] [RFC PATCH 63/97] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
  `  "
` [Intel-gfx] [RFC PATCH 64/97] drm/i915/guc: Reset implementation for new GuC interface
  `  "
` [Intel-gfx] [RFC PATCH 65/97] drm/i915: Reset GPU immediately if submission is disabled
` [Intel-gfx] [RFC PATCH 66/97] drm/i915/guc: Add disable interrupts to guc sanitize
  `  "
` [Intel-gfx] [RFC PATCH 67/97] drm/i915/guc: Suspend/resume implementation for new interface
  `  "
` [Intel-gfx] [RFC PATCH 68/97] drm/i915/guc: Handle context reset notification
  `  "
` [Intel-gfx] [RFC PATCH 73/97] drm/i915/guc: Enable GuC engine reset
  `  "
` [RFC PATCH 75/97] drm/i915/guc: Fix for error capture after full GPU reset with GuC
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 82/97] drm/i915/guc: Connect the number of guc_ids to debugfs
` [Intel-gfx] [RFC PATCH 93/97] drm/i915/guc: Take engine PM when a context is pinned with GuC submission

[Virtio-fs] [PULL 00/12] virtiofs queue
 2021-05-06 18:56 UTC  (15+ messages)
` [Virtio-fs] [PULL 01/12] virtiofsd: Fix side-effect in assert()
  `  "
` [Virtio-fs] [PULL 02/12] virtiofsd: Allow use "-o xattrmap" without "-o xattr"
  `  "
` [Virtio-fs] [PULL 03/12] virtiofsd: Add help for -o xattr-mapping
` [Virtio-fs] [PULL 04/12] virtiofs: Fixup printf args
` [Virtio-fs] [PULL 05/12] virtiofsd: Don't assume header layout
` [Virtio-fs] [PULL 06/12] virtiofsd: Changed allocations of fuse_req to GLib functions
` [Virtio-fs] [PULL 07/12] virtiofsd: Changed allocations of iovec to GLib's functions
` [Virtio-fs] [PULL 08/12] virtiofsd: Changed allocations of fuse_session "
` [Virtio-fs] [PULL 09/12] virtiofsd: Changed allocation of lo_map_elems "
` [Virtio-fs] [PULL 10/12] virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions
` [Virtio-fs] [PULL 11/12] virtiofsd/passthrough_ll.c: Changed local allocations "
` [Virtio-fs] [PULL 12/12] virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib

[PATCH] ext4: fix kernel infoleak via ext4_extent_header
 2021-05-06 18:58 UTC  (4+ messages)

[PATCH v2] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-06 18:55 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 18:57 UTC  (2+ messages)

[PATCH v2] ext4: fix kernel infoleak via ext4_extent_header
 2021-05-06 18:56 UTC  (2+ messages)

[PATCH] video: fbdev: imxfb: Fix an error message
 2021-05-06 18:57 UTC 

[net] tcp: Specify cmsgbuf is user pointer for receive zerocopy
 2021-05-06 18:56 UTC  (3+ messages)

[PATCH 000/117] Make better use of static type checking
 2021-05-06 18:55 UTC  (5+ messages)
` [PATCH 062/117] iscsi: Convert to the scsi_status union
` [PATCH 110/117] Finalize the switch from 'int' to 'union scsi_status'

[PATCH] block: reexpand iov_iter after read/write
 2021-05-06 18:55 UTC  (9+ messages)

[PATCH v2] ipc/mqueue: Avoid relying on a stack reference past its expiry
 2021-05-06 18:55 UTC  (2+ messages)

[PATCH bpf] bpf: Don't WARN_ON_ONCE in bpf_bprintf_prepare
 2021-05-06 18:52 UTC  (7+ messages)

[ANNOUNCE] dtschema 2021.5 release
 2021-05-06 18:52 UTC  (2+ messages)

[Bug 1927530] [NEW] qemu-aarch64 MTE fails to report tag mismatch
 2021-05-06 18:40 UTC  (2+ messages)
` [Bug 1927530] "

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-06 18:47 UTC  (8+ messages)

[PATCH] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 18:50 UTC  (4+ messages)

[RFC PATCH 0/7] Memory hotplug/hotremove at subsection size
 2021-05-06 18:49 UTC  (9+ messages)

[PATCH 01/61] boost: correct upstream version check
 2021-05-06 18:49 UTC  (4+ messages)
` [PATCH 04/61] gdk-pixbuf: update 2.40.0 -> 2.42.6
  ` [OE-core] "

[Bug 1921948] [NEW] MTE tags not checked properly for unaligned accesses at EL1
 2021-05-06 18:39 UTC  (2+ messages)
` [Bug 1921948] "

[PATCH 1/2] libsepol/cil: Fix name resolution involving inherited blocks
 2021-05-06 18:46 UTC  (3+ messages)

[PATCH 3/3] Input: mtk-pmic-keys - add support for MT6358
 2021-05-06 18:42 UTC  (5+ messages)

[Virtio-fs] [PATCH 0/2] virtiofs, dax: Fix couple of smatch warnings
 2021-05-06 18:43 UTC  (6+ messages)
`  "
` [Virtio-fs] [PATCH 1/2] virtiofs, dax: Fix smatch warning about loss of info during shift
  `  "
` [Virtio-fs] [PATCH 2/2] virtiofs, dax: Fixed smatch warning about ret being uninitialized
  `  "

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-06 18:42 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: x86/mmu: Deduplicate rmap freeing
` [PATCH v3 2/8] KVM: x86/mmu: Factor out allocating memslot rmap
` [PATCH v3 3/8] KVM: mmu: Refactor memslot copy
` [PATCH v3 4/8] KVM: mmu: Add slots_arch_lock for memslot arch fields
` [PATCH v3 5/8] KVM: x86/mmu: Add a field to control memslot rmap allocation
` [PATCH v3 6/8] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
` [PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU
` [PATCH v3 8/8] KVM: x86/mmu: Lazily allocate memslot rmaps

Report on University of Minnesota Breach-of-Trust Incident
 2021-05-06 18:40 UTC  (3+ messages)

[PATCH 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error
 2021-05-06 18:40 UTC  (6+ messages)
` [PATCH 3/3] pci: pcie_dw_rockchip: Use udelay instead of msleep


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.