android_kernel_xiaomi_sm8350/arch/sparc64/kernel
David S. Miller a7b31bac69 [SPARC64]: Do not write garbage into %pstate in tsb_context_switch().
For SUN4V, we were clobbering %o5 to do the hypervisor call.
This clobbers the saved %pstate value and we end up writing
garbage into that register as a result.  Oops.

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 01:13:08 -08:00
..
asm-offsets.c
auxio.c
binfmt_aout32.c [SPARC64]: Add infrastructure for dynamic TSB sizing. 2006-03-20 01:11:17 -08:00
binfmt_elf32.c
central.c
chmc.c
cpu.c [SPARC64]: kernel/cpu.c needs asm/spitfire.h 2006-03-20 01:12:05 -08:00
devices.c [SPARC64]: Decode virtual-devices interrupts correctly. 2006-03-20 01:13:05 -08:00
dtlb_miss.S [SPARC64]: Access TSB with physical addresses when possible. 2006-03-20 01:11:32 -08:00
dtlb_prot.S
ebus.c
entry.S [SPARC64]: Implement rest of generic interrupt hypervisor calls. 2006-03-20 01:12:37 -08:00
etrap.S [SPARC64]: Patch up mmu context register writes for sun4v. 2006-03-20 01:11:56 -08:00
head.S [SPARC64]: Fix sun4v early bootup. 2006-03-20 01:12:21 -08:00
idprom.c
init_task.c
iommu_common.c
iommu_common.h
irq.c [SPARC64]: Two IRQ handling fixes. 2006-03-20 01:13:02 -08:00
isa.c
itlb_miss.S [SPARC64]: Deal with PTE layout differences in SUN4V. 2006-03-20 01:12:25 -08:00
kprobes.c
ktlb.S [SPARC64]: Deal with PTE layout differences in SUN4V. 2006-03-20 01:12:25 -08:00
Makefile [SPARC64]: More SUN4V PCI controller work. 2006-03-20 01:12:11 -08:00
module.c
pci_common.c [SPARC64]: Fix pci_intmap_match(). 2006-03-20 01:13:03 -08:00
pci_impl.h
pci_iommu.c [SPARC64]: First cut at SUN4V PCI IOMMU handling. 2006-03-20 01:12:15 -08:00
pci_psycho.c
pci_sabre.c
pci_schizo.c
pci_sun4v_asm.S [SPARC64]: Move devino_to_sysino out of pci_sun4v_asm.S 2006-03-20 01:12:36 -08:00
pci_sun4v.c [SPARC64]: Make lack of interrupt-map-* a fatal error on SUN4V. 2006-03-20 01:13:00 -08:00
pci_sun4v.h [SPARC64]: Move devino_to_sysino out of pci_sun4v_asm.S 2006-03-20 01:12:36 -08:00
pci.c [SPARC64]: Beginnings of SUN4V PCI controller support. 2006-03-20 01:12:10 -08:00
power.c
process.c [SPARC64]: Refine register window trap handling. 2006-03-20 01:11:36 -08:00
ptrace.c
rtrap.S [SPARC64]: Patch up mmu context register writes for sun4v. 2006-03-20 01:11:56 -08:00
sbus.c
semaphore.c
setup.c [SPARC64] sunhv: Bug fixes. 2006-03-20 01:12:46 -08:00
signal32.c [SPARC]: Add support for *at(), ppoll, and pselect syscalls. 2006-01-19 02:42:49 -08:00
signal.c [SPARC]: Add support for *at(), ppoll, and pselect syscalls. 2006-01-19 02:42:49 -08:00
smp.c [SPARC64]: Add prom_{start,stop}cpu_cpuid(). 2006-03-20 01:13:04 -08:00
sparc64_ksyms.c [SPARC64]: Kill pgtable quicklists and use SLAB. 2006-03-20 01:11:14 -08:00
starfire.c
sun4v_ivec.S [SPARC64]: Use TRAP_LOAD_IRQ_WORK() in sun4v device mondo handler. 2006-03-20 01:12:49 -08:00
sun4v_tlb_miss.S [SPARC64]: Fix C-function name called by sun4v_mna trap code. 2006-03-20 01:12:56 -08:00
sunos_ioctl32.c
sys32.S [SPARC64]: Mark __ex_table section correctly. 2006-03-04 23:23:56 -08:00
sys_sparc32.c [SPARC]: sys_newfstatat --> sys_fstatat64 2006-02-12 23:30:11 -08:00
sys_sparc.c
sys_sunos32.c
systbls.S [SPARC]: sys_newfstatat --> sys_fstatat64 2006-02-12 23:30:11 -08:00
time.c [SPARC64]: Do not try to write to %tick or %stick on SUN4V. 2006-03-20 01:12:27 -08:00
trampoline.S [SPARC64]: arch/sparc64/kernel/trampoline.S needs asm/cpudata.h 2006-03-20 01:12:52 -08:00
traps.c [SPARC64]: Fix C-function name called by sun4v_mna trap code. 2006-03-20 01:12:56 -08:00
tsb.S [SPARC64]: Do not write garbage into %pstate in tsb_context_switch(). 2006-03-20 01:13:08 -08:00
ttable.S [SPARC64]: Implement sun4v TSB miss handlers. 2006-03-20 01:12:05 -08:00
una_asm.S [SPARC64]: Mark __ex_table section correctly. 2006-03-04 23:23:56 -08:00
unaligned.c [SPARC64]: SUN4V memory exception trap handlers. 2006-03-20 01:12:07 -08:00
us2e_cpufreq.c [SPARC64]: Detect sun4v early in boot process. 2006-03-20 01:12:03 -08:00
us3_cpufreq.c [SPARC64]: Detect sun4v early in boot process. 2006-03-20 01:12:03 -08:00
vmlinux.lds.S [SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patch 2006-03-20 01:11:53 -08:00
winfixup.S [SPARC64]: SUN4V memory exception trap handlers. 2006-03-20 01:12:07 -08:00