index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
key
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-25
spi: move bitbang txrx utility functions to private header
hartleys
7
-111
/
+98
2010-05-25
spi/mpc5121: Add SPI master driver for MPC5121 PSC
Anatolij Gustschin
4
-0
/
+585
2010-05-25
powerpc/mpc5121: move PSC FIFO memory init to platform code
Anatolij Gustschin
2
-69
/
+78
2010-05-25
spi/ep93xx: implemented driver for Cirrus EP93xx SPI controller
Mika Westerberg
5
-0
/
+1071
2010-05-25
Documentation/spi/* compile warning fix
Prarit Bhargava
1
-2
/
+2
2010-05-25
spi/omap2_mcspi: Check params before dereference or use
Scott Ellis
1
-8
/
+11
2010-05-25
spi/omap2_mcspi: add turbo mode support
Roman Tereshonkov
1
-21
/
+111
2010-05-25
spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160
Roman Tereshonkov
1
-1
/
+1
2010-05-25
spi/pl022: fix stop queue procedure
Grzegorz Sygieda
1
-1
/
+1
2010-05-25
spi/pl022: add support for the PL023 derivate
Linus Walleij
2
-18
/
+104
2010-05-25
spi/pl022: fix up differences between ARM and ST versions
Linus Walleij
2
-57
/
+125
2010-05-25
spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma
Joakim Tjernlund
1
-1
/
+1
2010-05-25
spi/spi_mpc8xxx: Fix QE mode Litte Endian
Joakim Tjernlund
1
-31
/
+70
2010-05-24
Revert "ath9k: Group Key fix for VAPs"
Linus Torvalds
3
-27
/
+3
2010-05-24
Documentation: update SubmitChecklist for O=objdir and kconfig testing
Randy Dunlap
1
-0
/
+12
2010-05-24
fusion: fix kernel-doc notation
Ben Hutchings
1
-4
/
+2
2010-05-24
scsi_scan.c: fix/convert functions to use kernel-doc
Randy Dunlap
1
-17
/
+9
2010-05-24
Documentation/vm: use better value for MAP_HUGETLB
Carlo Marcelo Arenas Belon
1
-1
/
+1
2010-05-24
Documentation/timers/hpet_example: drop duplicate header files
Andrea Gelmini
1
-2
/
+0
2010-05-24
Documentation/development-process: add staging & mmotm info
Randy Dunlap
1
-6
/
+8
2010-05-24
Documentation/development-process: add maintainers and git info
Randy Dunlap
2
-4
/
+13
2010-05-24
docbook: make mtd nand module init static
H Hartley Sweeten
1
-1
/
+1
2010-05-24
timers: Fix slack calculation for expired timers
Jeff Chua
1
-3
/
+4
2010-05-24
timekeeping: Fix timezone update
Thomas Gleixner
1
-4
/
+4
2010-05-24
sh: fix up sh7785lcr_32bit_defconfig.
Paul Mundt
1
-109
/
+164
2010-05-24
arch/sh/lib/strlen.S: Checkpatch cleanup
Andrea Gelmini
1
-1
/
+1
2010-05-22
Blackfin: SMP: fix continuation lines
Joe Perches
1
-2
/
+2
2010-05-22
Blackfin: acvilon: fix timeout usage for I2C
Wolfram Sang
1
-1
/
+2
2010-05-22
Blackfin: fix typo in BF537 IRQ comment
Michael Hennerich
1
-1
/
+1
2010-05-22
Blackfin: unify duplicate MEM_MT48LC32M8A2_75 kconfig options
Mike Frysinger
1
-6
/
+1
2010-05-22
Blackfin: set ARCH_KMALLOC_MINALIGN
FUJITA Tomonori
1
-0
/
+2
2010-05-22
Blackfin: use atomic kmalloc in L1 alloc so it too can be atomic
Mike Frysinger
1
-1
/
+2
2010-05-22
Blackfin: another year of changes (update copyright in boot log)
Mike Frysinger
1
-2
/
+2
2010-05-22
Blackfin: optimize strncpy a bit
Robin Getz
2
-13
/
+47
2010-05-22
Blackfin: isram: clean up ITEST_COMMAND macro and improve the selftests
Mike Frysinger
1
-43
/
+51
2010-05-22
Blackfin: move string functions to normal lib/ assembly
Robin Getz
11
-184
/
+226
2010-05-22
Blackfin: SIC: cut down on IAR MMR reads a bit
Mike Frysinger
1
-15
/
+18
2010-05-22
Blackfin: bf537-minotaur: fix build errors due to header changes
Mike Frysinger
1
-1
/
+2
2010-05-22
Blackfin: kgdb: pass up the CC register instead of a 0 stub
Mike Frysinger
1
-1
/
+1
2010-05-22
Blackfin: handle HW errors in the new "FAULT" printing code
Robin Getz
1
-0
/
+9
2010-05-22
Blackfin: show the whole accumulator in the pseudo DBG insn
Robin Getz
1
-6
/
+19
2010-05-22
Blackfin: support all possible registers in the pseudo instructions
Robin Getz
1
-6
/
+61
2010-05-22
Blackfin: add support for the DBG (debug output) pseudo insn
Robin Getz
3
-18
/
+71
2010-05-22
Blackfin: change the BUG opcode to an unused 16-bit opcode
Robin Getz
1
-1
/
+6
2010-05-22
Blackfin: allow NMI watchdog to be used w/RETN as a scratch reg
Graf Yang
1
-1
/
+1
2010-05-22
Blackfin: add support for the DBGA (debug assert) pseudo insn
Robin Getz
5
-0
/
+115
2010-05-22
9p: Optimize TCREATE by eliminating a redundant fid clone.
Venkateswararao Jujjuri
1
-12
/
+6
2010-05-22
9p: cleanup: remove unneeded assignment
Dan Carpenter
1
-2
/
+0
2010-05-22
9p: Add mksock support
Venkateswararao Jujjuri
1
-0
/
+2
2010-05-22
fs/9p: Make sure we properly instantiate dentry.
Aneesh Kumar K.V
1
-3
/
+4
[next]