aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm/blackfin_sram.c
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: rename blackfin_sram.c to sram-alloc.cRobin Getz2008-10-081-806/+0
* Blackfin arch: sram: use 'unsigned long' for irqflagsVegard Nossum2008-08-281-11/+11
* Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then rebo...Sonic Zhang2008-08-251-1/+1
* Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger2008-08-131-6/+6
* Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang2008-07-191-33/+137
* Blackfin arch: change L1 malloc to base on slab cache and lists.Sonic Zhang2008-07-191-157/+238
* Blackfin arch: Fix bug - do not overflow the buffer given to us which tends t...Mike Frysinger2008-07-141-12/+26
* [Blackfin] arch: fix bug - make sure we check the right L1 lengthMeihui Fan2008-04-231-1/+1
* Blackfin arch: do not include linux/autoconf.hMike Frysinger2007-11-151-1/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-121-2/+2
* 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-111-4/+4
* Blackfin arch: spelling fixesSimon Arlott2007-06-111-3/+3
* blackfin architectureBryan Wu2007-05-071-0/+540