aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.cDavid S. Miller2008-03-251-3/+2
* [SPARC]: Kill 'prom_palette'.David S. Miller2008-02-181-2/+0
* [SPARC64]: Kill 'prom_keyboard'.David S. Miller2008-02-181-1/+0
* [SPARC]: Kill extern decl of 'panic_setup'.David S. Miller2008-02-181-2/+0
* [SPARC64]: Delete 'boot_flags'.David S. Miller2008-02-181-5/+0
* [SPARC64]: Kill unused function 'kernel_enter_debugger'.David S. Miller2008-02-181-5/+0
* [SPARC64]: Always register a PROM based early console.David S. Miller2008-02-171-7/+7
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* [SPARC]: Constify function pointer tables.Jan Engelhardt2008-01-221-1/+1
* [SPARC]: Fix serial console device detection.David S. Miller2007-07-201-69/+1
* [SPARC64]: SMP build fix.Fabio Massimo Di Nitto2007-07-161-2/+2
* [SPARC64]: Fix UP build.David S. Miller2007-07-161-1/+1
* [SPARC64]: More sensible udelay implementation.David S. Miller2007-07-161-3/+0
* [SPARC64]: Move topology init code into new file, sysfs.cDavid S. Miller2007-06-041-19/+0
* [SPARC64]: Use machine description and OBP properly for cpu probing.David S. Miller2007-05-291-11/+7
* [SPARC64]: Add hypervisor API negotiation and fix console bugs.David S. Miller2007-05-151-0/+3
* [PATCH] Dynamic kernel command-line: sparc64Alon Bar-Lev2007-02-121-1/+1
* [SPARC]: Kill BOOTME_SINGLE.David S. Miller2006-10-171-2/+0
* [SPARC32]: Fix sparc32 modpost warnings with sunzilogMartin Habets2006-10-111-10/+0
* [PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2006-07-101-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-271-1/+1
* [SPARC64]: Must run smp_setup_cpu_possible_map() after paging_init()David S. Miller2006-06-231-2/+2
* [SPARC64]: Make smp_processor_id() functional before start_kernel()David S. Miller2006-05-311-12/+11
* [PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki2006-04-111-1/+1
* [SPARC64]: CONFIG_BLK_DEV_RAM fixAndrew Morton2006-03-201-1/+1
* [SPARC64]: Fix system type in /proc/cpuinfo and remove bogus OBP check.David S. Miller2006-03-201-7/+6
* [SPARC64]: kzalloc() conversionEric Sesterhenn2006-03-201-9/+5
* [SPARC64]: Init boot cpu's trap_block[] before paging_init()David S. Miller2006-03-201-2/+2
* [SPARC64]: Fix uniprocessor IRQ targetting on SUN4V.David S. Miller2006-03-201-4/+2
* [SPARC64]: Get SUN4V SMP working.David S. Miller2006-03-201-1/+1
* [SPARC64] sunhv: Bug fixes.David S. Miller2006-03-201-0/+1
* [SPARC64]: Recognize "virtual-console" as input and output console device.David S. Miller2006-03-201-0/+5
* [SPARC64]: Deal with PTE layout differences in SUN4V.David S. Miller2006-03-201-274/+0
* [SPARC64]: Fix typo in sun4v_patch().David S. Miller2006-03-201-1/+1
* [SPARC64]: Print ARCH as SUN4V when tlb_type is hypervisor.David S. Miller2006-03-201-1/+4
* [SPARC64]: Detect sun4v early in boot process.David S. Miller2006-03-201-3/+6
* [SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller2006-03-201-13/+17
* [SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patchDavid S. Miller2006-03-201-8/+8
* [SPARC64]: Add missing memory barriers to instruction patching functions.David S. Miller2006-03-201-0/+7
* [SPARC64]: Sanitize %pstate writes for sun4v.David S. Miller2006-03-201-6/+20
* [SPARC64]: Add initial code to twiddle %gl on trap entry/exit.David S. Miller2006-03-201-0/+20
* [SPARC64]: Add sun4v case to __GET_CPUID() patch tables.David S. Miller2006-03-201-0/+3
* [SPARC64]: Refine code sequences to get the cpu id.David S. Miller2006-03-201-2/+54
* [SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller2006-03-201-0/+8
* [SPARC64]: Make cpu_present_map available earlier.David S. Miller2006-02-261-0/+2
* [SPARC64]: Serial Console for E250 PatchEddie C. Dost2006-01-181-0/+2
* [PATCH] sparc64: task_thread_info()Al Viro2006-01-121-1/+1
* [SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for "ncpus probed" field.David S. Miller2005-11-111-4/+15
* [SPARC64] mm: don't re-evaluate *ptepHugh Dickins2005-11-071-4/+8