All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 08:49:28 to 2016-01-11 09:25:03 UTC [more...]

[PATCH v6 0/9] mfd: axp20x: Add support for RSB based AXP223
 2016-01-11  9:24 UTC  (9+ messages)
` [PATCH v6 5/9] mfd: axp20x: Whitespace, open parenthesis alignment code style fixes
` [PATCH v6 6/9] mfd: axp20x: Add support for RSB based AXP223 PMIC

[v2] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy
 2016-01-11  9:23 UTC  (3+ messages)

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

[PATCH] [net] phy: micrel: Fix build failure in ksz9031_config_init()
 2016-01-11  9:23 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/4] Change DM_SEQ_ALIAS to be configurable for SPL
 2016-01-11  9:23 UTC  (3+ messages)
` [U-Boot] [PATCH v3 3/4] arm: mvebu: Select SPL_DM_SEQ_ALIAS

[PATCH net-next 0/5] sctp: use transport hashtable to replace association's with rhashtable
 2016-01-11  9:22 UTC  (6+ messages)
` [PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable

[PATCH] modified: drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz
 2016-01-11  9:22 UTC 

[PATCHSET 0/2] Allow single pagefault in write access of a VM_MIXEDMAP mapping
 2016-01-11  9:22 UTC  (3+ messages)

[RFC] disk doesn't spin down with thin pool + dmeventd
 2016-01-11  9:21 UTC  (4+ messages)

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-11  9:17 UTC  (86+ 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
` [PATCH 062/190] drm/i915: Rename extern functions operating on intel_engine_cs
` [PATCH 063/190] drm/i915: Rename struct intel_ringbuffer to intel_ring
` [PATCH 064/190] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 065/190] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 066/190] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 067/190] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 068/190] drm/i915: Unify adding requests between ringbuffer and execlists
` [PATCH 069/190] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 070/190] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 071/190] drm/i915: Simplify calling engine->sync_to
` [PATCH 072/190] drm/i915: Execlists cannot pin a context without the object
` [PATCH 073/190] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 074/190] drm/i915: Rename request->list to link for consistency
` [PATCH 075/190] drm/i915: Refactor activity tracking for requests
` [PATCH 076/190] drm/i915: Rename vma->*_list to *_link for consistency
` [PATCH 077/190] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` [PATCH 078/190] drm/i915: Split early global GTT initialisation
` [PATCH 079/190] drm/i915: Reduce the pointer dance of i915_is_ggtt()
` [PATCH 080/190] drm/i915: Store owning file on the i915_address_space
` [PATCH 081/190] drm/i915: i915_vma_move_to_active prep patch
` [PATCH 082/190] drm/i915: Count how many VMA are bound for an object
` [PATCH 083/190] drm/i915: Be more careful when unbinding vma
` [PATCH 084/190] drm/i915: Track active vma requests
` [PATCH 085/190] drm/i915: Release vma when the handle is closed
` [PATCH 086/190] drm/i915: Mark the context and address space as closed

[Qemu-trivial] [PATCH] PCI: add param check for api
 2016-01-11  9:20 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH] firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6
 2016-01-11  9:20 UTC 

[PATCH v2 0/3] FIT Support
 2016-01-11  9:19 UTC  (3+ messages)
` [PATCH v2 3/3] bootm: add initial FIT support

[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-trivial] [PULL 00/19] Trivial patches for 2016-01-11
 2016-01-11  8:41 UTC  (17+ messages)
` [Qemu-trivial] [PULL 02/19] linux-user: enable sigaltstack for all architectures
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 03/19] net: convert qemu_log to error_report, fix message
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 10/19] Add missing syscall nrs. according to more recent Linux kernels
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 11/19] gt64120: convert to realize()
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 12/19] SH PCI Host: "
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 17/19] hw/acpi: Remove superfluous return statement
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 18/19] hw/core/qdev: "
  ` [Qemu-devel] "
` [Qemu-trivial] [PULL 19/19] hw/s390x: Remove superfluous return statements
  ` [Qemu-devel] "

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

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

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  (11+ 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)

[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)

[Buildroot] Persistent dropbear keys
 2016-01-11  8:56 UTC  (3+ 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

[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  (3+ 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  (4+ 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  (3+ messages)
` [PATCH 09/13] drm/i915: Remove two impossible asserts


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.