aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/cache-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven1-1/+1
2011-06-06sh: fix wrong icache/dcache address-array start addr in cache-debugfs.Srinivas KANDAGATLA1-20/+5
2010-09-24sh: provide generic arch_debugfs_dir.Paul Mundt1-8/+2
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-2/+2
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt1-2/+1
2008-10-20Fix debugfs_create_file's error checking method for arch/sh/mm/Zhaolei1-0/+6
2008-07-28sh: fix seq_file memory leakLi Zefan1-1/+1
2008-04-18sh: Create an sh debugfs root.Paul Mundt1-2/+2
2008-01-28sh: Preparation for uncached jumps through PMB.Stuart Menefy1-4/+5
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt1-2/+2
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-10-03sh: build fixes for defconfigs.Paul Mundt1-1/+1
2006-09-27sh: Add support for cacheline poking through debugfs.Paul Mundt1-0/+147