index
:
~jsimmons/drm-tdfx
master
KMS and GEM/TTM driver for 3Dfx hardware
jsimmons
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-04
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-03
Staging: Fix continuation line formats
Joe Perches
1
-2
/
+3
2010-03-03
Staging: Fix continuation line formats
Joe Perches
1
-2
/
+1
2010-03-03
Staging: sep: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+3
2010-03-03
Staging: sep: include driver name in firmware filenames
Ben Hutchings
1
-2
/
+2
2010-03-03
staging: make PCI device id constant
Németh Márton
1
-1
/
+1
2010-03-03
Staging: sep: Fix use of legacy ioctl fop
Alan Cox
1
-2
/
+2
2010-03-03
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-14
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]