index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-14
Staging: comedi: fix sched.h build breakage
Greg Kroah-Hartman
3
-0
/
+3
2009-10-09
Staging: comedi: fix build on arches that don't want comedi drivers
Greg Kroah-Hartman
1
-1
/
+1
2009-10-09
Staging: comedi: pcmcia irq fixes
Frank Mori Hess
6
-6
/
+6
2009-10-09
Staging: comedi: ni_pcimio: Added device id for pxi-6225.
Frank Mori Hess
1
-1
/
+21
2009-10-09
Staging: comedi: ni_65xx.c: fix output inversion problem.
Ian Abbott
1
-0
/
+6
2009-10-09
Staging: comedi: ni_65xx.c: fix insn_bits shift calculation.
Ian Abbott
1
-3
/
+3
2009-10-09
Staging: comedi: s526: fixes for pulse generator
Ian Abbott
1
-31
/
+19
2009-10-09
Staging: comedi: s526: Take account of arch's byte order.
Ian Abbott
1
-0
/
+17
2009-10-09
Staging: comedi: s526: Get rid of global variable 'cmReg'.
Ian Abbott
1
-2
/
+5
2009-10-09
Staging: comedi: s526: Fix number of channels on DIO subdevice
Ian Abbott
1
-15
/
+20
2009-10-09
Staging: comedi: cb_pcidio: fix "section mismatch" error
Ian Abbott
1
-2
/
+6
2009-10-09
Staging: comedi: jr3_pci: Initialize transf variable fully in jr3_pci_poll_su...
Ian Abbott
1
-12
/
+6
2009-10-09
Staging: comedi: Corrected type of a printk argument in resize_async_buffer().
Ian Abbott
1
-1
/
+1
2009-10-09
Staging: comedi: serial2002: fix include build issue
Greg Kroah-Hartman
1
-0
/
+1
2009-09-15
Staging: comedi: addi-data: NULL dereference of amcc in v_pci_card_list_init()
Roel Kluin
2
-0
/
+6
2009-09-15
Staging: comedi: apci3200: fix test of ui_DelayTime range in i_APCI3200_Comma...
Roel Kluin
1
-1
/
+1
2009-09-15
Staging: ARRAY_SIZE changes
Stoyan Gaydarov
12
-13
/
+12
2009-09-15
Staging: comedi: s626: Possible read buffer overflow fix
Roel Kluin
1
-1
/
+2
2009-09-15
Staging: comedi: Remove references to dead EXPORT_SYMTAB
Robert P. J. Day
2
-7
/
+0
2009-09-15
Staging: comedi: no need for checking vfree call
Figo.zhang
1
-3
/
+2
2009-09-15
Staging: Comedi: Lindent changes to comdi driver in staging tree
Mithlesh Thukral
133
-12927
/
+14808
2009-08-14
Networking: use CAP_NET_ADMIN when deciding to call request_module
Eric Paris
1
-4
/
+4
2009-07-12
Staging: comedi: s626: use subvendor:subdevice ids for SAA7146 board
Herton Ronaldo Krzesinski
1
-15
/
+20
2009-07-12
Staging: comedi: jr3_pci.c: add required includes
Alexander Beregalov
1
-0
/
+2
2009-06-19
Staging: comedi: fix build errors
Greg Kroah-Hartman
1
-0
/
+1
2009-06-19
Staging: fix operator precedence errors
Roel Kluin
1
-1
/
+1
2009-06-19
Staging: comedi: uses udelay, needs delay.h
Randy Dunlap
1
-0
/
+1
2009-06-19
Staging: comedi: cb_pcidas.c: Fix build warning (type mismatch)
Gerard Lledo
1
-1
/
+1
2009-06-19
Staging: comedi: usbdux: buffer overflow error handling
Bernd Porr
2
-8
/
+18
2009-06-19
staging: comedi: Move pcm do_cmdtest function into a single source file
Bill Pemberton
5
-202
/
+124
2009-06-19
staging: comedi: Remove MIN macro
Bill Pemberton
3
-6
/
+2
2009-06-19
staging: comedi: fix missing parentheses
Roel Kluin
1
-2
/
+2
2009-06-19
Staging: comedi: data.c should include delay.h
Alexander Beregalov
1
-0
/
+1
2009-06-19
Staging: comedi: comedi_test.c should include timer.h
Alexander Beregalov
1
-0
/
+1
2009-06-19
staging: comedi: fix pcmcia build breakage
Greg Kroah-Hartman
1
-2
/
+2
2009-06-19
Staging: Comedi: vmk80xx: Add k8061 support
Manuel Gebele
1
-786
/
+1069
2009-06-19
Staging: comedi: simply read and write functions in adl_pci8164
Bill Pemberton
1
-199
/
+46
2009-06-19
Staging: comedi: replace for loop with msleep()
Bill Pemberton
2
-2
/
+2
2009-06-19
Staging: comedi: remove some RT code that lingered
Greg Kroah-Hartman
6
-42
/
+24
2009-06-19
Staging: comedi: remove RT code
Greg Kroah-Hartman
48
-1495
/
+38
2009-06-19
Staging: comedi: remove comedi-specific wrappers
Greg Kroah-Hartman
86
-1061
/
+1026
2009-06-19
Staging: comedi: convert usbdux* to use firmware_request
Bernd Porr
2
-285
/
+81
2009-06-19
Staging: comedi: move while to same line as } in do loops
Bill Pemberton
6
-45
/
+25
2009-06-19
Staging: comedi: comment out useless if
Bill Pemberton
1
-2
/
+4
2009-06-19
Staging: comedi: make use of ARRAY_SIZE macro
Bill Pemberton
40
-67
/
+43
2009-06-19
Staging: comedi: more fix the way structs are initialized.
Bill Pemberton
2
-141
/
+141
2009-06-19
Staging: comedi: more fix "foo * bar" should be "foo *bar"
Bill Pemberton
17
-320
/
+320
2009-06-19
Staging: comedi: remove space after ampersand
Bill Pemberton
13
-68
/
+68
2009-06-19
Staging: comedi: more remove C99 comments
Bill Pemberton
3
-39
/
+39
2009-06-19
Staging: comedi: fix the way structs are initialized.
Bill Pemberton
91
-2674
/
+2674
[next]