aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/pmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-7/+2
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+0
2011-03-23sh: pmb: Use struct syscore_ops instead of sysdevsPaul Mundt1-29/+14
2010-10-14sh: Fix up PMB locking.Paul Mundt1-16/+15
2010-09-24sh: provide generic arch_debugfs_dir.Paul Mundt1-3/+1
2010-06-21arch/sh/mm: Eliminate a double lockJulia Lawall1-1/+1
2010-05-11sh: Reject small mappings for PMB bolting.Paul Mundt1-0/+2
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt1-1/+0
2010-04-25sh: Do not try merging two 128MB PMB mappingsMatt Fleming1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-23sh: Fix build after dynamic PMB reworkMatt Fleming1-0/+2
2010-03-23sh: Replace unsafe manipulation of MMUCRMatt Fleming1-1/+1
2010-03-05sh: Move PMB debugfs entry initialization to later stagePawel Moll1-1/+1
2010-03-04sh: fix up MMU reset with variable PMB mapping sizes.Paul Mundt1-6/+31
2010-03-03sh: check for existing mappings for bolted PMB entries.Paul Mundt1-44/+96
2010-03-02sh: fixed virt/phys mapping helpers for PMB.Paul Mundt1-46/+51
2010-03-02sh: make pmb iomapping configurable.Paul Mundt1-0/+17
2010-03-02sh: reworked dynamic PMB mapping.Paul Mundt1-98/+158
2010-03-01sh: No need to explicitly include <linux/rwlock.h>.Robert P. J. Day1-1/+0
2010-02-18sh: Merge legacy and dynamic PMB modes.Paul Mundt1-36/+207
2010-02-18sh: Use uncached I/O helpers in PMB setup.Paul Mundt1-27/+19
2010-02-17sh: PMB locking overhaul.Paul Mundt1-38/+114
2010-02-17sh: Fix up dynamically created write-through PMB mappings.Paul Mundt1-24/+32
2010-02-17sh: Build PMB entry links for existing contiguous multi-page mappings.Paul Mundt1-30/+29
2010-02-17sh: PMB tidying.Paul Mundt1-45/+38
2010-02-17sh: Fix up more 64-bit pgprot truncation on SH-X2 TLB.Paul Mundt1-1/+5
2010-02-16sh: Merge the legacy PMB mapping and entry synchronization code.Paul Mundt1-93/+69
2010-02-16sh: Prevent fixed slot PMB remapping from clobbering boot entries.Paul Mundt1-1/+1
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-12/+12
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt1-3/+3
2010-01-20sh: Make 29/32-bit mode check helper generally available.Paul Mundt1-0/+5
2010-01-18sh: Setup early PMB mappings.Matt Fleming1-51/+105
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