All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-06 18:24:10 to 2021-05-06 18:59:34 UTC [more...]

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-06 19:14 UTC  (104+ messages)
` [Intel-gfx] "
` [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [RFC PATCH 04/97] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [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
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 11/97] drm/i915/guc: Only rely on own CTB size
  `  "
` [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [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] "
` [Intel-gfx] [RFC PATCH 19/97] drm/i915/guc: Always copy CT message to new allocation
  `  "
` [RFC PATCH 20/97] drm/i915/guc: Introduce unified HXG messages
` [RFC PATCH 21/97] drm/i915/guc: Update MMIO based communication
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 23/97] drm/i915/guc: Support per context scheduling policies
  `  "
` [RFC PATCH 24/97] drm/i915/guc: Add flag for mark broken CTB
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 25/97] drm/i915/guc: New definition of the CTB descriptor
  `  "
` [RFC PATCH 26/97] drm/i915/guc: New definition of the CTB registration action
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [RFC PATCH 31/97] drm/i915/guc: Early initialization of GuC send registers
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 32/97] drm/i915: Introduce i915_sched_engine object
  `  "
` [RFC PATCH 33/97] drm/i915: Engine relative MMIO
` [RFC PATCH 34/97] drm/i915/guc: Use guc_class instead of engine_class in fw interface
  ` [Intel-gfx] "
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
` [Intel-gfx] [RFC PATCH 38/97] drm/i915/guc: Optimize CTB writes and reads
  `  "
` [RFC PATCH 39/97] drm/i915/guc: Increase size of CTB buffers
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 41/97] drm/i915/guc: Add new GuC interface defines and structures
` [Intel-gfx] [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
  `  "
` [RFC PATCH 47/97] drm/i915/guc: Insert fence on context when deregistering
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [RFC PATCH 52/97] drm/i915/guc: Ensure request ordering via completion fences
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
` [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
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 57/97] drm/i915/guc: Add several request trace points
` [RFC PATCH 58/97] drm/i915: Add intel_context tracing
  ` [Intel-gfx] "
` [RFC PATCH 59/97] drm/i915/guc: GuC virtual engines
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 61/97] drm/i915: Hold reference to intel_context over life of i915_request
  `  "
` [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 66/97] drm/i915/guc: Add disable interrupts to guc sanitize
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 67/97] drm/i915/guc: Suspend/resume implementation for new interface
` [RFC PATCH 68/97] drm/i915/guc: Handle context reset notification
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 73/97] drm/i915/guc: Enable GuC engine reset

[Virtio-fs] [PULL 00/12] virtiofs queue
 2021-05-06 18:56 UTC  (15+ messages)
` [PULL 01/12] virtiofsd: Fix side-effect in assert()
  ` [Virtio-fs] "
` [PULL 02/12] virtiofsd: Allow use "-o xattrmap" without "-o xattr"
  ` [Virtio-fs] "
` [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)

[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
  ` [Virtio-fs] "

[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

[PATCH 0/2] x86: Disable kexec for SEV-ES guests
 2021-05-06 18:41 UTC  (9+ messages)
` [PATCH 1/2] kexec: Allow architecture code to opt-out at runtime
` [PATCH 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest

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

[PATCH v5] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-06 18:40 UTC 

[PATCH] scsi: snic: Fix an error message
 2021-05-06 18:38 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-05-06 18:36 UTC  (6+ messages)
` [PATCH v1 06/11] mm/sparse-vmemmap: refactor vmemmap_populate_basepages()

[RFC PATCH vN net-next 1/2] net: mscc: ocelot: add support for non-mmio regmaps
 2021-05-06 18:34 UTC  (4+ messages)
` [RFC PATCH vN net-next 2/2] net: mscc: ocelot: add support for VSC75XX SPI control

[linux-stable-rc:linux-5.4.y 5600/6105] drivers/vfio/vfio_iommu_type1.c:366:22: error: implicit declaration of function 'pte_write'; did you mean 'vfs_write'?
 2021-05-06 18:32 UTC 

Re: Re: Re: [syzbot] INFO: rcu detected stall in tx
 2021-05-06 18:32 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: gpio: introduce hog properties with less ambiguity
 2021-05-06 18:31 UTC  (2+ messages)

[GIT PULL] VFIO updates for v5.13-rc1 pt2
 2021-05-06 18:31 UTC 

[PATCH net-next] net: openvswitch: IPv6: Add IPv6 extension header support
 2021-05-06 18:30 UTC 

[PATCH] e2fsck: fix portability problems caused by unaligned accesses
 2021-05-06 18:30 UTC  (2+ messages)
` [PATCH -v2] "

[PATCH v3 1/5] Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750
 2021-05-06 18:29 UTC  (2+ messages)
` Enable Bluetooth functinality for WCN6750

[PATCH 1/1] Add 'Transport Interface' (triface) option. This can be used to specify the IP interface to use for the connection. The driver uses that to set SO_BINDTODEVICE on the socket before connecting
 2021-05-06 18:27 UTC  (6+ messages)

[net-next] net: dsa: felix: disable always guard band bit for TAS config
 2021-05-06 18:28 UTC  (12+ messages)

[meta-oe][PATCH 1/2] poke: add recipe for version 1.2
 2021-05-06 18:28 UTC  (3+ messages)
` [oe] "

wiki.nftables.org down
 2021-05-06 18:27 UTC  (2+ messages)

[PATCH] packagegroup-meta-oe: Add poke to packagegroup-meta-oe-devtools
 2021-05-06 18:27 UTC 

[hardknott][PATCH] Binutils: Fix CVE-2021-20197
 2021-05-06 18:26 UTC  (5+ messages)
` [OE-core] "

[PATCH v2 0/9] (Not so) Minor fixes toward KS 2.0
 2021-05-06 18:26 UTC  (4+ messages)
` [PATCH v2 7/9] kernel-shark: Remove kvm_combo from the list of default plugins

[LTP] [COMMITTED] [PATCH] syscalls: modify_ldt02: Fix failure
 2021-05-06 18:26 UTC  (3+ messages)

[PATCH RFC 0/9] PKS write protected page tables
 2021-05-06 18:24 UTC  (4+ messages)
` [PATCH RFC 5/9] x86, mm: Use cache of "

[PATCH] nvme: fix for big endian systems
 2021-05-06 18:24 UTC 

[PATCH] virtio-blk: Convert QEMUBH callback to "bitops.h" API
 2021-05-06 18:22 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.