index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-15
null_blk: mem garbage on NUMA systems during init
Matias Bjorling
1
-4
/
+4
2013-12-15
radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...
Sergey Senozhatsky
1
-4
/
+2
2013-12-15
Revert "selinux: consider filesystem subtype in policies"
Linus Torvalds
2
-60
/
+22
2013-12-15
ion: Reenable the build
John Stultz
1
-2
/
+1
2013-12-15
ion: Don't allow building ION as a module.
John Stultz
1
-1
/
+1
2013-12-15
igb: Fix for issue where values could be too high for udelay function.
Carolyn Wyborny
1
-1
/
+4
2013-12-15
i40e: fix null dereference
Jesse Brandeburg
1
-0
/
+3
2013-12-14
ion: Update system heap shrinker to use the new count/scan interface
John Stultz
1
-12
/
+28
2013-12-14
ion: Improve ION config description
John Stultz
1
-2
/
+6
2013-12-14
ion: Cleanup whitespace issues and other checkpatch problems
John Stultz
8
-35
/
+37
2013-12-14
ion: fix bugs in cma heap
Colin Cross
1
-1
/
+14
2013-12-14
ion: add alignment check to chunk heap
Colin Cross
1
-0
/
+3
2013-12-14
ion: add helper to zero contiguous region of pages
Colin Cross
4
-48
/
+58
2013-12-14
ion: carveout heap: zero buffers on free, fix memory leak
Colin Cross
1
-21
/
+48
2013-12-14
ion: fix sparse warnings
Colin Cross
7
-38
/
+37
2013-12-14
ion: use alloc_pages in system contig heap
Colin Cross
1
-23
/
+48
2013-12-14
ion: allow cached mappings of chunk and system heap buffers
Colin Cross
2
-6
/
+0
2013-12-14
ion: remove ion_heap_alloc_pages
Colin Cross
3
-46
/
+1
2013-12-14
ion: use vm_insert_pfn for faulted pages
Colin Cross
1
-3
/
+6
2013-12-14
ion: check return value from remap_pfn_range
Colin Cross
1
-1
/
+4
2013-12-14
ion: free low memory from page pools first
Colin Cross
1
-3
/
+3
2013-12-14
ion: optimize ion_heap_buffer_zero
Colin Cross
1
-14
/
+22
2013-12-14
ion: add alignment check to carveout heap
Colin Cross
1
-0
/
+3
2013-12-14
ion: drop dependency on ARM
Colin Cross
1
-1
/
+0
2013-12-14
ion: Fix two small issues in system_heap allocation
John Stultz
1
-3
/
+2
2013-12-14
gpu: ion: fix use-after-free in ion_heap_freelist_drain
Mitchel Humpherys
1
-1
/
+1
2013-12-14
ion: clean up ioctls
Colin Cross
1
-51
/
+59
2013-12-14
gpu: ion: remove unnecessary function from system heap
Colin Cross
1
-12
/
+1
2013-12-14
ion: fix printk warnings
Colin Cross
4
-15
/
+16
2013-12-14
ion: don't use phys_to_page or __phys_to_pfn
Colin Cross
3
-5
/
+6
2013-12-14
ion: don't use __arm_ioremap to map pages
Colin Cross
2
-41
/
+3
2013-12-14
ion: update idr to avoid deprecated apis
Colin Cross
1
-12
/
+5
2013-12-14
ion: add test device for unit tests to interact with dma_bufs
Colin Cross
4
-0
/
+360
2013-12-14
ion: check invalid values in ion_system_heap
Colin Cross
1
-0
/
+14
2013-12-14
ion: convert sg_dma_len(sg) to sg->length
Colin Cross
4
-10
/
+10
2013-12-14
ion: fix dma APIs
Colin Cross
5
-19
/
+42
2013-12-14
ion: fix crash when alloc len is -1
Colin Cross
1
-3
/
+3
2013-12-14
ion: hold reference to handle after ion_uhandle_get
Colin Cross
1
-15
/
+41
2013-12-14
ion: Fix compat support to use proper compat ioctl numbers
John Stultz
1
-7
/
+12
2013-12-14
ion: move userspace api into uapi/ion.h
Colin Cross
3
-176
/
+198
2013-12-14
gpu: ion: delete ion_system_mapper.c
Colin Cross
1
-114
/
+0
2013-12-14
ion: add compat_ioctl
Rom Lemarchand
4
-0
/
+207
2013-12-14
ion: change ion_user_handle_t definition to int
Rom Lemarchand
2
-6
/
+6
2013-12-14
ion: add new ion_user_handle_t type for the user-space token
Rom Lemarchand
2
-5
/
+7
2013-12-14
ion: don't use id 0 for handle cookie
Colin Cross
1
-1
/
+1
2013-12-14
ion: index client->handles rbtree by buffer
Colin Cross
1
-9
/
+12
2013-12-14
ion: replace userspace handle cookies with idr
Colin Cross
1
-36
/
+71
2013-12-14
ion: remove IS_ERR_OR_NULL
Colin Cross
2
-13
/
+18
2013-12-14
ion: convert map_kernel to return ERR_PTR
Colin Cross
2
-1
/
+9
2013-12-14
ion: add free list size to heap debug files
Colin Cross
1
-0
/
+3
[next]