Blackfin arch: fix bug - kgdb fails to continue after setting breakpoint on bf561...
[safe/jmp/linux-2.6] / arch / blackfin / kernel /
2009-03-05 Sonic ZhangBlackfin arch: fix bug - kgdb fails to continue after...
2009-03-04 Philippe GerumBlackfin arch: Update adeos blackfin arch patch to...
2009-03-02 Bernd SchmidtBlackfin arch: fix bug - jump_to_zero test case failed...
2009-03-02 Mike FrysingerBlackfin arch: use common KGDB_TESTS rather than our...
2009-02-04 Michael HennerichBlackfin arch: Update Copyright information
2009-02-04 Mike FrysingerBlackfin arch: define bfin_memmap as static since it...
2009-02-04 Mike FrysingerBlackfin arch: cplb mananger: use a do...while loop...
2009-02-04 Bernd SchmidtBlackfin arch: fix bug - traps test case 19 for excepti...
2009-02-04 Mike FrysingerBlackfin arch: read SYSCR on newer parts that mirror...
2009-02-04 Mike FrysingerBlackfin arch: bfin_reset->_bfin_reset redirection...
2009-02-04 Mike FrysingerBlackfin arch: sync reboot handler with version in...
2009-02-04 Graf YangBlackfin arch: Fix bug - BF518 port F, G, and H have...
2009-02-04 Grace PanBlackfin arch: Add in cflag to support mlong-calls...
2009-02-04 Sonic ZhangBlackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrd
2009-02-04 Robin GetzBlackfin arch: Add ability to count and display number...
2009-02-04 Robin GetzBlackfin arch: Add a few more instructions that can...
2009-02-04 Mike FrysingerBlackfin arch: cleanup bf54x ifdef mess in gpio code
2009-02-04 Jie ZhangBlackfin arch: Add one more check on `fp' to prevent...
2009-02-04 Uwe Kleine-KoenigBlackfin arch: explicit add a might sleep to gpio_free
2009-02-04 Robin GetzBlackfin arch: don't accidently re-enable interrupts
2009-02-04 Robin GetzBlackfin arch: Print out where the bootmode is coming...
2009-02-04 Michael HennerichBlackfin arch: reset POLAR setting when acquiring a...
2009-02-04 Michael HennerichBlackfin arch: Fix Bug - request lines with peripheral_...
2009-02-04 Mike FrysingerBlackfin arch: fix bug - Dmacopy failed in BF537-STAMP
2009-01-08 David HowellsNOMMU: Make VMAs per MM as for MMU-mode linux
2009-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-07 Jie ZhangBlackfin arch: Print FP at level KERN_NOTICE
2009-01-07 Mike FrysingerBlackfin arch: fix typo in early printk bit size processing
2009-01-07 Mike FrysingerBlackfin arch: rewrite get_sclk()/get_vco()
2009-01-07 Yi LiBlackfin arch: merge adeos blackfin part to arch/blackfin/
2009-01-07 Mike FrysingerBlackfin arch: merge kgdb test code using common CONFIG...
2009-01-07 Bernd SchmidtBlackfin arch: Faster C implementation of no-MPU CPLB...
2009-01-07 Robin GetzBlackfin arch: panic when running on a chip rev below...
2009-01-07 Mike FrysingerBlackfin arch: do not allow people to pass in a diff...
2009-01-07 Mike FrysingerBlackfin arch: allow clkin_hz to be specified on the...
2009-01-07 Mike FrysingerBlackfin arch: show_cpuinfo - consolidate ugly casts
2009-01-07 Mike FrysingerBlackfin arch: add __init markings to Blackfin timer...
2009-01-07 Mike FrysingerBlackfin arch: push cache flushing up to dma_memcpy
2009-01-07 Mike FrysingerBlackfin arch: request_dma() returns 0 on success,...
2009-01-07 Mike FrysingerBlackfin arch: move most dma functions into static...
2009-01-07 Mike FrysingerBlackfin arch: set_dma_callback: do not store .irq
2009-01-07 Mike FrysingerBlackfin arch: drop irq_callback from struct dma_channel
2009-01-07 Mike FrysingerBlackfin arch: drop custom dma_interrupt_t and just...
2009-01-07 Mike FrysingerBlackfin arch: include linux/mm.h since we use PAGE_ALI...
2009-01-07 Mike FrysingerBlackfin arch: rewrite dma_memcpy() and dma in/out...
2009-01-07 Mike FrysingerBlackfin arch: check pointers in safe_dma_memcpy
2009-01-07 Mike FrysingerBlackfin arch: push bf561 PERIPHERAL_MAP oddity into...
2009-01-07 Robin GetzBlackfin arch: Add basic irq stack checking for Blackfin
2009-01-07 Mike FrysingerBlackfin arch: dma_memcpy() - do not return NULL when...
2009-01-07 Mike FrysingerBlackfin arch: remove #if check on L2_LENGTH
2009-01-07 Mike FrysingerBlackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_D...
2009-01-07 Michael McTernanBlackfin arch: add const to some function prototype...
2009-01-07 Graf YangBlackfin arch: implement support for /proc/dma
2009-01-07 Graf YangBlackfin arch: smp patch cleanup from LKML review
2009-01-07 Bernd SchmidtBlackfin arch: fix bugs in linker script when using...
2009-01-07 Bernd SchmidtBlackfin arch: Remove all traces of the relocation...
2009-01-07 Mike FrysingerBlackfin arch: tweak the BUG_ON() check to allow for...
2009-01-07 Mike FrysingerBlackfin arch: rewrite cplbinfo to use seq files
2009-01-07 Graf YangBlackfin arch: Allow a gpio pin be requested both as...
2009-01-07 Mike FrysingerBlackfin arch: delete now unused "cclk" member of black...
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-31 Al Virotake init_fs to saner place
2008-12-13 Rusty Russellcpumask: convert struct clock_event_device to cpumask...
2008-11-18 Michael HennerichBlackfin arch: Fix bug - change cpufreq doesn't take...
2008-11-18 Graf YangBlackfin arch: Request the gpio resource when making...
2008-11-18 Mike FrysingerBlackfin arch: add BUG_ON() checks to make sure we...
2008-11-18 Mike FrysingerBlackfin arch: noMMU CPLB lookup tables can be in L1...
2008-11-18 Mike FrysingerBlackfin arch: do not include init sections in the...
2008-11-18 Mike FrysingerBlackfin arch: change return value
2008-11-18 Mike FrysingerBlackfin arch: remove pointless define IN_KERNEL
2008-11-18 Mike FrysingerBlackfin arch: unify cplbinfo files
2008-11-18 Mike FrysingerBlackfin arch: remove BFIN_DMA_5XX option
2008-11-18 Mike FrysingerBlackfin arch: cleanup the time.c code
2008-11-18 Mike FrysingerBlackfin arch: do not define decode_instruction if...
2008-11-18 Mike FrysingerBlackfin arch: move out irq related functions
2008-11-18 Mike FrysingerBlackfin arch: introduce an IM_MEM macro to kgdb
2008-11-18 Mike FrysingerBlackfin arch: fix off-by-one errors on end of memory...
2008-11-18 Mike FrysingerBlackfin arch: delete unused vars and add parenthesis...
2008-11-18 Mike FrysingerBlackfin arch: move fixed code into init section
2008-11-18 Mike FrysingerBlackfin arch: remove superficial check on blackfin...
2008-11-18 Mike FrysingerBlackfin arch: dont export ack_bad_irq as no one else...
2008-11-18 Mike FrysingerBlackfin arch: overlay thread.usp over PT_USP
2008-11-18 Sonic ZhangBlackfin arch: Fix bug - hardware breakpoint doesn...
2009-01-07 Graf YangBlackfin arch: SMP supporting patchset: some other...
2008-11-18 Graf YangBlackfin arch: SMP supporting patchset: Blackfin kernel...
2008-11-18 Graf YangBlackfin arch: SMP supporting patchset: Blackfin CPLB...
2008-11-18 Michael HennerichBlackfin arch: Convert Blackfin GPIO driver to use...
2008-11-18 Bryan WuBlackfin arch: fix bug - gpio_bank() macros messed...
2008-10-29 Michael HennerichBlackfin arch: remove most BUG_ON channel checks
2008-10-28 Michael HennerichBlackfin arch: Remove useless SSYNCs in DMA code
2008-10-28 Michael HennerichBlackfin arch: lookup channel2irq() only once
2008-10-28 Mike FrysingerBlackfin arch: refine the gpio check
2008-10-28 Jie ZhangBlackfin arch: fix bug - shared lib function in L2...
2008-10-28 Mike FrysingerBlackfin arch: unify port_setup() to reduce arch differ...
2008-10-28 Mike FrysingerBlackfin arch: unify peripheral_request() to reduce...
2008-10-28 Mike FrysingerBlackfin arch: fix cmp_label() so it doesnt incorrectly...
2008-10-28 Mike FrysingerBlackfin arch: unify check_gpio() to reduce arch differ...
2008-10-28 Mike FrysingerBlackfin arch: fix incorrect limit check for bf54x...
2008-10-28 Mike FrysingerBlackfin arch: remove unused local define
next