aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2013-12-17Staging: bcm: DDRInit: fixed issues w/ indentation.Gary Rookard
2013-12-17staging: gdm72xx: Fix WARNING space prohibited before semicolon in gdm_qos.cMasanari Iida
2013-12-17Staging: rts5139: fix parantheses coding style issue in ms.cPreetam D'Souza
2013-12-17staging: dgrp: Fix space prohibited before semicolonMasanari Iida
2013-12-17staging: xillybus: fix error return code in xilly_probe()Wei Yongjun
2013-12-17staging: lustre: Fix typo in lustre/lustre/libcfsMasanari Iida
2013-12-17staging: lustre: Fix typo in lustre/lustre/fld and ldlmMasanari Iida
2013-12-17staging: lustre: Fix typo in lustre/lustre/oscMasanari Iida
2013-12-17staging: lustre: Fix typo in lustre/lustre/lmvMasanari Iida
2013-12-17staging: lustre: Fix typo in lustre/lustre/lovMasanari Iida
2013-12-17staging: lustre: Fix typo in lustre/lnet/selftestMasanari Iida
2013-12-17staging: dgap: Fixed trailing white space from dgap_conf.hMasanari Iida
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz
2013-12-17staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz
2013-12-16gpu: ion: fix sparse non static symbol warningsWei Yongjun
2013-12-16gpu: ion: use module_platform_driver to simplify the codeWei Yongjun
2013-12-16ion: remove ion_user_handle_t from ion_test.hColin Cross
2013-12-16Merge 3.13-rc4 into staging-next.Greg Kroah-Hartman
2013-12-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman
2013-12-16staging: usbip: Remove double initialization of msg_namelen variableSankha Narayan Guria
2013-12-15ion: Reenable the buildJohn Stultz
2013-12-15ion: Don't allow building ION as a module.John Stultz
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz
2013-12-14ion: Improve ION config descriptionJohn Stultz
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix bugs in cma heapColin Cross
2013-12-14ion: add alignment check to chunk heapColin Cross
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use alloc_pages in system contig heapColin Cross
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross
2013-12-14ion: check return value from remap_pfn_rangeColin Cross
2013-12-14ion: free low memory from page pools firstColin Cross
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross
2013-12-14ion: add alignment check to carveout heapColin Cross
2013-12-14ion: drop dependency on ARMColin Cross
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys
2013-12-14ion: clean up ioctlsColin Cross
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross
2013-12-14ion: update idr to avoid deprecated apisColin Cross
2013-12-14ion: add test device for unit tests to interact with dma_bufsColin Cross
2013-12-14ion: check invalid values in ion_system_heapColin Cross