All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-29 10:26:29 to 2020-12-29 12:03:09 UTC [more...]

[Intel-gfx] [PATCH 01/56] drm/i915/gt: Restore ce->signal flush before releasing virtual engine
 2020-12-29 12:01 UTC  (43+ messages)
` [Intel-gfx] [PATCH 02/56] drm/i915/gt: Only retire on the last breadcrumb if the last request
` [Intel-gfx] [PATCH 03/56] drm/i915/gt: Cancel submitted requests upon context reset
` [Intel-gfx] [PATCH 04/56] drm/i915/gt: Pull context closure check from request submit to schedule-in
` [Intel-gfx] [PATCH 05/56] drm/i915/gem: Peek at the inflight context
` [Intel-gfx] [PATCH 07/56] drm/i915: Drop i915_request.lock serialisation around await_start
` [Intel-gfx] [PATCH 09/56] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
` [Intel-gfx] [PATCH 10/56] drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
` [Intel-gfx] [PATCH 11/56] drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
` [Intel-gfx] [PATCH 13/56] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 14/56] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 15/56] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 16/56] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 17/56] drm/i915/gt: Skip over completed active execlists, again
` [Intel-gfx] [PATCH 18/56] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 19/56] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 20/56] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 21/56] drm/i915: Teach the i915_dependency to use a double-lock
` [Intel-gfx] [PATCH 23/56] drm/i915/selftests: Measure set-priority duration
` [Intel-gfx] [PATCH 24/56] drm/i915/selftests: Exercise priority inheritance around an engine loop
` [Intel-gfx] [PATCH 25/56] drm/i915: Improve DFS for priority inheritance
` [Intel-gfx] [PATCH 27/56] drm/i915: Extract request rewinding from execlists
` [Intel-gfx] [PATCH 28/56] drm/i915: Extract request suspension from the execlists backend
` [Intel-gfx] [PATCH 29/56] drm/i915: Extract the ability to defer and rerun a request later
` [Intel-gfx] [PATCH 30/56] drm/i915: Fix the iterative dfs for defering requests
` [Intel-gfx] [PATCH 32/56] drm/i915: Move scheduler queue
` [Intel-gfx] [PATCH 33/56] drm/i915: Move tasklet from execlists to sched
` [Intel-gfx] [PATCH 36/56] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 39/56] drm/i915/gt: Support virtual engine queues
` [Intel-gfx] [PATCH 40/56] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 41/56] drm/i915: Bump default timeslicing quantum to 5ms
` [Intel-gfx] [PATCH 42/56] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [PATCH 43/56] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 44/56] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 45/56] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 46/56] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 48/56] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 49/56] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 52/56] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 53/56] drm/i915/gt: Enable busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 54/56] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 55/56] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 56/56] drm/i915/gt: Limit C-states while waiting for requests

[PATCH RESEND v5 0/4] add NXP imx8mp usb support
 2020-12-29 11:37 UTC  (9+ messages)
` [PATCH RESEND v5 1/4] dt-bindings: usb: dwc3-imx8mp: add imx8mp dwc3 glue bindings
` [PATCH RESEND v5 2/4] usb: dwc3: add imx8mp dwc3 glue layer driver
` [PATCH RESEND v5 3/4] arm64: dtsi: imx8mp: add usb nodes
` [PATCH RESEND v5 4/4] arm64: dts: imx8mp-evk: enable usb1 as host mode

[RFC 0/2] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2020-12-29 12:00 UTC  (5+ messages)
` [RFC 1/2] KVM: add initial support for KVM_SET_IOREGION
` [RFC 2/2] KVM: add initial support for ioregionfd blocking read/write operations

[PATCH 00/14] MFD/extcon/ASoC: Add support for Intel Bay Trail boards with WM5102 codec
 2020-12-29 12:00 UTC  (7+ messages)
` [PATCH 02/14] mfd: arizona: Add MODULE_SOFTDEP("pre: arizona_ldo1")
` [PATCH 04/14] mfd: arizona: Allow building arizona MFD-core as module

drivers/gpu/drm/i915/gvt/kvmgt.c:1447 intel_vgpu_ioctl() warn: potential spectre issue 'vdev->region'
 2020-12-29 12:00 UTC 

Time to re-enable Runtime PM per default for PCI devcies?
 2020-12-29 11:56 UTC  (6+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2020-12-29 11:53 UTC  (4+ messages)
` [PATCH 11/21] vhost-vdpa: introduce asid based IOTLB

[PATCH 00/24] NetBSD fixes
 2020-12-29 11:52 UTC  (17+ messages)
` [PATCH 02/24] NetBSD doens't need xenbackendd with xl toolstack
` [PATCH 04/24] Make xg_main.c build on NetBSD
` [PATCH 05/24] Introduce locking functions for block device setup "
` [PATCH 06/24] Handle the case where vifname is not present in xenstore
` [PATCH 07/24] Remove NetBSD's system headers. We'll use the system-provided ones, which are up to date
` [PATCH 08/24] Make libs/call build on NetBSD
` [PATCH 10/24] Make libs/evtchn "
` [PATCH 12/24] Implement gnttab "

[PATCH 1/2] video: eliminate unused drivers/video/mb862xx.c
 2020-12-29 11:52 UTC  (2+ messages)
` [PATCH 2/2] video: remove unused include/mb862xx.h

[PATCH 1/3] tools/lib/fs: Prefer cgroup v1 path
 2020-12-29 11:51 UTC  (3+ messages)
` [PATCH 3/3] tools/lib/fs: Cache cgroupfs mount point

[PATCH 0/7] arm64: dts: fsl: use the new clockgen constants
 2020-12-29 11:47 UTC  (16+ messages)
` [PATCH 1/7] arm64: dts: ls1012a: use constants in the clockgen phandle
` [PATCH 2/7] arm64: dts: ls1028a: "
` [PATCH 3/7] arm64: dts: ls1043a: "
` [PATCH 4/7] arm64: dts: ls1046a: "
` [PATCH 5/7] arm64: dts: ls1088a: "
` [PATCH 6/7] arm64: dts: ls208xa: "
` [PATCH 7/7] arm64: dts: lx2160a: "

[libvirt test] 157953: regressions - trouble: blocked/fail/pass/starved
 2020-12-29 11:49 UTC 

INFO: task hung in usbdev_open (2)
 2020-12-29 11:48 UTC 

[PATCH v6 0/4] Introduce perf-stat -b for BPF programs
 2020-12-29 11:48 UTC  (4+ messages)
` [PATCH v6 2/4] perf: support build BPF skeletons with perf

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_engines: Exercise independence across all physical engines
 2020-12-29 11:45 UTC  (6+ messages)
` [Intel-gfx] [PATCH i-g-t] i915/gem_reset_stats: Check noop submission before bans
  ` [igt-dev] "
  ` [igt-dev] [PATCH i-g-t] i915/gem_ctx_engines: Exercise independence across all physical engines
` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_ctx_engines: Exercise independence across all physical engines (rev3)

[PATCH v2 0/2] Fix via-ide for fuloong2e
 2020-12-29 11:43 UTC  (11+ messages)
` [PATCH v2 2/2] via-ide: Fix fuloong2e support
` [PATCH v2 1/2] ide: Make room for flags in PCIIDEState and add one for legacy mode

[PATCH RFC net-next 0/6] RFC: TLS TX HW offload for Bond
 2020-12-29 11:41 UTC  (7+ messages)
` [PATCH RFC net-next 1/6] net: netdevice: Add operation ndo_sk_get_slave
` [PATCH RFC net-next 2/6] net/tls: Device offload to use lowest netdevice in chain
` [PATCH RFC net-next 3/6] net/tls: Except bond interface from some TLS checks
` [PATCH RFC net-next 4/6] net/bonding: Take IP hash logic into a helper
` [PATCH RFC net-next 5/6] net/bonding: Implement ndo_sk_get_slave
` [PATCH RFC net-next 6/6] net/bonding: Support TLS TX device offload

[cip-dev] [PATCH 4.4.y-cip] ARM: dts: iwg22d-sodimm: Fix dt nodes sorting
 2020-12-29 11:34 UTC  (3+ messages)

[PATCH v2] acpi: Permit OEM ID and OEM table ID fields to be changed
 2020-12-29 11:31 UTC  (4+ messages)

[PATCH] btrfs: relocation: output warning message for leftover v1 space cache before aborting current data balance
 2020-12-29 11:30 UTC  (5+ messages)

[PATCH v5 00/27] MT8192 IOMMU support
 2020-12-29 11:25 UTC  (30+ messages)
` [PATCH v5 09/27] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH v5 15/27] iommu/mediatek: Add fail handle for sysfs_add and device_register
` [PATCH v5 16/27] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH v5 17/27] iommu/mediatek: Add pm runtime callback
` [PATCH v5 18/27] iommu/mediatek: Add power-domain operation

[PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE
 2020-12-29 11:26 UTC  (4+ messages)

arch/arm64/kvm/va_layout.c:249:6: warning: no previous prototype for function 'kvm_update_kimg_phys_offset'
 2020-12-29 11:23 UTC  (2+ messages)

arch/parisc/include/asm/cmpxchg.h:75:61: sparse: sparse: cast truncates bits from constant value (e0f510cc becomes cc)
 2020-12-29 11:21 UTC  (2+ messages)

[PATCH] watchdog: use boolean value when setting nowayout
 2020-12-29 11:19 UTC 

[PATCH] semctl.2: Correct SEM_STAT_ANY description
 2020-12-29 11:03 UTC 

[PATCH 3/3] vsock: support for SOCK_SEQPACKET socket
 2020-12-29 11:07 UTC 

[PATCH] ACPI: Update Kconfig help text for items that are no longer modular
 2020-12-29 11:17 UTC 

Bug in Bonito? (mips/fuloong2e)
 2020-12-29 11:17 UTC  (4+ messages)

[PATCH 2/3] vhost/vsock: support for SOCK_SEQPACKET socket
 2020-12-29 11:06 UTC 

[PATCH] habanalabs: Use 'dma_set_mask_and_coherent()' instead of hand-writing it
 2020-12-29 11:12 UTC  (2+ messages)

[PATCH 1/3] vsock/virtio: support for SOCK_SEQPACKET socket
 2020-12-29 11:04 UTC 

[PATCH] semctl.2: Correct SEM_STAT_ANY description
 2020-12-29 11:12 UTC  (4+ messages)

[PATCH 0/3] filesystems.5: Update & wfix
 2020-12-29 11:11 UTC  (4+ messages)
` [PATCH 3/3] filesystems.5: wfix: ntfs: remove FAT comparison

[virtio-comment] [PATCH v6] virtio-i2c: add the device specification
 2020-12-29 11:09 UTC  (2+ messages)

[PATCH v2] usb: gadget: configfs: Fix use-after-free issue with udc_name
 2020-12-29 10:53 UTC  (4+ messages)
` [PATCH RESEND "

[igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time
 2020-12-29 11:01 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_rotation_crc: reduce execution time (rev2)

[Buildroot] [PATCH 00/10 v3] support/download: reproducible archives whatever tar version (branch yem/dl-git-tar-pax-2)
 2020-12-29 11:01 UTC  (11+ messages)
` [Buildroot] [PATCH 01/10 v3] core/pkg-infra: prepare for alternate default source archives
` [Buildroot] [PATCH 02/10 v3] core/pkg-infra: allow per site-method sub-version strings
` [Buildroot] [PATCH 03/10 v3] support/download: add helper to generate a reproducible archive
` [Buildroot] [PATCH 04/10 v3] WIP: support/download: change format of archives generated from git
` [Buildroot] [PATCH 05/10 v3] WIP: boot+packages: update hash to new git-tarballs format
` [Buildroot] [PATCH 06/10 v3] WIP: support/testing: update git-hash checks with new archive format
` [Buildroot] [PATCH 07/10 v3] support/download: cleanup svn backend
` [Buildroot] [PATCH 08/10 v3] support/download: change format of archives generated from svn
` [Buildroot] [PATCH 09/10 v3] support/dependencies: drop check for maximal tar version
` [Buildroot] [PATCH 10/10 v3] package/tar: drop specific version for host variant

[PATCH] x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
 2020-12-29 10:56 UTC  (5+ messages)

[PATCH v5 00/13] Raspberry Pi 400/Compute Module 4 support
 2020-12-29 10:58 UTC  (2+ messages)

[PATCH 0/4] x86: ACPI and DMI table mapping fixes
 2020-12-29 10:56 UTC  (13+ messages)
` [PATCH 1/4] x86/ACPI: fix mapping of FACS
` [PATCH 2/4] x86/ACPI: fix S3 wakeup vector mapping
              ` Ping: "

[Buildroot] [PATCH] boot/lpc32xxcdl: switch upstream location
 2020-12-29 10:56 UTC 

[PATCH 1/1] ARM: LPAE: use phys_addr_t instead of unsigned long in outercache hooks
 2020-12-29 10:54 UTC  (8+ messages)

[PATCH 0/2] crypto: x86/aes-ni-xts - recover and improve performance
 2020-12-29 10:52 UTC  (3+ messages)

[PATCH 5.10 000/716] 5.10.4-rc2 review
 2020-12-29 10:52 UTC 

[PATCH 5.4 000/450] 5.4.86-rc2 review
 2020-12-29 10:53 UTC 

[PATCH v3] regmap: debugfs: Fix a memory leak when calling regmap_attach_dev
 2020-12-29 10:50 UTC 

[Bug 210681] New: kernel: Bluetooth: hci0: don't support firmware rome 0x31010000
 2020-12-29 10:50 UTC  (2+ messages)
` [Bug 210681] "

[RFC please help] membarrier: Rewrite sync_core_before_usermode()
 2020-12-29 10:44 UTC  (13+ messages)

Deprecation of the LM32 target
 2020-12-29 10:38 UTC  (4+ messages)

[usb:usb-testing 8/8] drivers/usb/gadget/function/u_audio.c:248:9: warning: implicit conversion from 'unsigned long long' to 'unsigned long' changes value from 4294967296 to 0
 2020-12-29 10:38 UTC  (3+ messages)

arch/arm64/kvm/hyp/nvhe/hyp-main.c:18:6: warning: no previous prototype for function 'handle_trap'
 2020-12-29 10:32 UTC  (2+ messages)

[PATCH] media: imx6-mipi-csi2: Call remote subdev get_mbus_config to get active lanes
 2020-12-29 10:31 UTC 

[Buildroot] [PATCH v2 00/14] packages: Add SELinux modules to some packages
 2020-12-29 10:30 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/54] drm/i915/gt: Cancel submitted requests upon context reset
 2020-12-29 10:27 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [01/54] "

[ebiggers:f2fs-pending 2/2] fs/f2fs/data.c:289 f2fs_read_end_io() warn: bitwise AND condition is false here
 2020-12-29 10:27 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-29 10:26 UTC  (11+ messages)
` Re: [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
  `  "


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.