summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * Blackfin arch: change L1 malloc to base on slab cache and lists.Sonic Zhang2008-07-193-163/+248
| * Blackfin arch: Fix bug - do not overflow the buffer given to us which tends t...Mike Frysinger2008-07-141-12/+26
* | blackfin: use generic show_mem()Johannes Weiner2008-07-261-27/+0Star
|/
* [Blackfin] arch: fix bug - make sure we check the right L1 lengthMeihui Fan2008-04-231-1/+1
* [Blackfin] arch: kill section mismatch warningsBryan Wu2008-02-291-2/+2
* [Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" op...Yi Li2008-02-081-8/+4Star
* [Blackfin] arch: fix bug kernel boot message: memory information is not reaso...Yi Li2008-01-271-6/+23
* [Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt2008-01-271-1/+3
* Blackfin arch: do not include linux/autoconf.hMike Frysinger2007-11-151-1/+0Star
* Blackfin arch: show_mem can not be marked as init, since it is called during ...Robin Getz2007-10-101-1/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* Blackfin arch: combine the common code of free_initrd_mem and free_initmemMike Frysinger2007-07-121-28/+17Star
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-122-3/+3
* Blackfin arch: make sure we initialize our L1 Data B section properly based o...Mike Frysinger2007-06-141-2/+3
* Blackfin arch: implement a basic /proc/sram file for L1 allocation visibilityMike Frysinger2007-06-141-12/+80
* Blackfin arch: mark our memory init functions with __init so they get freed a...Mike Frysinger2007-06-112-14/+14
* Blackfin arch: spelling fixesSimon Arlott2007-06-111-3/+3
* Blackfin arch: ISP1761 doesn't work for USB flash diskAubrey Li2007-05-211-1/+2
* blackfin architectureBryan Wu2007-05-074-0/+791