index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: hid-input: factorize hid_input allocation
Benjamin Tissoires
2012-11-29
1
-27
/
+34
*
HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS
Jiri Kosina
2012-11-28
1
-4
/
+4
*
HID: add battery quirk for Apple 2009_ISO keyboard
Ortwin Glück
2012-11-26
1
-0
/
+3
*
HID: add quirk for Freescale i.MX23 ROM recovery
Marek Vasut
2012-11-26
2
-0
/
+4
*
HID: sensor-hub: Remove pointless NULL check
Alan Cox
2012-11-20
1
-4
/
+0
*
HID: hiddev: Remove redundant check on unsigned variable
Tushar Behera
2012-11-16
1
-1
/
+1
*
HID: usbhid: add quirk HID_QUIRK_NOGET to TPV optical touchscreen
Benjamin Tissoires
2012-11-15
2
-0
/
+4
*
HID: Ignore D-WAV/eGalax devices handled by usbtouchscreen
Forest Bond
2012-11-07
2
-1
/
+11
*
HID: apple: Set APPLE_ISO_KEYBOARD at USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO
Johannes Thumshirn
2012-11-04
1
-1
/
+2
*
HID: fix incorrect handling of devices with high button count
Ingo Ruhnke
2012-10-31
1
-2
/
+7
*
HID: remove spurious brackets for iCade
Jiri Kosina
2012-10-31
1
-1
/
+1
*
HID: Add driver for ION iCade
Bastien Nocera
2012-10-31
5
-0
/
+273
*
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
[next]