index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-19
staging: et131x: Fix 'else is not generally useful after a break or return'
Mark Einon
1
-2
/
+2
2014-09-19
staging: et131x: Use variable names instead of types in sizeof
Mark Einon
1
-3
/
+3
2014-09-19
staging: et131x: Use braces on all arms of if/else statements
Mark Einon
1
-3
/
+6
2014-09-19
staging: et131x: Remove spaces after casts
Mark Einon
1
-3
/
+3
2014-09-19
staging: et131x: Add spinlock definition comments
Mark Einon
1
-4
/
+3
2014-09-19
staging: et131x: Remove useless assignment to NULL
Mark Einon
1
-1
/
+0
2014-09-19
staging: et131x: Remove send_hw_lock spinlock
Mark Einon
1
-14
/
+1
2014-09-19
staging: et131x: Simplify unlocking tcb_send_qlock in et131x_tx_timeout()
Mark Einon
1
-8
/
+2
2014-09-19
staging: et131x: Remove blank lines form et131x.c
Mark Einon
1
-11
/
+0
2014-09-19
staging: et131x: Remove extra blank lines in et131x.h
Mark Einon
1
-43
/
+0
2014-09-19
staging: et131x: Remove 'reduce number of spinlocks' TODO item
Mark Einon
1
-1
/
+0
2014-09-19
staging: et131x: Simplify code in nic_rx_pkts() for multicast_pkts_rcvd
Mark Einon
2
-53
/
+2
2014-09-19
staging: et131x: Combine two if statements with same effect
Mark Einon
1
-4
/
+2
2014-09-19
staging: et131x: Remove struct tcb->flags
Mark Einon
1
-16
/
+2
2014-09-19
staging: et131x: Remove ununsed statistics
Mark Einon
1
-20
/
+0
2014-09-19
staging: et131x: Tidy up rx/tx dropped & bytes stats
Mark Einon
1
-10
/
+2
2014-09-19
staging: et131x: In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet
Mark Einon
2
-37
/
+15
2014-09-19
staging: et131x: Remove et131x_send_packets() function
Mark Einon
1
-47
/
+29
2014-09-19
staging: comedi: ni_usb6501: add counter subdevice
Luca Ellero
1
-1
/
+166
2014-09-19
staging: comedi: ni_usb6501: rename ni6501_send_command()
Luca Ellero
1
-4
/
+4
2014-09-19
staging: comedi: ni_usb6501: remove empty lines
Luca Ellero
1
-15
/
+0
2014-09-19
staging: comedi: ni_usb6501: remove useless check
Luca Ellero
1
-3
/
+0
2014-09-19
staging: comedi: ni_usb6501: replace spaces with tabs
Luca Ellero
1
-2
/
+2
2014-09-19
staging: comedi: ni_usb6501: cleanup response_size
Luca Ellero
1
-2
/
+1
2014-09-19
staging: comedi: ni_usb6501: update comments
Luca Ellero
1
-4
/
+27
2014-09-19
staging: comedi: ni_usb6501: add counter commands
Luca Ellero
1
-1
/
+28
2014-09-19
staging: comedi: remove comedi_fc module
Ian Abbott
3
-70
/
+2
2014-09-19
staging: comedi: migrate copyrights from "comedi_fc.c"
Ian Abbott
2
-0
/
+2
2014-09-19
staging: comedi: add comedi_read_array_from_buffer()
Ian Abbott
4
-18
/
+35
2014-09-19
staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()
Ian Abbott
2
-3
/
+14
2014-09-19
staging: comedi: add comedi_write_array_to_buffer()
Ian Abbott
4
-30
/
+36
2014-09-19
staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is const
Ian Abbott
2
-3
/
+4
2014-09-19
staging: comedi: add comedi_handle_events()
Ian Abbott
4
-19
/
+41
2014-09-19
staging: comedi: comedi_fc: use comedi_inc_scan_progress()
Ian Abbott
1
-2
/
+2
2014-09-19
staging: comedi: add comedi_inc_scan_progress()
Ian Abbott
4
-14
/
+31
2014-09-19
staging: comedi: comedi_fc: use comedi_bytes_per_scan()
Ian Abbott
1
-1
/
+1
2014-09-19
staging: comedi: add comedi_bytes_per_scan()
Ian Abbott
4
-23
/
+43
2014-09-19
staging: comedi: addi_apci_3120: simplify setting of devpriv->us_UseDma
Ian Abbott
1
-5
/
+2
2014-09-19
staging: comedi: addi_apci_3120: use dma_alloc_coherent()
Ian Abbott
3
-16
/
+15
2014-09-19
staging: comedi: addi_apci_3120: don't overallocate DMA buffer
Ian Abbott
2
-8
/
+8
2014-09-19
staging: comedi: addi_apci_3120: don't allocate 2nd DMA buffer on failure
Ian Abbott
1
-7
/
+6
2014-09-19
staging: comedi: remove comedi_board()
Ian Abbott
1
-5
/
+0
2014-09-19
staging: comedi: adl_pci9118: use dma_alloc_coherent()
Ian Abbott
2
-11
/
+11
2014-09-19
staging: comedi: adl_pci9118: don't overallocate DMA buffer
Ian Abbott
1
-7
/
+7
2014-09-19
staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failure
Ian Abbott
1
-9
/
+9
2014-09-19
Merge tag 'iio-for-3.18b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
Greg Kroah-Hartman
2
-27
/
+180
2014-09-14
Merge 3.17-rc5 into staging-next.
Greg Kroah-Hartman
4
-3
/
+6
2014-09-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2014-09-14
staging: lustre: Cleaning up unnecessary use of memset in conjunction with strncpy
Rickard Strandqvist
1
-1
/
+1
2014-09-14
Staging: lustre: lustre: mdc: mdc_request: Removed useless variable
Tina Johnson
1
-3
/
+1
[next]