summaryrefslogtreecommitdiffstats
path: root/net/socket.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-15null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-12-15radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...Sergey Senozhatsky1-4/+2
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-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
2013-12-14ion: check invalid values in ion_system_heapColin Cross1-0/+14
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross4-10/+10
2013-12-14ion: fix dma APIsColin Cross5-19/+42
2013-12-14ion: fix crash when alloc len is -1Colin Cross1-3/+3
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross1-15/+41
2013-12-14ion: Fix compat support to use proper compat ioctl numbersJohn Stultz1-7/+12
2013-12-14ion: move userspace api into uapi/ion.hColin Cross3-176/+198
2013-12-14gpu: ion: delete ion_system_mapper.cColin Cross1-114/+0
2013-12-14ion: add compat_ioctlRom Lemarchand4-0/+207
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand2-6/+6
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2-5/+7
2013-12-14ion: don't use id 0 for handle cookieColin Cross1-1/+1
2013-12-14ion: index client->handles rbtree by bufferColin Cross1-9/+12
2013-12-14ion: replace userspace handle cookies with idrColin Cross1-36/+71
2013-12-14ion: remove IS_ERR_OR_NULLColin Cross2-13/+18
2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross2-1/+9
2013-12-14ion: add free list size to heap debug filesColin Cross1-0/+3