summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: lustre: Fix typo in lustre/lustre/oscMasanari Iida5-8/+8
2013-12-17staging: lustre: Fix typo in lustre/lustre/lmvMasanari Iida1-3/+3
2013-12-17staging: lustre: Fix typo in lustre/lustre/lovMasanari Iida5-11/+11
2013-12-17staging: lustre: Fix typo in lustre/lnet/selftestMasanari Iida6-9/+9
2013-12-17staging: dgap: Fixed trailing white space from dgap_conf.hMasanari Iida1-3/+3
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz1-1/+6
2013-12-17staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz1-0/+1
2013-12-17gpu: ion: fix sparse non static symbol warningsWei Yongjun1-6/+5
2013-12-17gpu: ion: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-12-17ion: remove ion_user_handle_t from ion_test.hColin Cross1-2/+0
2013-12-17Merge 3.13-rc4 into staging-next.Greg Kroah-Hartman811-3982/+7595
2013-12-16Linux 3.13-rc4Linus Torvalds1-1/+1
2013-12-16null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-12-16radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...Sergey Senozhatsky1-4/+2
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds141-916/+1551
2013-12-15Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-19/+13
2013-12-15Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-46/+103
2013-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-42/+165
2013-12-15Revert "selinux: consider filesystem subtype in policies"Linus Torvalds2-60/+22
2013-12-15ion: Reenable the buildJohn Stultz1-2/+1
2013-12-15ion: Don't allow building ION as a module.John Stultz1-1/+1
2013-12-15igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny1-1/+4
2013-12-15i40e: fix null dereferenceJesse Brandeburg1-0/+3
2013-12-14Merge tag 'edac_fixes_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz1-12/+28
2013-12-14ion: Improve ION config descriptionJohn Stultz1-2/+6
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz8-35/+37
2013-12-14ion: fix bugs in cma heapColin Cross1-1/+14
2013-12-14ion: add alignment check to chunk heapColin Cross1-0/+3
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross4-48/+58
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross1-21/+48
2013-12-14ion: fix sparse warningsColin Cross7-38/+37
2013-12-14ion: use alloc_pages in system contig heapColin Cross1-23/+48
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross2-6/+0
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross3-46/+1
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross1-3/+6
2013-12-14ion: check return value from remap_pfn_rangeColin Cross1-1/+4
2013-12-14ion: free low memory from page pools firstColin Cross1-3/+3
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross1-14/+22
2013-12-14ion: add alignment check to carveout heapColin Cross1-0/+3
2013-12-14ion: drop dependency on ARMColin Cross1-1/+0
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz1-3/+2
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys1-1/+1
2013-12-14ion: clean up ioctlsColin Cross1-51/+59
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross1-12/+1
2013-12-14ion: fix printk warningsColin Cross4-15/+16
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross3-5/+6
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross2-41/+3
2013-12-14ion: update idr to avoid deprecated apisColin Cross1-12/+5
2013-12-14ion: add test device for unit tests to interact with dma_bufsColin Cross4-0/+360