summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/pmb.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Fold fixed-PMB support into dynamic PMB supportMatt Fleming2009-10-101-5/+60
* sh: Fix the offset from P1SEG/P2SEG where we map RAMMatt Fleming2009-10-101-6/+7
* sh: Remap physical memory into P1 and P2 in pmb_init()Matt Fleming2009-10-101-39/+15Star
* sh: Get rid of the kmem cache codeMatt Fleming2009-10-101-55/+26Star
* sh: Make most PMB functions staticMatt Fleming2009-10-101-9/+8Star
* sh: Allocate PMB entry slot earlierMatt Fleming2009-10-101-41/+39Star
* sh: Don't allocate smaller sized mappings on every iterationMatt Fleming2009-10-091-0/+7
* sh: Plug PMB alloc memory leakMatt Fleming2009-10-091-6/+24
* sh: PMB hibernation supportFrancesco VIRLINZI2009-03-161-0/+38
* Fix debugfs_create_file's error checking method for arch/sh/mm/Zhaolei2008-10-201-0/+2
* sh: fix seq_file memory leakLi Zefan2008-07-281-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* sh: Create an sh debugfs root.Paul Mundt2008-04-181-1/+1
* sh: Preparation for uncached jumps through PMB.Stuart Menefy2008-01-281-9/+9
* sh: Fix compile error of arch/sh/mm/pmb.cNobuhiro Iwamatsu2008-01-281-1/+1
* sh: Invalidate the TLB after applying PMB mappings.Stuart Menefy2008-01-281-0/+6
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1Star
* sh: Support explicit L1 cache disabling.Paul Mundt2007-09-211-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* sh: Kill off pmb slab cache destructor.Paul Mundt2007-05-141-41/+38Star
* use SLAB_PANIC flag cleanupAkinobu Mita2007-05-081-3/+3
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-3/+3
* sh: More cosmetic cleanups and trivial fixes.Paul Mundt2006-09-271-4/+0Star
* sh: ioremap() overhaul.Paul Mundt2006-09-271-5/+140
* sh: SH-4A Privileged Space Mapping Buffer (PMB) support.Paul Mundt2006-09-271-0/+269