index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-17
Merge branch 'spi/merge' into spi/next
Grant Likely
180
-1369
/
+2383
2011-06-17
spi/bfin_spi: fix handling of default bits per word setting
Mike Frysinger
1
-3
/
+4
2011-06-17
spi/topcliff-pch: Support new device ML7223 IOH
Tomoya MORINAGA
1
-1
/
+4
2011-06-16
spi/pl022: strengthen FIFO watermark level checks
Linus Walleij
1
-4
/
+44
2011-06-16
spi/pl022: support runtime PM
Rabin Vincent
1
-0
/
+6
2011-06-16
spi/pl022: initialize burstsize from FIFO trigger level
Linus Walleij
1
-2
/
+53
2011-06-15
gpio/tegra: Move Tegra gpio driver to drivers/gpio
Grant Likely
1
-0
/
+12
2011-06-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-7
/
+9
2011-06-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+11
2011-06-13
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+1
2011-06-13
spi-pl022: Add missing return value update
Virupax Sadashivpetimath
1
-0
/
+1
2011-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
1
-1
/
+2
2011-06-12
Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-11
/
+29
2011-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
34
-361
/
+307
2011-06-12
ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()
Jesper Juhl
1
-0
/
+1
2011-06-12
net: ep93xx_eth: fix DMA API violations
Mika Westerberg
1
-5
/
+13
2011-06-12
net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent()
Mika Westerberg
1
-1
/
+1
2011-06-12
net: ep93xx_eth: allocate buffers using kmalloc()
Mika Westerberg
1
-31
/
+20
2011-06-12
net: ep93xx_eth: pass struct device to DMA API functions
Mika Westerberg
1
-10
/
+13
2011-06-12
dl2k: EEPROM CRC calculation wrong endianess on bigendian machine
Daniel Hellstrom
1
-1
/
+1
2011-06-12
NET: am79c961: fix assembler warnings
Russell King - ARM Linux
1
-17
/
+18
2011-06-12
NET: am79c961: ensure multicast filter is correctly set at open
Russell King - ARM Linux
1
-37
/
+40
2011-06-12
NET: am79c961: ensure asm() statements are marked volatile
Russell King - ARM Linux
1
-7
/
+7
2011-06-12
ide-cd: signedness warning fix again
Connor Hansen
1
-1
/
+2
2011-06-11
spi: Convert uses of struct resource * to resource_size(ptr)
Joe Perches
5
-14
/
+14
2011-06-10
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+8
2011-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-0
/
+1
2011-06-10
gpio/nomadik: fix sleepmode for elder Nomadik
Linus Walleij
1
-11
/
+29
2011-06-10
Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
19
-45
/
+133
2011-06-09
Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-3
/
+9
2011-06-09
Merge branch 'stable/broadcom.ibft-bugfixes' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+2
2011-06-09
Merge branch 'ep93xx-dma' into spi/next
Grant Likely
75
-348
/
+2097
2011-06-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
11
-75
/
+65
2011-06-09
staging: iio: max517: Fix iio_info changes
Roland Stigge
1
-1
/
+1
2011-06-09
Staging: mei: fix debug code
Dan Carpenter
1
-2
/
+2
2011-06-09
iscsi_ibft: iscsi_ibft_find unused variable i
Connor Hansen
1
-0
/
+2
2011-06-09
unicore32: move rtc-puv3.c to drivers/rtc directory
Guan Xuetao
3
-0
/
+369
2011-06-09
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...
Ingo Molnar
1
-10
/
+11
2011-06-09
gianfar:localized filer table
Wu Jiajun-B06378
3
-50
/
+51
2011-06-09
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-9
/
+9
2011-06-09
spi/topcliff_pch: DMA support
Tomoya MORINAGA
1
-106
/
+488
2011-06-09
spi/topcliff_pch: support new device ML7213 IOH
Tomoya MORINAGA
2
-280
/
+312
2011-06-09
spi/ep93xx: add DMA support
Mika Westerberg
1
-12
/
+291
2011-06-09
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
29
-48
/
+186
2011-06-09
dmaengine: add ep93xx DMA support
Mika Westerberg
3
-0
/
+1363
2011-06-09
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-2
/
+2
2011-06-09
Merge 3.0-rc2 + Linus's latest into usb-linus
Greg Kroah-Hartman
79
-857
/
+1294
2011-06-09
USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver
Steffen Sledz
2
-0
/
+2
2011-06-09
Merge remote-tracking branch 'origin' into spi/merge
Grant Likely
70
-335
/
+442
2011-06-09
spi/rtc-m41t93: Use spi_get_drvdata() for SPI devices
Geert Uytterhoeven
1
-1
/
+1
[next]