summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Blackfin: make sure MPU CPLB for first 1k is marked as validRobin Getz1-1/+1
2009-06-12Blackfin: add workaround for anomaly 05000287Graf Yang1-1/+8
2009-06-12Blackfin: add support for gptimer0 as a tick sourceGraf Yang2-44/+188
2009-06-12Blackfin: detect anomaly 05000274Sonic Zhang1-7/+2
2009-06-12Blackfin: do not append newlines to panic() messagesMike Frysinger2-6/+6
2009-06-12Blackfin: delete unused sys_getpagesize() functionMike Frysinger1-5/+0
2009-06-12Blackfin: work around anomaly 05000287Graf Yang1-1/+8
2009-06-12Blackfin: punt useless GPIO init callMike Frysinger1-9/+0
2009-06-12Blackfin: annotate anomaly 05000119 in core DMA codeRobin Getz1-0/+5
2009-06-12Blackfin: fix early L1 relocation crashRobin Getz2-23/+109
2009-06-12Blackfin: do not error if GPIO IRQ is requested already as GPIOMichael Hennerich1-9/+0
2009-06-12Blackfin: merge Philippe's recent ipipe patchPhilippe Gerum1-3/+6
2009-06-12Blackfin: fix data cache flushing when doing icache flushingMike Frysinger1-1/+0
2009-06-12Blackfin: allow scheduler functions to be placed into L1Robin Getz1-0/+5
2009-05-27Blackfin: ignore generated vmlinux.ldsMike Frysinger1-0/+1
2009-04-22clocksource: pass clocksource to read() callbackMagnus Damm1-6/+6
2009-04-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-04-03Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2-35/+47
2009-03-28Blackfin arch: be less noisy when gets a gpio conflict after kernel has bootedRobin Getz1-8/+16
2009-03-28Blackfin arch: add link-time asserts to make sure on-chip regions dont overflowMike Frysinger1-0/+4
2009-03-28Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}xMike Frysinger1-27/+27
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+5
2009-03-24[MTD] Fix a bad dependency in the Blackfin codeBernd Schmidt1-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar8-146/+85
2009-03-05Blackfin arch: fix bug - gdb signull case make trunk kernel panic frequentlyJie Zhang1-2/+3
2009-03-05Blackfin arch: remove spurious dash when dcache is offMike Frysinger1-3/+3
2009-03-05Blackfin arch: Random read/write errors are a bad thingRobin Getz1-0/+4
2009-03-05Blackfin arch: fix bug - kgdb fails to continue after setting breakpoint on b...Sonic Zhang1-2/+7
2009-03-04Blackfin arch: Update adeos blackfin arch patch to 1.9-00Philippe Gerum3-136/+59
2009-03-02Blackfin arch: fix bug - jump_to_zero test case failed on noMPU kernelBernd Schmidt1-0/+4
2009-03-02Blackfin arch: use common KGDB_TESTS rather than our own KGDB_TESTCASEMike Frysinger1-3/+5
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar9-392/+300
2009-02-04Blackfin arch: Update Copyright informationMichael Hennerich1-1/+1
2009-02-04Blackfin arch: define bfin_memmap as static since it is only used hereMike Frysinger1-1/+1
2009-02-04Blackfin arch: cplb mananger: use a do...while loop rather than a for loopMike Frysinger1-4/+8
2009-02-04Blackfin arch: fix bug - traps test case 19 for exception 0x2d failsBernd Schmidt1-3/+1
2009-02-04Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in itMike Frysinger1-0/+6
2009-02-04Blackfin arch: bfin_reset->_bfin_reset redirection no longer neededMike Frysinger1-7/+1
2009-02-04Blackfin arch: sync reboot handler with version in u-bootMike Frysinger1-11/+15
2009-02-04Blackfin arch: Fix bug - BF518 port F, G, and H have different mux offset com...Graf Yang1-5/+12
2009-02-04Blackfin arch: Add in cflag to support mlong-calls for kgdb_testGrace Pan1-0/+2
2009-02-04Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang1-3/+2
2009-02-04Blackfin arch: Add ability to count and display number of NMI interruptsRobin Getz1-1/+7
2009-02-04Blackfin arch: Add a few more instructions that can cause the trace buffer to...Robin Getz1-0/+12
2009-02-04Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger1-345/+202
2009-02-04Blackfin arch: Add one more check on `fp' to prevent double faultJie Zhang1-5/+3
2009-02-04Blackfin arch: explicit add a might sleep to gpio_freeUwe Kleine-Koenig1-0/+2
2009-02-04Blackfin arch: don't accidently re-enable interruptsRobin Getz1-6/+13