messages from 2016-01-11 10:46:55 to 2016-01-11 11:06:14 UTC [more...]
[RFC PATCH] Add IPI entry for CPU UP
2016-01-11 11:03 UTC (5+ messages)
[PATCH v4 0/3] checkpatch: handling of memory barriers
2016-01-11 11:06 UTC (35+ 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
[review-request][PATCH 00/22] Convert projects and builds pages to ToasterTable
2016-01-11 11:04 UTC (21+ messages)
` [review-request][PATCH 01/22] toaster: toastergui Use ToasterTable for projects page
` [review-request][PATCH 02/22] toaster: Move image file suffix list to model
` [review-request][PATCH 03/22] toaster: Check inferred file suffixes against list of known types
` [review-request][PATCH 04/22] toaster: toastergui Switch projects/ view to ToasterTable
` [review-request][PATCH 05/22] toaster: toastergui Use event delegates for hover help elements
` [review-request][PATCH 06/22] toaster: toastergui Convert all builds page to ToasterTable
` [review-request][PATCH 07/22] toaster: toastergui Refactor ToasterTable filtering
` [review-request][PATCH 08/22] toaster: toastergui Switch off filter highlights when inactive
` [review-request][PATCH 09/22] toaster: toastergui Show recent builds on all builds page
` [review-request][PATCH 10/22] toaster: toastergui Implement date range filters for builds
` [review-request][PATCH 11/22] toaster: toastergui Implement "today" and "yesterday" filters
` [review-request][PATCH 12/22] toaster: toastergui Convert project builds page to ToasterTable
` [review-request][PATCH 13/22] toaster: toastergui Don't hide all elements with .col class
` [review-request][PATCH 14/22] toaster: toastergui Ensure filter_value updates
` [review-request][PATCH 15/22] toaster: toastergui Streamline construction of filter objects
` [review-request][PATCH 16/22] toaster: toastergui Serialise decimals correctly
` [review-request][PATCH 17/22] toaster: toastergui Set default visible and hideable columns
` [review-request][PATCH 18/22] toaster: toastergui Mute label for filter actions with no records
` [review-request][PATCH 19/22] toaster: toastergui Make "Apply" button state depend on filter range
` [review-request][PATCH 20/22] toaster: toastergui Fix error and warning counts for builds
[Buildroot] [PATCH] python-httplib2: bump to 0.9.2
2016-01-11 11:04 UTC
[PATCH v2 0/3] drm/exynos: introduce generic zpos property
2016-01-11 11:03 UTC (4+ messages)
` [PATCH v2 1/3] drm: add "
` [PATCH v2 2/3] drm/exynos: use generic code for managing zpos plane property
` [PATCH v2 3/3] drm: simplify initialization of rotation property
[PATCH v3 1/4] extcon: arizona: Remove enable/disable of 32k clock
2016-01-11 11:03 UTC (5+ messages)
` [PATCH v3 3/4] mfd: arizona: Switch to using clock driver for "
[RFC] perf record: missing buildid for callstack modules
2016-01-11 11:02 UTC (9+ messages)
WLAN drivers provided by Realtek do not work with backports (cfg80211 module not compatible)
2016-01-11 11:02 UTC
[PATCH 001/190] drm: Release driver references to handle before making it available again
2016-01-11 11:01 UTC (82+ messages)
` [PATCH 087/190] Revert "drm/i915: Clean up associated VMAs on context destruction"
` [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
` [PATCH 166/190] drm/i915: Drop spinlocks around adding to the client request list
` [PATCH 167/190] drm/i915: Amalgamate execbuffer parameter structures
` [PATCH 168/190] drm/i915: Skip holding context reference for duration of execbuffer call
` [PATCH 169/190] drm/i915: Use vma->exec_entry as our double-entry placeholder
` [PATCH 170/190] drm/i915: Store a direct lookup from object handle to vma
` [PATCH 171/190] drm/i915: Pass vma to relocate entry
` [PATCH 172/190] drm/i915: Eliminate lots of iterations over the execobjects array
` [PATCH 173/190] drm/i915: Wait upon userptr get-user-pages within execbuffer
` [PATCH 174/190] drm/i915: Show context objects in debugfs/i915_gem_objects
` [PATCH 175/190] drm/i915: Remove superfluous i915_add_request_no_flush() helper
` [PATCH 176/190] drm/i915: Use the MRU stack search after evicting
` [PATCH 177/190] drm/i915: Use VMA as the primary object for context state
` [PATCH 178/190] drm/i915: Do an inline flush-active before dropping the mutex when waiting
` [PATCH 179/190] drm/i915: Skip MI_SET_CONTEXT for the same context
` [PATCH 180/190] drm/i915: Micro-optimise i915_gem_object_get_dirty_page()
` [PATCH 181/190] drm/i915: Introduce an internal allocator for disposable private objects
` [PATCH 182/190] drm/i915: Avoid allocating a vmap arena for a single page
` [PATCH 183/190] drm/i915/cmdparser: Use cached vmappings
` [PATCH 184/190] drm/i915/cmdparser: Only cache the dst vmap
` [PATCH 185/190] drm/i915/cmdparser: Improve hash function
` [PATCH 186/190] drm/i915/cmdparser: Compare against the previous command descriptor
` [PATCH 187/190] drm/i915: Allow execbuffer to use the first object as the batch
` [PATCH 188/190] drm/i915: Use VMA for ringbuffer tracking
` [PATCH 189/190] drm/i915: Skip clearing the GGTT on full-ppgtt systems
` [PATCH 190/190] drm/i915: Do a nonblocking wait first in pread/pwrite
[Qemu-devel] [PATCH v4] igd-passthrough-i440FX: convert to realize()
2016-01-11 11:01 UTC (14+ 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
[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 (15+ messages)
` [PATCH v5 03/11] arm-cci: Group writes to counter
` [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 (13+ 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 (5+ messages)
` [PATCH 1/4] mfd/menf21bmc: remove auto exiting of production mode and add "
[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 (2+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.