aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu/init.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01sh: remove sh5 supportGravatar Arnd Bergmann 1-1/+1
2018-12-28sh: cpu: convert to SPDX identifiersGravatar Kuninori Morimoto 1-4/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-05sh: add support for J-Core J2 processorGravatar Rich Felker 1-1/+1
2016-07-31sh: disable aliased page logic on NOMMU modelsGravatar Rich Felker 1-0/+4
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Gravatar Geert Uytterhoeven 1-2/+2
2013-07-14sh: delete __cpuinit usage from all sh filesGravatar Paul Gortmaker 1-9/+9
2012-03-28Disintegrate asm/system.h for SHGravatar David Howells 1-1/+1
2010-10-26sh: Expose physical addressing mode through cpuinfo.Gravatar Paul Mundt 1-0/+2
2010-04-21sh: __cpuinit annotate the CPU init path.Gravatar Paul Mundt 1-10/+10
2010-04-21sh: Tidy CPU probing and fixup section annotations.Gravatar Paul Mundt 1-2/+2
2010-02-17sh: Setup boot CPU VBR early to enable early page faults.Gravatar Paul Mundt 1-4/+17
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Gravatar Paul Mundt 1-5/+5
2010-01-21sh: Kill off the special uncached section and fixmap.Gravatar Paul Mundt 1-2/+2
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Gravatar Paul Mundt 1-43/+55
2010-01-13sh: Move over to dynamically allocated FPU context.Gravatar Paul Mundt 1-32/+48
2010-01-05sh: Kill off dead UBC headers.Gravatar Paul Mundt 1-12/+8
2009-12-04sh: Make associative cache writes fatal on all SH-4A parts.Gravatar Paul Mundt 1-9/+4
2009-11-24sh: Minor optimisations to FPU handlingGravatar Stuart Menefy 1-2/+2
2009-10-16sh: Kill off legacy UBC wakeup cruft.Gravatar Paul Mundt 1-11/+0
2009-08-19Merge branch 'master' into sh/cachetlbGravatar Paul Mundt 1-1/+33
2009-08-15sh: rework nommu for generic cache.c use.Gravatar Paul Mundt 1-2/+0
2009-08-15sh: delay slot future proofing via EXPMASK on SH-4A parts.Gravatar Paul Mundt 1-1/+33
2009-06-02sh: add weak l2_cache_init function.Gravatar Kuninori Morimoto 1-0/+7
2008-12-22sh: Move arch_get_unmapped_area() in to arch/sh/mm/mmap.c.Gravatar Paul Mundt 1-0/+2
2008-03-06sh: Fix up section mismatches.Gravatar Paul Mundt 1-1/+1
2008-01-28sh: Encode L1/L2 cache shape in auxvt.Gravatar Paul Mundt 1-1/+28
2008-01-28sh: Preparation for uncached jumps through PMB.Gravatar Stuart Menefy 1-3/+3
2008-01-28sh: Disable initial cache flush on SH-5.Gravatar Paul Mundt 1-14/+18
2008-01-28sh: Don't reference UBC code in CPU init on sh64.Gravatar Paul Mundt 1-1/+6
2007-09-21sh: Bring SMP support back from the dead.Gravatar Paul Mundt 1-5/+11
2007-09-21sh: Support explicit L1 cache disabling.Gravatar Paul Mundt 1-4/+7
2007-06-11sh: Tidy up dependencies for SH-2 build.Gravatar Paul Mundt 1-14/+1
2007-05-07sh: speculative execution support for SH7780.Gravatar Paul Mundt 1-0/+19
2007-03-12sh: Fix SH-3 cache entry_mask and way_size calculation.Gravatar Paul Mundt 1-3/+17
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Gravatar Paul Mundt 1-15/+15
2007-02-13sh: Use a per-cpu ASID cache.Gravatar Paul Mundt 1-2/+9
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Gravatar Yoshinori Sato 1-0/+2
2006-09-27sh: Calculate shm alignment at runtime.Gravatar Paul Mundt 1-0/+5
2006-09-27sh: Optimized cache handling for SH-4/SH-4A caches.Gravatar Richard Curnow 1-1/+15
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]Gravatar OGAWA Hirofumi 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+222