aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: merge kernel init memory back into main memory regionSonic Zhang2010-10-221-0/+3
* Blackfin: cleanup style/comments/etc... in paging_init()Mike Frysinger2010-05-211-18/+13
* Blackfin: drop unused bad_page pages and move zero_page to the bssMike Frysinger2010-05-211-25/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-25/+2
* Blackfin: catch hardware errors earlier during bootingRobin Getz2009-09-161-0/+3
* Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang2009-06-221-1/+1
* Blackfin: merge sram init functionsGraf Yang2009-06-121-9/+0
* Blackfin: drop unused reserve_pda() functionGraf Yang2009-06-121-10/+0
* Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCHGraf Yang2009-06-121-2/+12
* Blackfin arch: mark init_pda as __init as only __init funcs all itMike Frysinger2009-03-051-1/+1
* Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt2009-01-071-10/+0
* Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang2008-11-181-13/+47
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-07-261-3/+9
|\
| * Blackfin arch: change L1 malloc to base on slab cache and lists.Sonic Zhang2008-07-191-3/+9
* | blackfin: use generic show_mem()Johannes Weiner2008-07-261-27/+0
|/
* [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-091-8/+4
* [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: show_mem can not be marked as init, since it is called during ...Robin Getz2007-10-101-1/+1
* Blackfin arch: combine the common code of free_initrd_mem and free_initmemMike Frysinger2007-07-121-28/+17
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-121-1/+1
* Blackfin arch: mark our memory init functions with __init so they get freed a...Mike Frysinger2007-06-111-10/+10
* Blackfin arch: ISP1761 doesn't work for USB flash diskAubrey Li2007-05-211-1/+2
* blackfin architectureBryan Wu2007-05-071-0/+208