All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-02 15:07:26 to 2015-04-02 15:31:16 UTC [more...]

another pmem variant V3
 2015-04-02 15:31 UTC  (2+ messages)
` [PATCH] pmem: Add prints at module load and unload

[PATCH RFC 000/111] Etnaviv DRM driver
 2015-04-02 15:30 UTC  (112+ 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

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

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

[PATCH 00/28] android/hog Introduce bt_gatt_client
 2015-04-02 15:29 UTC  (7+ 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] 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 v3 1/6] tools/libxl: Introduce min and max macros
 2015-04-02 15:27 UTC  (17+ messages)
` [PATCH v3 6/6] tools/libxl: Adjust datacopiers POLLHUP handling when the fd is also readable
          ` [PATCH 0/3] datacopier POLLHUP fixes "
            ` [PATCH 1/3] Revert "tools/libxl: Adjust datacopiers POLLHUP handling when the fd is also readable"
            ` [PATCH 2/3] libxl: Cope with pipes which signal POLLHUP|POLLIN on read eof
            ` [PATCH 3/3] libxl: datacopier: Avoid theoretical eof/POLLHUP race

[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] ARM: mvebu: use 0xf1000000 as internal registers on Armada 370 DB
 2015-04-02 15:25 UTC  (8+ messages)

[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  (4+ messages)
` [PATCH v3 1/3] staging: lustre: include: replace OBD_CHECK_DEV by obd_check_dev
` [PATCH v3 2/3] staging: lustre: include: replace OBD_CHECK_DEV_ACTIVE by obd_check_dev_active
` [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

[Qemu-devel] [PATCH] virtio-blk: correctly dirty guest memory
 2015-04-02 15:21 UTC  (5+ messages)

[PATCH net-next] tc: bpf: add checksum helpers
 2015-04-02 15:21 UTC  (4+ messages)

[PATCH 1/9] x86/asm/entry/64: reuse stub return code
 2015-04-02 15:20 UTC  (4+ messages)
` [PATCH 3/9] x86/asm/entry/64: do not SAVE_EXTRA_REGS in stub_sigreturn

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

[PATCH iproute2] man ip-netns: Fix shifted layout at bottom of 'ip netns del'
 2015-04-02 15:08 UTC 

[PATCH] watchdog: nohz: don't run watchdog on nohz_full cores
 2015-04-02 15:19 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] btrfs-progs: Doc: Add warning and note on btrfs-convert
 2015-04-02 15:19 UTC  (2+ messages)

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

[RFC 0/3] btattach: Use HCI UART vendor specific setup kernel calls
 2015-04-02 15:18 UTC  (3+ messages)
` [RFC 1/3] btattach: Add SetDevType ioctl call

CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access
 2015-04-02 15:18 UTC  (8+ messages)

CephFS Slow writes with 1MB files
 2015-04-02 15:18 UTC  (9+ messages)
  ` [ceph-users] "

[Qemu-devel] [PATCH for-2.3 0/1] fix build problems on SLES11SP3
 2015-04-02 15:17 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-2.3 1/1] glib-compat: fix problems with not-quite glib 2.22

[PATCH v4 00/15] s390x cpu model implementation
 2015-04-02 15:15 UTC  (12+ messages)
` [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model
        ` [Qemu-devel] "

crypto: api - Fix races in crypto_unregister_instance
 2015-04-02 15:15 UTC  (5+ messages)
` crypto: api - Change crypto_unregister_instance argument type

[PATCH 00/19] xen: arm: cleanup traps.c
 2015-04-02 15:14 UTC  (10+ messages)
` [PATCH 01/19] xen: arm: constify union hsr and struct hsr_* where possible
` [PATCH 02/19] xen: arm: add missing break
` [PATCH 03/19] xen: arm: call inject_undef_exception directly
` [PATCH 04/19] xen: arm: provide and use a handle_raz_wi helper

[PATCH 00/10] perf tools: Support using -f to override file ownership for perf commands
 2015-04-02 15:13 UTC  (2+ messages)

[RFC 0/5] Move HCI UART vendor specific setup to kernel
 2015-04-02 15:12 UTC  (5+ messages)
` [RFC 3/5] Bluetooth: hci_uart: Add HCIUARTSETBAUDRATE ioctl
` [RFC 4/5] tty: Re-add external interface for tty_set_termios()

another pmem variant V2
 2015-04-02 15:11 UTC  (4+ messages)

[PATCH] gpio: mvebu: Fix mask/unmask managment per irq chip type
 2015-04-02 15:11 UTC  (2+ messages)

[Qemu-devel] [PATCH] sun4m: fix slavio sysctrl and led register sizes
 2015-04-02 15:09 UTC 

[PATCH v2] ftracetest: Do not use usleep directly
 2015-04-02 15:08 UTC  (6+ messages)
` [PATCH v2.1] "

Using loopback card to Connect GSM two way call to the real sound card UDA1345TS
 2015-04-02 15:08 UTC  (7+ messages)
        ` [LAD] Fw: [alsa-devel] "
          ` Fw: "
            ` [LAD] [alsa-devel] "

[Patch] firmware: dmi_scan: split dmisubsystem from dmi-sysfs
 2015-04-02 15:08 UTC  (6+ messages)

[GIT PULL] at91: multiplatform for 4.1 #1
 2015-04-02 15:07 UTC  (3+ messages)
` [PATCH] ARM: at91: add a Kconfig dependency on multi-platform

[PATCH net-next] veth: set iflink to the peer veth
 2015-04-02 15:07 UTC  (6+ messages)
` [PATCH net-next v2 0/12] Remove iflink field from the net_device structure
  ` [PATCH net-next v2 07/12] ipvlan: implement ndo_get_iflink
  ` [PATCH net-next v2 08/12] infiniband/ipoib: "
  ` [PATCH net-next v2 11/12] dev: set iflink to 0 for virtual interfaces
  ` [PATCH net-next v2 12/12] veth: set iflink to the peer veth


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.