aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Blackfin: cleanup style/comments/etc... in paging_init()Mike Frysinger1-18/+13
2010-05-21Blackfin: drop unused bad_page pages and move zero_page to the bssMike Frysinger1-25/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-09Blackfin: simplify SMP handling in SRAM codeYi Li1-18/+9
2010-03-09Blackfin: isram: add unlikely to sanity checksMike Frysinger1-3/+3
2010-01-07blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel2-1/+98
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz4-85/+10
2009-09-16Blackfin: fix typo in isram_write()Robin Getz1-4/+6
2009-09-16Blackfin: add some isram-driver self testsMike Frysinger1-2/+210
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz1-0/+3
2009-09-16Blackfin: push SRAM locks down into related ifdefsMike Frysinger1-13/+17
2009-07-04Merge branch 'master' into for-nextTejun Heo1-1/+1
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo1-3/+3
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang1-1/+1
2009-06-12Blackfin: document the lsl variants of the L1 allocatorMike Frysinger1-0/+4
2009-06-12Blackfin: fix handling of initial L1 reservationGraf Yang1-2/+10
2009-06-12Blackfin: merge sram init functionsGraf Yang3-11/+4
2009-06-12Blackfin: drop unused reserve_pda() functionGraf Yang1-10/+0
2009-06-12Blackfin: fix bug found by traps test case 21Graf Yang1-1/+1
2009-06-12Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCHGraf Yang1-2/+12
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-05Blackfin arch: mark init_pda as __init as only __init funcs all itMike Frysinger1-1/+1
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt1-10/+0
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang1-0/+1
2008-11-18Blackfin arch: fix unused warning for some blackfin derivativesMike Frysinger1-0/+2
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang2-156/+240
2008-10-28Blackfin arch: fix bug - shared lib function in L2 failed be calledJie Zhang1-4/+4
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception contextRobin Getz2-1/+202
2008-10-08Blackfin arch: rename blackfin_sram.c to sram-alloc.cRobin Getz2-15/+18
2008-08-28Blackfin arch: sram: use 'unsigned long' for irqflagsVegard Nossum1-11/+11
2008-08-25Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then reboot the board.Sonic Zhang1-1/+1
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger1-6/+6
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds3-178/+381
2008-07-26blackfin: use generic show_mem()Johannes Weiner1-27/+0
2008-07-19Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang1-33/+137
2008-07-19Blackfin arch: change L1 malloc to base on slab cache and lists.Sonic Zhang3-163/+248
2008-07-14Blackfin arch: Fix bug - do not overflow the buffer given to us which tends to happen when CONFIG_L1_MAX_PIECE is increased past its defaultMike Frysinger1-12/+26
2008-04-23[Blackfin] arch: fix bug - make sure we check the right L1 lengthMeihui Fan1-1/+1
2008-02-29[Blackfin] arch: kill section mismatch warningsBryan Wu1-2/+2
2008-02-09[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.cYi Li1-8/+4
2008-01-27[Blackfin] arch: fix bug kernel boot message: memory information is not reasonableYi Li1-6/+23
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt1-1/+3
2007-11-15Blackfin arch: do not include linux/autoconf.hMike Frysinger1-1/+0
2007-10-10Blackfin arch: show_mem can not be marked as init, since it is called during OOM conditionRobin Getz1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-12Blackfin arch: combine the common code of free_initrd_mem and free_initmemMike Frysinger1-28/+17
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2-3/+3
2007-06-14Blackfin arch: make sure we initialize our L1 Data B section properly based on the linked kernelMike Frysinger1-2/+3
2007-06-14Blackfin arch: implement a basic /proc/sram file for L1 allocation visibilityMike Frysinger1-12/+80
2007-06-11Blackfin arch: mark our memory init functions with __init so they get freed after initMike Frysinger2-14/+14