aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/pmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt1-45/+61
2009-10-10sh: Fold fixed-PMB support into dynamic PMB supportMatt Fleming1-5/+60
2009-10-10sh: Fix the offset from P1SEG/P2SEG where we map RAMMatt Fleming1-6/+7
2009-10-10sh: Remap physical memory into P1 and P2 in pmb_init()Matt Fleming1-39/+15
2009-10-10sh: Get rid of the kmem cache codeMatt Fleming1-55/+26
2009-10-10sh: Make most PMB functions staticMatt Fleming1-9/+8
2009-10-10sh: Allocate PMB entry slot earlierMatt Fleming1-41/+39
2009-10-09sh: Don't allocate smaller sized mappings on every iterationMatt Fleming1-0/+7
2009-10-09sh: Plug PMB alloc memory leakMatt Fleming1-6/+24
2009-03-16sh: PMB hibernation supportFrancesco VIRLINZI1-0/+38
2008-10-20Fix debugfs_create_file's error checking method for arch/sh/mm/Zhaolei1-0/+2
2008-07-28sh: fix seq_file memory leakLi Zefan1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-04-18sh: Create an sh debugfs root.Paul Mundt1-1/+1
2008-01-28sh: Preparation for uncached jumps through PMB.Stuart Menefy1-9/+9
2008-01-28sh: Fix compile error of arch/sh/mm/pmb.cNobuhiro Iwamatsu1-1/+1
2008-01-28sh: Invalidate the TLB after applying PMB mappings.Stuart Menefy1-0/+6
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-09-21sh: Support explicit L1 cache disabling.Paul Mundt1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-14sh: Kill off pmb slab cache destructor.Paul Mundt1-41/+38
2007-05-08use SLAB_PANIC flag cleanupAkinobu Mita1-3/+3
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-09-27sh: More cosmetic cleanups and trivial fixes.Paul Mundt1-4/+0
2006-09-27sh: ioremap() overhaul.Paul Mundt1-5/+140
2006-09-27sh: SH-4A Privileged Space Mapping Buffer (PMB) support.Paul Mundt1-0/+269