All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-27 16:25:00 to 2014-03-27 17:12:25 UTC [more...]

[PATCH 00/49] Execlists
 2014-03-27 18:00 UTC  (41+ messages)
` [PATCH 01/49] drm/i915/bdw: Macro to distinguish LRCs (Logical Ring Contexts)
` [PATCH 02/49] drm/i915: s/for_each_ring/for_each_active_ring
` [PATCH 03/49] drm/i915: for_each_ring
` [PATCH 04/49] drm/i915: Simplify a couple of functions thanks to for_each_ring
` [PATCH 05/49] drm/i915: Extract trivial parts of ring init (early init)
` [PATCH 06/49] drm/i915/bdw: New file for logical ring contexts and execlists
` [PATCH 07/49] drm/i915/bdw: Rework init code for gen8 contexts
` [PATCH 08/49] drm/i915: Make i915_gem_create_context outside accessible
` [PATCH 09/49] drm/i915: Extract ringbuffer obj alloc & destroy
` [PATCH 10/49] drm/i915: s/intel_ring_buffer/intel_engine
` [PATCH 11/49] drm/i915: Split the ringbuffers and the rings
` [PATCH 12/49] drm/i915: Rename functions that mention ringbuffers (meaning rings)
` [PATCH 14/49] drm/i915/bdw: LR context ring init
` [PATCH 15/49] drm/i915/bdw: GEN8 semaphoreless ring add request
` [PATCH 16/49] drm/i915/bdw: GEN8 new ring flush
` [PATCH 17/49] drm/i915/bdw: A bit more advanced context init/fini
` [PATCH 18/49] drm/i915/bdw: Allocate ringbuffer for LR contexts
` [PATCH 19/49] drm/i915/bdw: Populate LR contexts (somewhat)
` [PATCH 20/49] drm/i915/bdw: Status page for LR contexts
` [PATCH 21/49] drm/i915/bdw: Enable execlists in the hardware
` [PATCH 22/49] drm/i915/bdw: Plumbing for user LR context switching
` [PATCH 23/49] drm/i915: s/__intel_ring_advance/intel_ringbuffer_advance_and_submit
` [PATCH 24/49] drm/i915/bdw: Write a new set of context-aware ringbuffer management functions
` [PATCH 25/49] drm/i915: Final touches to LR contexts plumbing and refactoring
` [PATCH 26/49] drm/i915/bdw: Set the request context information correctly in the LRC case
` [PATCH 27/49] drm/i915/bdw: Prepare for user-created LR contexts
` [PATCH 28/49] drm/i915/bdw: Start creating & destroying user "
` [PATCH 29/49] drm/i915/bdw: Pin context pages at context create time
` [PATCH 30/49] drm/i915/bdw: Extract LR context object populating
` [PATCH 31/49] drm/i915/bdw: Introduce dependent contexts
` [PATCH 32/49] drm/i915/bdw: Create stand-alone and "
` [PATCH 33/49] drm/i915/bdw: Allow non-default, non-render user LR contexts
` [PATCH 34/49] drm/i915/bdw: Fix reset stats ioctl with "
` [PATCH 37/49] drm/i915/bdw: Implement context switching (somewhat)
` [PATCH 42/49] drm/i915/bdw: Get prepared for a two-stage execlist submit process
` [PATCH 43/49] drm/i915/bdw: Handle context switch events
` [PATCH 44/49] drm/i915/bdw: Display execlists info in debugfs
` [PATCH 46/49] drm/i915/bdw: Start queueing contexts to be submitted
` [PATCH 47/49] drm/i915/bdw: Always write seqno to default context
` [PATCH 49/49] drm/i915/bdw: Document execlists and logical ring contexts

[PATCH net-next 00/10] clean up bearer and node layer
 2014-03-27 17:12 UTC  (2+ messages)

[PATCH 00/34] Add clang support for ARM and cleanups
 2014-03-27 17:11 UTC  (26+ messages)
` [PATCH 12/34] xen/arm: psci: Don't need to check if vcpuid is negative
` [PATCH 14/34] xen/arm: mm: Mark check_memory_layout_alignment_constraints as unused
` [PATCH 15/34] xen/arm: traps: Mark check_stack_alignment_constraints "
` [PATCH 16/34] xen/arm: Guard correctly asm-arm/platforms/midway.h
` [PATCH 17/34] xen/arm: Guard correctly asm-arm/platform/omap5.h
` [PATCH 18/34] xen/arm: omap5: Correctly constify platform compatibility list
` [PATCH 24/34] xen/arm: setup: setup_cache is only used internally
` [PATCH 25/34] xen/arm: traps: show_stack "
` [PATCH 26/34] xen/arm: traps: Drop dump_guest_s1_walk
` [PATCH 27/34] xen/arm: time: move ticks_to_ns and ns_to_ticks in asm/time.h
` [PATCH 30/34] xen: Add missing includes on different files

[PATCH RFC 0/4] x86/AMD: support newer hardware features
 2014-03-27 17:11 UTC  (9+ messages)
  ` [PATCH v2 RFC 2/4] x86/PV: support data breakpoint extension registers

[Qemu-devel] [PULL for-2.0 00/23] Trivial patches for 2014-03-27
 2014-03-27 17:10 UTC  (8+ messages)
` [Qemu-devel] [PULL 02/23] target-arm: Add missing 'static' attribute
` [Qemu-devel] [PULL 03/23] hw/ide: Add missing 'static' attributes
` [Qemu-devel] [PULL 04/23] util: Add 'static' attribute to function implementation
` [Qemu-devel] [PULL 08/23] doc: update default PowerPC framebuffer settings
` [Qemu-devel] [PULL 11/23] hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
` [Qemu-devel] [PULL 19/23] hw/intc/slavio_intctl: Avoid shifting left into sign bit

[Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit
 2014-03-27 17:10 UTC  (4+ messages)

[U-Boot] [PATCH v2 2/2] MarSBoard: add new board
 2014-03-27 17:10 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] RiOTboard: "
  ` [U-Boot] [PATCH v3 2/2] MarSBoard: "

[PATCH net v2] vlan: Fix lockdep warning when vlan dev handle notification
 2014-03-27 17:06 UTC  (4+ messages)

OE Changelog since 2014-03-16 until 2014-03-23
 2014-03-27 17:06 UTC 

significant napi_gro_frags() slowdown
 2014-03-27 17:05 UTC  (3+ messages)

[PATCH v5 00/17] xenctx: Many changes
 2014-03-27 17:05 UTC  (15+ messages)
` [PATCH v5 11/17] xenctx: Add -d (--dump-as-stack) <daddr> option to dump memory at daddr as a stack
` [PATCH v5 13/17] xenctx: Add convert of more registers to symbols

[PATCH v2 00/17] xen: arm: resync low level asm primitive from Linux
 2014-03-27 17:04 UTC  (4+ messages)

[PATCH] RDMA/cxgb4: Disable DSGL use
 2014-03-27 17:03 UTC 

[PATCH 0/2] ARM: sun7i/sun6i: Fix broken kernel on sun6i/A31
 2014-03-27 17:02 UTC  (6+ messages)
` [PATCH 1/2] ARM: sun7i/sun6i: dts: Fix IRQ number for sun6i NMI controller
` [PATCH 2/2] ARM: sun7i/sun6i: irqchip: Disable NMI before registering the handler

[Qemu-devel] [PATCH qom-next v3 00/15] qtest: Prepare virtio, other PCI tests
 2014-03-27 17:02 UTC  (13+ messages)
` [Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest
` [Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
` [Qemu-devel] [PATCH qom-next v3 13/15] tests: Add nvme qtest
` [Qemu-devel] [PATCH qom-next v3 14/15] tests: Add i82801b11 qtest

[PATCH] .gitignore: update documentation directory name
 2014-03-27 17:00 UTC 

[ath9k-devel] Adding spectral scan support to ath9k_htc driver
 2014-03-27 17:00 UTC  (3+ messages)

[U-Boot] [PATCH] sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definition
 2014-03-27 17:00 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH V2 3/3] env: Implement support for AES encryption into fw_* tools
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[U-Boot] [PATCH 2/3] env: Implement support for encrypting environment
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V2 1/3] env: Add env_export() wrapper
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot,V2,1/3] "

[U-Boot] [PATCH 4/4] aes: Add 'aes' command to access AES-128-CBC
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] aes: Implement AES-128-CBC decryption function
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V2 2/4] aes: Move the AES-128-CBC encryption function to common code
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[patch net-next RFC 0/4] introduce infrastructure for support of switch chip datapath
 2014-03-27 16:59 UTC  (16+ messages)

[U-Boot] [PATCH 1/4] aes: Fix kerneldoc for aes.h
 2014-03-27 16:59 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/4] "

[U-Boot] [PATCH v3 8/8] tools, fit_check_sign: verify a signed fit image
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[PATCH 1/3] patch-id: make it stable against hunk reordering
 2014-03-27 16:58 UTC  (2+ messages)

[U-Boot] [PATCH v3 7/8] tools, fit: add fit_info host command
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,7/8] "

[U-Boot] [PATCH v3 6/8] gen: Add progressive hash API
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,6/8] "

[U-Boot] [PATCH v3 5/8] rsa: add sha256,rsa4096 algorithm
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,5/8] "

[U-Boot] [PATCH v3 4/8] rsa: add sha256-rsa2048 algorithm
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,4/8] "

[U-Boot] [PATCH v3 3/8] fit: add sha256 support
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,3/8] "

[U-Boot] [PATCH v3 2/8] fdt: add "fdt checksign" command
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,2/8] "

[U-Boot] [PATCH v3 1/8] tools/image-host: fix sign-images bug
 2014-03-27 16:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,1/8] "

[PATCH V2 01/10] Btrfs: fix early enospc due to the race of the two ordered extent wait
 2014-03-27 16:57 UTC  (3+ messages)
` [PATCH V2 02/10] Btrfs: wake up the tasks that wait for the io earlier

mach-spear SMP questions
 2014-03-27 16:56 UTC  (3+ messages)

[PATCH 1/3] libxl: Use id from virDomainObj inside the driver
 2014-03-27 16:55 UTC  (3+ messages)
` [PATCH 2/3] libxl: Set disk format for empty cdrom device
` [PATCH 3/3] libxl: Implement basic video device selection

libxl fixes/improvements for libvirt
 2014-03-27 16:55 UTC 

[-next PATCH] spi: omap-uwire: add missing iounmap
 2014-03-27 16:54 UTC  (2+ messages)

[PATCH net v2 0/3] xen-netback: fix rx slot estimation
 2014-03-27 16:54 UTC  (10+ messages)
` [PATCH net v2 1/3] xen-netback: remove pointless clause from if statement

[RESEND PATCH] charger-manager: Fix checking of wrong return type
 2014-03-27 16:52 UTC  (2+ messages)

[PATCH v2 1/3] PSCI: Use DT Function ID values only for old versions of spec
 2014-03-27 16:52 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: Check if a CPU has gone offline

[PATCH 1/1] bitbake: toaster: fix timezone detection
 2014-03-27 16:50 UTC  (3+ messages)
  ` [Toaster] "

[yocto-autobuilder][PATCH] buildsets: nightly-qa-targetbuilds: remove the mips build
 2014-03-27 16:42 UTC 

[PATCH 0/9] toaster patchset upstream submission
 2014-03-27 16:50 UTC  (10+ messages)
` [PATCH 1/9] toaster: add Image detail and multiple targets to dashboard
` [PATCH 2/9] toaster: blocks for custom/highlighted navigation and breadcrumb links
` [PATCH 3/9] toaster: insure _get_query returns distinct records
` [PATCH 4/9] toaster: Fix typo in heading code
` [PATCH 5/9] toaster: show installed package name
` [PATCH 6/9] toaster: add support for empty states in pages
` [PATCH 7/9] toaster: added file types to the Outputs column in the build
` [PATCH 8/9] toaster: fix dirinfo empty dir expansion
` [PATCH 9/9] toaster: filter tasks with cache attempts for all attempts

[Qemu-devel] [PATCH v4 0/9] QMP: Introduce incremental drive-backup with in-memory dirty bitmap
 2014-03-27 16:49 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
` [Qemu-devel] [PATCH v4 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
` [Qemu-devel] [PATCH v4 9/9] qapi: Add transaction support to dirty-bitmap-{add, disable}

[PATCH] MSVC: allow enabling CURL
 2014-03-27 16:49 UTC  (3+ messages)
` [PATCH] MSVC: added missing include so `make INLINE=__inline` is no longer required

[review-request] bugzilla 6057 - unbuilt package dependency formats, built package pages
 2014-03-27 16:48 UTC 

memory barriers in rte_ring
 2014-03-27 16:48 UTC 

[PATCH] xend/pvscsi: recognize also SCSI CDROM devices
 2014-03-27 16:47 UTC  (3+ messages)

[PATCH] tools/xend: move assert to exception block
 2014-03-27 16:47 UTC  (3+ messages)

[U-Boot] Xilinx Zed Board resets with Master
 2014-03-27 16:46 UTC  (5+ messages)

libxc: domain restore: fold redundant variables
 2014-03-27 16:45 UTC  (3+ messages)

Avoid said the /dev/xvd* is already defined after open a vhd file failed
 2014-03-27 16:46 UTC  (4+ messages)

[meta-fsl-arm-extra][PATCH v2] linux: Use SUMMARY to describe the linux provider
 2014-03-27 16:38 UTC 

[refpolicy] [PATCH] Make scripts compatible with Python 3
 2014-03-27 16:44 UTC  (3+ messages)

[PATCH] x86/crypto: ghash: use C implementation for setkey()
 2014-03-27 16:43 UTC  (4+ messages)

Building nvidia driver with dkms fails on debian jessie/sid 3.14-rc8 (git)
 2014-03-27 16:43 UTC  (2+ messages)

[PATCH v8 00/12] Add interpret-trailers builtin
 2014-03-27 16:42 UTC  (5+ messages)
` [PATCH v8 03/12] Move lower case functions into wrapper.c

[U-Boot] [PATCH 2/2] MarSBoard: add new board
 2014-03-27 16:42 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/2] RiOTboard: "
  ` [U-Boot] [PATCH v2 2/2] MarSBoard: "

[Qemu-devel] [PULL for-2.0 0/2] target-arm queue
 2014-03-27 16:41 UTC  (2+ messages)

[review-request] bugzilla 6036 fix empty directory expansion
 2014-03-27 16:40 UTC  (3+ messages)

[review-request] V3: Bug #4865 "We need empty states for the different pages"
 2014-03-27 16:39 UTC  (7+ messages)

Storing GUIDs in linux [filesystems]
 2014-03-27 16:39 UTC  (2+ messages)

[PATCH 1/6] be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path
 2014-03-27 16:39 UTC  (7+ messages)
` [PATCH 2/6] be2iscsi: relinquishing control after processing 512 CQE
` [PATCH 3/6] be2iscsi: Fix MCCQ posting for Mbx-Cmd after driver initialization is complete
` [PATCH 4/6] be2iscsi: Fix interrupt Coalescing mechanism
` [PATCH 5/6] be2iscsi: Fix TCP parameters while connection offloading
` [PATCH 6/6] be2iscsi: Bump the driver version
` [PATCH 0/6] be2iscsi: Update to 10.2.218.0

Review request for Bug 5947 - Replace fstypes lookup on main build page
 2014-03-27 16:38 UTC  (8+ messages)

[Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
 2014-03-27 16:37 UTC 

[PATCH/RFC 0/6] reuse deltas found by bitmaps
 2014-03-27 16:36 UTC  (5+ messages)

[RFC/PATCH] Better control of the tests run by a test suite
 2014-03-27 16:35 UTC  (7+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README

[PATCH 0/1] package_manager.py: delete RPM db locks after calling rpmresolve
 2014-03-27 16:34 UTC  (3+ messages)
` [PATCH 1/1] "

Activate netns
 2014-03-27 16:34 UTC  (2+ messages)

Features in Yocto Project 1.7
 2014-03-27 16:33 UTC  (8+ messages)
` --conf Was: [OE-core] "
  ` [OE-core] --conf Was: "
            `  "

[Qemu-devel] [PATCH RFC] virtio-net: announce self by guest
 2014-03-27 16:33 UTC  (2+ messages)

[U-Boot] [PATCH 0/10] Enable LCD display on snow
 2014-03-27 16:32 UTC  (3+ messages)
` [U-Boot] [PATCH 01/10] power: Rename CONFIG_PMIC_... to CONFIG_POWER_

[PATCH] workqueue: fix possible race condition when rescuer VS pwq-release
 2014-03-27 16:20 UTC 

MPC8641 based custom board kernel Bug
 2014-03-27 16:31 UTC  (7+ messages)
        ` MPC8641 based custom board Kernel stuck at 1000Mhz core clock

[yocto-autobuilder][PATCH] nightly-deb/ipk: don't use the default tests
 2014-03-27 16:29 UTC 

[PATCH 1/1] ARM: imx: Add DTSC02 platform (i.MX27)
 2014-03-27 16:31 UTC  (5+ messages)

[PATCH net-next v4] ipv6: do not overwrite inetpeer metrics prematurely
 2014-03-27 16:30 UTC  (3+ messages)
` [PATCH net-next v5] "

misc scsi midlayer updates
 2014-03-27 16:14 UTC  (5+ messages)
` [PATCH 1/4] scsi: explicitly release bidi buffers
` [PATCH 2/4] scsi: remove scsi_end_request
` [PATCH 3/4] scsi: reintroduce scsi_driver.init_command
` [PATCH 4/4] scsi: handle command allocation failure in scsi_reset_provider

tty: hang on ldisc_sem
 2014-03-27 16:30 UTC  (2+ messages)

[review-request] Bug #5920 "Secondary sorting criteria not working"
 2014-03-27 16:22 UTC  (4+ messages)

Unable to handle kernel paging request at virtual address ... while writing to frame buffer
 2014-03-27 16:29 UTC  (2+ messages)

[patch net-next RFC v2 0/6] introduce infrastructure for support of switch chip datapath
 2014-03-27 16:27 UTC  (6+ messages)

[Xenomai] Rescnt imbalance in rtdm_mutex_timedlock
 2014-03-27 16:26 UTC  (6+ messages)

Git feature request: Option to force Git to abort a checkout if working directory is dirty (i.e. disregarding the check for conflicts)
 2014-03-27 16:15 UTC 

[PATCH] i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_sync
 2014-03-27 16:23 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.