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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-31
staging: octeon-usb: cvmx_usb_pipe_t -> struct cvmx_usb_pipe
Aaro Koskinen
1
-45
/
+69
2013-07-31
staging: octeon-usb: cvmx_usb_transaction_t -> struct cvmx_usb_transaction
Aaro Koskinen
1
-36
/
+53
2013-07-31
staging: octeon-usb: cvmx_usb_state_t -> struct cvmx_usb_state
Aaro Koskinen
3
-52
/
+51
2013-07-31
staging: octeon-usb: cvmx_usb_iso_packet_t -> struct cvmx_usb_iso_packet
Aaro Koskinen
3
-15
/
+22
2013-07-31
staging: octeon-usb: cvmx_usb_port_status_t -> struct cvmx_usb_port_status
Aaro Koskinen
3
-20
/
+31
2013-07-31
staging: octeon-usb: cvmx_usb_stage_t -> enum cvmx_usb_stage
Aaro Koskinen
1
-3
/
+3
2013-07-31
staging: octeon-usb: cvmx_usb_transaction_flags_t -> enum cvmx_usb_transactio...
Aaro Koskinen
1
-3
/
+3
2013-07-31
staging: octeon-usb: cvmx_usb_isochronous_flags_t -> enum cvmx_usb_isochronou...
Aaro Koskinen
2
-7
/
+13
2013-07-31
staging: octeon-usb: cvmx_usb_pipe_flags_t -> enum cvmx_usb_pipe_flags
Aaro Koskinen
2
-12
/
+19
2013-07-31
staging: octeon-usb: cvmx_usb_initialize_flags_t -> enum cvmx_usb_initialize_...
Aaro Koskinen
2
-19
/
+32
2013-07-31
staging: octeon-usb: cvmx_usb_callback_t -> enum cvmx_usb_callback
Aaro Koskinen
3
-23
/
+30
2013-07-31
staging: octeon-usb: cvmx_usb_complete_t -> enum cvmx_usb_complete
Aaro Koskinen
3
-24
/
+39
2013-07-31
staging: octeon-usb: cvmx_usb_direction_t -> enum cvmx_usb_direction
Aaro Koskinen
2
-9
/
+11
2013-07-31
staging: octeon-usb: cvmx_usb_transfer_t -> enum cvmx_usb_transfer
Aaro Koskinen
3
-15
/
+23
2013-07-31
staging: octeon-usb: cvmx_usb_speed_t -> enum cvmx_usb_speed
Aaro Koskinen
3
-12
/
+15
2013-07-31
staging: ozwpan: High resolution timers
Rupesh Gujare
7
-324
/
+188
2013-07-31
staging: comedi: dt9812: Resolve different base types warnings.
Shaun Laing
1
-3
/
+3
2013-07-31
staging: comedi: allow ISA and PC/104 drivers on non-ISA systems
H Hartley Sweeten
1
-1
/
+0
2013-07-31
staging: comedi: usbduxsigma: absorb usbduxsigma_attach_common() into caller
H Hartley Sweeten
1
-95
/
+76
2013-07-31
staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()
H Hartley Sweeten
1
-5
/
+3
2013-07-31
staging: comedi: usbdux: tidy up usbdux_detach()
H Hartley Sweeten
1
-10
/
+11
2013-07-31
staging: comedi: usbduxsigma: always clear the usb intfdata in (*detach)
H Hartley Sweeten
1
-2
/
+2
2013-07-31
staging: comedi: usbduxsigma: move urb unlink into usbduxsigma_detach()
H Hartley Sweeten
1
-5
/
+7
2013-07-31
staging: comedi: usbduxsigma: init 'pwm_buf_sz' in usbduxsigma_auto_attach()
H Hartley Sweeten
1
-7
/
+6
2013-07-31
staging: comedi: usbduxsigma: 'dac_commands' does not need to be kzalloc()'d
H Hartley Sweeten
1
-8
/
+4
2013-07-31
staging: comedi: usbdux: tidy up usbdux_alloc_usb_buffers()
H Hartley Sweeten
1
-26
/
+6
2013-07-31
staging: comedi: usbduxsigma: return void from usbduxsigma_pwm_pattern()
H Hartley Sweeten
1
-9
/
+10
2013-07-31
staging: comedi: usbdux: return void from usbdux_pwm_pattern()
H Hartley Sweeten
1
-9
/
+10
2013-07-31
staging: comedi: usbdux: tidy up usbdux_pwm_config()
H Hartley Sweeten
1
-19
/
+13
2013-07-31
staging: comedi: usbdux: remove usbdux_pwm_read()
H Hartley Sweeten
1
-9
/
+0
2013-07-31
staging: comedi: usbdux: tidy up usbdux_pwm_write()
H Hartley Sweeten
1
-15
/
+11
2013-07-31
staging: comedi: usbdux: tidy up usbdux_pwm_pattern()
H Hartley Sweeten
1
-34
/
+19
2013-07-31
staging: comedi: usbdux: tidy up usbdux_pwm_period()
H Hartley Sweeten
1
-5
/
+6
2013-07-31
staging: comedi: usbduxsigma: remove the usb endpoint defines
H Hartley Sweeten
1
-14
/
+5
2013-07-31
staging: comedi: usbduxsigma: generalize the ai/ao usb_kill_urb()
H Hartley Sweeten
1
-16
/
+12
2013-07-31
staging: comedi: usbdux: generalize the usb_submit_urb functions
H Hartley Sweeten
1
-32
/
+15
2013-07-31
staging: vt6656: device.h unused variables
Malcolm Priestley
1
-5
/
+0
2013-07-31
staging: vt6656: dead code wCTSDuration.
Malcolm Priestley
3
-6
/
+0
2013-07-31
staging: xillybus: Fixed sparse errors
Eli Billauer
4
-23
/
+23
2013-07-31
staging: xillybus: Removed dependency on OF_DEVICE in Kconfig
Eli Billauer
1
-2
/
+2
2013-07-31
staging: comedi: das16: tidy up multi-line comments
H Hartley Sweeten
1
-70
/
+77
2013-07-31
staging: comedi: das16: remove some unnecessary parentheses
H Hartley Sweeten
1
-9
/
+11
2013-07-31
staging: comedi: das16: tidy up user ai/ao range initialization
H Hartley Sweeten
1
-24
/
+29
2013-07-31
staging: comedi: das16: remove an unnecessary check in the attach
H Hartley Sweeten
1
-5
/
+1
2013-07-31
staging: comedi: das16: fix das16_detach()
H Hartley Sweeten
1
-4
/
+9
2013-07-31
staging: comedi: das16: change MODULE_DESCRIPTION
H Hartley Sweeten
1
-1
/
+1
2013-07-31
staging: comedi: das16: tidy up private data definition
H Hartley Sweeten
1
-24
/
+16
2013-07-31
staging: comedi: das16: cleanup comedi_error() messages
H Hartley Sweeten
1
-12
/
+9
2013-07-31
staging: comedi: das16: fix a > 80 char line issue
H Hartley Sweeten
1
-1
/
+2
2013-07-31
staging: comedi: das16: absorb das1600_mode_detect() into caller
H Hartley Sweeten
1
-19
/
+6
[next]