index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: davinci: remove unnecessary disable of SPI
Brian Niebuhr
2010-11-18
1
-2
/
+0
*
spi: davinci: check for NULL buffer pointer before using it
Brian Niebuhr
2010-11-18
1
-18
/
+22
*
spi: davinci: simplify calculation of edma acount value
Brian Niebuhr
2010-11-18
1
-22
/
+3
*
spi: davinci: eliminate unnecessary update of davinci_spi->count
Brian Niebuhr
2010-11-18
1
-6
/
+0
*
spi: davinci: eliminate the single member structure davinci_spi_slave
Brian Niebuhr
2010-11-18
1
-9
/
+5
*
spi: davinci: remove unused members of davinci_spi_slave
Brian Niebuhr
2010-11-18
1
-5
/
+0
*
spi: davinci: add support for wait enable timeouts
Brian Niebuhr
2010-11-18
2
-9
/
+29
*
spi: davinci: setup chip-select timers values only if timer enabled
Brian Niebuhr
2010-11-18
1
-17
/
+4
*
spi: davinci: consolidate setup of SPIFMTn in one function
Brian Niebuhr
2010-11-18
1
-105
/
+49
*
spi: davinci: make chip-slect specific parameters really chip-select specific
Brian Niebuhr
2010-11-18
4
-41
/
+45
*
spi: davinci: remove 'wait_enable' platform data member
Brian Niebuhr
2010-11-18
2
-2
/
+1
*
spi: davinci: simplify prescalar calculation
Brian Niebuhr
2010-11-18
1
-22
/
+31
*
spi: davinci: enable GPIO lines to be used as chip selects
Brian Niebuhr
2010-11-18
2
-7
/
+35
*
spi: davinci: remove unnecessary data transmit on CS disable
Brian Niebuhr
2010-11-18
1
-12
/
+8
*
spi: davinci: enable both activation and deactivation of chip-selects
Brian Niebuhr
2010-11-18
4
-38
/
+18
*
spi: davinci: set chip-select mode in SPIDEF only once
Brian Niebuhr
2010-11-18
1
-2
/
+2
*
spi: davinci: remove unnecessary typecast
Sekhar Nori
2010-11-18
1
-2
/
+1
*
spi: davinci: removed unused #defines
Sekhar Nori
2010-11-18
1
-31
/
+2
*
spi: davinci: remove unused variable 'pdata'
Brian Niebuhr
2010-11-18
1
-8
/
+0
*
spi: davinci: whitespace cleanup
Brian Niebuhr
2010-11-18
1
-12
/
+10
*
spi: davinci: fix checkpatch errors
Brian Niebuhr
2010-11-18
1
-1
/
+1
*
hardirq.h: remove now-empty #ifdef/#endif pair
Linus Torvalds
2010-11-17
1
-2
/
+0
*
Fix build failure due to hwirq.h needing smp_lock.h
Linus Torvalds
2010-11-17
2
-4
/
+1
*
BKL: remove references to lock_kernel from comments
Arnd Bergmann
2010-11-17
1
-4
/
+4
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
137
-137
/
+0
*
staging/stradis: mark as "depends on BKL"
Arnd Bergmann
2010-11-17
1
-1
/
+1
*
kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
Marcus Meissner
2010-11-16
1
-1
/
+1
*
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2010-11-16
10
-58
/
+86
|
\
|
*
nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr
Catalin Marinas
2010-11-16
1
-0
/
+6
|
*
SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable
Jesper Juhl
2010-11-16
1
-3
/
+1
|
*
nfs: trivial: remove unused nfs_wait_event macro
Jeff Layton
2010-11-16
1
-6
/
+0
|
*
NFS: readdir shouldn't read beyond the reply returned by the server
Trond Myklebust
2010-11-15
5
-7
/
+11
|
*
NFS: Fix a couple of regressions in readdir.
Trond Myklebust
2010-11-15
1
-34
/
+56
|
*
Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS...
Trond Myklebust
2010-11-15
1
-1
/
+1
|
*
Regression: fix mounting NFS when NFSv3 support is not compiled
Paulius Zaleckas
2010-11-15
1
-1
/
+7
|
*
NLM: Fix a regression in lockd
Trond Myklebust
2010-11-15
2
-7
/
+5
*
|
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2010-11-16
4
-22
/
+62
|
\
\
|
*
|
sched: Fix cross-sched-class wakeup preemption
Peter Zijlstra
2010-11-11
3
-18
/
+27
|
*
|
sched: Fix runnable condition for stoptask
Peter Zijlstra
2010-11-10
1
-1
/
+1
|
*
|
sched: Use group weight, idle cpu metrics to fix imbalances during idle
Suresh Siddha
2010-11-10
3
-3
/
+34
*
|
|
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2010-11-16
4
-6
/
+39
|
\
\
\
|
*
|
|
PM / PM QoS: Fix reversed min and max
Colin Cross
2010-11-15
1
-2
/
+2
|
*
|
|
PM / OPP: Hide OPP configuration when SoCs do not provide an implementation
Mark Brown
2010-11-11
2
-0
/
+7
|
*
|
|
PM: Allow devices to be removed during late suspend and early resume
Rafael J. Wysocki
2010-11-11
1
-4
/
+30
|
|
/
/
*
|
|
Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-11-16
2
-2
/
+4
|
\
\
\
|
*
|
|
futex: Address compiler warnings in exit_robust_list
Darren Hart
2010-11-10
2
-2
/
+4
*
|
|
|
SCSI host lock push-down
Jeff Garzik
2010-11-16
115
-199
/
+347
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2010-11-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
PCI: fix offset check for sysfs mmapped files
Darrick J. Wong
2010-11-16
1
-1
/
+1
*
|
|
|
|
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2010-11-16
8
-44
/
+167
|
\
\
\
\
\
[next]