All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 10:36:37 to 2016-01-11 11:02:10 UTC [more...]

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-11 11:01 UTC  (80+ messages)
` [PATCH 087/190] Revert "drm/i915: Clean up associated VMAs on context destruction"
  ` [PATCH 088/190] drm/i915: Move execlists interrupt based submission to a bottom-half
  ` [PATCH 089/190] drm/i915: Tidy execlists submission and tracking
  ` [PATCH 090/190] drm/i915: Refactor execlists default context pinning
  ` [PATCH 091/190] drm/i915: Move context initialisation to first-use
  ` [PATCH 092/190] drm/i915: Move the magical deferred context allocation into the request
  ` [PATCH 093/190] drm/i915: Move the forced switch back to the kernel context into eviction
  ` [PATCH 094/190] drm/i915: Remove early l3-remap
  ` [PATCH 095/190] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
  ` [PATCH 096/190] drm/i915: Eliminate early submission of context enabling request
  ` [PATCH 097/190] drm/i915/shrinker: Flush active on objects before counting
  ` [PATCH 098/190] drm/i915: Double check the active status on the batch pool
  ` [PATCH 099/190] drm/i915: Check for request completion before choosing CS flips
  ` [PATCH 100/190] drm/i915: Remove request retirement before each batch
  ` [PATCH 101/190] drm/i915: Only retire if necessary when creating a userptr
  ` [PATCH 102/190] drm/i915: Move the "per-ring" default_context to the device
  ` [PATCH 103/190] drm/i915: Move pinning of dev_priv->kernel_context into its creator
  ` [PATCH 104/190] drm/i915: Remove i915_gem_execbuffer_retire_commands()
  ` [PATCH 105/190] drm/i915: Pad GTT views of exec objects up to user specified size
  ` [PATCH 106/190] drm/i915: Split insertion/binding of an object into the VM
  ` [PATCH 107/190] drm/i915: Record allocated vma size
  ` [PATCH 108/190] drm/i915: Start passing around i915_vma from execbuffer
  ` [PATCH 109/190] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
  ` [PATCH 110/190] drm/i915: Move vma->pin_count:4 to vma->flags
  ` [PATCH 111/190] drm/i915: Make fb_tracking.lock a spinlock
  ` [PATCH 112/190] drm/i915: Move obj->active:5 to obj->flags
  ` [PATCH 113/190] drm/i915: Enable lockless lookup of request tracking via RCU
  ` [PATCH 114/190] drm/i915: Remove (struct_mutex) locking for wait-ioctl
  ` [PATCH 115/190] drm/i915: Remove (struct_mutex) locking for busy-ioctl
  ` [PATCH 116/190] drm/i915: Reduce locking inside swfinish ioctl
  ` [PATCH 117/190] drm/i915: Remove pinned check from madvise ioctl
  ` [PATCH 118/190] drm/i915: Remove locking for get_tiling
  ` [PATCH 119/190] drm/i915: Reduce amount of duplicate buffer information captured on error
  ` [PATCH 120/190] drm/i915: Stop the machine whilst capturing the GPU crash dump
  ` [PATCH 121/190] drm/i915: Scan GGTT active list for context object
  ` [PATCH 122/190] drm/i915: Move setting of request->batch into its single callsite
  ` [PATCH 123/190] drm/i915: Mark unmappable GGTT entries as PIN_HIGH
  ` [PATCH 124/190] drm/i915: Track pinned vma inside guc
  ` [PATCH 125/190] drm/i915: Track pinned VMA
  ` [PATCH 126/190] drm/i915: Print the batchbuffer offset next to BBADDR in error state
  ` [PATCH 127/190] drm/i915: Cache kmap between relocations
  ` [PATCH 128/190] drm/i915: Extract i915_gem_obj_prepare_shmem_write()
  ` [PATCH 129/190] drm/i915: Before accessing an object via the cpu, flush GTT writes
  ` [PATCH 130/190] drm/i915: Wait for writes through the GTT to land before reading back
  ` [PATCH 131/190] drm/i915: Pin the pages first in shmem prepare read/write
  ` [PATCH 132/190] drm/i915: Tidy up flush cpu/gtt write domains
  ` [PATCH 133/190] drm/i915: Convert known clflush paths over to clflush_cache_range()
  ` [PATCH 134/190] drm/i915: Refactor execbuffer relocation writing
  ` [PATCH 135/190] drm/i915: Move map-and-fenceable tracking to the VMA
  ` [PATCH 136/190] drm/i915: Move ioremap_wc tracking onto VMA
  ` [PATCH 137/190] drm/i915: Shrink pages around failure to dma map
  ` [PATCH 138/190] drm/i915/userptr: Make gup errors stickier
  ` [PATCH 139/190] drm/i915: Move fence tracking from object to vma
  ` [PATCH 140/190] drm/i915: Fix partial GGTT faulting
  ` [PATCH 141/190] drm/i915: Choose not to evict faultable objects from the GGTT
` [PATCH 142/190] drm/i915: Fallback to using unmappable memory for scanout
  ` [PATCH 143/190] drm/i915: Track display alignment on VMA
  ` [PATCH 144/190] drm/i915: Bump the inactive MRU tracking for all VMA accessed
  ` [PATCH 145/190] drm/i915: Stop discarding GTT cache-domain on unbind vma
  ` [PATCH 146/190] io-mapping: Always create a struct to hold metadata about the io-mapping
  ` [PATCH 147/190] drm/i915: Use remap_io_mapping() to prefault all PTE in a single pass
  ` [PATCH 148/190] drm/i915: Stop marking the unaccessible scratch page as UC
  ` [PATCH 149/190] drm/i915: Use i915_vm_to_ppgtt()
  ` [PATCH 150/190] drm/i915: Embed the scratch page struct into each VM
  ` [PATCH 151/190] drm/i915: Allow DMA pagetables to use highmem
  ` [PATCH 152/190] drm/i915: Replace request->postfix with ->head for space searching
  ` [PATCH 153/190] drm/i915: Record the position of the start of the request
  ` [PATCH 154/190] drm/i915: Move per-request pid from request to ctx
  ` [PATCH 155/190] drm/i915: Merge legacy+execlists context structs
  ` [PATCH 156/190] drm/i915: Store the active context object on all engines upon error
  ` [PATCH 157/190] drm/i915: Tidy execlists by using intel_context_engine locals
  ` [PATCH 158/190] drm/i915: Skip holding an object reference for execbuf preparation
  ` [PATCH 159/190] drm/i915: Defer active reference until required
  ` [PATCH 160/190] drm: Track drm_mm nodes with an interval tree
  ` [PATCH 161/190] drm: Convert drm_vma_manager to embedded interval-tree in drm_mm
  ` [PATCH 162/190] drm/i915: Allow the user to pass a context to any ring
  ` [PATCH 163/190] drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
  ` [PATCH 164/190] drm/i915: Move obj->dirty:1 to obj->flags
  ` [PATCH 165/190] drm/i915: Use the precomputed value for whether to enable command parsing

[Qemu-devel] [PATCH v4] igd-passthrough-i440FX: convert to realize()
 2016-01-11 11:01 UTC  (15+ messages)
          ` [Qemu-devel] [Xen-devel] "
                      `  "

[PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-11 11:01 UTC  (3+ messages)

[PATCH v4 0/3] checkpatch: handling of memory barriers
 2016-01-11 11:00 UTC  (24+ messages)
  ` [PATCH v4 1/3] checkpatch.pl: add missing "
  ` [PATCH v4 2/3] checkpatch: check for __smp outside barrier.h
  ` [PATCH v4 3/3] checkpatch: add virt barriers

[PATCH v4 0/3] checkpatch: handling of memory barriers
 2016-01-11 11:00 UTC 

[PATCH v4 0/3] checkpatch: handling of memory barriers
 2016-01-11 11:00 UTC 

[PATCH] selftests/x86: Disable ldt_gdt_64 for now
 2016-01-11 10:59 UTC  (3+ messages)

[PATCH v5 00/11] arm-cci: PMU updates
 2016-01-11 10:58 UTC  (21+ messages)
` [PATCH v5 03/11] arm-cci: Group writes to counter
` [PATCH v5 05/11] arm-cci PMU: Delay counter writes to pmu_enable
` [PATCH v5 07/11] arm-cci: Add routines to save/restore all counters
` [PATCH v5 08/11] arm-cci: Provide hook for writing to PMU counters

WLAN drivers provided by Realtek do not work with backports (cfg80211 module not compatible)
 2016-01-11 10:56 UTC 

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-11 10:56 UTC  (19+ messages)
` [PATCH v3 3/3] checkpatch: add virt barriers

Trouble building and running ceph from source code
 2016-01-11 10:56 UTC 

[PATCH 0/6] tools: Add clean targets for tools directory
 2016-01-11 10:54 UTC  (7+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] tools bpf: Add *.cmd files clean up
` [PATCH 3/6] tools lockdep: "
` [PATCH 4/6] perf tools: Add missing sources in perf's MANIFEST
` [RFC 5/6] perf build: Add feature-dump target
` [RFC 6/6] perf build: Introduce FEATURES_DUMP make variable

ERROR: Unable to install packages
 2016-01-11 10:55 UTC 

[RFC/PATCH v3] perf report: Show random usage tip on the help line
 2016-01-11 10:55 UTC  (4+ messages)

[PATCH] drm: Release driver references to handle before making it available again
 2016-01-11 10:55 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT

[U-Boot] [PATCH v1 0/9] MIPS: sync asm header files with linux-4.4
 2016-01-11 10:55 UTC  (2+ messages)

[PATCH v2 1/4] perf tools: Add more usage tips
 2016-01-11 10:53 UTC  (2+ messages)
` [PATCH 5/4] perf ui/tui: Print helpline message as is

Our Custom Shaped USB drives with your logo
 2016-01-11 10:49 UTC 

[PATCH 0/4] remove auto exit of production and added sysfs interface
 2016-01-11 10:49 UTC  (14+ messages)
` [PATCH 1/4] mfd/menf21bmc: remove auto exiting of production mode and add "
` [PATCH 2/4] doc/ABI: added sysfs description for the menf21bmc MFD driver
` [PATCH 3/4] mfd/menf21bmc.c: add additional sysfs entries for BMC status information
` [PATCH 4/4] doc/ABI: add documentation for the additional sysfs "
    ` [PATCH 4/4] doc/ABI: add documentation for the additional sysfs status informationj

[Buildroot] [PATCH 1/5] linux-headers: mark EOL versions deprecated
 2016-01-11 10:52 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] toolchain: add 4.4.x choice for headers
` [Buildroot] [PATCH 3/5] linux-headers: add 4.4.x series
` [Buildroot] [PATCH 4/5] linux: bump default to version 4.4
` [Buildroot] [PATCH 5/5] linux-headers: bump 3.12.x series

[RFC PATCH v0] Add tw5864 driver
 2016-01-11 10:52 UTC  (3+ messages)

[3.16.y-ckt stable] Linux 3.16.7-ckt22
 2016-01-11 10:52 UTC  (2+ messages)

Reiser4-enabled Debian Unstable (Sid) netboot iso
 2016-01-11 10:52 UTC  (3+ messages)

[RFC 00/13] x86/mm: PCID and INVPCID
 2016-01-11 10:51 UTC  (7+ messages)
` [RFC 09/13] x86/mm: Disable interrupts when flushing the TLB using CR3

[PATCH] Provide a dirname() function when NO_LIBGEN_H=YesPlease
 2016-01-11 10:50 UTC  (5+ messages)
` [PATCH v2 0/4] Ensure that we can build without libgen.h
  ` [PATCH v2 4/4] t0060: verify that basename() and dirname() work as expected

[PATCH v2 1/3] ARM: asm: Add convenience fucntions to access VBAR
 2016-01-11 10:49 UTC  (2+ messages)

[PATCH] gpio: max77620: fix of_table.cocci warnings
 2016-01-11 10:48 UTC  (2+ messages)
` [rtc-linux] "

[Qemu-devel] [PATCH V5] block/nfs: add support for setting debug level
 2016-01-11 10:47 UTC  (4+ messages)
    ` [Qemu-devel] [Qemu-block] "

[PATCH] pmd/virtio: fix cannot start virtio dev after stop
 2016-01-11 10:47 UTC  (2+ messages)

[PATCH] arm64/dts: Add missing DMA Abort interrupt to Juno
 2016-01-11 10:47 UTC  (5+ messages)

[U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure
 2016-01-11 10:45 UTC  (3+ messages)

[PATCH 0/7] perf: Untangle aux refcounting
 2016-01-11 10:44 UTC  (10+ messages)
` [PATCH 2/7] perf: Generalize task_function_call()ers

[PATCH V2 1/2] irqchip/gic: Remove static irq_chip definition for eoimode1
 2016-01-11 10:44 UTC  (2+ messages)

[PATCH v8 3/3] x86, mce: Add __mcsafe_copy()
 2016-01-11 10:44 UTC  (12+ messages)

CMA usage in driver
 2016-01-11 10:43 UTC  (2+ messages)

[RFC 0/5] virtio support for container
 2016-01-11 10:42 UTC  (4+ messages)
` [PATCH 0/4] "
  ` [PATCH 3/4] virtio/vdev: add ways to interact with vhost

[PATCH -next] ASoC: AMD: Add missing include file
 2016-01-11 10:41 UTC 

[PATCH v2 4/4] perf tools: Fallback to srcdir/Documentation/tips.txt
 2016-01-11 10:38 UTC 

[PATCH v1 0/5] perf: Untangle aux refcounting
 2016-01-11 10:37 UTC  (2+ messages)

[GIT PULL] Third Round of Renesas ARM64 Based SoC DT Updates for v4.5
 2016-01-11 10:39 UTC  (8+ messages)
` [PATCH 05/10] arm64: dts: r8a7795: Add pmu device nodes

[PATCH v3 0/2] adding PCI support to AXS10x
 2016-01-11 10:38 UTC  (4+ messages)

[PATCH] crypto: Make CRYPTO_CBC select CRYPTO_ECHAINIV
 2016-01-11 10:38 UTC  (8+ messages)

[PATCH 00/19] Fix driver crashes on hangup
 2016-01-11 10:37 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/19] staging/speakup: Use tty_ldisc_ref() for paste kworker

[PATCH] drm: arm-hdlcd: remove DMA_CMA select
 2016-01-11 10:37 UTC  (4+ messages)

[PATCH v3 0/3] SoC: rockchip: support power domain for RK3368
 2016-01-11 10:36 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: add power-domain header for RK3368 SoCs
` [PATCH v3 2/3] soc: rockchip: power-domain: Modify power domain driver for rk3368
` [PATCH v3 3/3] dt-bindings: modify document of Rockchip power domains


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.