index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
sep
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-05
Staging: sep: return -EFAULT on copy_to_user errors
Dan Carpenter
1
-12
/
+40
2010-05-11
Staging: sep: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-04
Staging: Fix continuation line formats
Joe Perches
1
-2
/
+3
2010-03-04
Staging: Fix continuation line formats
Joe Perches
1
-2
/
+1
2010-03-04
Staging: sep: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+3
2010-03-04
Staging: sep: include driver name in firmware filenames
Ben Hutchings
1
-2
/
+2
2010-03-04
staging: make PCI device id constant
Németh Márton
1
-1
/
+1
2010-03-04
Staging: sep: Fix use of legacy ioctl fop
Alan Cox
1
-2
/
+2
2010-03-04
Staging: sep: Fix build problems from header changes
Alan Cox
1
-3
/
+4
2009-12-11
Staging: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-12-11
Staging: sep: fix 2 warnings
Randy Dunlap
1
-1
/
+3
2009-10-15
staging: Complete sched.h removal from interrupt.h
Jeff Mahoney
1
-0
/
+1
2009-09-15
Staging: sep: SEP driver build breaks with CONFIG_PCI=n
Kamalesh Babulal
1
-1
/
+1
2009-09-15
Staging: sep: use ioremap helpers
Alan Cox
1
-33
/
+9
2009-09-15
Staging: sep: untangle the register_fs code
Alan Cox
1
-17
/
+8
2009-09-15
Staging: sep: clean up time
Alan Cox
1
-29
/
+43
2009-09-15
Staging: sep: clean up command sending
Alan Cox
1
-23
/
+45
2009-09-15
Staging: sep: flow ioctl cleanup
Alan Cox
1
-25
/
+18
2009-09-15
Staging: sep: kick out various fields we can prove are not needed
Alan Cox
2
-101
/
+77
2009-09-15
Staging: sep: Implement some proper open/close methods
Alan Cox
2
-39
/
+52
2009-09-15
Staging: sep: tidy firmware load
Alan Cox
3
-109
/
+47
2009-09-15
Staging: sep: various minor tidyups
Alan Cox
2
-61
/
+53
2009-09-15
Staging: sep: fix a conversion thinko
Alan Cox
1
-1
/
+1
2009-09-15
Staging: sep: Use the proper allocators for the shared area
Alan Cox
1
-61
/
+59
2009-09-15
Staging: sep: remove extra CFLAGS we don't use
Alan Cox
1
-1
/
+0
2009-09-15
Staging: sep: Try and get kernel address and user address types right
Alan Cox
2
-64
/
+72
2009-09-15
Staging: sep: remove module int macro
Alan Cox
1
-1
/
+2
2009-09-15
Staging: sep: load_rom is remarkably verbose and repetetive
Alan Cox
1
-19
/
+6
2009-09-15
Staging: sep: fix flow API
Alan Cox
1
-38
/
+28
2009-09-15
Staging: sep: clean up after switching to passing sep
Alan Cox
1
-13
/
+13
2009-09-15
Staging: sep: Use filp->private_data to create proper device instances
Alan Cox
1
-324
/
+395
2009-09-15
Staging: sep: Fix PCI irq usage
Alan Cox
2
-10
/
+1
2009-09-15
Staging: sep: rename some fields
Alan Cox
2
-140
/
+140
2009-09-15
Staging: sep: use O_NDELAY instead of magic APIs
Alan Cox
3
-55
/
+5
2009-09-15
Staging: sep: fix time handler
Alan Cox
1
-1
/
+3
2009-09-15
Staging: sep: forward declaration removal time
Alan Cox
3
-1311
/
+998
2009-09-15
Staging: sep: squish some of the wrapper functions
Alan Cox
2
-51
/
+8
2009-09-15
Staging: sep: kill off unused code
Alan Cox
2
-101
/
+32
2009-09-15
Staging: sep: make everything static
Alan Cox
4
-58
/
+48
2009-09-15
Staging: sep: merge the two files
Alan Cox
3
-469
/
+404
2009-09-15
Staging: sep: kill lock wrapper
Alan Cox
1
-18
/
+0
2009-09-15
Staging: sep: statically initialize the fops like other drivers
Alan Cox
1
-23
/
+24
2009-09-15
Staging: sep: function shuffle
Alan Cox
2
-193
/
+189
2009-09-15
Staging: sep: Put all the ARM bits together
Alan Cox
1
-97
/
+83
2009-09-15
Staging: sep: priceless ...
Alan Cox
1
-12
/
+1
2009-09-15
Staging: sep: first pass after indent
Alan Cox
2
-704
/
+66
2009-09-15
Staging: sep: indent pass
Alan Cox
6
-2673
/
+2048
2009-09-15
Staging: sep: do something about all the printk macros
Alan Cox
3
-368
/
+249
2009-09-15
Staging: sep: We have two different repeats of the same logic
Alan Cox
1
-6
/
+11
[next]