index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
xillybus
Commit message (
Expand
)
Author
Age
Files
Lines
*
xillybus: Move out of staging
Eli Billauer
2014-09-23
8
-3103
/
+0
*
staging: xillybus: Removed unnecessary cast
Eli Billauer
2014-09-08
1
-1
/
+1
*
staging: xillybus: Blank lines add/remove
Eli Billauer
2014-09-08
2
-22
/
+2
*
staging: xillybus: Fix indentations
Eli Billauer
2014-09-08
2
-30
/
+30
*
staging: xillybus: Trivial coding style fixes
Eli Billauer
2014-09-08
1
-4
/
+3
*
staging: xillybus: Reorganize line breaks for clarity
Eli Billauer
2014-09-08
1
-16
/
+13
*
staging: xillybus: Fix comments
Eli Billauer
2014-09-08
1
-7
/
+8
*
staging: xillybus: Added curly brackets as required
Eli Billauer
2014-09-08
2
-5
/
+7
*
staging: xillybus: Clarified the stop condition for a loop
Eli Billauer
2014-09-08
1
-2
/
+2
*
staging: xillybus: Use the return value of wait_event_interruptible
Eli Billauer
2014-09-08
1
-19
/
+19
*
staging: xillybus: Fixes related to "rc" variable
Eli Billauer
2014-09-08
3
-32
/
+15
*
staging: xillybus: EAGAIN status handling improvement
Eli Billauer
2014-09-08
1
-5
/
+11
*
staging: xillybus: Improved goto flow for error handling
Eli Billauer
2014-09-08
1
-6
/
+6
*
staging: xillybus: Improved error handling
Eli Billauer
2014-09-08
1
-12
/
+8
*
staging: xillybus: Removed unnecessary error message
Eli Billauer
2014-09-08
1
-9
/
+4
*
staging: xillybus: Removed unnecessary warning message
Eli Billauer
2014-09-08
1
-8
/
+2
*
staging: xillybus: Non-interruptible mutex_lock() on release method
Eli Billauer
2014-09-08
1
-14
/
+2
*
staging: xillybus: Use SEEK_* predefined constants
Eli Billauer
2014-09-08
1
-3
/
+3
*
staging: xillybus: Use devm_kcalloc() for arrays
Eli Billauer
2014-09-08
1
-8
/
+8
*
staging: xillybus: Removed read barrier at beginning of ISR
Eli Billauer
2014-08-30
1
-8
/
+0
*
staging: xillybus: Removed unnecessary smp_wmb()
Eli Billauer
2014-08-30
1
-4
/
+0
*
staging: xillybus: Removed write memory barriers before wait_event_*()
Eli Billauer
2014-08-30
1
-4
/
+1
*
staging: xillybus: Removed mmiowb() as iowrite32() is ordered
Eli Billauer
2014-08-30
1
-15
/
+2
*
staging: xillybus: Removed mmiowb() before mutex_unlock()
Eli Billauer
2014-08-30
1
-4
/
+0
*
staging: xillybus: Remove mmiowb() before wait_event_*() calls
Eli Billauer
2014-08-30
1
-3
/
+0
*
staging: xillybus: Removed outdated part in README
Eli Billauer
2014-07-17
1
-23
/
+0
*
staging: xillybus: Fix if-else coding style errors
Eli Billauer
2014-07-17
1
-3
/
+4
*
staging: xillybus: fix some coding style errors
Vincent Bernat
2014-07-16
1
-8
/
+5
*
staging: xillybus: Register's address offset notation update
Eli Billauer
2014-07-09
2
-45
/
+45
*
staging: xillybus: Reorganizing xilly_setupchannels()
Eli Billauer
2014-07-09
1
-207
/
+138
*
staging: xillybus: Add sanity check in interrupt handler
Eli Billauer
2014-07-09
1
-0
/
+6
*
staging: xillybus: Use devm_ API for memory allocation and DMA mapping
Eli Billauer
2014-06-26
4
-238
/
+132
*
staging: xillybus: Use devm_ API on probe and remove
Eli Billauer
2014-05-24
4
-88
/
+27
*
staging: xillybus: XILLYBUS_PCIE depends on PCI_MSI
Eli Billauer
2014-03-21
1
-1
/
+1
*
staging: xillybus: Added "select CRC32" for XILLYBUS in Kconfig
Eli Billauer
2014-03-21
1
-0
/
+1
*
staging/xillybus: Handle OOM in xillybus_init()
Richard Weinberger
2014-03-18
1
-1
/
+5
*
staging: xillybus: Open Firmware driver supporting coherent DMA
Eli Billauer
2014-01-09
1
-1
/
+20
*
staging: xillybus: Changed Open Firmware "compatible" property
Eli Billauer
2014-01-09
1
-1
/
+2
*
staging: xillybus: Return -EIO if *_iomap fails, instead of 0
Eli Billauer
2013-12-17
1
-1
/
+1
*
staging: xillybus: fix error return code in xilly_probe()
Wei Yongjun
2013-12-17
1
-1
/
+1
*
staging: xillybus: Removed force to be a module
Eli Billauer
2013-12-10
1
-1
/
+1
*
staging: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2013-12-02
1
-1
/
+1
*
staging: xillybus: Use dev_* functions instead of pr_* in xillybus_core
Eli Billauer
2013-10-19
1
-46
/
+69
*
staging: xillybus: Use dev_* functions instead of pr_* in xillybus_of
Eli Billauer
2013-10-19
1
-6
/
+8
*
staging: xillybus: Use dev_* functions instead of pr_* in xillybus_pcie
Eli Billauer
2013-10-19
1
-13
/
+12
*
staging: xillybus: Remember device pointer for use with dev_* functions
Eli Billauer
2013-10-19
1
-1
/
+1
*
staging: xillybus: Use module_platform_driver
Sachin Kamat
2013-10-11
1
-12
/
+1
*
Staging: xillybus: quoted strings split across lines
Ebru Akagunduz
2013-10-06
1
-59
/
+25
*
staging: xillybus: remove redundant Kconfig dependency
Baruch Siach
2013-10-05
1
-2
/
+2
*
staging: xillybus: fix format string usage
Kees Cook
2013-09-17
1
-1
/
+1
[next]