index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: roccat: deprecated some Pyra attributes
Stefan Achatz
2012-11-12
4
-30
/
+46
*
HID: roccat: add sysfs attr "reset" for Isku
Stefan Achatz
2012-11-12
3
-0
/
+12
*
HID: roccat: clean up isku driver
Stefan Achatz
2012-11-12
2
-81
/
+37
*
HID: roccat: cleanup of pyra module
Stefan Achatz
2012-11-12
4
-257
/
+198
*
HID: roccat: cleanup of kovaplus module
Stefan Achatz
2012-11-12
4
-163
/
+167
*
HID: roccat: Cleanup of koneplus module
Stefan Achatz
2012-11-05
2
-368
/
+102
*
HID: roccat: enable Koneplus device reset
Stefan Achatz
2012-11-05
3
-8
/
+38
*
HID: roccat: enable Savu device reset
Stefan Achatz
2012-11-05
2
-4
/
+3
*
HID: roccat: add support for KoneXTD
Stefan Achatz
2012-11-05
2
-1
/
+4
*
HID: roccat: allow readout of koneplus sensor register data
Stefan Achatz
2012-10-17
2
-4
/
+13
*
HID: roccat: add support for Roccat Lua
Stefan Achatz
2012-10-17
6
-2
/
+267
*
Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-10-01
662
-26522
/
+51589
|
\
|
*
staging: comedi: jr3_pci: fix iomem dereference
Ian Abbott
2012-09-27
1
-1
/
+1
|
*
staging: comedi: drivers: use comedi_fc.h cmdtest helpers
H Hartley Sweeten
2012-09-26
46
-1997
/
+766
|
*
Staging: winbond: usb_free_urb(NULL) is safe
Harsh Kumar
2012-09-26
1
-5
/
+2
|
*
Staging: winbond: checkpatch cleanup
Harsh Kumar
2012-09-26
1
-3
/
+3
|
*
Staging: winbond: Removed undesired spaces, lines and tabs
Harsh Kumar
2012-09-26
1
-32
/
+30
|
*
Staging: winbond: Typo corrections in comments
Harsh Kumar
2012-09-26
1
-4
/
+4
|
*
Staging: winbond: Changed c99 comments to c89 comments
Harsh Kumar
2012-09-26
1
-45
/
+44
|
*
staging: r8712u: Do not queue cloned skb
Larry Finger
2012-09-26
1
-1
/
+4
|
*
staging: comedi: ni_mio_common: always lock in ni_ai_poll()
Ian Abbott
2012-09-26
1
-5
/
+3
|
*
staging: comedi: s626: add FIXME comment
Ian Abbott
2012-09-26
1
-0
/
+3
|
*
staging: comedi: s626: don't dereference insn->data
Ian Abbott
2012-09-26
1
-1
/
+1
|
*
staging: comedi: s526: fix if() check in s526_gpct_winsn()
H Hartley Sweeten
2012-09-26
1
-1
/
+1
|
*
staging: comedi: s626: cleanup comments in s626_initialize()
H Hartley Sweeten
2012-09-26
1
-81
/
+88
|
*
staging: comedi: s626: remove clear of kzalloc'ed data
H Hartley Sweeten
2012-09-26
1
-6
/
+0
|
*
staging: comedi: s626: remove 'WDInterval' from private data
H Hartley Sweeten
2012-09-26
1
-7
/
+0
|
*
staging: comedi: s626: remove 'ChargeEnabled' from private data
H Hartley Sweeten
2012-09-26
1
-7
/
+0
|
*
staging: comedi: s626: remove 'IsBoardRevA' comment
H Hartley Sweeten
2012-09-26
1
-23
/
+2
|
*
staging: comedi: s626: #if 0 out the "SAA7146 BUG WORKAROUND"
H Hartley Sweeten
2012-09-26
1
-36
/
+42
|
*
staging: comedi: s626: remove 'allocatedBuf' from private data
H Hartley Sweeten
2012-09-26
1
-205
/
+194
|
*
staging: comedi: s626: add final attach message
H Hartley Sweeten
2012-09-26
1
-1
/
+3
|
*
staging: comedi: s626: remove unneeded clear of private data
H Hartley Sweeten
2012-09-26
1
-3
/
+0
|
*
staging: comedi: s626: factor out the board init code
H Hartley Sweeten
2012-09-26
1
-120
/
+126
|
*
staging: comedi: s626: cleanup request_irq in s626_attach_pci()
H Hartley Sweeten
2012-09-26
1
-15
/
+8
|
*
staging: comedi: s626: factor out the dma buffer allocation
H Hartley Sweeten
2012-09-26
1
-27
/
+30
|
*
staging: comedi: s626: remove unnecessary checks of 'devpriv->base_addr'
H Hartley Sweeten
2012-09-26
1
-27
/
+24
|
*
staging: comedi: s626: cleanup ioremap()
H Hartley Sweeten
2012-09-26
2
-9
/
+4
|
*
staging: comedi: s626: remove 'got_regions' from private data
H Hartley Sweeten
2012-09-26
1
-4
/
+2
|
*
staging: comedi: s626: remove unneeded local variable in attach_pci()
H Hartley Sweeten
2012-09-26
1
-6
/
+3
|
*
staging: comedi: s626: use dev->board_name for resource name
H Hartley Sweeten
2012-09-26
1
-4
/
+3
|
*
staging: comedi: s626: store the pci_dev in the comedi_device
H Hartley Sweeten
2012-09-26
1
-13
/
+15
|
*
staging: comedi: s626: use attach_pci callback
H Hartley Sweeten
2012-09-26
1
-41
/
+4
|
*
staging: comedi: s626: remove boardinfo
H Hartley Sweeten
2012-09-26
1
-59
/
+21
|
*
staging: comedi: ni_daq_700: add AI subdevice
Ian Abbott
2012-09-26
1
-10
/
+126
|
*
staging: comedi: ni_daq_700: rename functions for DIO subdevice
Ian Abbott
2012-09-26
1
-6
/
+6
|
*
staging: comedi: ni_daq_700: use prefix daq700
Ian Abbott
2012-09-26
1
-30
/
+30
|
*
Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call dire...
Kevin McKinney
2012-09-26
1
-9
/
+3
|
*
Staging: bcm: Remove typedef for _stPhsRuleSI and call directly.
Kevin McKinney
2012-09-26
1
-6
/
+4
|
*
Staging: bcm: Remove typedef for _stConvergenceSLTypes and call directly.
Kevin McKinney
2012-09-26
2
-12
/
+10
[next]