summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARC64]: Generic sun4v_build_irq().David S. Miller2006-03-202-28/+34
* [SPARC64]: More SUN4V PCI work.David S. Miller2006-03-201-14/+102
* [SPARC64]: Log faulting vaddr when bogus kernel PC detected.David S. Miller2006-03-201-2/+3
* [SPARC64]: Implement rest of generic interrupt hypervisor calls.David S. Miller2006-03-201-1/+65
* [SPARC64]: Move devino_to_sysino out of pci_sun4v_asm.SDavid S. Miller2006-03-203-14/+12Star
* [SPARC64]: Range check bus number in SUN4V PCI controller driver.David S. Miller2006-03-201-9/+24
* [SPARC64]: Missing 'return' statement in sun4v_pci_init().David S. Miller2006-03-201-4/+3Star
* [SPARC64]: Implement basic pci_sun4v_scan_bus().David S. Miller2006-03-201-3/+46
* [SPARC64]: PCI-SUN4V fixes.David S. Miller2006-03-201-8/+33
* [SPARC64]: Use inline patching for critical PTE operations.David S. Miller2006-03-201-208/+3Star
* [SPARC64]: Move PTE field definitions back into asm/pgtable.hDavid S. Miller2006-03-201-84/+0Star
* [SPARC64]: Don't expect cfg space in PCI PBM ranges on SUN4V.David S. Miller2006-03-201-15/+5Star
* [SPARC64]: Fix branch signedness bug in all code patching.David S. Miller2006-03-203-3/+6
* [SPARC64]: Recognize "virtual-console" as input and output console device.David S. Miller2006-03-202-0/+11
* [SPARC64]: Do not try to synchronize %stick registers on SUN4V.David S. Miller2006-03-201-1/+5
* [SPARC64]: Do not try to write to %tick or %stick on SUN4V.David S. Miller2006-03-201-10/+16
* [SPARC64]: Fix mondo queue allocations.David S. Miller2006-03-203-30/+59
* [SPARC64]: Deal with PTE layout differences in SUN4V.David S. Miller2006-03-2011-429/+645
* [SPARC64]: Register kernel TSB with hypervisor.David S. Miller2006-03-202-2/+72
* [SPARC64]: Fix some SUN4V TLB miss bugs.David S. Miller2006-03-202-13/+68
* [SPARC64]: Fix typo in sun4v_patch().David S. Miller2006-03-201-1/+1
* [SPARC64]: Fix sun4v early bootup.David S. Miller2006-03-201-15/+20
* [SPARC64]: Fix some Niagara memcpy() bugs.David S. Miller2006-03-202-4/+8
* [SPARC64]: Handle hypervisor case correctly in copy_tsb().David S. Miller2006-03-201-2/+9
* [SPARC64]: Fetch bootup time of day from Hypervisor.David S. Miller2006-03-201-8/+50
* [SPARC64]: Simplify sun4v TLB handling using macros.David S. Miller2006-03-202-87/+61Star
* [SPARC64]: Use ASI_SCRATCHPAD address 0x0 properly.David S. Miller2006-03-206-162/+113Star
* [SPARC64]: First cut at SUN4V PCI IOMMU handling.David S. Miller2006-03-204-31/+550
* [SPARC64]: Fix hypervisor call arg passing.David S. Miller2006-03-205-53/+53
* [SPARC64]: Implement SUN4V PCI config space access.David S. Miller2006-03-203-4/+93
* [SPARC64]: More SUN4V PCI controller work.David S. Miller2006-03-204-1/+364
* [SPARC64]: Beginnings of SUN4V PCI controller support.David S. Miller2006-03-204-9/+107
* [SPARC64]: Fetch cpu mid properly on sun4v.David S. Miller2006-03-201-3/+20
* [SPARC64]: SUN4V memory exception trap handlers.David S. Miller2006-03-204-24/+325
* [SPARC64]: Hypervisor TSB context switching.David S. Miller2006-03-202-16/+74
* [SPARC64]: Implement sun4v TSB miss handlers.David S. Miller2006-03-203-9/+64
* [SPARC64]: kernel/cpu.c needs asm/spitfire.hDavid S. Miller2006-03-201-0/+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-2010-80/+264
* [SPARC64]: Sun4v cross-call sending support.David S. Miller2006-03-203-2/+151
* [SPARC64]: Sun4v interrupt handling.David S. Miller2006-03-205-3/+554
* [SPARC64]: Allocate and register the 4 sun4v mondo queues at bootup.David S. Miller2006-03-202-1/+59
* [SPARC64]: Verify all trap_per_cpu assembler offsets in trap_init()David S. Miller2006-03-201-1/+12
* [SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller2006-03-208-61/+166
* [SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller2006-03-202-4/+28
* [SPARC64]: Niagara copy/clear page.David S. Miller2006-03-203-0/+114
* [SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patchDavid S. Miller2006-03-207-28/+28
* [SPARC64]: Initial sun4v TLB miss handling infrastructure.David S. Miller2006-03-206-16/+332
* [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-206-206/+82Star