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
2014-10-17
ntb: conslidate reading of PPD to move platform detection earlier
Dave Jiang
1
-28
/
+98
2014-10-17
ntb: move platform detection to separate function
Dave Jiang
1
-27
/
+47
2014-10-17
NTB: debugfs device entry
Jon Mason
3
-2
/
+107
2014-10-16
Input: xpad - add Thrustmaster as Xbox 360 controller vendor
Tommi Rantala
1
-0
/
+1
2014-10-16
Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel
Tommi Rantala
1
-0
/
+1
2014-10-16
Input: max77693-haptic - fix state check in imax77693_haptic_disable()
Jaewon Kim
1
-1
/
+1
2014-10-16
Input: xen-kbdfront - free grant table entry in xenkbd_disconnect_backend
Chang Huaixin
1
-2
/
+2
2014-10-16
ixgbe: check for vfs outside of sriov_num_vfs before dereference
Emil Tantilov
1
-0
/
+3
2014-10-16
fm10k: Add CONFIG_FM10K_VXLAN configuration option
Andy Zhou
2
-3
/
+14
2014-10-16
fm10k: Unlock mailbox on VLAN addition failures
Matthew Vick
1
-3
/
+4
2014-10-16
serial: atmel: add missing dmaengine header
Vinod Koul
1
-0
/
+1
2014-10-16
fm10k: Check the host state when bringing the interface up
Matthew Vick
1
-0
/
+1
2014-10-16
i2c: i801: Add Device IDs for Intel Sunrise Point PCH
james.d.ralston@intel.com
2
-0
/
+4
2014-10-16
i2c: hix5hd2: add i2c controller driver
Wei Yan
3
-0
/
+568
2014-10-15
vxlan: using pskb_may_pull as early as possible
Li RongQing
1
-4
/
+2
2014-10-15
vxlan: fix a use after free in vxlan_encap_bypass
Li RongQing
1
-3
/
+5
2014-10-15
gianfar: Add FCS to rx buffer size (fix)
Claudiu Manoil
1
-1
/
+1
2014-10-15
virtio_net: fix use after free
Michael S. Tsirkin
1
-1
/
+3
2014-10-15
net: fec: ptp: fix convergence issue to support LinuxPTP stack
Nimrod Andy
3
-42
/
+56
2014-10-15
Drivers: ide: Remove typedef atiixp_ide_timing
Himangi Saraogi
1
-4
/
+4
2014-10-15
Input: alps - fix v4 button press recognition
Andreas Bosch
1
-2
/
+2
2014-10-15
cxgb4i : Fix -Wmaybe-uninitialized warning.
Anish Bhatt
1
-1
/
+1
2014-10-15
net: Add ndo_gso_check
Tom Herbert
2
-2
/
+2
2014-10-15
Merge branch 'topic/dma_control_fsl_acks' into for-linus
Vinod Koul
2
-16
/
+21
2014-10-15
Merge branch 'topic/dma_control_cleanup_acks' into for-linus
Vinod Koul
8
-17
/
+11
2014-10-15
dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method
Vinod Koul
1
-9
/
+0
2014-10-15
carma-fpga: move to fsl_dma_external_start()
Vinod Koul
1
-1
/
+2
2014-10-15
carma-fpga: use dmaengine_xxx() API
Vinod Koul
1
-5
/
+4
2014-10-15
dmaengine: freescale: add and export fsl_dma_external_start()
Vinod Koul
1
-1
/
+15
2014-10-15
video: mx3fb: use dmaengine_terminate_all() API
Vinod Koul
1
-2
/
+1
2014-10-15
serial: sh-sci: use dmaengine_terminate_all() API
Vinod Koul
1
-1
/
+1
2014-10-15
net: ks8842: use dmaengine_terminate_all() API
Vinod Koul
1
-4
/
+2
2014-10-15
mtd: sh_flctl: use dmaengine_terminate_all() API
Vinod Koul
1
-1
/
+1
2014-10-15
mtd: fsmc_nand: use dmaengine_terminate_all() API
Vinod Koul
1
-1
/
+1
2014-10-15
V4L2: mx3_camer: use dmaengine_pause() API
Vinod Koul
1
-4
/
+2
2014-10-15
dmaengine: coh901318: use dmaengine_terminate_all() API
Vinod Koul
1
-1
/
+1
2014-10-15
pata_arasan_cf: use dmaengine_terminate_all() API
Vinod Koul
1
-3
/
+2
2014-10-15
stmmac: fix sti compatibililies
Giuseppe CAVALLARO
2
-5
/
+6
2014-10-15
dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()
Sebastian Andrzej Siewior
1
-1
/
+1
2014-10-15
dmaengine: dw: export probe()/remove() and Co to users
Andy Shevchenko
1
-26
/
+3
2014-10-15
dmaengine: dw: enable and disable controller when needed
Andy Shevchenko
2
-25
/
+36
2014-10-15
dmaengine: dw: always export dw_dma_{en,dis}able
Andy Shevchenko
4
-30
/
+12
2014-10-15
dmaengine: dw: introduce dw_dma_on() helper
Andy Shevchenko
1
-2
/
+7
2014-10-15
dmaengine: dw: split dma-dw.h to platform and private parts
Andy Shevchenko
1
-0
/
+2
2014-10-15
dmaengine: dw: move private definitions to regs.h
Andy Shevchenko
1
-3
/
+29
2014-10-15
dma: cppi41: Switch to using managed resource in probe
Kiran Padwal
1
-11
/
+5
2014-10-15
s390/hmcdrv: Restrict s390 HMC driver to S390 arch
Josh Boyer
1
-1
/
+1
2014-10-15
dmaengine: pl330: Fix NULL pointer dereference on driver unbind
Krzysztof Kozlowski
1
-2
/
+4
2014-10-15
dmaengine: pl330: Fix NULL pointer dereference on probe failure
Krzysztof Kozlowski
1
-2
/
+4
2014-10-15
dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()
Krzysztof Kozlowski
1
-3
/
+0
[prev]
[next]