index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-11-18
spi: davinci: do not treat Tx interrupt being set as error
Sekhar Nori
1
-4
/
+0
2010-11-18
spi: davinci: remove unnecessary 'count' variable in driver private data
Brian Niebuhr
1
-7
/
+3
2010-11-18
spi: davinci: remove unnecessary disable of SPI
Brian Niebuhr
1
-2
/
+0
2010-11-18
spi: davinci: check for NULL buffer pointer before using it
Brian Niebuhr
1
-18
/
+22
2010-11-18
spi: davinci: simplify calculation of edma acount value
Brian Niebuhr
1
-22
/
+3
2010-11-18
spi: davinci: eliminate unnecessary update of davinci_spi->count
Brian Niebuhr
1
-6
/
+0
2010-11-18
spi: davinci: eliminate the single member structure davinci_spi_slave
Brian Niebuhr
1
-9
/
+5
2010-11-18
spi: davinci: remove unused members of davinci_spi_slave
Brian Niebuhr
1
-5
/
+0
2010-11-18
spi: davinci: add support for wait enable timeouts
Brian Niebuhr
2
-9
/
+29
2010-11-18
spi: davinci: setup chip-select timers values only if timer enabled
Brian Niebuhr
1
-17
/
+4
2010-11-18
spi: davinci: consolidate setup of SPIFMTn in one function
Brian Niebuhr
1
-105
/
+49
2010-11-18
spi: davinci: make chip-slect specific parameters really chip-select specific
Brian Niebuhr
4
-41
/
+45
2010-11-18
spi: davinci: remove 'wait_enable' platform data member
Brian Niebuhr
2
-2
/
+1
2010-11-18
spi: davinci: simplify prescalar calculation
Brian Niebuhr
1
-22
/
+31
2010-11-18
spi: davinci: enable GPIO lines to be used as chip selects
Brian Niebuhr
2
-7
/
+35
2010-11-18
spi: davinci: remove unnecessary data transmit on CS disable
Brian Niebuhr
1
-12
/
+8
2010-11-18
spi: davinci: enable both activation and deactivation of chip-selects
Brian Niebuhr
4
-38
/
+18
2010-11-18
spi: davinci: set chip-select mode in SPIDEF only once
Brian Niebuhr
1
-2
/
+2
2010-11-18
spi: davinci: remove unnecessary typecast
Sekhar Nori
1
-2
/
+1
2010-11-18
spi: davinci: removed unused #defines
Sekhar Nori
1
-31
/
+2
2010-11-18
spi: davinci: remove unused variable 'pdata'
Brian Niebuhr
1
-8
/
+0
2010-11-18
spi: davinci: whitespace cleanup
Brian Niebuhr
1
-12
/
+10
2010-11-18
spi: davinci: fix checkpatch errors
Brian Niebuhr
1
-1
/
+1
2010-11-18
hardirq.h: remove now-empty #ifdef/#endif pair
Linus Torvalds
1
-2
/
+0
2010-11-17
Fix build failure due to hwirq.h needing smp_lock.h
Linus Torvalds
2
-4
/
+1
2010-11-17
BKL: remove references to lock_kernel from comments
Arnd Bergmann
1
-4
/
+4
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
137
-137
/
+0
2010-11-17
staging/stradis: mark as "depends on BKL"
Arnd Bergmann
1
-1
/
+1
2010-11-17
kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
Marcus Meissner
1
-1
/
+1
2010-11-16
SCSI host lock push-down
Jeff Garzik
115
-199
/
+347
2010-11-16
PCI: fix offset check for sysfs mmapped files
Darrick J. Wong
1
-1
/
+1
2010-11-16
nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr
Catalin Marinas
1
-0
/
+6
2010-11-16
SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable
Jesper Juhl
1
-3
/
+1
2010-11-16
nfs: trivial: remove unused nfs_wait_event macro
Jeff Layton
1
-6
/
+0
2010-11-16
kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK
Joe Perches
1
-1
/
+1
2010-11-16
Linux 2.6.37-rc2
v2.6.37-rc2
Linus Torvalds
1
-1
/
+1
2010-11-16
NFS: readdir shouldn't read beyond the reply returned by the server
Trond Myklebust
5
-7
/
+11
2010-11-16
NFS: Fix a couple of regressions in readdir.
Trond Myklebust
1
-34
/
+56
2010-11-16
Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS...
Trond Myklebust
1
-1
/
+1
2010-11-16
Regression: fix mounting NFS when NFSv3 support is not compiled
Paulius Zaleckas
1
-1
/
+7
2010-11-16
NLM: Fix a regression in lockd
Trond Myklebust
2
-7
/
+5
2010-11-16
capabilities/syslog: open code cap_syslog logic to fix build failure
Eric Paris
7
-40
/
+28
2010-11-15
PM / PM QoS: Fix reversed min and max
Colin Cross
1
-2
/
+2
2010-11-15
i2c: Sanity checks on adapter registration
Jean Delvare
1
-0
/
+12
2010-11-15
i2c: Mark i2c_adapter.id as deprecated
Jean Delvare
3
-2
/
+11
2010-11-15
i2c: Drivers shouldn't include <linux/i2c-id.h>
Jean Delvare
3
-3
/
+0
2010-11-15
i2c: Delete unused adapter IDs
Jean Delvare
2
-23
/
+0
2010-11-15
i2c: Remove obsolete cleanup for clientdata
Wolfram Sang
4
-8
/
+0
2010-11-15
include/linux/kernel.h: Move logging bits to include/linux/printk.h
Linus Torvalds
2
-244
/
+249
2010-11-15
Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)
Jim Bos
1
-4
/
+4
[next]