index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
ion
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-20
staging: android: ion: Set the length of the DMA sg entries in buffer
Liviu Dudau
1
-1
/
+3
2016-04-12
staging: android: ion_test: fix check of platform_device_register_simple() er...
Vladimir Zapolskiy
1
-2
/
+2
2015-12-15
Revert "scatterlist: use sg_phys()"
Dan Williams
1
-2
/
+2
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-10-24
staging: ion: Remove explicit NULL comparison
Muhammad Falak R Wani
1
-1
/
+1
2015-10-13
"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristate
Paul Gortmaker
2
-0
/
+5
2015-10-12
drivers/staging: make android tegra_ion.c properly tristate
Paul Gortmaker
1
-1
/
+1
2015-10-12
drivers/staging: make android ion_page_pool.c explicitly non-modular
Paul Gortmaker
1
-8
/
+2
2015-10-02
staging: ion: Fix error handling in ion_buffer_create
Rohit kumar
1
-9
/
+5
2015-09-29
staging: android: Fix checkpatch block comments warnings
Sriram Raghunathan
6
-23
/
+36
2015-09-17
staging: ion: fix corruption of ion_import_dma_buf
Shawn Lin
1
-3
/
+3
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
1
-1
/
+1
2015-09-02
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2015-08-31
Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-22
/
+31
2015-08-17
scatterlist: use sg_phys()
Dan Williams
1
-2
/
+2
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
1
-1
/
+2
2015-07-31
staging: android: Fixed line over 80 char
Jignesh R Patel
1
-1
/
+2
2015-07-22
staging: ion: ion_cma_heap: Don't directly use dma_common_get_sgtable
Jon Medhurst (Tixy)
1
-2
/
+1
2015-07-14
staging: ion: debugfs to shrink pool
Gioh Kim
1
-13
/
+9
2015-07-14
staging: ion: shrink page-pool by page unit
Gioh Kim
2
-4
/
+17
2015-07-14
staging: android: ion_chunk_heap.c: Fixed line over 80 characters
Guillermo O. Freschi
1
-2
/
+2
2015-07-14
staging: android: ion: reorder variable definitions
Dmitry Kalinkin
1
-1
/
+1
2015-05-24
Staging:Android:ion - Fix for memory leak if ion device registration get failed.
Shailendra Verma
1
-0
/
+1
2015-05-08
drivers/staging: include <module.h> for modular android tegra_ion code
Paul Gortmaker
1
-0
/
+1
2015-05-08
staging: android: ion_test: unregister the platform device
Phong Tran
1
-1
/
+7
2015-05-08
staging: android: ion_test: unregister the misc device
Phong Tran
1
-0
/
+12
2015-05-08
staging: ion: chunk_heap: use pr_debug for heap creation print
Mitchel Humpherys
1
-1
/
+1
2015-05-08
Staging: fixed multiple spelling errors.
Carlos E. Garcia
1
-3
/
+3
2015-04-21
staging: android: ion: fix wrong init of dma_buf_export_info
Sumit Semwal
1
-5
/
+5
2015-04-21
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
1
-2
/
+7
2015-04-03
staging: android: ion_test: Add the MODULE_LICENSE macro
Phong Tran
1
-0
/
+1
2015-03-20
ion: improve ion_phys error message
Mitchel Humpherys
1
-2
/
+2
2015-03-01
staging: android: ion: fix some format strings
Rasmus Villemoes
1
-7
/
+7
2015-01-17
staging: ion: always initialize the free list parameters
Mitchel Humpherys
2
-2
/
+3
2015-01-17
staging: ion: ion_cma_heap: remove ion_cma_get_sgtable
Zeng Tao
1
-19
/
+1
2014-11-26
staging: android: ion: Deletion of unnecessary checks before two function calls
Markus Elfring
3
-12
/
+6
2014-11-03
Staging: android: ion: fix typos in comments
Tristan Lelong
3
-4
/
+4
2014-10-23
staging: android: Assign bool to true
Tapasweni Pathak
1
-1
/
+1
2014-10-20
staging: android: ion: Replace "the the " with "the"
Tapasweni Pathak
1
-1
/
+1
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2014-10-09
android: ->f_op is never NULL
Al Viro
1
-1
/
+1
2014-08-16
staging: android: ion: Remove redundant return of void function
Phong Tran
5
-6
/
+0
2014-08-16
staging: android: ion: ion.c Add a new blank line after decleration
Phong Tran
1
-0
/
+1
2014-08-16
staging: android: ion: ion_dummy_driver.c Replace kzalloc() by kcalloc()
Phong Tran
1
-1
/
+1
2014-08-04
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-57
/
+28
2014-07-30
staging: ion: vm_insert_pfn and zap_page_range rely on CONFIG_MMU
Fabian Frederick
1
-1
/
+1
2014-07-21
staging: android: ion: ion_cma_heap.c: Fix checkpatch warning
Phong Tran
1
-7
/
+2
2014-07-17
staging: ion: Remove left over comment
Sachin Kamat
1
-1
/
+0
2014-07-08
drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMA
Chen Gang
1
-1
/
+1
2014-07-08
dma-buf: use reservation objects
Maarten Lankhorst
1
-1
/
+2
[next]