index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
blackfin
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
Blackfin: convert page/tlb to asm-generic
Mike Frysinger
4
-157
/
+4
2009-06-18
Blackfin: convert types to asm-generic
Mike Frysinger
2
-81
/
+12
2009-06-18
Blackfin: convert irq/process to asm-generic
Mike Frysinger
4
-75
/
+30
2009-06-18
Blackfin: convert signal/mmap to asm-generic
Mike Frysinger
2
-199
/
+4
2009-06-18
Blackfin: convert locking primitives to asm-generic
Mike Frysinger
6
-308
/
+25
2009-06-18
Blackfin: convert termios to asm-generic
Mike Frysinger
2
-292
/
+2
2009-06-18
Blackfin: convert simple headers to asm-generic
Mike Frysinger
20
-170
/
+10
2009-06-18
Blackfin: convert socket/poll to asm-generic
Mike Frysinger
3
-90
/
+5
2009-06-18
Blackfin: convert user/elf to asm-generic
Mike Frysinger
2
-90
/
+2
2009-06-18
Blackfin: convert shm/sysv/ipc to asm-generic
Mike Frysinger
5
-134
/
+5
2009-06-18
Blackfin: convert asm/ioctls.h to asm-generic/ioctls.h
Mike Frysinger
1
-82
/
+2
2009-06-18
Blackfin: only build irqpanic.c when needed
Mike Frysinger
2
-10
/
+4
2009-06-18
Blackfin: pull in asm/io.h in ksyms for prototypes
Mike Frysinger
1
-0
/
+1
2009-06-18
Blackfin: use common test_bit() rather than __test_bit()
Mike Frysinger
1
-2
/
+2
2009-06-16
Merge branch 'akpm'
Linus Torvalds
2
-20
/
+1
2009-06-16
kmap_types: make most arches use generic header file
Randy Dunlap
1
-16
/
+1
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
1
-4
/
+0
2009-06-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
55
-603
/
+807
2009-06-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-06-13
Blackfin: hook up new rt_tgsigqueueinfo syscall
Mike Frysinger
2
-1
/
+3
2009-06-13
Blackfin: improve CLKIN_HZ config default
Mike Frysinger
1
-3
/
+3
2009-06-13
Blackfin: initial support for ftrace grapher
Mike Frysinger
5
-0
/
+115
2009-06-13
Blackfin: initial support for ftrace
Mike Frysinger
5
-1
/
+92
2009-06-13
Blackfin: enable support for LOCKDEP
Mike Frysinger
1
-0
/
+3
2009-06-13
Blackfin: add preliminary support for STACKTRACE
Mike Frysinger
3
-0
/
+57
2009-06-13
Blackfin: move custom sections into sections.h
Mike Frysinger
2
-10
/
+12
2009-06-13
Blackfin: punt unused/wrong mutex-dec.h
Mike Frysinger
1
-112
/
+0
2009-06-13
Blackfin: add support for irqflags
Mike Frysinger
4
-264
/
+77
2009-06-13
Blackfin: add support for bzip2/lzma compressed kernel images
Mike Frysinger
4
-10
/
+34
2009-06-13
Blackfin: convert Kconfig style to def_bool
Mike Frysinger
1
-24
/
+12
2009-06-13
Blackfin: bf548-ezkit: update smsc911x resources
Mike Frysinger
1
-0
/
+13
2009-06-13
Blackfin: update aedos-ipipe code to upstream 1.10-00
Yi Li
2
-33
/
+37
2009-06-13
Blackfin: bf537-stamp: update ADP5520 resources
Mike Frysinger
1
-1
/
+1
2009-06-13
Blackfin: bf518f-ezbrd: fix SPI CS for SPI flash
Graf Yang
1
-1
/
+1
2009-06-13
Blackfin: define SPI IRQ in board resources
Yi Li
18
-3
/
+113
2009-06-13
Blackfin: do not configure the UART early if on wrong processor
Robin Getz
1
-2
/
+6
2009-06-13
Blackfin: fix deadlock in SMP IPI handler
Sonic Zhang
1
-6
/
+7
2009-06-13
Blackfin: fix flag storage for irq funcs
Mike Frysinger
2
-9
/
+10
2009-06-13
Blackfin: push down exception oops checking
Mike Frysinger
1
-45
/
+43
2009-06-13
Blackfin: fix trap_c() exit paths
Mike Frysinger
1
-5
/
+5
2009-06-13
Blackfin: add blackfin_invalidate_entire_icache for SMP systems
Sonic Zhang
6
-4
/
+37
2009-06-13
Blackfin: include the cpu compiled version in /proc/cpuinfo
Robin Getz
1
-2
/
+11
2009-06-13
Blackfin: add support for GENERIC_BUG
Mike Frysinger
4
-8
/
+99
2009-06-13
Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable
Jie Zhang
3
-4
/
+4
2009-06-13
Blackfin: export ip_compute_csum/csum_partial_copy_from_user symbols
Mike Frysinger
1
-0
/
+2
2009-06-13
Blackfin: only handle CPLB protection violations when MPU is enabled
Robin Getz
2
-55
/
+10
2009-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
4
-3
/
+4
2009-06-12
trivial: Kconfig: .ko is normally not included in module names
Pavel Machek
1
-1
/
+1
2009-06-12
Blackfin: fix sparseirq/kstat_irqs fallout
Mike Frysinger
1
-0
/
+2
2009-06-12
Blackfin: fix unused warnings after nommu update
Mike Frysinger
1
-1
/
+0
[next]