aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/cplb-mpu/cplbmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-379/+0
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-03-09Blackfin: respect the L1 kconfig optimization in the MPU codeBarry Song1-6/+12
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: support XIP in async flash memoryBarry Song1-4/+9
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-15/+4
2009-09-16Blackfin: use raw_smp_processor_id() in exception codeYi Li1-1/+1
2009-09-16Blackfin: cleanup sync handling when enabling/disabling cplbsYi Li1-50/+11
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang1-12/+24
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang1-1/+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 Schmidt1-2/+7
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang1-50/+52
2008-10-16Blackfin arch: use the new bfin_addr_dcachable() functionMike Frysinger1-3/+2
2008-10-07Blackfin arch: fixing bug - under IRQ stress, running applications may wrongly trigger an ICPLB miss and be killedBernd Schmidt1-2/+12
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 Frysinger1-1/+5
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 Schmidt1-2/+2
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt1-0/+338