aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang2-3/+3
2009-06-13Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz1-51/+3
2009-06-12Blackfin: fix sparseirq/kstat_irqs falloutMike Frysinger1-0/+2
2009-06-12Blackfin: fix unused warnings after nommu updateMike Frysinger1-1/+0
2009-06-12Blackfin: export the last exception cause via debugfsRobin Getz1-0/+10
2009-06-12Blackfin: fix length checking in kgdb_ebin2memRoel Kluin1-3/+2
2009-06-12Blackfin: kgdb: fix up error return valuesMike Frysinger1-25/+30
2009-06-12Blackfin: push access_ok() L1 attribute downMike Frysinger1-0/+3
2009-06-12Blackfin: convert early_printk EVT init to a loopMike Frysinger1-13/+3
2009-06-12Blackfin: rename Blackfin relocs according to the toolchainMike Frysinger1-11/+11
2009-06-12Blackfin: convert SMP to only use generic time frameworkGraf Yang1-34/+19
2009-06-12Blackfin: override default uClinux MTD addr/sizeMike Frysinger1-4/+7
2009-06-12Blackfin: update gptimers APIMichael Hennerich1-5/+25
2009-06-12Blackfin: include system/processor info in dump messagesRobin Getz1-0/+23
2009-06-12Blackfin: add workaround for anomaly 05000461Robin Getz1-0/+3
2009-06-12Blackfin: make sure stack is accessible before dumping itRobin Getz1-0/+11
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-21clocksource: pass clocksource to read() callbackMagnus Damm1-6/+6
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds2-35/+47
2009-03-29Blackfin arch: be less noisy when gets a gpio conflict after kernel has bootedRobin Getz1-8/+16
2009-03-29Blackfin 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 bf561-ezkit kernel with smp patchSonic 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