aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/cplb-mpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21blackfin: cplb-mpu: fix page mask table overflowBarry Song1-0/+2
2010-10-07Blackfin: Rename IRQ flags handling functionsDavid Howells1-4/+4
2010-08-06Blackfin: move MPU anomaly check to common locationMike Frysinger1-4/+0
2010-03-09Blackfin: respect the L1 kconfig optimization in the MPU codeBarry Song1-6/+12
2010-03-09Blackfin: initial XIP supportBarry Song1-0/+9
2010-03-09Blackfin: MPU: handle caches for reserved memorySonic Zhang1-1/+5
2010-03-09Blackfin: fix MPU page permission masks overflow when dealing with async memoryBarry Song1-8/+22
2009-12-15Blackfin: MPU: add missing __init markingsMike Frysinger1-1/+1
2009-12-15Blackfin: MPU: support XIP in async flash memoryBarry Song1-4/+9
2009-11-25Blackfin: fix cache Kconfig typoAndré Goddard Rosa1-1/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz2-32/+7
2009-09-16Blackfin: unify cache init functionsMike Frysinger2-72/+1
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-52/+15
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang2-17/+29
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang1-1/+1
2009-06-12Blackfin: make sure MPU CPLB for first 1k is marked as validRobin Getz1-1/+1
2009-06-12Blackfin: work around anomaly 05000287Graf Yang1-1/+8
2009-02-04Blackfin arch: fix bug - traps test case 19 for exception 0x2d failsBernd Schmidt1-3/+1
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li1-4/+4
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt3-2/+16
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang1-0/+1
2008-11-18Blackfin arch: unify cplbinfo filesMike Frysinger2-152/+0
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang4-88/+104
2008-10-16Blackfin arch: use the new bfin_addr_dcachable() functionMike Frysinger1-3/+2
2008-10-09Blackfin arch: Make L2 SRAM cacheableSonic Zhang1-0/+10
2008-10-08Blackfin arch: Modify some funtion names to more genernal onesGraf Yang1-1/+1
2008-10-07Blackfin arch: fixing bug - under IRQ stress, running applications may wrongly trigger an ICPLB miss and be killedBernd Schmidt1-2/+12
2008-08-14Blackfin arch: mark some functions as __init as they are only called from __init functionsMike Frysinger1-2/+2
2008-04-25[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPUBernd Schmidt1-4/+0
2008-04-24[Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernelMike Frysinger1-2/+8
2008-04-24[Blackfin] arch: cplb-mpu code clean upMike Frysinger2-9/+5
2008-04-24[Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settingsMike Frysinger1-0/+2
2008-04-24[Blackfin] arch: support the reserved memory region in the MPU codeBernd Schmidt1-23/+41
2008-04-24[Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548Bernd Schmidt1-1/+1
2008-04-23[Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area.Bernd Schmidt1-19/+27
2008-04-23[Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree.Bernd Schmidt2-3/+3
2008-02-02[Blackfin] arch: error out if ANOMALY_05000263 applies while enabling the MPUMike Frysinger1-0/+4
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt5-0/+643