summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/cplb-nompu
AgeCommit message (Expand)Author
2018-03-16arch: remove blackfin portArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2013-05-09bfin cache: dcplb map: add 16M dcplb map for BF60xSteven Miao
2012-07-24blackfin: cplb-nompu: fix ROM cplb size for bf609-ezkitBob Liu
2012-05-21blackfin: cplb: add support for bf60xBob Liu
2011-01-10Blackfin: no-mpu: fix masking of small uncached dma regionSonic Zhang
2010-03-09Blackfin: initial XIP supportBarry Song
2009-12-15Blackfin: NOMPU: skip DMA ICPLB hole when it is redundantMike Frysinger
2009-12-15Blackfin: support smaller uncached DMA chunks for memory constrained systemsBarry Song
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz
2009-09-16Blackfin: unify cache init functionsMike Frysinger
2009-09-16Blackfin: add ICPLB coverage for async banksBernd Schmidt
2009-09-16Blackfin: use raw_smp_processor_id() in exception codeYi Li
2009-09-16Blackfin: cleanup sync handling when enabling/disabling cplbsYi Li
2009-07-16Blackfin: add CPLB entries for Core B on-chip L1 SRAM regionsGraf Yang
2009-06-13Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz
2009-06-12Blackfin: add workaround for anomaly 05000287Graf Yang
2009-03-02Blackfin arch: fix bug - jump_to_zero test case failed on noMPU kernelBernd Schmidt
2009-02-04Blackfin arch: cplb mananger: use a do...while loop rather than a for loopMike Frysinger
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang
2009-01-07Blackfin arch: tweak the BUG_ON() check to allow for equal valuesMike Frysinger
2008-11-18Blackfin arch: add BUG_ON() checks to make sure we dont overflow the cplb tablesMike Frysinger
2008-11-18Blackfin arch: noMMU CPLB lookup tables can be in L1 SRAMMike Frysinger
2008-11-18Blackfin arch: do not include init sections in the kernel lock down as it get...Mike Frysinger
2008-11-18Blackfin arch: change return valueMike Frysinger
2008-11-18Blackfin arch: remove pointless define IN_KERNELMike Frysinger
2008-11-18Blackfin arch: unify cplbinfo filesMike Frysinger
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang
2008-10-27Blackfin arch: fix bug - Fail to boot jffs2 kernel for BF561 with SMP patchGraf Yang
2008-10-16Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush hea...Mike Frysinger
2008-10-09Blackfin arch: Make L2 SRAM cacheableSonic Zhang
2008-10-08Blackfin arch: Modify some funtion names to more genernal onesGraf Yang
2008-08-14Blackfin arch: mark some functions as __init as they are only called from __i...Mike Frysinger
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger
2008-07-15Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R...Michael Hennerich
2008-07-14Blackfin arch: Remove redundant kernel optionMichael Hennerich
2008-06-25Blackfin arch: fix up section mismatch warningBryan Wu
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger
2008-04-24[Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU s...Mike Frysinger
2008-04-24[Blackfin] arch: remove duplicated prototypes for internal cplb structures fr...Mike Frysinger
2008-04-23[Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file ...Mike Frysinger
2008-01-22[Blackfin] arch: Fix bug - kernel build with Debug option enabled fails to bo...Michael Hennerich
2008-01-11[Blackfin] arch: move all code related to CPLB handling into a new subdirecto...Bernd Schmidt