aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-19staging: et131x: Simplify unlocking tcb_send_qlock in et131x_tx_timeout()Mark Einon1-8/+2
2014-09-19staging: et131x: Remove blank lines form et131x.cMark Einon1-11/+0
2014-09-19staging: et131x: Remove extra blank lines in et131x.hMark Einon1-43/+0
2014-09-19staging: et131x: Remove 'reduce number of spinlocks' TODO itemMark Einon1-1/+0
2014-09-19staging: et131x: Simplify code in nic_rx_pkts() for multicast_pkts_rcvdMark Einon2-53/+2
2014-09-19staging: et131x: Combine two if statements with same effectMark Einon1-4/+2
2014-09-19staging: et131x: Remove struct tcb->flagsMark Einon1-16/+2
2014-09-19staging: et131x: Remove ununsed statisticsMark Einon1-20/+0
2014-09-19staging: et131x: Tidy up rx/tx dropped & bytes statsMark Einon1-10/+2
2014-09-19staging: et131x: In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packetMark Einon2-37/+15
2014-09-19staging: et131x: Remove et131x_send_packets() functionMark Einon1-47/+29
2014-09-19staging: comedi: ni_usb6501: add counter subdeviceLuca Ellero1-1/+166
2014-09-19staging: comedi: ni_usb6501: rename ni6501_send_command()Luca Ellero1-4/+4
2014-09-19staging: comedi: ni_usb6501: remove empty linesLuca Ellero1-15/+0
2014-09-19staging: comedi: ni_usb6501: remove useless checkLuca Ellero1-3/+0
2014-09-19staging: comedi: ni_usb6501: replace spaces with tabsLuca Ellero1-2/+2
2014-09-19staging: comedi: ni_usb6501: cleanup response_sizeLuca Ellero1-2/+1
2014-09-19staging: comedi: ni_usb6501: update commentsLuca Ellero1-4/+27
2014-09-19staging: comedi: ni_usb6501: add counter commandsLuca Ellero1-1/+28
2014-09-19staging: comedi: remove comedi_fc moduleIan Abbott3-70/+2
2014-09-19staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2-0/+2
2014-09-19staging: comedi: add comedi_read_array_from_buffer()Ian Abbott4-18/+35
2014-09-19staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott2-3/+14
2014-09-19staging: comedi: add comedi_write_array_to_buffer()Ian Abbott4-30/+36
2014-09-19staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is constIan Abbott2-3/+4
2014-09-19staging: comedi: add comedi_handle_events()Ian Abbott4-19/+41
2014-09-19staging: comedi: comedi_fc: use comedi_inc_scan_progress()Ian Abbott1-2/+2
2014-09-19staging: comedi: add comedi_inc_scan_progress()Ian Abbott4-14/+31
2014-09-19staging: comedi: comedi_fc: use comedi_bytes_per_scan()Ian Abbott1-1/+1
2014-09-19staging: comedi: add comedi_bytes_per_scan()Ian Abbott4-23/+43
2014-09-19staging: comedi: addi_apci_3120: simplify setting of devpriv->us_UseDmaIan Abbott1-5/+2
2014-09-19staging: comedi: addi_apci_3120: use dma_alloc_coherent()Ian Abbott3-16/+15
2014-09-19staging: comedi: addi_apci_3120: don't overallocate DMA bufferIan Abbott2-8/+8
2014-09-19staging: comedi: addi_apci_3120: don't allocate 2nd DMA buffer on failureIan Abbott1-7/+6
2014-09-19staging: comedi: remove comedi_board()Ian Abbott1-5/+0
2014-09-19staging: comedi: adl_pci9118: use dma_alloc_coherent()Ian Abbott2-11/+11
2014-09-19staging: comedi: adl_pci9118: don't overallocate DMA bufferIan Abbott1-7/+7
2014-09-19staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failureIan Abbott1-10/+10
2014-09-14Linux 3.17-rc5Linus Torvalds1-1/+1
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2-9/+11
2014-09-14Revert "usb: dwc2: make the scheduler handle excessive NAKs better"Greg Kroah-Hartman1-8/+0
2014-09-14iio:bma180: Add BMA250 chip supportPeter Meerwald2-34/+128
2014-09-14iio:bma180: Implement _available sysfs attribute dynamicallyPeter Meerwald1-11/+43
2014-09-14iio:bma180: Prepare for accelerometer channels with different resolutionsPeter Meerwald1-6/+6
2014-09-14iio:bma180: Introduce part-specific _config() and disable() codePeter Meerwald1-10/+23
2014-09-14iio:bma180: Introduce part_info to differentiate further chip variantsPeter Meerwald1-10/+33
2014-09-14iio:bma180: Drop _update_scan_mode()Peter Meerwald1-17/+1
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-14iio:bma180: Expose temperature channelPeter Meerwald1-21/+59