All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-20 16:25:17 to 2016-04-20 17:16:01 UTC [more...]

Justin Sobota : traceframework-rtos: Add RTOS package for Traceframework
 2016-04-20 17:15 UTC 

Justin Sobota : traceframework: Clean up recipe
 2016-04-20 17:15 UTC 

[PATCH] xfs/106: rewrite this case for it can be used again
 2016-04-20 17:15 UTC 

Justin Sobota : pktlib-rtos: Add RTOS package for pktlib
 2016-04-20 17:15 UTC 

Justin Sobota : pktlib: Clean up recipe
 2016-04-20 17:15 UTC 

[PATCH 0/2] add min/max voltage to hwmon
 2016-04-20 17:14 UTC  (3+ messages)
  ` [PATCH 1/2] volt: save the voltage range we are able to set
  ` [PATCH 2/2] hwmon: add in_min and in_max

[PATCH v6 00/34] GPU scheduler for i915 driver
 2016-04-20 17:13 UTC  (38+ messages)
` [PATCH v6 01/34] drm/i915: Add total count to context status debugfs output
` [PATCH v6 02/34] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
` [PATCH v6 03/34] drm/i915: Split i915_dem_do_execbuffer() in half
` [PATCH v6 04/34] drm/i915: Cache request pointer in *_submission_final()
` [PATCH v6 05/34] drm/i915: Re-instate request->uniq because it is extremely useful
` [PATCH v6 06/34] drm/i915: Start of GPU scheduler
` [PATCH v6 07/34] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
` [PATCH v6 08/34] drm/i915: Force MMIO flips when scheduler enabled
` [PATCH v6 09/34] drm/i915: Added scheduler hook when closing DRM file handles
` [PATCH v6 10/34] drm/i915: Added scheduler hook into i915_gem_request_notify()
` [PATCH v6 11/34] drm/i915: Added deferred work handler for scheduler
` [PATCH v6 12/34] drm/i915: Redirect execbuffer_final() via scheduler
` [PATCH v6 13/34] drm/i915: Keep the reserved space mechanism happy
` [PATCH v6 14/34] drm/i915: Added tracking/locking of batch buffer objects
` [PATCH v6 15/34] drm/i915: Hook scheduler node clean up into retire requests
` [PATCH v6 16/34] drm/i915: Added scheduler support to __wait_request() calls
` [PATCH v6 17/34] drm/i915: Added scheduler support to page fault handler
` [PATCH v6 18/34] drm/i915: Added scheduler flush calls to ring throttle and idle functions
` [PATCH v6 19/34] drm/i915: Add scheduler hook to GPU reset
` [PATCH v6 20/34] drm/i915: Added a module parameter to allow the scheduler to be disabled
` [PATCH v6 21/34] drm/i915: Support for 'unflushed' ring idle
` [PATCH v6 22/34] drm/i915: Defer seqno allocation until actual hardware submission time
` [PATCH v6 23/34] drm/i915: Added trace points to scheduler
` [PATCH v6 24/34] drm/i915: Added scheduler queue throttling by DRM file handle
` [PATCH v6 25/34] drm/i915: Added debugfs interface to scheduler tuning parameters
` [PATCH v6 26/34] drm/i915: Add early exit to execbuff_final() if insufficient ring space
` [PATCH v6 27/34] drm/i915: Added scheduler statistic reporting to debugfs
` [PATCH v6 28/34] drm/i915: Add scheduler support functions for TDR
` [PATCH v6 29/34] drm/i915: Enable GPU scheduler by default
` [PATCH v6 30/34] drm/i915: Add scheduling priority to per-context parameters
` [PATCH v6 31/34] drm/i915: Add support for retro-actively banning batch buffers
` [PATCH v6 32/34] drm/i915: Allow scheduler to manage inter-ring object synchronisation
` [PATCH v6 33/34] drm/i915: Added debug state dump facilities to scheduler
` [PATCH v6 34/34] drm/i915: Scheduler state dump via debugfs
` [PATCH 1/1] drm/i915: Add wrapper for context priority interface
` [PATCH 1/2] igt/gem_ctx_param_basic: Updated to support scheduler "
` [PATCH 2/2] igt/gem_scheduler: Add gem_scheduler test

Mojette based Erasure Code is more performant than ISA-L or Jerasure
 2016-04-20 17:13 UTC  (6+ messages)
    ` Mojette based Erasure Code is more performant than ISA-L or Jerasure (or not)

[PATCH 0/3] iw_cxgb3/4 bug fixes
 2016-04-20 17:13 UTC  (2+ messages)

[PATCH v7 00/16] arm64: kernel: Add support for hibernate/suspend-to-disk
 2016-04-20 17:12 UTC  (10+ messages)
` [PATCH v7 10/16] arm64: kernel: Include _AC definition in page.h
` [PATCH v7 11/16] arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
` [PATCH v7 12/16] arm64: Add new asm macro copy_page
` [PATCH v7 13/16] arm64: head.S: el2_setup() to accept sctlr_el1 as an argument

[PATCH V2 00/14] Add support for Tegra210 AGIC
 2016-04-20 17:11 UTC  (4+ messages)
` [PATCH V2 07/14] genirq: Add runtime power management support for IRQ chips

[PATCH 00/13] devpts: New instances for every mount
 2016-04-20 17:00 UTC  (21+ messages)
` [PATCH 01/13] devpts: Teach /dev/ptmx to find the associated devpts via path lookup
                      ` [PATCH 01/16] devpts: Attempting to get it right
                              ` [PATCH] devpts: Make each mount of devpts an independent filesystem
                                        ` [PATCH v2] "

v4.4.8 build: 0 failures 3 warnings (v4.4.8)
 2016-04-20 17:10 UTC 

[PATCH v7 0/8] Convert requests to use struct fence
 2016-04-20 17:09 UTC  (9+ messages)
` [PATCH v7 1/8] drm/i915: "
` [PATCH v7 2/8] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [PATCH v7 3/8] drm/i915: Add per context timelines to fence object
` [PATCH v7 4/8] drm/i915: Fix clean up of file client list on execbuff failure
` [PATCH v7 5/8] drm/i915: Delay the freeing of requests until retire time
` [PATCH v7 6/8] drm/i915: Interrupt driven fences
` [PATCH v7 7/8] drm/i915: Updated request structure tracing
` [PATCH v7 8/8] drm/i915: Cache last IRQ seqno to reduce IRQ overhead

EC Jerasure plugin and StreamScale Inc
 2016-04-20 17:09 UTC  (3+ messages)

[PATCH for-4.7 0/5] build: fixes for building Xen with clang
 2016-04-20 17:09 UTC  (5+ messages)
` [PATCH for-4.7 1/5] build: make HOSTCC conditional on the value of clang

[PATCH v3] KVM: remove buggy vcpu id check on vcpu creation
 2016-04-20 17:09 UTC  (6+ messages)

[PATCH 0/2 v6] printk, Add monotonic and real printk timestamps
 2016-04-20 17:09 UTC  (7+ messages)

[PATCH lttng-ust] Rename statedump and dl events and fields
 2016-04-20 17:09 UTC 

[PATCH v2 0/3] x86/ioreq server: introduce HVMMEM_ioreq_server mem type
 2016-04-20 17:09 UTC  (35+ messages)
` [PATCH v2 2/3] x86/ioreq server: Rename p2m_mmio_write_dm to p2m_ioreq_server
` [PATCH v2 3/3] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server

[PATCH V5 0/4] Introduce CoreSight STM support
 2016-04-20 17:08 UTC  (5+ messages)

SD cards which hang - card problem or controller bug?
 2016-04-20 17:09 UTC 

[Cocci] Dependencies between spatch hunks
 2016-04-20 17:07 UTC  (8+ messages)

[Bug 44647] New: [wine regression] Call of Duty 4: Intro videos renders garbage
 2016-04-20 17:07 UTC  (3+ messages)
` [Bug 44647] "

[PATCH v8.1] xSplice v1 design and implementation
 2016-04-20 17:06 UTC  (15+ messages)
` [PATCH v8.1 10/27] xsplice: Add helper elf routines
` [PATCH v8.1 11/27] xsplice: Implement payload loading
` [PATCH v8.1 13/27] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'

[PATCH v7 00/10] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-20 17:05 UTC  (9+ messages)
` [PATCH v7 06/10] iommu/dma-reserved-iommu: iommu_get/put_reserved_iova
` [PATCH v7 07/10] iommu/dma-reserved-iommu: delete bindings in iommu_free_reserved_iova_domain

RSS configuration in iwlwifi
 2016-04-20 17:05 UTC  (6+ messages)

[PATCH 0/7] fix checking out a being-rebased branch
 2016-04-20 17:05 UTC  (4+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 03/12] worktree.c: make find_shared_symref() return struct worktree *

[PATCH v1 0/3] iio sensor mounting matrix support
 2016-04-20 17:04 UTC  (2+ messages)

[Qemu-devel] [Bug 1525676] Re: qemu runas and sandbox option incompatible, process will hang in futex after setgid
 2016-04-20 16:54 UTC 

[PATCH 1/3] mmc: core: fix using wrong io voltage if mmc_select_hs200 fails
 2016-04-20 16:51 UTC  (6+ messages)
` [PATCH 2/3] mmc: core: remove the invalid message in mmc_select_timing
` [PATCH 3/3] mmc: core: support hs speed mode if hs200 mode fails

[U-Boot] [PATCH] Revert "T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue"
 2016-04-20 16:57 UTC  (2+ messages)

Fwd: ap + adhoc not working with Mwifiex driver for sd8887
 2016-04-20 16:57 UTC  (3+ messages)
  `  "

[Buildroot] [PATCH] weston: disable v4l simple dmabuf for headers < 3.8
 2016-04-20 16:54 UTC 

[U-Boot] [PATCH 0/1]
 2016-04-20 16:53 UTC  (3+ messages)
` [U-Boot] [PATCH] arm: Fix SCFG ICID reg addresses

[PATCH 00/19] mkfs cleaning
 2016-04-20 16:53 UTC  (8+ messages)
` [PATCH 15/19] mkfs: don't treat files as though they are block devices

[PATCH] include sys/sysmacros.h for major/minor
 2016-04-20 16:52 UTC 

[PATCH] drivers/perf: arm-pmu: fix RCU usage on resume from idle states
 2016-04-20 16:52 UTC  (6+ messages)

[RFC v9 0/5] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-04-20 16:50 UTC  (7+ messages)
` [RFC v9 1/5] nvdimm: Add IOCTL pass thru functions
` [RFC v9 3/5] Subject: [PATCH v8 07/10] tools/testing/nvdimm: 'call_dsm' support

[RFC PATCH v1 0/3] Remove string operations from xstats
 2016-04-20 16:49 UTC  (3+ messages)

[PATCH] irqdomain: fix compare_const_fl.cocci warnings
 2016-04-20 16:49 UTC 

regression: 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") drops data
 2016-04-20 16:48 UTC  (4+ messages)

[PATCH] cpuidle: Change ktime_get() with local_clock()
 2016-04-20 16:47 UTC  (5+ messages)

[PATCH v2 0/8] ath10k: refactor firmware components
 2016-04-20 16:46 UTC  (18+ messages)
` [PATCH v2 1/8] ath10k: remove deprecated firmware API 1 support
` [PATCH v2 2/8] ath10k: refactor firmware images to struct ath10k_fw_components
` [PATCH v2 3/8] ath10k: move fw_version inside struct ath10k_fw_file
` [PATCH v2 4/8] ath10k: move fw_features to "
` [PATCH v2 5/8] ath10k: move wmi_op_version "
` [PATCH v2 6/8] ath10k: move htt_op_version "
` [PATCH v2 7/8] ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()
` [PATCH v2 8/8] ath10k: remove enum ath10k_swap_code_seg_bin_type

[PATCH net-next V2 00/11] Mellanox 100G mlx5 driver receive path optimizations
 2016-04-20 16:46 UTC  (9+ messages)
` [PATCH net-next V2 05/11] net/mlx5e: Support RX multi-packet WQE (Striding RQ)

[PATCH] drm: Make drm.debug parameter description more helpful
 2016-04-20 16:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 00/10] qede: Add qede PMD
 2016-04-20 16:43 UTC  (7+ messages)
` [PATCH v5 10/10] qede: Enable PMD build

[PATCH 4/8] drm/fb-helper: Add fb_deferred_io support
 2016-04-20 16:42 UTC  (4+ messages)

[for-4.7 0/2] xen/arm: traps: Correctly interpret the content of the register HPFAR_EL2
 2016-04-20 16:43 UTC  (9+ messages)
` [for-4.7 1/2] xen/bitops: Introduce macros to generate mask

is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?
 2016-04-20 16:42 UTC 

Reducing the Number of Context-Sensitive Macros in x86_emulate.c
 2016-04-20 16:42 UTC 

[PATCH] [media] tw686x-kh: use the cached value
 2016-04-20 16:41 UTC 

[Buildroot] [PATCH v4 0/7] Support building a second Barebox config (incl. BBB)
 2016-04-20 16:42 UTC  (5+ messages)

[PATCH] rt2800usb: enable MFP if hw crypt is disabled
 2016-04-20 16:42 UTC  (3+ messages)

bug: git submodule add fails when .git is a symlink
 2016-04-20 16:41 UTC  (6+ messages)

[PATCH v2] rt2800lib: enable MFP if hw crypt is disabled
 2016-04-20 16:41 UTC 

[PULL 0/4] KVM: s390 patches for kvm/next
 2016-04-20 16:41 UTC  (2+ messages)

[PATCH v7] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver
 2016-04-20 16:40 UTC  (3+ messages)

[PATCH] raid6check: Fix if-else indentation
 2016-04-20 16:41 UTC 

[PATCH] mfd: tps6105x: Remove linux/regulator/driver.h include
 2016-04-20 16:40 UTC 

[PATCH] ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
 2016-04-20 16:18 UTC  (2+ messages)

[PATCHv5 2/3] x86/vdso: add mremap hook to vm_special_mapping
 2016-04-20 16:22 UTC  (3+ messages)
` [PATCHv7 "

[PATCH] regulator: tps6524x: Fix broken use of spi_dev_get()
 2016-04-20 16:37 UTC 

Premature unpinning
 2016-04-20 16:34 UTC  (6+ messages)
` Update to patches 11 and 12
  ` [PATCH 2/2] drm/i915: Track the previous pinned context inside the request

[PATCH 1/1] perf/x86/intel/uncore: Add support for Intel SKL client uncore
 2016-04-20 16:34 UTC  (4+ messages)

Ublox Toby Modem
 2016-04-20 16:34 UTC  (2+ messages)

[PATCH v2] git-p4: add P4 jobs to git commit message
 2016-04-20 16:30 UTC  (15+ messages)

[PATCH 1/3] ACPI / ARM64: Don't enable ACPI by default on ARM64
 2016-04-20 16:30 UTC  (4+ messages)
` [PATCH 2/3] ACPI / ARM64: Remove EXPERT dependency for ACPI "

[U-Boot] [PATCH] powerpc/mpc85xx: set L2PE in L2CSR0 before enabling L2 cache
 2016-04-20 16:29 UTC  (6+ messages)

[PATCH v5 00/14] ACPI NUMA support for ARM64
 2016-04-20 16:29 UTC  (8+ messages)
` [PATCH v5 12/14] arm64, acpi, numa: NUMA support based on SRAT and SLIT

[PATCH V2] powerpc/infiniband: Use cache inhibitted and guarded mapping on powerpc
 2016-04-20 16:29 UTC  (3+ messages)

[PATCHv3 0/3] Implements the GIT_TRACE_CURL environment variable
 2016-04-20 16:28 UTC  (4+ messages)
` [PATCHv3 1/3] git.txt: document the new "
` [PATCHv3 2/3] imap-send.c: introduce the GIT_TRACE_CURL enviroment variable
` [PATCHv3 3/3] http.c: implements the GIT_TRACE_CURL environment variable

[PATCH v19 00/12] Support for creating/using Stolen memory backed objects
 2016-04-20 16:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Support for creating/using Stolen memory backed objects (rev13)

[PATCH 0/2 v6] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver
 2016-04-20 16:27 UTC  (6+ messages)
` [PATCH 2/2 "

[PATCH i-g-t v2 0/2] core_getversion: Only verify major version for i915
 2016-04-20 16:25 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] core_getversion: Switched from igt_assert to assert helpers
` [PATCH i-g-t v2 2/2] core_getversion: Only verify major version for i915

Xen Memory de-duplication
 2016-04-20 16:25 UTC  (6+ 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.