All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-02 15:21:39 to 2015-04-02 15:48:02 UTC [more...]

[dm-crypt] Proposal for support of PKCS#11 devices (SmartCards and Tokens)
 2015-04-02 15:48 UTC  (5+ messages)

[tip:perf/core] bpf: Fix the build on BPF_SYSCALL= y && !CONFIG_TRACING kernels, make it more configurable
 2015-04-02 15:47 UTC  (2+ messages)

another pmem variant V3
 2015-04-02 15:47 UTC  (4+ messages)
` [PATCH] pmem: Add prints at module load and unload
  ` [Linux-nvdimm] "

[PATCH] systemd socket activation support
 2015-04-02 15:47 UTC  (3+ messages)

[PATCH 00/28] android/hog Introduce bt_gatt_client
 2015-04-02 15:45 UTC  (19+ messages)
` [PATCH 09/28] android/hog: Use gatt_db to search for services and characteristics in db
` [PATCH 13/28] android/hog: Replace definitions of characteristic uuids with bt_uuids
` [PATCH 14/28] android/hog: Replace GSList of hog instances with queue of instances
` [PATCH 18/28] android/scpp: Introduce bt_gatt_client
` [PATCH 21/28] android/bas: Start using bt_gatt_client
` [PATCH 22/28] android/hog: Strip btio dependencies
` [PATCH 25/28] android/hog: Add MIN definition
` [PATCH 26/28] android/hog: Remove attrib/
` [PATCH 27/28] android/hog: Remove glib dependencies

[PATCH 1/2] btrfs-progs: convert: Make ext*_image file obey datacsum setting
 2015-04-02 15:45 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: convert-test: Add test for converting ext* with regular file extent

[PATCH 00/19] xen: arm: cleanup traps.c
 2015-04-02 15:45 UTC  (5+ messages)
` [PATCH 04/19] xen: arm: provide and use a handle_raz_wi helper

[PATCH RFC 000/111] Etnaviv DRM driver
 2015-04-02 15:43 UTC  (113+ messages)
` [PATCH RFC 001/111] of: Add vendor prefix for Vivante Corporation
` [PATCH RFC 002/111] staging: etnaviv: add devicetree bindings
` [PATCH RFC 003/111] staging: etnaviv: add drm driver
` [PATCH RFC 004/111] staging: etnaviv: import new headers
` [PATCH RFC 005/111] staging: etnaviv: remove IOMMUv2 stubs
` [PATCH RFC 006/111] staging: etnaviv: fix oops on unbind
` [PATCH RFC 007/111] staging: etnaviv: fix oops in timer subsystem caused by hangcheck timer
` [PATCH RFC 008/111] staging: etnaviv: fix etnaviv_add_components()
` [PATCH RFC 009/111] staging: etnaviv: fix etnaviv_hw_reset()
` [PATCH RFC 010/111] staging: etnaviv: fix etnaviv gpu debugfs output
` [PATCH RFC 011/111] staging: etnaviv: fix fence implementation
` [PATCH RFC 012/111] staging: etnaviv: fix buffer dumping code
` [PATCH RFC 013/111] staging: etnaviv: fix ring buffer overflow check
` [PATCH RFC 014/111] staging: etnaviv: fix cleanup of imported dmabufs
` [PATCH RFC 015/111] staging: etnaviv: fix printk formats
` [PATCH RFC 016/111] staging: etnaviv: validation: ensure space for the LINK command
` [PATCH RFC 017/111] staging: etnaviv: validation: improve command buffer size checks
` [PATCH RFC 018/111] staging: etnaviv: validation: improve relocation validation
` [PATCH RFC 019/111] staging: etnaviv: fix sparse warnings
` [PATCH RFC 020/111] staging: etnaviv: use devm_ioremap_resource()
` [PATCH RFC 021/111] staging: etnaviv: respect the submission command offset
` [PATCH RFC 022/111] staging: etnaviv: add an offset for buffer dumping
` [PATCH RFC 023/111] staging: etnaviv: quieten down submission debugging
` [PATCH RFC 024/111] staging: etnaviv: fix multiple command buffer submission in etnaviv_buffer_queue()
` [PATCH RFC 025/111] staging: etnaviv: package up events into etnaviv_event struct
` [PATCH RFC 026/111] staging: etnaviv: track the last known GPU position
` [PATCH RFC 027/111] staging: etnaviv: ensure that ring buffer wraps
` [PATCH RFC 028/111] staging: etnaviv: fix checkpatch errors
` [PATCH RFC 029/111] staging: etnaviv: fix checkpatch warnings
` [PATCH RFC 030/111] staging: etnaviv: fix get_pages() failure path
` [PATCH RFC 031/111] staging: etnaviv: add gem operations structure to etnaviv objects
` [PATCH RFC 032/111] staging: etnaviv: convert prime import to use etnaviv_gem_ops
` [PATCH RFC 033/111] staging: etnaviv: convert shmem release "
` [PATCH RFC 034/111] staging: etnaviv: convert cmdbuf "
` [PATCH RFC 035/111] staging: etnaviv: move drm_gem_object_release()
` [PATCH RFC 036/111] staging: etnaviv: ensure cleanup of reservation object
` [PATCH RFC 037/111] staging: etnaviv: clean up etnaviv_gem_free_object()
` [PATCH RFC 038/111] staging: etnaviv: provide etnaviv_gem_new_private()
` [PATCH RFC 039/111] staging: etnaviv: move msm_gem_import() etc to etnaviv_gem_prime.c
` [PATCH RFC 040/111] staging: etnaviv: clean up prime import
` [PATCH RFC 041/111] staging: etnaviv: convert get_pages()/put_pages() to take etnaviv_obj
` [PATCH RFC 042/111] staging: etnaviv: clean up etnaviv_gem_{get, put}_pages()
` [PATCH RFC 043/111] staging: etnaviv: add gem get_pages() method
` [PATCH RFC 044/111] staging: etnaviv: fix DMA API usage
` [PATCH RFC 045/111] staging: etnaviv: add support to insert a MMU flush into GPU stream
` [PATCH RFC 046/111] staging: etnaviv: move GPU memory management into MMU
` [PATCH RFC 047/111] staging: etnaviv: publish and use mmu geometry
` [PATCH RFC 048/111] staging: etnaviv: mmuv1: ensure we unmap all entries
` [PATCH RFC 049/111] staging: etnaviv: move MMU setup and teardown code to etnaviv_mmu.c
` [PATCH RFC 050/111] staging: etnaviv: hack: bypass iommu with contiguous buffers
` [PATCH RFC 051/111] staging: etnaviv: implement round-robin GPU MMU allocation
` [PATCH RFC 052/111] staging: etnaviv: fix etnaviv_iommu_map_gem() return paths
` [PATCH RFC 053/111] staging: etnaviv: implement MMU reaping
` [PATCH RFC 054/111] staging: etnaviv: move scatterlist creation to etnaviv_gem_get_pages()
` [PATCH RFC 055/111] staging: etnaviv: add userptr mapping support
` [PATCH RFC 056/111] staging: etnaviv: call the DRM device 'drm'
` [PATCH RFC 057/111] staging: etnaviv: clean up printk()s etc
` [PATCH RFC 058/111] staging: etnaviv: safely take down hangcheck
` [PATCH RFC 059/111] staging: etnaviv: move hangcheck disable to separate function
` [PATCH RFC 060/111] staging: etnaviv: stop the hangcheck timer mis-firing
` [PATCH RFC 061/111] staging: etnaviv: ensure that we retire all pending events
` [PATCH RFC 062/111] staging: etnaviv: ensure GPU reset times out
` [PATCH RFC 063/111] staging: etnaviv: add workarounds for GC320 on iMX6
` [PATCH RFC 064/111] staging: etnaviv: increase iommu page table size to 512KiB
` [PATCH RFC 065/111] staging: etnaviv: allow non-DT use
` [PATCH RFC 066/111] staging: etnaviv: dump mmu allocations
` [PATCH RFC 067/111] staging: etnaviv: use definitions for constants
` [PATCH RFC 068/111] staging: etnaviv: fix fence wrapping for gem objects
` [PATCH RFC 069/111] staging: etnaviv: move scatterlist map/unmap
` [PATCH RFC 070/111] staging: etnaviv: remove presumption of BO addresses
` [PATCH RFC 071/111] staging: etnaviv: clean up etnaviv mmu scatterlist code
` [PATCH RFC 072/111] staging: etnaviv: "better" DMA API usage
` [PATCH RFC 073/111] staging: etnaviv: iommu: add a poisoned bad page
` [PATCH RFC 074/111] staging: etnaviv: validate user supplied command stream
` [PATCH RFC 075/111] staging: etnaviv: allow get_param without auth
` [PATCH RFC 076/111] staging: etnaviv: fix busy reporting
` [PATCH RFC 077/111] staging: etnaviv: fix event allocation failure path
` [PATCH RFC 078/111] staging: etnaviv: remove powerrail support
` [PATCH RFC 079/111] staging: etnaviv: NULL out stale pointers at unbind time
` [PATCH RFC 080/111] staging: etnaviv: move mutex around component_{un, }bind_all()
` [PATCH RFC 081/111] staging: etnaviv: move PM calls into bind/unbind callbacks
` [PATCH RFC 082/111] staging: etnaviv: separate out etnaviv gpu hardware initialisation
` [PATCH RFC 083/111] staging: etnaviv: add support to shutdown and restore the front end
` [PATCH RFC 084/111] staging: etnaviv: runtime PM: add initial support
` [PATCH RFC 085/111] staging: etnaviv: add support for offset physical memory
` [PATCH RFC 086/111] staging: etnaviv: allow to draw up to 256 rectangles in one draw call
` [PATCH RFC 087/111] staging: etnaviv: align command stream size to 64 bit
` [PATCH RFC 088/111] staging: etnaviv: correct instruction count for GC2000 and GC880
` [PATCH RFC 089/111] staging: etnaviv: reconfigure bus mapping on GC2000
` [PATCH RFC 090/111] staging: etnaviv: fix cache cleaning for uncached SHM buffers
` [PATCH RFC 091/111] staging: etnaviv: properly flush all TLBs on MMUv1
` [PATCH RFC 092/111] staging: etnaviv: convert to_etnaviv_bo() to real function
` [PATCH RFC 093/111] staging: etnaviv: take gpu instead of pipe as input to fence wait function
` [PATCH RFC 094/111] staging: etnaviv: plug in fence waiting in cpu_prepare
` [PATCH RFC 095/111] staging: etnaviv: allow to map buffer object into multiple address spaces
` [PATCH RFC 096/111] staging: etnaviv: don't pretend to have a single MMU
` [PATCH RFC 097/111] staging: etnaviv: use GPU device to construct MMU
` [PATCH RFC 098/111] staging: etnaviv: flush MMU when switching context
` [PATCH RFC 099/111] staging: etnaviv: add flag to force buffer through MMU
` [PATCH RFC 100/111] staging: etnaviv: use more natural devicetree abstraction
` [PATCH RFC 101/111] staging: etnaviv: don't override platform provided IRQ flags
` [PATCH RFC 102/111] staging: etnaviv: separate GPU pipes from execution state
` [PATCH RFC 103/111] staging: etnaviv: make sure to unlock DRM mutex when component bind fails
` [PATCH RFC 104/111] staging: etnaviv: clean up public API
` [PATCH RFC 105/111] staging: etnaviv: prune dumb buffer support
` [PATCH RFC 106/111] staging: etnaviv: properly prefix all prime functions to etnaviv
` [PATCH RFC 107/111] staging: etnaviv: rename last remaining bits from msm "
` [PATCH RFC 108/111] staging: etnaviv: quiten down kernel log output
` [PATCH RFC 109/111] staging: etnaviv: add proper license header to all files
` [PATCH RFC 110/111] staging: etnaviv: some final trivial changes to the module
` [PATCH RFC 111/111] ARM: imx6: add Vivante GPU nodes

New Defects reported by Coverity Scan for XenProject
 2015-04-02 15:43 UTC  (2+ messages)

[PATCH] watchdog: nohz: don't run watchdog on nohz_full cores
 2015-04-02 15:42 UTC  (8+ messages)

[PATCH] xentop: fix potential memory leak
 2015-04-02 15:42 UTC 

[PATCH 1/3] mfd: ucb1x00: add irq field to the platform data
 2015-04-02 15:41 UTC  (3+ messages)
` [PATCH 2/3] ARM: sa1100: populate codec platform data with irq
` [PATCH 3/3] mfd: ucb1x00: make use of provided irq

[PATCH] dmaengine: sa11x0: report slave capabilities to upper layers
 2015-04-02 15:41 UTC  (2+ messages)

[PATCHv4 00/24] THP refcounting redesign
 2015-04-02 15:39 UTC  (5+ messages)
` [PATCHv4 12/24] thp: PMD splitting without splitting compound page

[PATCH] [RFC] OF: probe order dependency aware of_platform_populate
 2015-04-02 15:40 UTC  (8+ messages)

[PATCH 1/2] wdog: imx-wd: Introduce ops struct for imx21/imx1
 2015-04-02 15:36 UTC  (2+ messages)
` [PATCH 2/2] wdog: imx-wd: Disable watchdog powerdown counter

[PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT
 2015-04-02 15:36 UTC  (14+ messages)
` [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties

[PATCH v2] libsepol: Fix build for Android
 2015-04-02 15:36 UTC 

[PATCH] ARM: mvebu: use 0xf1000000 as internal registers on Armada 370 DB
 2015-04-02 15:35 UTC  (10+ messages)

[PATCH] ARM: tegra: Correct which USB controller has the UTMI pad registers
 2015-04-02 15:35 UTC  (5+ messages)
` [PATCH v2] "

Size of irq field
 2015-04-02 15:34 UTC  (2+ messages)

[PATCH] libsepol: Fix build for Android
 2015-04-02 15:34 UTC  (2+ messages)

[PATCH OSSTEST 0/5] Tweaks to allow running non-master production instances
 2015-04-02 15:34 UTC  (5+ messages)
` [PATCH OSSTEST 5/5] cambridge: Stop publishing logs to chiark

[Bug 89558] New: Unknown chipset error for GeForce 840M
 2015-04-02 15:34 UTC  (2+ messages)
  ` [Bug 89558] [NV118] GM108 not supported by nouveau

[PATCH 0/4] clk: improve handling of orphan clocks
 2015-04-02 15:34 UTC  (10+ messages)
` [PATCH 1/4] clk: Propagate prepare and enable when reparenting orphans
` [PATCH 2/4] clk: add clk_is_orphan() to check if a clocks inherits from an orphan clock
` [PATCH 3/4] clk: add CLK_DEFER_ORPHAN flag to prevent orphans from being used
` [PATCH 4/4] clk: rockchip: enable CLK_DEFER_ORPHAN for all branches

[PATCH ipsec] vti6: fix uninit when using x-netns
 2015-04-02 15:31 UTC 

[PATCH] mtd: Add simple read disturb test
 2015-04-02 15:29 UTC  (4+ messages)

Separate input and output jacks for one UCM device?
 2015-04-02 15:28 UTC  (5+ messages)

[PATCH] drm/i915: Silence a sparse warning
 2015-04-02 15:28 UTC 

Unreliable hibernation on Lenovo x230 (regression)
 2015-04-02 15:28 UTC  (2+ messages)

[Buildroot] [Bug 7844] New: Lua with hard-float on MIPS by buildroot doesn't work
 2015-04-02 15:28 UTC  (4+ messages)
` [Buildroot] [Bug 7844] "

[PATCH 0/4] kbuild: refactor Makefile inclusion
 2015-04-02 15:27 UTC  (4+ messages)

[RFC] drm/i915: _wait_for might be called when irq is off
 2015-04-02 15:27 UTC  (2+ messages)

[PATCH] arm: perf: Directly handle SMP platforms with one SPI
 2015-04-02 15:27 UTC  (5+ messages)
` [PATCH v6] "

[PATCH 0/3] datacopier POLLHUP fixes handling when the fd is also readable
 2015-04-02 15:27 UTC  (4+ messages)
` [PATCH 1/3] Revert "tools/libxl: Adjust datacopiers POLLHUP handling when the fd is also readable"

[Bug 89876] radeon: mmap failed, errno: 12
 2015-04-02 15:26 UTC 

[PATCH 0/9 v2] Helper to abstract vma handling in media layer
 2015-04-02 15:25 UTC  (4+ messages)

[PATCH] btrfs-progs doc: emphasis that only mounted device works for btrfs device stats
 2015-04-02 15:26 UTC  (2+ messages)

Kernel bug caused by 'git apply' misapplying a patch with ambiguous chunk
 2015-04-02 15:25 UTC 

[PATCH 1/1] perf/x86/intel: Broadwell support LBR callstack
 2015-04-02  8:12 UTC 

[PATCH 3/3] staging: android: ion_test: unregister the platform device
 2015-04-02 15:22 UTC  (3+ messages)
` [PATCH V2 0/3] Fix some issues of staging ion test driver

[meta-initramfs][PATCH 1/2] initramfs-debug: add simple init script for debugging
 2015-04-02 15:23 UTC  (2+ messages)
` [meta-initramfs][PATCH 2/2] initramfs-debug-image: tiny debugging initramfs image

[PATCH v3 0/3] staging: lustre: include: replace macros by functions
 2015-04-02 15:21 UTC  (2+ messages)
` [PATCH v3 3/3] staging: lustre: include: remove unused macros

[PATCH 0/8] Enable DC states for skl
 2015-04-02 15:21 UTC  (3+ messages)
` [PATCH 1/8] drm/i915/skl: Add support to load SKL CSR firmware


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.