index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
most
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staging: most: Remove __cplusplus check in header files
PrasannaKumar Muralidharan
2016-03-28
3
-24
/
+0
*
Staging: most: Remove atomic_counter_t typedef
PrasannaKumar Muralidharan
2016-03-28
1
-4
/
+2
*
staging: most: hdm-dim2: Remove possible dereference error
Amitoj Kaur Chawla
2016-03-23
1
-1
/
+1
*
staging: most: hdm-usb: Remove invalid reference error
Amitoj Kaur Chawla
2016-03-12
1
-2
/
+1
*
Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpo...
Sandhya Bankar
2016-03-11
1
-1
/
+1
*
Staging: most: Use list_first_entry instead of list_entry
Bhumika Goyal
2016-03-11
1
-3
/
+3
*
Staging: most: Replace pr_err with dev_err
Bhumika Goyal
2016-03-11
1
-2
/
+2
*
staging: most: hdm-usb: Use macro DIV_ROUND_UP
Bhaktipriya Shridhar
2016-02-26
1
-2
/
+1
*
Staging: most: Do not print message if kzalloc() failed.
Sandhya Bankar
2016-02-26
1
-1
/
+0
*
staging: most: compress return logic into one line
Eva Rachel Retuya
2016-02-26
1
-3
/
+1
*
staging: most: hdm-usb: Remove create_workqueue()
Amitoj Kaur Chawla
2016-02-21
1
-11
/
+6
*
staging: most: hdm-dim2: Replace pr_err with dev_err
Amitoj Kaur Chawla
2016-02-21
1
-3
/
+3
*
staging: most: hdm-dim2: Replace request_irq with devm_request_irq
Amitoj Kaur Chawla
2016-02-21
1
-11
/
+3
*
staging: most: hdm-dim2: Switch to devm_ioremap_resource()
Amitoj Kaur Chawla
2016-02-21
1
-28
/
+5
*
staging: most: hdm-dim2: Replace kzalloc with devm_kzalloc
Amitoj Kaur Chawla
2016-02-21
1
-6
/
+3
*
staging: most: return proper error
Sudip Mukherjee
2016-02-12
1
-8
/
+19
*
staging: most: return error value
Sudip Mukherjee
2016-02-12
1
-2
/
+2
*
staging: most: add __iomem for io_base and registers
Hugo Camboulive
2016-02-08
4
-9
/
+10
*
staging: most: replace multiple if..else with table lookup
Hari Prasath Gujulan Elango
2016-02-08
1
-17
/
+24
*
staging: most: fix error comparison
Sudip Mukherjee
2016-02-08
1
-1
/
+1
*
staging: most: remove 2nd forward declaration of struct most_aim
Christian Gromm
2016-02-08
1
-2
/
+0
*
staging: most: add statistics for dropped packets
Christian Gromm
2016-02-08
1
-3
/
+8
*
staging: most: rearrange function aim_write
Christian Gromm
2016-02-08
1
-18
/
+14
*
staging: most: remove stacked_mbo
Christian Gromm
2016-02-08
1
-13
/
+3
*
staging: most: change type of access_ref
Christian Gromm
2016-02-08
1
-9
/
+8
*
staging: most: fix race conditions
Christian Gromm
2016-02-08
1
-35
/
+54
*
staging: most: rename variable channel
Christian Gromm
2016-02-08
1
-108
/
+108
*
staging: most: fix retrieval of buffer availability
Christian Gromm
2016-02-08
3
-8
/
+14
*
staging: most: encapsulate shared code
Christian Gromm
2016-02-08
1
-26
/
+29
*
staging: most: remove redundant call to wake_up_interruptible
Christian Gromm
2016-02-08
1
-2
/
+0
*
staging: most: remove redundant mutexes
Christian Gromm
2016-02-08
1
-9
/
+0
*
staging: most: remove code to destroy channel
Christian Gromm
2016-02-08
1
-13
/
+0
*
staging: most: remove reference counter
Christian Gromm
2016-02-08
1
-12
/
+1
*
staging: most: remove tainted flag
Christian Gromm
2016-02-08
1
-32
/
+1
*
staging: most: move channel disconnect to function most_deregister_interface
Christian Gromm
2016-02-08
1
-13
/
+11
*
staging: most: move mutex
Christian Gromm
2016-02-08
1
-2
/
+1
*
staging: most: move initialization of pointer
Christian Gromm
2016-02-08
1
-2
/
+5
*
staging: most: move call to disconnect_channel callback
Christian Gromm
2016-02-08
1
-2
/
+2
*
staging: most: add missing call to ida_simple_remove
Christian Gromm
2016-02-08
1
-0
/
+2
*
staging: most: remove function destroy_most_c_obj
Christian Gromm
2016-02-08
1
-24
/
+14
*
staging: most: use readl and writel functions
Christian Gromm
2016-02-08
1
-2
/
+2
*
staging: most: fix tracking of MBO offset
Christian Gromm
2016-02-08
1
-3
/
+2
*
staging: most: fix mbo leak
Christian Gromm
2016-02-08
1
-1
/
+1
*
staging: most: use min_t
Christian Gromm
2016-02-08
1
-1
/
+3
*
staging: most: unify types
Christian Gromm
2016-02-08
1
-5
/
+3
*
staging: most: simplify expression
Christian Gromm
2016-02-08
1
-1
/
+1
*
staging: most: rename variables
Christian Gromm
2016-02-08
1
-8
/
+8
*
staging: most: remove unnecessary keep_mbo variable
Christian Gromm
2016-02-08
1
-8
/
+4
*
staging: most: Delete an unnecessary check before the function call "module_put"
Markus Elfring
2015-11-16
1
-2
/
+1
*
staging: most: rename DIM_EnqueueBuffer to dim_enqueue_buffer
Chaehyun Lim
2015-11-16
3
-6
/
+7
[next]