All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-15 11:20:59 to 2020-07-15 11:53:21 UTC [more...]

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-15 11:51 UTC  (60+ messages)
` [Intel-gfx] [PATCH 02/66] drm/i915: Remove i915_request.lock requirement for execution callbacks
` [Intel-gfx] [PATCH 03/66] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
` [Intel-gfx] [PATCH 04/66] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] [PATCH 05/66] drm/i915: Skip taking acquire mutex for no ref->active callback
` [Intel-gfx] [PATCH 06/66] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [PATCH 08/66] drm/i915: Make the stale cached active node available for any timeline
` [Intel-gfx] [PATCH 10/66] drm/i915: Soften the tasklet flush frequency before waits
` [Intel-gfx] [PATCH 11/66] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] [PATCH 12/66] drm/i915: Switch to object allocations for page directories
` [Intel-gfx] [PATCH 14/66] drm/i915/gem: Rename execbuf.bind_link to unbound_link
` [Intel-gfx] [PATCH 15/66] drm/i915/gem: Break apart the early i915_vma_pin from execbuf object lookup
` [Intel-gfx] [PATCH 16/66] drm/i915/gem: Remove the call for no-evict i915_vma_pin
` [Intel-gfx] [PATCH 17/66] drm/i915: Add list_for_each_entry_safe_continue_reverse
` [Intel-gfx] [PATCH 18/66] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 19/66] drm/i915/gem: Assign context id for async work
` [Intel-gfx] [PATCH 20/66] drm/i915/gem: Separate the ww_mutex walker into its own list
` [Intel-gfx] [PATCH 21/66] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [PATCH 22/66] drm/i915/gem: Bind the fence async for execbuf
` [Intel-gfx] [PATCH 23/66] drm/i915/gem: Include cmdparser in common execbuf pinning
` [Intel-gfx] [PATCH 24/66] drm/i915/gem: Include secure batch "
` [Intel-gfx] [PATCH 25/66] drm/i915/gem: Reintroduce multiple passes for reloc processing
` [Intel-gfx] [PATCH 26/66] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 27/66] drm/i915/gem: Pull execbuf dma resv under a single critical section
` [Intel-gfx] [PATCH 30/66] drm/i915: Specialise GGTT binding
` [Intel-gfx] [PATCH 31/66] drm/i915/gt: Acquire backing storage for the context
` [Intel-gfx] [PATCH 32/66] drm/i915/gt: Push the wait for the context to bound to the request
` [Intel-gfx] [PATCH 33/66] drm/i915: Remove unused i915_gem_evict_vm()
` [Intel-gfx] [PATCH 34/66] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 35/66] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 36/66] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 37/66] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 38/66] drm/i915/gt: Use virtual_engine during execlists_dequeue
  `  "
` [Intel-gfx] [PATCH 39/66] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 40/66] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 41/66] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 42/66] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 43/66] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 45/66] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 46/66] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 47/66] drm/i915: Lift waiter/signaler iterators
` [Intel-gfx] [PATCH 48/66] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 49/66] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 50/66] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 51/66] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 53/66] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 54/66] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 55/66] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 56/66] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 57/66] drm/i915: Replace the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 58/66] drm/i915: Move saturated workload detection to the GT
` [Intel-gfx] [PATCH 59/66] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 60/66] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 61/66] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 62/66] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 63/66] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 64/66] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 65/66] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 66/66] drm/i915/gem: Remove timeline nesting from snb relocs

[PATCH] ext4: catch integer overflow in ext4_cache_extents
 2020-07-15 11:53 UTC  (4+ messages)

[PATCH] virtio-blk: check host supplied logical block size
 2020-07-15 11:53 UTC  (5+ messages)

[PATCH v11 00/34] Add subcluster allocation to qcow2
 2020-07-15 11:51 UTC  (3+ messages)

[Intel-wired-lan] [next-queue,V6, 00/14]
 2020-07-15 11:52 UTC  (15+ messages)
` [Intel-wired-lan] [net-next, V6 01/14] iecm: Add framework set of header files
` [Intel-wired-lan] [net-next, V6 02/14] iecm: Add TX/RX "
` [Intel-wired-lan] [net-next, V6 03/14] iecm: Common module introduction and function stubs
` [Intel-wired-lan] [net-next, V6 04/14] iecm: Add basic netdevice functionality
` [Intel-wired-lan] [net-next, V6 05/14] iecm: Implement mailbox functionality
` [Intel-wired-lan] [net-next, V6 06/14] iecm: Implement virtchnl commands
` [Intel-wired-lan] [net-next, V6 07/14] iecm: Implement vector allocation
` [Intel-wired-lan] [net-next, V6 08/14] iecm: Init and allocate vport
` [Intel-wired-lan] [net-next,V6 09/14] iecm: Deinit vport
` [Intel-wired-lan] [net-next,V6 10/14] iecm: Add splitq TX/RX
` [Intel-wired-lan] [net-next,V6 11/14] iecm: Add singleq TX/RX
` [Intel-wired-lan] [net-next,V6 12/14] iecm: Add ethtool
` [Intel-wired-lan] [net-next, V6 13/14] iecm: Add iecm to the kernel build system
` [Intel-wired-lan] [net-next,V6 14/14] idpf: Introduce idpf driver

[PATCH v3] powerpc/pseries: detect secure and trusted boot state of the system
 2020-07-15 11:52 UTC 

Xenomai-v3.1 Watchdog detected hard lockup
 2020-07-15 11:52 UTC  (2+ messages)

[PATCH 00/13] Rid W=1 warnings in CPUFreq
 2020-07-15 11:50 UTC  (14+ messages)
` [PATCH 09/13] cpufreq: acpi-cpufreq: Remove unused ID structs

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-15 11:51 UTC  (5+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[dpdk-dev] [RFC] doc: change to diverse and inclusive language
 2020-07-15 11:51 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 00/27] Replace references to master and slave
  ` [dpdk-dev] [PATCH v4 10/27] examples/qos_{meter/sched}: replace references to master lcore
  ` [dpdk-dev] [PATCH v4 11/27] examples/l3fwd: "
  ` [dpdk-dev] [PATCH v4 12/27] examples/l2fwd: "

[PATCH 5.7 000/166] 5.7.9-rc1 review
 2020-07-15 11:48 UTC  (2+ messages)

[RFC] dfu: remove UPDATE_TFTP
 2020-07-15 11:49 UTC  (3+ messages)

[virtio-dev] On doorbells (queue notifications)
 2020-07-15 11:48 UTC  (2+ messages)

[PATCH v2] staging: comedi: comedi_fops.c: added casts to get rid of sparse warnings
 2020-07-15 11:48 UTC  (2+ messages)

sw_sync deadlock avoidance, take 3
 2020-07-15 11:47 UTC  (10+ messages)
` [PATCH 1/2] dma-buf/sw_sync: Avoid recursive lock during fence signal
    ` [Intel-gfx] "
      ` [Intel-gfx] sw_sync deadlock avoidance, take 3

[PATCH ima-evm-utils] Check for tsspcrread in runtime
 2020-07-15 11:47 UTC  (4+ messages)

[PATCH v3] debugfs: Add access restriction option
 2020-07-15 10:59 UTC  (7+ messages)
` [PATCH v5 0/2] "
  ` [PATCH 2/2] "

[PATCH v2 0/3] dt-bidings: media: ov5647 bindings + small fix
 2020-07-15 11:50 UTC  (3+ messages)

Inter-VM device emulation (call on Mon 20th July 2020)
 2020-07-15 11:28 UTC  (4+ messages)

[PATCH] spi: spidev: Add compatible for external SPI ports on Kontron boards
 2020-07-15 11:45 UTC  (12+ messages)

[oe][meta-python][PATCH] python3-xlsxwriter: add recipe for v1.2.9
 2020-07-15 11:45 UTC  (2+ messages)
` [oe][meta-python][PATCH v2] python3-xlsxwriter: add recipe for v 1.2.9

[PATCH RFC 2/5] s390x: implement diag260
 2020-07-15 11:42 UTC  (8+ messages)

[Intel-gfx] [PATCH 01/23] Revert "drm/i915/gem: Async GPU relocations only"
 2020-07-15 11:42 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/23] Revert "drm/i915/gem: Async GPU relocations only" (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] check: clear WARN_ONCE state before each test
 2020-07-15 11:42 UTC 

[PATCH RESEND v7 0/3] Add USB3.0 and TI HD3SS3220 driver support
 2020-07-15 11:42 UTC  (4+ messages)
` [PATCH RESEND v7 1/3] dt-bindings: usb: hd3ss3220 device tree binding document

xfs_repair doesn't handle: br_startoff 8388608 br_startblock -2 br_blockcount 1 br_state 0 corruption
 2020-07-15 11:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix the default RSS key configuration
 2020-07-15 11:40 UTC  (3+ messages)

[PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-07-14 15:27 UTC  (10+ messages)
                ` [Intel-gfx] "

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-15  9:17 UTC  (6+ messages)
` [PATCH 19/25] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
        ` [Intel-gfx] "

[PATCH 1/4] drm: remove optional dummy function from drivers using TTM
 2020-07-15 11:40 UTC  (8+ messages)
` [PATCH 2/4] drm/ttm: cleanup io_mem interface with nouveau
` [PATCH 3/4] drm/ttm: remove io_reserve_fastpath flag
` [PATCH 4/4] drm/ttm: cleanup coding style and implementation

[PATCH 1/2] usb: tegra: Fix allocation for the FPCI context
 2020-07-15 11:38 UTC  (3+ messages)
` [PATCH V2] "

[RFC PATCH 0/4] rseq: Introduce extensible struct rseq
 2020-07-15 11:38 UTC  (3+ messages)
` [RFC PATCH 2/4] rseq: Allow extending "

[PATCH 5.4] crypto: atmel - Fix build error of CRYPTO_AUTHENC
 2020-07-15 11:37 UTC  (3+ messages)

[PATCH] rdma_rxe: Prevent access to wr->next ptr afrer wr is posted to send queue
 2020-07-15 11:37 UTC  (2+ messages)

[PATCH] staging: comedi: comedi_fops.c: changed type in assignment to unsigned int *
 2020-07-15 11:34 UTC  (4+ messages)

[PATCH RFC net-next 00/13] Phylink PCS updates
 2020-07-15 11:34 UTC  (6+ messages)

[dpdk-dev] [PATCH] metrics: fix installation of metrics header
 2020-07-15 11:32 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v5.4.y, v4.19.y] mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
 2020-07-15 11:32 UTC  (2+ messages)

[Bug 1887641] [NEW] PCI bus not available for hda
 2020-07-15 11:16 UTC  (3+ messages)
` [Bug 1887641] "

[PATCH] btrfs: reduce contention on log trees when logging checksums
 2020-07-15 11:30 UTC 

[PATCH 00/19] clk: at91: add sama7g5 clock support
 2020-07-15 11:24 UTC  (40+ messages)
` [PATCH 01/19] clk: at91: clk-generated: continue if __clk_determine_rate() returns error
` [PATCH 02/19] clk: at91: clk-generated: check best_rate against ranges
` [PATCH 03/19] clk: at91: clk-sam9x60-pll: fix mul mask
` [PATCH 04/19] clk: at91: sam9x60-pll: use frac when computing pll frequency
` [PATCH 05/19] clk: at91: sam9x60-pll: use logical or for range check
` [PATCH 06/19] clk: at91: sam9x60-pll: check fcore against ranges
` [PATCH 07/19] clk: at91: sam9x60-pll: use frac when setting frequency
` [PATCH 08/19] clk: at91: sam9x60: fix main rc oscillator frequency
` [PATCH 09/19] clk: at91: sckc: register slow_rc with accuracy option
` [PATCH 10/19] clk: at91: replace conditional operator with double logical not
` [PATCH 11/19] clk: at91: clk-generated: pass the id of changeable parent at registration
` [PATCH 12/19] clk: at91: clk-generated: add mux_table option
` [PATCH 13/19] clk: at91: clk-master: add master clock support for SAMA7G5
` [PATCH 14/19] clk: at91: clk-peripheral: add support for changeable parent rate
` [PATCH 15/19] clk: at91: clk-programmable: add mux_table option
` [PATCH 16/19] clk: at91: add macro for pll ids mask
` [PATCH 17/19] clk: at91: clk-sam9x60-pll: re-factor to support plls with multiple outputs
` [PATCH 18/19] clk: at91: clk-utmi: add utmi support for sama7g5
` [PATCH 19/19] clk: at91: sama7g5: add clock "

[PATCH 00/13] Reverse debugging
 2020-07-15 11:27 UTC  (5+ messages)
` [PATCH 05/13] qapi: introduce replay.json for record/replay-related stuff
` [PATCH 10/13] gdbstub: add reverse step support in replay mode

[PATCH] ppc/spapr: Fix 32 bit logical memory block size assumptions
 2020-07-15 10:38 UTC  (2+ messages)

[PATCH v2] staging: gasket: core: Fix a coding style issue in gasket_core.c
 2020-07-15 11:06 UTC  (9+ messages)
            `  "
              `  "

[PATCH] ata: Disable queued TRIM for Samsung 860 SSDs
 2020-07-15 11:13 UTC 

[qemu-upstream-4.14-testing baseline test] 151900: tolerable FAIL
 2020-07-15 11:22 UTC 

[tglx-devel:x86/entry 8/21] arch/x86/entry/common.c:434:3: error: implicit declaration of function 'irq_enter_from_user_mode'; did you mean
 2020-07-15 11:22 UTC 

[PULL 0/9] sdcard: Fix CVE-2020-13253
 2020-07-15 11:20 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 1/2] raw/ifpga/base: fix spi transaction issue
 2020-07-15 11:21 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 2/2] raw/ifpga/base: fix NIOS SPI initial

drivers/usb/gadget/udc/mv_udc_core.c:833:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-07-15 11:20 UTC 

System crash/lockup after plugging CDC ACM device
 2020-07-15 11:20 UTC  (7+ 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.