index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Blackfin: fix typo in isram_write()
Robin Getz
2009-09-16
1
-4
/
+6
|
*
Blackfin: bf537-stamp: add adp5588 gpio resources
Michael Hennerich
2009-09-16
1
-0
/
+14
|
*
Blackfin: add some isram-driver self tests
Mike Frysinger
2009-09-16
2
-2
/
+216
|
*
Blackfin: workaround anomaly 05000283
Robin Getz
2009-09-16
3
-36
/
+31
|
*
Blackfin: fix spelling in a few comments
Michael Hennerich
2009-09-16
1
-2
/
+2
|
*
Blackfin: use raw_smp_processor_id() in exception code
Yi Li
2009-09-16
3
-8
/
+8
|
*
Blackfin: remove useless duplicated assignment in gpio code
Michael Hennerich
2009-09-16
1
-1
/
+0
|
*
Blackfin: Fix link errors with binutils 2.19 and GCC 4.3
Ingo Molnar
2009-09-16
1
-2
/
+2
|
*
Blackfin: handle the core timer interrupt with handle_percpu_irq on SMP
Graf Yang
2009-09-16
1
-7
/
+10
|
*
Blackfin: optimize fixed code handling for the most common case
Mike Frysinger
2009-09-16
2
-8
/
+8
|
*
Blackfin: delete '-spi' suffix in ad1836/ad1938 driver name
Barry Song
2009-09-16
13
-14
/
+14
|
*
Blackfin: punt dead cache locking code
Mike Frysinger
2009-09-16
5
-284
/
+0
|
*
Blackfin: drop board resources for dead devices (pbx/ad9960)
Mike Frysinger
2009-09-16
11
-304
/
+0
|
*
Blackfin: do not trace the exception handler
Yi Li
2009-09-16
1
-1
/
+1
|
*
Blackfin: fix BF522/BF523 max VCO mixup
Mike Frysinger
2009-09-16
1
-2
/
+2
|
*
Blackfin: SMP port does not yet support cpu frequency scaling
Graf Yang
2009-09-16
1
-1
/
+3
|
*
Blackfin: cleanup sync handling when enabling/disabling cplbs
Yi Li
2009-09-16
8
-166
/
+84
|
*
Blackfin: bf537-stamp: update ad1836 resources
Barry Song
2009-09-16
1
-5
/
+17
|
*
Blackfin: update anomaly lists
Yi Li
2009-09-16
6
-6
/
+35
|
*
Blackfin: bf538-ezkit: add resources for parallel flash
Barry Song
2009-09-16
1
-0
/
+49
|
*
Blackfin: fix read buffer overflow
Roel Kluin
2009-09-16
1
-4
/
+4
|
*
Blackfin: bf548-ezkit: fix incorrect LCD size parameters
Stefan Pledl
2009-09-16
1
-2
/
+2
|
*
Blackfin: cm-bf527/bf537-stamp: fix dm9000 resources
Barry Song
2009-09-16
2
-2
/
+12
|
*
Blackfin: drop unused MMR defines that only cause bad code to be written
Mike Frysinger
2009-09-16
9
-228
/
+12
|
*
Blackfin: convert boards to use platform data with smc91x
Michael Hennerich
2009-09-16
14
-0
/
+153
|
*
Blackfin: bf537-stamp: drop ATA interrupt probe workaround
Barry Song
2009-09-16
1
-5
/
+0
|
*
Blackfin: improve double fault debug handling
Graf Yang
2009-09-16
6
-21
/
+37
|
*
Blackfin: bf533-stamp: fix typo in SPI frequency for ad1836 codec
Cliff Cai
2009-09-16
1
-1
/
+1
|
*
Blackfin: fix MPU handling of invalid memory accesses
Graf Yang
2009-09-16
2
-4
/
+4
|
*
Blackfin: clean up duplicate I2C device type definitions
Jean Delvare
2009-09-16
1
-2
/
+0
|
*
Blackfin: bf537-stamp: update AD714x resources
Barry Song
2009-09-16
1
-2
/
+131
|
*
Blackfin: do not try displaying the end of the stack
Sonic Zhang
2009-09-16
1
-1
/
+1
|
*
Blackfin: bf533-stamp: add resources for mmc_spi card
Yi Li
2009-09-16
1
-0
/
+40
|
*
Blackfin: bf538: add bfin_clear_PPI_STATUS() helper
Barry Song
2009-09-16
1
-0
/
+1
|
*
Blackfin: fix BF548 UART0 DMA IRQ translation
Stefan Pledl
2009-09-16
1
-4
/
+4
|
*
Blackfin: catch hardware errors earlier during booting
Robin Getz
2009-09-16
7
-12
/
+158
|
*
Blackfin: add an early shadow console
Robin Getz
2009-09-16
4
-0
/
+83
|
*
Blackfin: add support for common FDPIC ptrace requests
Mike Frysinger
2009-09-16
1
-2
/
+24
|
*
Blackfin: push SRAM locks down into related ifdefs
Mike Frysinger
2009-09-16
1
-13
/
+17
|
*
Blackfin: unify duplicated SMP checks in L2 cache kconfig
Sonic Zhang
2009-09-16
1
-3
/
+1
|
*
Blackfin: rename PCF8574 driver config
Michael Hennerich
2009-09-16
7
-7
/
+7
|
*
Blackfin: clean up early memory setup code
Robin Getz
2009-09-16
1
-28
/
+32
|
*
Blackfin: fix module reloc handling for all memory regions
Mike Frysinger
2009-09-16
1
-28
/
+34
|
*
Blackfin: cleanup module section checking
Mike Frysinger
2009-09-16
1
-51
/
+60
|
*
Blackfin: convert malloc()/memset() to zalloc() in module code
Mike Frysinger
2009-09-16
1
-4
/
+2
|
*
Blackfin: cleanup printk() usage in module code
Mike Frysinger
2009-09-16
1
-34
/
+25
|
*
Blackfin: reject outdated/unused/wrong relocation types
Robin Getz
2009-09-16
1
-34
/
+8
|
*
Blackfin: convert ptrace to new memory functions
Mike Frysinger
2009-09-16
1
-57
/
+72
|
*
Blackfin: cleanup traps decode_address() a bit
Mike Frysinger
2009-09-16
1
-18
/
+30
|
*
Blackfin: inline I-pipe bypass code in ret_from_exception
Philippe Gerum
2009-09-16
2
-12
/
+7
[prev]
[next]