All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 08:32:15 to 2016-01-11 09:20:48 UTC [more...]

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-11  9:17 UTC  (61+ messages)
` [PATCH 002/190] drm/i915: Move the mb() following release-mmap into release-mmap
` [PATCH 003/190] drm/i915: Add an optional selection from i915 of CONFIG_MMU_NOTIFIER
` [PATCH 004/190] drm/i915: Fix some invalid requests cancellations
` [PATCH 005/190] drm/i915: Force clean compilation with -Werror
` [PATCH 006/190] drm/i915: Add GEM debugging Kconfig option
` [PATCH 007/190] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [PATCH 008/190] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [PATCH 009/190] drm/i915: Tighten reset_counter for reset status
` [PATCH 010/190] drm/i915: Store the reset counter when constructing a request
` [PATCH 011/190] drm/i915: Simplify reset_counter handling during atomic modesetting
` [PATCH 012/190] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [PATCH 013/190] drm/i915: Suppress error message when GPU resets are disabled
` [PATCH 014/190] drm/i915: Delay queuing hangcheck to wait-request
` [PATCH 015/190] drm/i915: Remove the dedicated hangcheck workqueue
` [PATCH 016/190] drm/i915: Make queueing the hangcheck work inline
` [PATCH 017/190] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
` [PATCH 018/190] drm/i915: Slaughter the thundering i915_wait_request herd
` [PATCH 019/190] drm/i915: Separate out the seqno-barrier from engine->get_seqno
` [PATCH 020/190] drm/i915: Remove the lazy_coherency parameter from request-completed?
` [PATCH 021/190] drm/i915: Use HWS for seqno tracking everywhere
` [PATCH 022/190] drm/i915: Check the CPU cached value of seqno after waking the waiter
` [PATCH 023/190] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [PATCH 024/190] drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
` [PATCH 025/190] drm/i915: Broadwell execlists needs exactly the same seqno w/a as legacy
` [PATCH 026/190] drm/i915: Stop setting wraparound seqno on initialisation
` [PATCH 027/190] drm/i915: Only query timestamp when measuring elapsed time
` [PATCH 028/190] drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno
` [PATCH 029/190] drm/i915: Convert trace-irq to the breadcrumb waiter
` [PATCH 030/190] drm/i915: Move the get/put irq locking into the caller
` [PATCH 031/190] drm/i915: Harden detection of missed interrupts
` [PATCH 032/190] drm/i915: Remove debug noise on detecting fault-injection "
` [PATCH 033/190] drm/i915: Only start retire worker when idle
` [PATCH 034/190] drm/i915: Do not keep postponing the idle-work
` [PATCH 035/190] drm/i915: Remove redundant queue_delayed_work() from throttle ioctl
` [PATCH 036/190] drm/i915: Restore waitboost credit to the synchronous waiter
` [PATCH 037/190] drm/i915: Add background commentary to "waitboosting"
` [PATCH 038/190] drm/i915: Flush the RPS bottom-half when the GPU idles
` [PATCH 039/190] drm/i915: Remove stop-rings debugfs interface
` [PATCH 040/190] drm/i915: Record the ringbuffer associated with the request
` [PATCH 041/190] drm/i915: Allow userspace to request no-error-capture upon GPU hangs
` [PATCH 042/190] drm/i915: Clean up GPU hang message
` [PATCH 043/190] drm/i915: Skip capturing an error state if we already have one
` [PATCH 044/190] drm/i915: Move GEM request routines to i915_gem_request.c
` [PATCH 045/190] drm/i915: Move releasing of the GEM request from free to retire/cancel
` [PATCH 046/190] drm/i915: Derive GEM requests from dma-fence
` [PATCH 047/190] drm/i915: Rename request reference/unreference to get/put
` [PATCH 048/190] drm/i915: Disable waitboosting for fence_wait()
` [PATCH 049/190] drm/i915: Disable waitboosting for mmioflips/semaphores
` [PATCH 050/190] drm/i915: Refactor duplicate object vmap functions
` [PATCH 051/190] drm,i915: Introduce drm_malloc_gfp()
` [PATCH 052/190] drm/i915: Treat ringbuffer writes as write to normal memory
` [PATCH 053/190] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
` [PATCH 054/190] drm/i915: Use the new rq->i915 field where appropriate
` [PATCH 055/190] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 056/190] drm/i915: Unify intel_ring_begin()
` [PATCH 057/190] drm/i915: Remove the identical implementations of request space reservation
` [PATCH 058/190] drm/i915: Rename request->ring to request->engine
` [PATCH 059/190] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 060/190] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 061/190] drm/i915: Rename intel_context[engine].ringbuf

[Questions]: how to extend nr_irqs for arch arm64
 2016-01-11  9:17 UTC  (6+ messages)

[PATCH 1/4] perf tools: Add more usage tips
 2016-01-11  9:18 UTC  (3+ messages)
` [PATCH 4/4] perf tools: Fallback to srcdir/Documentation/tips.txt

[Qemu-devel] [PULL 00/19] Trivial patches for 2016-01-11
 2016-01-11  8:41 UTC  (20+ messages)
` [Qemu-devel] [PULL 01/19] unicore32: convert get_sp_from_cpustate from macro to inline
` [Qemu-devel] [PULL 02/19] linux-user: enable sigaltstack for all architectures
` [Qemu-devel] [PULL 03/19] net: convert qemu_log to error_report, fix message
` [Qemu-devel] [PULL 04/19] iscsi: fix readcapacity error message
` [Qemu-devel] [PULL 05/19] MAINTAINERS: Add the correct device_tree.h file
` [Qemu-devel] [PULL 06/19] crypto: Fix typo in example
` [Qemu-devel] [PULL 07/19] xen/Makefile.objs: simplify
` [Qemu-devel] [PULL 08/19] configure: fix trace backend check
` [Qemu-devel] [PULL 09/19] hw/misc/edu: Convert to realize()
` [Qemu-devel] [PULL 10/19] Add missing syscall nrs. according to more recent Linux kernels
` [Qemu-devel] [PULL 11/19] gt64120: convert to realize()
` [Qemu-devel] [PULL 12/19] SH PCI Host: "
` [Qemu-devel] [PULL 13/19] PCI Bonito: QOMify and cleanup
` [Qemu-devel] [PULL 14/19] scripts/checkpatch.pl: Don't allow special cases of unspaced operators
` [Qemu-devel] [PULL 15/19] osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h
` [Qemu-devel] [PULL 16/19] hw/ide: Remove superfluous return statements
` [Qemu-devel] [PULL 17/19] hw/acpi: Remove superfluous return statement
` [Qemu-devel] [PULL 18/19] hw/core/qdev: "
` [Qemu-devel] [PULL 19/19] hw/s390x: Remove superfluous return statements

[PATCH] btrfs-progs: chunk-recovery: Fix a float point error
 2016-01-11  9:14 UTC  (3+ messages)

[Qemu-devel] [PATCH] Keep pty slave file descriptor open until the master is closed
 2016-01-11  9:16 UTC  (4+ messages)

CFS: quantifying effect of nice value on scheduled CPU time
 2016-01-11  9:15 UTC 

[RFC] ADV7604: VGA support
 2016-01-11  9:15 UTC  (4+ messages)

[PATCH] powerpc: fix style of self-test config prompts
 2016-01-11  9:14 UTC  (2+ messages)
`  "

[PATCH] powerpc: add va_end()
 2016-01-11  9:14 UTC  (2+ messages)
`  "

[PATCH] powerpc/powernv: Only delay opal_rtc_read() retry when necessary
 2016-01-11  9:14 UTC  (2+ messages)
`  "

[PATCH] powerpc/opal: fix minor off-by-one error in opal_mce_check_early_recovery()
 2016-01-11  9:14 UTC  (2+ messages)
`  "

[PATCH] cxl: Fix DSI misses when the context owning task exits
 2016-01-11  9:14 UTC  (2+ messages)
`  "

[PATCH V3] powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
 2016-01-11  9:14 UTC  (2+ messages)
` [V3] "

[PATCH v3 2/2] powerpc: Copy only required pieces of the mm_context_t to the paca
 2016-01-11  9:14 UTC  (2+ messages)
` [v3, "

[PATCH 1/2] powerpc: Add function to copy mm_context_t to the paca
 2016-01-11  9:14 UTC  (2+ messages)
` [1/2] "

[PATCH v2 0/3] mtd: nand: add randomizer support
 2016-01-11  9:13 UTC  (3+ messages)

[Qemu-devel] [PATCH] qemu-ga: Fixed minor version switch issue
 2016-01-11  9:12 UTC 

[PATCH] drm/i915: Init power domains early in driver load
 2016-01-11  9:12 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH igt] gem_concurrent_blit: Don't call igt_require() outside of a subtest/fixture
 2016-01-11  9:08 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] linux-user/syscall.c: Add SO_RCVTIMEO and SO_SNDTIMEO for getsockopt
 2016-01-11  9:07 UTC  (2+ messages)

[Buildroot] [PATCH] linux: provide symlink dtc->linux-dtc is there is no dtc yet
 2016-01-11  9:07 UTC  (3+ messages)

Ceph mds stuck on replay forever
 2016-01-11  9:06 UTC  (2+ messages)

[PATCH v3 0/5] Allow schedulers to be selectable through Kconfig
 2016-01-11  9:06 UTC  (10+ messages)
` [PATCH v3 2/5] build: Hook the schedulers into Kconfig

[PATCH] arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
 2016-01-11  9:06 UTC  (3+ messages)

[PATCH igt] core/sighelper: Interrupt everyone in the process group
 2016-01-11  9:06 UTC  (4+ messages)

[PATCH] libxc: Expose the MPX cpuid flag to guest
 2016-01-11  9:05 UTC  (2+ messages)

ext4 out of order when use cfq scheduler
 2016-01-11  9:05 UTC  (8+ messages)

[PATCH 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC
 2016-01-11  9:05 UTC  (7+ messages)
` [PATCH 2/6] mfd: max77620: add core driver for MAX77620/MAX20024
  ` [rtc-linux] "

mm: possible deadlock in mm_take_all_locks
 2016-01-11  9:04 UTC  (6+ messages)

(no subject)
 2016-01-11  9:04 UTC 

[PATCH 1/1] bonding: restrict up state in 802.3ad mode
 2016-01-11  9:03 UTC  (7+ messages)
    ` [RFC PATCH net-next] bonding: Use notifiers for slave link state detection

[PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well
 2016-01-11  9:02 UTC 

6TB partition, Data only 2TB - aka When you haven't hit the "usual" problem
 2016-01-11  9:03 UTC  (8+ messages)

[PATCH v2] Add build-id to XENVER hypercall
 2016-01-11  9:02 UTC  (7+ messages)
` [PATCH v2 1/3] xsm/xen_version: Add XSM for the xen_version hypercall

[PATCH] ALSA: hda - Fixup inverted internal mic for Lenovo E50-80
 2016-01-11  9:02 UTC  (2+ messages)

[PATCH 0/4] WCN36xx convert to mainline SMD interface
 2016-01-11  9:02 UTC  (3+ messages)
` [PATCH 3/4] wcn36xx: Transition driver to SMD client

[PATCH] ASoC: mediatek: Enable 33bit memory address to support 4GB DRAM
 2016-01-11  9:02 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 1/3] linux-user/mmap.c: Set prot page flags for the correct region in mmap_frag()
 2016-01-11  9:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/3] linux-user/mmap.c: Remove useless variable p for mmap_frag
` [Qemu-devel] [PATCH v2 3/3] linux-user/mmap.c: Use TARGET_PAGE_SIZE as the increasing step

[PATCH v2 1/2] usb: host: xhci-plat: add R-Car Gen2 and Gen3 fallback compatibility strings
 2016-01-11  9:00 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Store edram capabilities instead of fixed size
 2016-01-11  9:00 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/gen9: Calculate edram size

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2016-01-11  8:59 UTC  (12+ messages)
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

weird DirectMap2M accounting
 2016-01-11  8:58 UTC  (4+ messages)

Kernel build fails "cannot move ‘arch/arm/boot/compressed/.piggy.gzip.o.tmp" then succeeds
 2016-01-11  8:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] sphinxbase: new package
 2016-01-11  8:58 UTC 

dra7xx pci driver broken on dra7xx-evm
 2016-01-11  8:58 UTC  (8+ messages)

[Qemu-devel] [PATCH v2] linux-user: syscall: Add SO_LINGER for setsockopt
 2016-01-11  8:56 UTC  (2+ messages)

[PATCH] usb: Add native DSD support for Oppo HA-1
 2016-01-11  8:56 UTC  (2+ messages)

[PATCH v5 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-01-11  8:55 UTC  (6+ messages)
` [PATCH v5 5/6] mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl

[Buildroot] Persistent dropbear keys
 2016-01-11  8:56 UTC  (3+ messages)

[PATCH 3/5] ALSA: pcm: Add snd_pcm_rate_range_to_bits()
 2016-01-11  8:55 UTC  (3+ messages)
` [RESEND PATCH "

[PATCH v1 1/1] mmc: atmel-mci: allow DMA transfers for AVR32
 2016-01-11  8:54 UTC  (3+ messages)
` [PATCH] [wip] repair mci dma transfers for avr32

[PATCH 1/1] USB: core: let USB device know device node
 2016-01-11  8:54 UTC  (4+ messages)

GATT service object required in D-Bus ObjectManager result
 2016-01-11  8:53 UTC  (7+ messages)

[PATCH 0/7] Explicitly pass crtc_state and plane_state to plane update functions
 2016-01-11  8:53 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 1/6] QE: Add IC, SI and SIRAM document to device tree bindings
 2016-01-11  8:19 UTC  (5+ messages)
` [PATCH 3/6] QE: Add uqe_serial document to bindings

[PATCH 0/5] Add encoder_mask to crtc_state, v2
 2016-01-11  8:52 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[meta-oe][PATCH] various: delete qt4 recipes that break parsing due to missing classes
 2016-01-11  8:51 UTC  (3+ messages)

[Qemu-devel] [PATCH V5] block/nfs: add support for setting debug level
 2016-01-11  8:51 UTC  (3+ messages)

[PATCH] hda-emu: Add keycode* to input_dev
 2016-01-11  8:51 UTC  (2+ messages)

[PATCH v2 00/13] Misc cleanups and locking fixes
 2016-01-11  8:49 UTC  (14+ messages)
` [PATCH 05/13] drm/i915: Cache LRCA in the context
` [PATCH 06/13] drm/i915: Only grab timestamps when needed
` [PATCH 07/13] drm/i915: Introduce dedicated object VMA iterator
` [PATCH 09/13] drm/i915: Remove two impossible asserts
` [PATCH 11/13] drm/i915: Cache ringbuffer GTT address

[Qemu-devel] [PATCH] send readcapacity10 when readcapacity16 failed
 2016-01-11  8:49 UTC  (6+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH] drm/i915: Support to enable TRTT on GEN9
 2016-01-11  8:49 UTC  (4+ messages)

[PATCH] kconfig: fix qconf segfault by deleting heap objects
 2016-01-11  8:46 UTC  (2+ messages)

[PATCH] rtc: rk808: rename rtc-rk808.c to rtc-rk8xx.c
 2016-01-11  8:46 UTC  (2+ messages)
  ` [rtc-linux] "

[PATCH 0/6] perf tools: Improve 'make build-test'
 2016-01-11  8:46 UTC  (4+ messages)

[PATCH -next 1/2] net: bfin_mac: Fix error handling in probe function
 2016-01-11  8:43 UTC  (6+ messages)

[PATCH net] openvswitch: compute needed headroom for internal vports
 2016-01-11  8:43 UTC  (5+ messages)

[patch net] mlxsw: spectrum: Add FDB lock to prevent session interleaving
 2016-01-11  8:41 UTC  (3+ messages)

[PATCH 0/4] Support VxLAN & NVGRE checksum off-load on X550
 2016-01-11  8:41 UTC  (5+ messages)
` [PATCH 1/4] ixgbe: support UDP tunnel add/del

Nokia N900: u-SD card in v4.2+
 2016-01-11  8:40 UTC  (7+ messages)

[RFC PATCH v5] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288
 2016-01-11  8:39 UTC  (2+ messages)

linux-next: Tree for Jan 11
 2016-01-11  8:38 UTC 

[PATCH] dmaengine: edma: Fix paRAM slot allocation for entry channel 0
 2016-01-11  8:38 UTC  (3+ messages)

Input: Add MELFAS MIP4 Touchscreen driver
 2016-01-11  8:37 UTC  (2+ messages)

[PATCH] drm/dp: Do not busy-loop during link training
 2016-01-11  8:36 UTC  (5+ messages)

[PATCH -next] tty/serial: atmel: Include module.h to fix build failure
 2016-01-11  8:35 UTC  (3+ messages)

[GIT PULL] EDAC queue for 4.5
 2016-01-11  8:33 UTC 

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

[Buildroot] [PATCH] This patch is to add NVME tool support in petitboot
 2016-01-11  8:33 UTC 

[PATCH 00/16] brcmfmac: new device support and P2P fixes
 2016-01-11  8:33 UTC  (5+ messages)

[Qemu-devel] [PATCH] block: add missing call to bdrv_drain_recurse
 2016-01-11  8:32 UTC  (3+ messages)

[Qemu-devel] [PATCH] block: acquire in bdrv_query_image_info
 2016-01-11  8:32 UTC  (3+ messages)

[Qemu-devel] [PATCH] PCI: add param check for api
 2016-01-11  8:32 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.