aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/cplb-nompu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann3-450/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-05-09bfin cache: dcplb map: add 16M dcplb map for BF60xSteven Miao2-7/+36
2012-07-24blackfin: cplb-nompu: fix ROM cplb size for bf609-ezkitBob Liu1-0/+8
2012-05-21blackfin: cplb: add support for bf60xBob Liu2-2/+8
2011-01-10Blackfin: no-mpu: fix masking of small uncached dma regionSonic Zhang1-1/+1
2010-03-09Blackfin: initial XIP supportBarry Song1-0/+9
2009-12-15Blackfin: NOMPU: skip DMA ICPLB hole when it is redundantMike Frysinger1-5/+6
2009-12-15Blackfin: support smaller uncached DMA chunks for memory constrained systemsBarry Song1-7/+13
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz2-31/+4
2009-09-16Blackfin: unify cache init functionsMike Frysinger2-72/+1
2009-09-16Blackfin: add ICPLB coverage for async banksBernd Schmidt1-2/+9
2009-09-16Blackfin: use raw_smp_processor_id() in exception codeYi Li1-1/+1
2009-09-16Blackfin: cleanup sync handling when enabling/disabling cplbsYi Li2-31/+8
2009-07-16Blackfin: add CPLB entries for Core B on-chip L1 SRAM regionsGraf Yang1-6/+17
2009-06-13Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz1-51/+3
2009-06-12Blackfin: add workaround for anomaly 05000287Graf Yang1-1/+8
2009-03-02Blackfin arch: fix bug - jump_to_zero test case failed on noMPU kernelBernd Schmidt1-0/+4
2009-02-04Blackfin arch: cplb mananger: use a do...while loop rather than a for loopMike Frysinger1-4/+8
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt6-1182/+410
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang1-0/+1
2009-01-07Blackfin arch: tweak the BUG_ON() check to allow for equal valuesMike Frysinger1-4/+4
2008-11-18Blackfin arch: add BUG_ON() checks to make sure we dont overflow the cplb tablesMike Frysinger1-1/+10
2008-11-18Blackfin arch: noMMU CPLB lookup tables can be in L1 SRAMMike Frysinger1-4/+9
2008-11-18Blackfin arch: do not include init sections in the kernel lock down as it gets released afterwardsMike Frysinger1-1/+1
2008-11-18Blackfin arch: change return valueMike Frysinger1-12/+6
2008-11-18Blackfin arch: remove pointless define IN_KERNELMike Frysinger1-4/+4
2008-11-18Blackfin arch: unify cplbinfo filesMike Frysinger2-211/+0
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang4-97/+85
2008-10-27Blackfin arch: fix bug - Fail to boot jffs2 kernel for BF561 with SMP patchGraf Yang1-4/+5
2008-10-16Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush header where it belongsMike Frysinger1-0/+1
2008-10-09Blackfin arch: Make L2 SRAM cacheableSonic Zhang1-2/+2
2008-10-08Blackfin arch: Modify some funtion names to more genernal onesGraf Yang1-1/+1
2008-08-14Blackfin arch: mark some functions as __init as they are only called from __init functionsMike Frysinger1-2/+2
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger1-5/+1
2008-07-15Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R_pcrel12_jump_s)Michael Hennerich1-1/+1
2008-07-14Blackfin arch: Remove redundant kernel optionMichael Hennerich1-5/+1
2008-06-25Blackfin arch: fix up section mismatch warningBryan Wu1-2/+4
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger1-2/+8
2008-04-24[Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settingsMike Frysinger1-0/+2
2008-04-24[Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin headerMike Frysinger1-3/+1
2008-04-23[Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used.Mike Frysinger2-11/+23
2008-01-22[Blackfin] arch: Fix bug - kernel build with Debug option enabled fails to boot upMichael Hennerich1-0/+2
2008-01-11[Blackfin] arch: move all code related to CPLB handling into a new subdirectory under kernel/Bernd Schmidt6-0/+1496