aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[SPARC64]: Disable smp_report_regs() for now.David S. Miller1-0/+2
2006-03-20[SPARC64]: Rewrite pci_intmap_match().David S. Miller1-114/+155
2006-03-20[SPARC64]: Don't set interrupt state to IDLE in enable_irq().David S. Miller1-4/+0
2006-03-20[SPARC64]: Fix return from trap on SUN4V.David S. Miller1-1/+3
2006-03-20[SPARC64]: Set dummy bucket->{imap,iclr} unique on SUN4V.David S. Miller1-5/+10
2006-03-20[SPARC64]: Add sun4v_cpu_qconf() hypervisor call.David S. Miller2-19/+19
2006-03-20[SPARC64]: do_fptrap needs to load the thread reg into %g6.David S. Miller1-0/+1
2006-03-20[SPARC64]: Fix bogus call to sun4v_mna in winfixup code.David S. Miller1-1/+1
2006-03-20[SPARC64]: Fix tl1 trap state capture/dump on SUN4V.David S. Miller2-1/+9
2006-03-20[SPARC64] PCI: Size TSB correctly on SUN4V.David S. Miller1-6/+16
2006-03-20[SPARC64]: Don't use ASI_QUAD_LDD_PHYS on SUN4V.David S. Miller1-2/+2
2006-03-20[SPARC64]: Do not write garbage into %pstate in tsb_context_switch().David S. Miller1-1/+7
2006-03-20[SPARC64]: Fix flush_tsb_user() on SUN4V.David S. Miller1-1/+1
2006-03-20[SPARC64]: Fix comment typo in __flush_tlb_kernel_range.David S. Miller1-1/+1
2006-03-20[SPARC64]: Decode virtual-devices interrupts correctly.David S. Miller1-12/+86
2006-03-20[SPARC64]: Add prom_{start,stop}cpu_cpuid().David S. Miller2-5/+23
2006-03-20[SPARC64]: Fix pci_intmap_match().David S. Miller1-3/+10
2006-03-20[SPARC64]: Two IRQ handling fixes.David S. Miller1-3/+8
2006-03-20[SPARC64]: Use different cache sizing defaults on SUN4V.David S. Miller2-14/+48
2006-03-20[SPARC64]: Make lack of interrupt-map-* a fatal error on SUN4V.David S. Miller1-13/+14
2006-03-20[SPARC64]: Fix sun4v_intr_setenabled() return value check in enable_irq().David S. Miller1-1/+1
2006-03-20[SPARC64]: Explicitly init *nregs to 0 in find_device_prom_node().David S. Miller1-3/+3
2006-03-20[SPARC64]: Restrict PCI bus scanning on SUN4V.David S. Miller1-20/+16
2006-03-20[SPARC64]: Fix C-function name called by sun4v_mna trap code.David S. Miller2-2/+2
2006-03-20[SPARC64]: Don't printk() any messaages in sun4v_build_irq().David S. Miller1-3/+0
2006-03-20[SPARC64]: INO is never fully specified already on SUN4V.David S. Miller1-9/+11
2006-03-20[SPARC64]: Kill sun4v_register_fault_status() on SMP.David S. Miller1-3/+1
2006-03-20[SPARC64]: arch/sparc64/kernel/trampoline.S needs asm/cpudata.hDavid S. Miller1-0/+1
2006-03-20[SPARC64]: Make error codes available from sun4v_intr_get*().David S. Miller1-3/+18
2006-03-20[SPARC64]: Pass correct ino to sun4v_intr_*().David S. Miller1-8/+11
2006-03-20[SPARC64]: Use TRAP_LOAD_IRQ_WORK() in sun4v device mondo handler.David S. Miller1-4/+1
2006-03-20[SPARC64]: Fix IOMMU mapping on sun4v.David S. Miller1-30/+46
2006-03-20[SPARC64]: Trim down sun4v IRQ translation kernel log message.David S. Miller1-2/+2
2006-03-20[SPARC64] sunhv: Bug fixes.David S. Miller1-0/+1
2006-03-20[SPARC64]: Probe virtual-devices root node on sun4v.David S. Miller1-0/+58
2006-03-20[SPARC64]: Kill spurious semicolon in sun4v_pci_init().David S. Miller1-1/+1
2006-03-20[SPARC64]: Program IRQ registers correctly on sun4v.David S. Miller1-24/+47
2006-03-20[SPARC64]: Generic sun4v_build_irq().David S. Miller2-28/+34
2006-03-20[SPARC64]: More SUN4V PCI work.David S. Miller1-14/+102
2006-03-20[SPARC64]: Log faulting vaddr when bogus kernel PC detected.David S. Miller1-2/+3
2006-03-20[SPARC64]: Implement rest of generic interrupt hypervisor calls.David S. Miller1-1/+65
2006-03-20[SPARC64]: Move devino_to_sysino out of pci_sun4v_asm.SDavid S. Miller3-14/+12
2006-03-20[SPARC64]: Range check bus number in SUN4V PCI controller driver.David S. Miller1-9/+24
2006-03-20[SPARC64]: Missing 'return' statement in sun4v_pci_init().David S. Miller1-4/+3
2006-03-20[SPARC64]: Implement basic pci_sun4v_scan_bus().David S. Miller1-3/+46
2006-03-20[SPARC64]: PCI-SUN4V fixes.David S. Miller1-8/+33
2006-03-20[SPARC64]: Use inline patching for critical PTE operations.David S. Miller1-208/+3
2006-03-20[SPARC64]: Move PTE field definitions back into asm/pgtable.hDavid S. Miller1-84/+0
2006-03-20[SPARC64]: Don't expect cfg space in PCI PBM ranges on SUN4V.David S. Miller1-15/+5
2006-03-20[SPARC64]: Fix branch signedness bug in all code patching.David S. Miller3-3/+6
2006-03-20[SPARC64]: Recognize "virtual-console" as input and output console device.David S. Miller2-0/+11
2006-03-20[SPARC64]: Do not try to synchronize %stick registers on SUN4V.David S. Miller1-1/+5
2006-03-20[SPARC64]: Do not try to write to %tick or %stick on SUN4V.David S. Miller1-10/+16
2006-03-20[SPARC64]: Fix mondo queue allocations.David S. Miller3-30/+59
2006-03-20[SPARC64]: Deal with PTE layout differences in SUN4V.David S. Miller11-429/+645
2006-03-20[SPARC64]: Register kernel TSB with hypervisor.David S. Miller2-2/+72
2006-03-20[SPARC64]: Fix some SUN4V TLB miss bugs.David S. Miller2-13/+68
2006-03-20[SPARC64]: Fix typo in sun4v_patch().David S. Miller1-1/+1
2006-03-20[SPARC64]: Fix sun4v early bootup.David S. Miller1-15/+20
2006-03-20[SPARC64]: Fix some Niagara memcpy() bugs.David S. Miller2-4/+8
2006-03-20[SPARC64]: Handle hypervisor case correctly in copy_tsb().David S. Miller1-2/+9
2006-03-20[SPARC64]: Fetch bootup time of day from Hypervisor.David S. Miller1-8/+50
2006-03-20[SPARC64]: Simplify sun4v TLB handling using macros.David S. Miller2-87/+61
2006-03-20[SPARC64]: Use ASI_SCRATCHPAD address 0x0 properly.David S. Miller6-162/+113
2006-03-20[SPARC64]: First cut at SUN4V PCI IOMMU handling.David S. Miller4-31/+550
2006-03-20[SPARC64]: Fix hypervisor call arg passing.David S. Miller5-53/+53
2006-03-20[SPARC64]: Implement SUN4V PCI config space access.David S. Miller3-4/+93
2006-03-20[SPARC64]: More SUN4V PCI controller work.David S. Miller4-1/+364
2006-03-20[SPARC64]: Beginnings of SUN4V PCI controller support.David S. Miller4-9/+107
2006-03-20[SPARC64]: Fetch cpu mid properly on sun4v.David S. Miller1-3/+20
2006-03-20[SPARC64]: SUN4V memory exception trap handlers.David S. Miller4-24/+325
2006-03-20[SPARC64]: Hypervisor TSB context switching.David S. Miller2-16/+74
2006-03-20[SPARC64]: Implement sun4v TSB miss handlers.David S. Miller3-9/+64
2006-03-20[SPARC64]: kernel/cpu.c needs asm/spitfire.hDavid S. Miller1-0/+1
2006-03-20[SPARC64]: Print ARCH as SUN4V when tlb_type is hypervisor.David S. Miller1-1/+4
2006-03-20[SPARC64]: Detect sun4v early in boot process.David S. Miller10-80/+264
2006-03-20[SPARC64]: Sun4v cross-call sending support.David S. Miller3-2/+151
2006-03-20[SPARC64]: Sun4v interrupt handling.David S. Miller5-3/+554
2006-03-20[SPARC64]: Allocate and register the 4 sun4v mondo queues at bootup.David S. Miller2-1/+59
2006-03-20[SPARC64]: Verify all trap_per_cpu assembler offsets in trap_init()David S. Miller1-1/+12
2006-03-20[SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller8-61/+166
2006-03-20[SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller2-4/+28
2006-03-20[SPARC64]: Niagara copy/clear page.David S. Miller3-0/+114
2006-03-20[SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patchDavid S. Miller7-28/+28
2006-03-20[SPARC64]: Initial sun4v TLB miss handling infrastructure.David S. Miller6-16/+332
2006-03-20[SPARC64]: Add missing memory barriers to instruction patching functions.David S. Miller1-0/+7
2006-03-20[SPARC64]: Sanitize %pstate writes for sun4v.David S. Miller6-206/+82
2006-03-20[SPARC64]: Kill all %pstate changes in context switch code.David S. Miller1-1/+4
2006-03-20[SPARC64]: Add initial code to twiddle %gl on trap entry/exit.David S. Miller4-3/+53
2006-03-20[SPARC64]: Fill dead cycles on trap entry with real work.David S. Miller1-12/+15
2006-03-20[SPARC64]: Add sun4v case to __GET_CPUID() patch tables.David S. Miller1-0/+3
2006-03-20[SPARC64]: Niagara optimized memcpy() and copy_{to,from}_user().David S. Miller5-0/+474
2006-03-20[SPARC64]: Add some hypervisor tlb_type checks.David S. Miller2-8/+30
2006-03-20[SPARC64]: SUN4V hypervisor TLB flush support code.David S. Miller1-10/+214
2006-03-20[SPARC64]: Refine register window trap handling.David S. Miller6-439/+214
2006-03-20[SPARC64]: Add explicit register args to trap state loading macros.David S. Miller5-27/+20
2006-03-20[SPARC64]: Refine code sequences to get the cpu id.David S. Miller6-87/+73
2006-03-20[SPARC64]: Turn off TSB growing for now.David S. Miller2-15/+1
2006-03-20[SPARC64]: Correctable ECC errors cannot occur at trap level > 0.David S. Miller2-18/+1
2006-03-20[SPARC64]: Access TSB with physical addresses when possible.David S. Miller7-47/+143
2006-03-20[SPARC64]: Don't clobber alt-global %g4 on window fixups.David S. Miller1-1/+1
2006-03-20[SPARC64]: Fix race in LOAD_PER_CPU_BASE()David S. Miller3-6/+6
2006-03-20[SPARC64]: Kill swapper_pgd_zero, totally unused.David S. Miller1-3/+0
2006-03-20[SPARC64]: Fix too early reference to %g6David S. Miller1-2/+5
2006-03-20[SPARC64]: Kill hard-coded %pstate setting in sparc_exit.David S. Miller1-2/+3
2006-03-20[SPARC64]: Increase swapper_tsb size to 32K.David S. Miller3-17/+6
2006-03-20[SPARC64]: Kill sole argument passed to setup_tba().David S. Miller2-10/+3
2006-03-20[SPARC64]: Kill PROM locked TLB entry preservation code.David S. Miller3-296/+10
2006-03-20[SPARC64]: Use sparc64_highest_unlocked_tlb_ent in __tsb_context_switch()David S. Miller1-6/+8
2006-03-20[SPARC64]: Fix bogus flush instruction usage.David S. Miller5-17/+30
2006-03-20[SPARC64]: Fix incorrect TSB lock bit handling.David S. Miller1-1/+1
2006-03-20[SPARC64]: Kill {save,restore}_alternate_globals()David S. Miller2-76/+1
2006-03-20[SPARC64]: Preload TSB entries from update_mmu_cache().David S. Miller2-0/+27
2006-03-20[SPARC64]: Dynamically grow TSB in response to RSS growth.David S. Miller3-10/+176
2006-03-20[SPARC64]: Add infrastructure for dynamic TSB sizing.David S. Miller4-52/+118
2006-03-20[SPARC64]: TSB refinements.David S. Miller2-0/+39
2006-03-20[SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller13-157/+192
2006-03-20[SPARC64]: Kill pgtable quicklists and use SLAB.David S. Miller2-21/+15
2006-03-20[SPARC64]: No need to D-cache color page tables any longer.David S. Miller1-65/+6
2006-03-20[SPARC64]: Move away from virtual page tables, part 1.David S. Miller23-831/+489
2006-03-20[SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.cEric Sesterhenn1-25/+15
2006-03-20[SPARC64]: fix sparc_floppy_irq's auxio_register resetingBernhard R Link1-1/+1
2006-03-18[MIPS] SB1: Check for -mno-sched-prolog if building corelis debug kernel.Ralf Baechle1-1/+2
2006-03-18[MIPS] Sibyte: Fix race in sb1250_gettimeoffset().Ralf Baechle2-17/+63
2006-03-18[MIPS] Sibyte: Fix interrupt timer off by one bug.Ralf Baechle1-2/+2
2006-03-18[MIPS] Protect more of timer_interrupt() by xtime_lock.Ralf Baechle1-2/+4
2006-03-18[MIPS] Simple patch to power off DBAU1200Matej Kupljen1-0/+3
2006-03-18[MIPS] Fix DBAu1550 software power off.Sergei Shtylylov1-3/+4
2006-03-18[MIPS] local_r4k_flush_cache_page fixAtsushi Nemoto2-5/+9
2006-03-18[MIPS] Get rid of the IP22-specific code in arclib.Ralf Baechle1-19/+0
2006-03-17[PATCH] x86: check for online cpus before bringing them upSrivatsa Vaddagiri1-0/+10
2006-03-17[PATCH] powerpc: Fix bug in bug fix for bug in lmb_alloc()Michael Ellerman1-1/+1
2006-03-17[PATCH] Fix compile error for ML300/403Grant Likely1-1/+1
2006-03-17[PATCH] ppc: Fix platform_notify functions marked __initAdrian Cox6-6/+6
2006-03-17[PATCH] powerpc: add a raw dump command to xmonOlaf Hering1-0/+30
2006-03-17[PATCH] kzalloc() conversion in arch/ppcEric Sesterhenn5-10/+5
2006-03-17Merge ../linux-2.6Paul Mackerras50-261/+482
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik33-208/+393
2006-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds18-181/+314
2006-03-16[ARM] 3367/1: CLCD mode no longer supported on the RealView boardsCatalin Marinas1-26/+2
2006-03-16powerpc: update defconfigsPaul Mackerras5-117/+232
2006-03-16[PATCH] powerpc: properly configure DDR/P5IOC children devsJohn Rose3-25/+32
2006-03-16[PATCH] powerpc: remove duplicate EXPORT_SYMBOLSOlaf Hering2-10/+5
2006-03-16[PATCH] powerpc: RTC memory corruptionMichael Neuling1-1/+1
2006-03-16[PATCH] powerpc: enable NAP only on cpus who support it to avoid memory corru...Benjamin Herrenschmidt2-9/+4
2006-03-16[PATCH] powerpc: Clarify wording for CRASH_DUMP Kconfig optionMichael Ellerman1-1/+1
2006-03-16[PATCH] powerpc/64: enable CONFIG_BLK_DEV_SL82C105Olaf Hering1-1/+1
2006-03-16[PATCH] powerpc: correct cacheflush loop in zImageOlaf Hering1-2/+3
2006-03-16powerpc: Fix problem with time going backwardsPaul Mackerras1-14/+34
2006-03-15[ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285Ben Dooks1-1/+0
2006-03-15[ARM] 3365/1: [cleanup] header for compat.c exported functionsBen Dooks3-2/+17
2006-03-15[ARM] 3363/1: [cleanup] process.c - fix warningsBen Dooks1-1/+2
2006-03-15[ARM] 3358/1: [S3C2410] add missing SPI DMA resourcesAlbrecht Dreß1-0/+12
2006-03-15[ARM] 3357/1: enable frontlight on colliePavel Machek1-0/+21
2006-03-15[ARM] Fix "thead" typoRussell King1-1/+1
2006-03-14[PATCH] Plug kdump shutdown race windowManeesh Soni1-2/+4
2006-03-14Revert "[PATCH] x86-64: Fix up handling of non canonical user RIPs"Linus Torvalds1-11/+18
2006-03-14powerpc: Disallow lparcfg being a modulePaul Mackerras1-1/+1
2006-03-12[PATCH] x86-64: Fix up handling of non canonical user RIPsAndi Kleen1-18/+11
2006-03-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-21/+23
2006-03-12[ARM] iwmmxt thread state alignmentRussell King2-11/+7
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik71-364/+304
2006-03-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-6/+9
2006-03-10[ARM] 3350/1: Enable 1-wire on ARMAlessandro Zummo1-0/+2
2006-03-10[ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas2-5/+8
2006-03-09[PATCH] s390: Increase spinlock retry code performanceChristian Ehrhardt1-2/+13
2006-03-09[PATCH] xtensa must set RWSEM_GENERIC_SPINLOCK=yAdrian Bunk1-0/+4
2006-03-09[PATCH] arch/sh/Kconfig: don't source non-existing Kconfig filesAdrian Bunk1-2/+2
2006-03-09[PATCH] alpha: fix IRQ handling lockupIvan Kokshaysky1-1/+6
2006-03-09[MIPS] Always pass -msoft-float.Ralf Baechle1-0/+1
2006-03-09[MIPS] Scatter a bunch of __init over tlbex.c.Ralf Baechle1-17/+17
2006-03-09[MIPS] Momentum: Resurrect after things were moved around a while ago.Ralf Baechle7-23/+29
2006-03-09[MIPS] Discard .exit.text at runtime.Ralf Baechle1-1/+3
2006-03-09[MIPS] Enable highmem for all MIPS32 and MIPS64 processors.Ralf Baechle1-0/+4
2006-03-09[MIPS] A struct console.setup function may not be __init.Ralf Baechle1-1/+1
2006-03-09Merge ../linux-2.6Paul Mackerras71-688/+1102
2006-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds15-250/+97
2006-03-08[PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen6-6/+32
2006-03-08[IA64] Fix race in the accessed/dirty bit handlersChristoph Lameter1-6/+9
2006-03-08[ARM] 3355/1: NSLU2: remove propmt dependsAlessandro Zummo1-3/+1
2006-03-08[ARM] 3354/1: NAS100d: fix power led handlingAlessandro Zummo1-0/+3
2006-03-08[PATCH] fix kexec asmMichael Matz2-8/+8
2006-03-08[PATCH] x86: cpu model calculation for family 6 cpuShaohua Li1-2/+2
2006-03-08[PATCH] s390: fix strnlen_user return valueGerald Schaefer2-6/+6
2006-03-08[PATCH] x86: Fix i386 nmi_watchdog that does not trigger die_nmiGOTO Masanori1-2/+2
2006-03-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds5-10/+24
2006-03-08[ARM] Fix muldi3.SRussell King1-2/+2
2006-03-08powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras9-245/+76
2006-03-07[IA64] mca recovery return value when no bus checkRuss Anderson1-2/+7
2006-03-07[IA64] don't report !sn2 or !summit hardware as an errorBjorn Helgaas3-3/+3
2006-03-07[IA64] gensparse_defconfig: turn on PNPACPIBjorn Helgaas1-2/+10
2006-03-07[IA64] Increase severity of MCA recovery messagesRuss Anderson1-3/+4
2006-03-07[ARM] 3353/1: NAS100d: protect nas100d_power_exit() with machine_is_nas100d()Alessandro Zummo1-0/+3
2006-03-07[ARM] 3352/1: DSB required for the completion of a TLB maintenance operationCatalin Marinas2-1/+2
2006-03-06[PATCH] EFI: Fix gdt loadEdgar Hucek1-6/+8
2006-03-06[PATCH] add missing pm_power_off'sAdrian Bunk3-0/+9
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren1-4/+6
2006-03-06[PATCH] x86: fix potential jiffies overflow in timer_resume()Atsushi Nemoto1-2/+2
2006-03-06Merge branch 'upstream-fixes'Jeff Garzik1-0/+3
2006-03-04[SPARC64]: Mark __ex_table section correctly.David S. Miller13-14/+14