index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-13
Blackfin: time-ts: ack gptimer sooner to avoid missing short ints
Mike Frysinger
1
-1
/
+7
2011-04-13
Blackfin: gptimers: fix thinko when disabling timers
Mike Frysinger
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
2
-2
/
+2
2011-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
1
-27
/
+18
2011-03-29
bfin: Use proper accessors in trace
Thomas Gleixner
1
-3
/
+4
2011-03-29
bfin: Convert irq namespace
Thomas Gleixner
1
-1
/
+1
2011-03-25
Blackfin: use more standard pr_fmt in the module loader
Joe Perches
1
-27
/
+18
2011-03-18
Blackfin/ipipe: upgrade to I-pipe mainline
Philippe Gerum
1
-45
/
+39
2011-03-18
Blackfin: use accessor functions in show_interrupts()
Thomas Gleixner
1
-4
/
+6
2011-03-18
Blackfin: SMP: work around anomaly 05000491
Sonic Zhang
2
-0
/
+38
2011-03-18
Blackfin: SMP: PERCPU section should be PAGE aligned
steven miao
1
-1
/
+1
2011-03-18
Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systems
Sonic Zhang
1
-4
/
+0
2011-03-18
Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignments
steven miao
1
-13
/
+19
2011-03-16
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-1
/
+1
2011-01-31
blackfin: Switch from do_timer() to xtime_update()
Torben Hohn
1
-4
/
+2
2011-01-25
percpu: align percpu readmostly subsection to cacheline
Tejun Heo
1
-1
/
+1
2011-01-10
Blackfin: kgdb_test: make sure to initialize num2
Vivi Li
1
-0
/
+4
2011-01-10
Blackfin: kgdb: disable preempt schedule when running single step in kgdb
Sonic Zhang
1
-1
/
+7
2011-01-10
Blackfin: kgdb: disable interrupt when single stepping in ADEOS
Sonic Zhang
1
-0
/
+20
2011-01-10
Blackfin: no-mpu: fix masking of small uncached dma region
Sonic Zhang
1
-1
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-29
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-1
/
+2
2010-10-29
debug_core,x86,blackfin: Clean up hw debug disable API
Dongdong Deng
1
-1
/
+2
2010-10-27
ptrace: cleanup arch_ptrace() and friends on Blackfin
Namhyung Kim
1
-6
/
+7
2010-10-27
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-1
/
+2
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
4
-69
/
+148
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-22
Blackfin: gpio: add peripheral group check
steven miao
1
-67
/
+118
2010-10-22
Blackfin: add new cacheflush syscall
Sonic Zhang
2
-2
/
+17
2010-10-22
Blackfin: access_ok: permit L1 stack
Barry Song
1
-0
/
+5
2010-10-22
Blackfin: ptrace: enable access to L1 stacks
Barry Song
1
-0
/
+8
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-07
Fix IRQ flag handling naming
David Howells
1
-0
/
+1
2010-10-07
Blackfin: Rename IRQ flags handling functions
David Howells
4
-76
/
+76
2010-08-17
Make do_execve() take a const filename pointer
David Howells
1
-1
/
+3
2010-08-13
Mark arguments to certain syscalls as being const
David Howells
1
-1
/
+1
2010-08-06
Blackfin: add support for dynamic ftrace
Mike Frysinger
3
-9
/
+163
2010-08-06
Blackfin: portmux: fix peripheral map overflow when requesting pins
Michael Hennerich
1
-1
/
+1
2010-08-06
Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger options
Michael Hennerich
1
-0
/
+7
2010-08-06
Blackfin: gpio/portmux: clean up whitespace corruption
Mike Frysinger
1
-2
/
+2
2010-08-06
Blackfin: fix DMA/cache bug when resuming from suspend to RAM
Michael Hennerich
1
-2
/
+17
2010-08-06
Blackfin: gpio: unify & clean up reserved map handling
Mike Frysinger
1
-51
/
+56
2010-08-06
Blackfin: move MPU anomaly check to common location
Mike Frysinger
1
-4
/
+0
2010-08-06
Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds
Mike Frysinger
1
-6
/
+1
2010-05-27
ptrace: unify FDPIC implementations
Mike Frysinger
1
-24
/
+9
2010-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
11
-958
/
+1510
2010-05-22
Blackfin: another year of changes (update copyright in boot log)
Mike Frysinger
1
-2
/
+2
2010-05-22
Blackfin: move string functions to normal lib/ assembly
Robin Getz
1
-0
/
+12
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
[next]