Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / arch / blackfin / kernel /
2010-05-27 Mike Frysingerptrace: unify FDPIC implementations
2010-05-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-22 Mike FrysingerBlackfin: another year of changes (update copyright...
2010-05-22 Robin GetzBlackfin: move string functions to normal lib/ assembly
2010-05-22 Mike FrysingerBlackfin: kgdb: pass up the CC register instead of...
2010-05-22 Robin GetzBlackfin: handle HW errors in the new "FAULT" printing...
2010-05-22 Robin GetzBlackfin: show the whole accumulator in the pseudo...
2010-05-22 Robin GetzBlackfin: support all possible registers in the pseudo...
2010-05-22 Robin GetzBlackfin: add support for the DBG (debug output) pseudo...
2010-05-22 Robin GetzBlackfin: add support for the DBGA (debug assert) pseud...
2010-05-21 Robin GetzBlackfin: make hardware trace output a little more...
2010-05-21 Robin GetzBlackfin: print out the faulting insn in the trace...
2010-05-21 Robin GetzBlackfin: remove CONFIG_DEBUG_VERBOSE from trace.c
2010-05-21 Robin GetzBlackfin: split kernel/traps.c
2010-05-21 Michael HennerichBlackfin: punt Blackfin-specific GPIO wakeup API
2010-05-21 Jason Wesselkgdb,blackfin: Add in kgdb_arch_set_pc for blackfin
2010-05-20 Linus TorvaldsMerge branch 'timers-for-linus-cleanups' of git://git...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-13 John Stultzblackfin: Convert blackfin to use read/update_persisten...
2010-03-09 Joachim EastwoodBlackfin: mark gpio lib functions static
2010-03-09 Joachim EastwoodBlackfin: GPIO: implement to_irq handler
2010-03-09 Frans PopBlackfin: remove trailing space in messages
2010-03-09 Mike FrysingerBlackfin: add support for restart_syscall()
2010-03-09 Mike FrysingerBlackfin: fix single stepping over system calls
2010-03-09 Mike FrysingerBlackfin: initial tracehook support
2010-03-09 Mike FrysingerBlackfin: initial regset support
2010-03-09 Mike FrysingerBlackfin: simplify PTRACE_{PEEK,POKE}USR in preperation...
2010-03-09 Mike FrysingerBlackfin: simplify SYSCFG code a bit and ignore attempt...
2010-03-09 Christoph HellwigBlackfin: use generic ptrace_resume code
2010-03-09 Graf YangBlackfin: rewrite resync_core_{i,d}cache() SMP logic...
2010-03-09 Graf YangBlackfin: add support for cpufreq on SMP systems
2010-03-09 Graf YangBlackfin: split watchdog definitions into a dedicated...
2010-03-09 Mike FrysingerBlackfin: support new ftrace frame pointer semantics
2010-03-09 Mike FrysingerBlackfin: implement ftrace mcount test
2010-03-09 Graf YangBlackfin: implement nmi_watchdog for SMP on BF561
2010-03-09 Barry SongBlackfin: respect the L1 kconfig optimization in the...
2010-03-09 Barry SongBlackfin: fill out the signal si_addr when sending...
2010-03-09 Graf YangBlackfin: fix up mm locking in address dumping
2010-03-09 Mike FrysingerBlackfin: kgdb: mark all local funcs/structs static
2010-03-09 Roel KluinBlackfin: fix decoding of opcodes 41-47 in decode_instr...
2010-03-09 Barry SongBlackfin: initial XIP support
2010-03-09 Barry SongBlackfin: fix the section name of init_thread_union
2010-03-09 Barry SongBlackfin: replace harcoded define with proper THREAD_SI...
2010-03-09 Jie ZhangBlackfin: fix relocation errors with large initramfs...
2010-03-09 Yi LiBlackfin: SMP: make core timers per-cpu clock events...
2010-03-09 Michael HennerichBlackfin: gpio: use shorter name
2010-03-09 Sonic ZhangBlackfin: dma-mapping: fix thinko in constant optimization
2010-03-09 Sonic ZhangBlackfin: MPU: handle caches for reserved memory
2010-03-09 Barry SongBlackfin: fix MPU page permission masks overflow when...
2010-03-09 Sonic ZhangBlackfin: allow boards to register early devices
2010-01-07 Sonic Zhangblackfin,kgdb: Do not put PC in gdb_regs into retx.
2010-01-07 Jason Wesselblackfin,kgdb,probe_kernel: Cleanup probe_kernel_read...
2009-12-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-16 Linus TorvaldsMerge branch 'module' of git://git./linux/kernel/git...
2009-12-15 Alan Jenkinsmodule: make MODULE_SYMBOL_PREFIX into a CONFIG option
2009-12-15 Mike FrysingerBlackfin: drop duplicate sched_clock
2009-12-15 Mike FrysingerBlackfin: NOMPU: skip DMA ICPLB hole when it is redundant
2009-12-15 Mike FrysingerBlackfin: MPU: add missing __init markings
2009-12-15 Barry SongBlackfin: add support for TIF_NOTIFY_RESUME
2009-12-15 Mike FrysingerBlackfin: kgdb_test: clean up code a bit
2009-12-15 Alexey DobriyanBlackfin: convert kgdbtest to proc_fops
2009-12-15 Mike FrysingerBlackfin: convert cyc2ns() to clocksource_cyc2ns()
2009-12-15 Barry SongBlackfin: dma-mapping.h: flesh out missing DMA mapping...
2009-12-15 Barry SongBlackfin: workaround anomaly 05000310
2009-12-15 Mike FrysingerBlackfin: drop ptrace() write support for fixed code...
2009-12-15 Barry SongBlackfin: MPU: support XIP in async flash memory
2009-12-15 Barry SongBlackfin: drop 4KB reserve at end of memory
2009-12-15 Barry SongBlackfin: support smaller uncached DMA chunks for memor...
2009-12-15 Mike FrysingerBlackfin: finish_atomic_sections: optimize the RTS...
2009-12-15 Sonic ZhangBlackfin: kgdb: punt dead code
2009-12-15 Mike FrysingerBlackfin: reject NULL callback in set_dma_callback()
2009-12-15 Mike FrysingerBlackfin: gptimers: use unsigned timer/group ids
2009-12-15 Robin GetzBlackfin: don't walk VMAs when oopsing
2009-12-15 Philippe GerumBlackfin/ipipe: prepare status bitops for SMP support
2009-12-15 Mike FrysingerBlackfin: don't give CPU its own line in traps output
2009-12-15 Robin GetzBlackfin: announce current cpu rev when booting
2009-12-15 Mike FrysingerBlackfin: convert DMA mutex to an atomic and drop redun...
2009-12-15 Mike FrysingerBlackfin: push down asm/ includes and out of bfin-global.h
2009-12-15 Michael HennerichBlackfin: bf538: add support for extended GPIO banks
2009-12-15 Mike FrysingerBlackfin: calculate on-chip lengths at link time rather...
2009-12-15 Bernd SchmidtBlackfin: improve async bank access checking (for cross...
2009-12-15 Michael HennerichBlackfin: convert DMA code to a proper bitmap
2009-12-15 Barry SongBlackfin: add some bounds checking to peripheral_request
2009-12-15 Yi LiBlackfin: use common code for cycle->nanosecond conversion
2009-12-15 Yi LiBlackfin: unify sched_clock() handling between clock...
2009-12-15 Yi LiBlackfin: fix gptimer0 clock source compile warning
2009-12-14 Thomas Gleixnergenirq: Convert irq_desc.lock to raw_spinlock
2009-12-11 Al ViroUnify sys_mmap*
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Linus TorvaldsMerge branch 'bkl-arch-for-linus' of git://git./linux...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-25 Graf YangBlackfin: fix SMP build error in start_thread()
2009-11-25 Jie ZhangBlackfin: fix typo in ptrace poking
2009-11-25 André Goddard RosaBlackfin: fix cache Kconfig typo
2009-11-25 Michael HennerichBlackfin: fix suspend/resume failure with some on-chip...
2009-10-14 John Kacurblackfin: Remove the BKL from sys_execve
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-08 Thomas ChouBlackfin: fix framebuffer mmap bug for nommu
2009-10-07 Mike FrysingerBlackfin: cplbinfo: drop d_path() hacks
next