aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-03-22[PATCH] on_each_cpu(): disable local interruptsAndrew Morton1-16/+12
2006-03-22[PATCH] mm: split highorder pagesNick Piggin6-18/+12
2006-03-22[PATCH] xtensa: pgtable fixesNick Piggin1-8/+8
2006-03-22[PATCH] multiple exports of strpbrkAndrew Morton4-0/+4
2006-03-22[PATCH] x86: mark cyc2ns_scale readmostlyRavikiran G Thirumalai3-3/+3
2006-03-22[PATCH] efi_call_phys_epilog() warning fixAndrew Morton1-1/+1
2006-03-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds22-235/+725
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+3
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-4/+2
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-0/+22
2006-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-431/+741
2006-03-21Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds102-2540/+1917
2006-03-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-26/+2
2006-03-21Pull sn2-reduce-kmalloc-wrap into release branchTony Luck3-46/+85
2006-03-21Pull mca-cleanup into release branchTony Luck1-29/+55
2006-03-21Pull icc-cleanup into release branchTony Luck2-1/+73
2006-03-21Pull sn2-mmio-writes into release branchTony Luck2-2/+25
2006-03-21Pull altix-ce1.0-asic into release branchTony Luck1-23/+303
2006-03-21Pull delete-sigdelayed into release branchTony Luck2-115/+0
2006-03-21Pull bsp-removal into release branchTony Luck12-19/+184
2006-03-21[MIPS] Update defconfigs.Ralf Baechle46-1830/+1537
2006-03-21[MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.Martin Michlmayr1-0/+1
2006-03-21[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin2-1/+8
2006-03-21[MIPS] TX49XX has prefetch.Atsushi Nemoto3-2/+10
2006-03-21[MIPS] Kill tlb-andes.c.Thiemo Seufer3-260/+6
2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle34-77/+78
2006-03-21[MIPS] Makefile crapectomy.Ralf Baechle1-169/+39
2006-03-21[MIPS] Mention Broadcom part number for BigSur boardMartin Michlmayr1-1/+1
2006-03-21[MIPS] Remove CONFIG_BUILD_ELF64.Ralf Baechle9-48/+9
2006-03-21[MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto2-84/+88
2006-03-21[MIPS] fix wrong __user usage in _sysn32_rt_sigsuspendAtsushi Nemoto1-1/+2
2006-03-21[MIPS] Signal cleanupAtsushi Nemoto4-32/+16
2006-03-21[MIPS] Reformat all of signal32.c with tabs instead of space for consistencyMartin Michlmayr1-6/+6
2006-03-21[MIPS] Delete unused sys32_waitpid.Ralf Baechle1-6/+0
2006-03-21[MIPS] Symmetric Uniprocessor support for Qemu.Ralf Baechle3-1/+51
2006-03-21[MIPS] sc-rm7k.c cleanupAtsushi Nemoto1-16/+9
2006-03-21[MIPS] Add early console for Cobalt.Peter Horton5-8/+58
2006-03-21[CRYPTO] aes: Fixed array boundary violationDavid McCullough1-4/+3
2006-03-20[PATCH] USB: OHCI for AU1200Jordan Crouse1-1/+1
2006-03-20[PATCH] USB: EHCI for AU1200Jordan Crouse2-3/+1
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman2-0/+18
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel2-0/+4
2006-03-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds79-3298/+9759
2006-03-20update the i386 defconfigAdrian Bunk1-431/+741
2006-03-20Merge branch 'master'Jeff Garzik9-49/+97
2006-03-20[SPARC64]: Update defconfig.David S. Miller1-11/+14
2006-03-20[SPARC64]: Fix 2 bugs in huge page support.David S. Miller1-4/+175
2006-03-20[SPARC64]: CONFIG_BLK_DEV_RAM fixAndrew Morton1-1/+1
2006-03-20[SPARC64]: Optimized TSB table initialization.David S. Miller3-1/+71
2006-03-20[SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.David S. Miller1-0/+18
2006-03-20[SPARC64]: Use SLAB caches for TSB tables.David S. Miller3-25/+69
2006-03-20[SPARC64]: Don't kill the page allocator when growing a TSB.David S. Miller1-8/+35
2006-03-20[SPARC64]: Randomize mm->mmap_base when PF_RANDOMIZE is set.David S. Miller1-2/+14
2006-03-20[SPARC64]: Increase top of 32-bit process stack.David S. Miller4-13/+17
2006-03-20[SPARC64]: Top-down address space allocation for 32-bit tasks.David S. Miller2-9/+183
2006-03-20[SPARC64]: Fix and re-enable dynamic TSB sizing.David S. Miller4-106/+165
2006-03-20[SPARC64]: First cut at VIS simulator for Niagara.David S. Miller3-1/+901
2006-03-20[SPARC64]: Fix system type in /proc/cpuinfo and remove bogus OBP check.David S. Miller3-69/+10
2006-03-20[SPARC64]: Add SMT scheduling support for Niagara.David S. Miller2-0/+27
2006-03-20[SPARC64]: Fix 32-bit truncation which broke sparsemem.David S. Miller1-10/+8
2006-03-20[SPARC64]: Move over to sparsemem.David S. Miller3-43/+104
2006-03-20[SPARC64]: Fix new context version SMP handling.David S. Miller9-45/+60
2006-03-20[SPARC64]: Bulletproof MMU context locking.David S. Miller2-2/+4
2006-03-20[SPARC64]: kzalloc() conversionEric Sesterhenn11-58/+27
2006-03-20[SPARC64]: Fix loop termination in mark_kpte_bitmap()David S. Miller1-1/+4
2006-03-20[SPARC64]: Simplify TSB insert checks.David S. Miller2-23/+6
2006-03-20[SPARC64]: More SUN4V cpu mondo bug fixing.David S. Miller1-16/+24
2006-03-20[SPARC64]: Fix sun4v mna winfixup handling.David S. Miller1-4/+4
2006-03-20[SPARC64]: Fix mini RTC driver reading.David S. Miller1-0/+2
2006-03-20[SPARC64]: Do not allow mapping pages within 4GB of 64-bit VA hole.David S. Miller1-22/+68
2006-03-20[SPARC64]: Fix _PAGE_EXEC handling.David S. Miller3-8/+15
2006-03-20[SPARC64]: Fix typo in SUN4V D-TLB miss handler.David S. Miller1-1/+1
2006-03-20[SPARC64]: Add mini-RTC driver for Starfire and SUN4V.David S. Miller1-0/+279
2006-03-20[SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.David S. Miller2-57/+151
2006-03-20[SPARC64]: Fix bugs in SMP TLB context version expiration handling.David S. Miller1-6/+10
2006-03-20[SPARC64]: Fix indexing into kpte_linear_bitmap.David S. Miller1-0/+1
2006-03-20[SPARC64]: Avoid dcache-dirty page state management on sun4v.David S. Miller2-23/+30
2006-03-20[SPARC64]: Bulletproof hypervisor TLB flushing.David S. Miller2-26/+80
2006-03-20[SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().David S. Miller1-1/+1
2006-03-20[SPARC64]: Niagara optimized XOR functions for RAID.David S. Miller2-1/+312
2006-03-20[SPARC64]: Fix binfmt_aout32.c build.Andrew Morton1-1/+1
2006-03-20[SPARC64]: destroy_context() needs to disable interrupts.David S. Miller1-2/+3
2006-03-20[SPARC64]: Fix TLB context allocation with SMT style shared TLBs.David S. Miller2-12/+37
2006-03-20[SPARC64]: Put syscall tables after trap table.David S. Miller1-1/+2
2006-03-20[SPARC64]: Export _PAGE_E and _PAGE_CACHE to modules.David S. Miller1-0/+4
2006-03-20[SPARC64]: Drop %gl to 0 before re-enabling PSTATE_IE in rtrapDavid S. Miller1-1/+2
2006-03-20[SPARC64]: Create a seperate kernel TSB for 4MB/256MB mappings.David S. Miller2-6/+33
2006-03-20[SPARC64]: Make use of Niagara 256MB PTEs for kernel mappings.David S. Miller2-15/+96
2006-03-20[SPARC64]: Use sun4v_cpu_idle() in cpu_idle() on SUN4V.David S. Miller1-49/+32
2006-03-20[SPARC64] math-emu: Delete debugging printk left by previous commit.David S. Miller1-1/+0
2006-03-20[SPARC64]: Add sun4v_cpu_yield().David S. Miller1-0/+9
2006-03-20[SPARC64]: Kill cpudata->idle_volume.David S. Miller2-10/+2
2006-03-20[SPARC64]: Niagara optimized memset/bzero/clear_user.David S. Miller3-1/+165
2006-03-20[SPARC64]: Pass multiple CPUs at once to hypervisor cross-call API.David S. Miller1-54/+0
2006-03-20[SPARC64]: Args to SUNW,set-trap-table are 64-bit.David S. Miller1-2/+7
2006-03-20[SPARC64]: Handle unimplemented FPU square-root on Niagara.David S. Miller1-2/+23
2006-03-20[SPARC64]: Typo in sun4v_data_access_exception log message.David S. Miller1-1/+1
2006-03-20[SPARC64]: Handle zero-length map requests in pci_sun4v.cDavid S. Miller1-2/+2
2006-03-20[SPARC64]: Kill stray PGLIST_NENTS check in pci_sun4v.cDavid S. Miller1-2/+0
2006-03-20[SPARC64]: Fix typo in dump_tl1_traplog()David S. Miller1-1/+1
2006-03-20[SPARC64]: Disable smp_report_regs() for now.David S. Miller1-1/+2
2006-03-20[SPARC64]: Remove PGLIST_NENTS PCI IOMMU mapping limitation on SUN4V.David S. Miller3-83/+171
2006-03-20[SPARC64]: Use KERN_EMERG in dump_tl1_traplog() and sun4v TLB errors.David S. Miller1-7/+13
2006-03-20[SPARC64]: Fix unaligned access winfxup handling on SUN4V.David S. Miller2-17/+34
2006-03-20[SPARC64]: Set %gl to 1 in kvmap_itlb_longpath on SUN4V.David S. Miller1-1/+1
2006-03-20[SPARC64]: Export a PAGE_SHARED symbol.David S. Miller1-0/+5
2006-03-20[SPARC64]: More TLB/TSB handling fixes.David S. Miller7-51/+64
2006-03-20[SPARC64]: Don't do anything in flush_ptrace_access() on SUN4V.David S. Miller1-0/+3
2006-03-20[SPARC64]: Fix some SUN4V TLB handling bugs.David S. Miller3-5/+92
2006-03-20[SPARC64]: Check for errors in hypervisor_tlb_lock().David S. Miller1-0/+5
2006-03-20[SPARC64]: Init boot cpu's trap_block[] before paging_init()David S. Miller1-2/+2
2006-03-20[SPARC64]: Define ARCH_HAS_READ_CURRENT_TIMER.David S. Miller2-18/+9
2006-03-20[SPARC64]: Set associativity of kernel TSB descriptor correctly.David S. Miller1-1/+1
2006-03-20[SPARC64]: __bzero_noasi --> __clear_userDavid S. Miller2-10/+10
2006-03-20[SPARC64]: Put SUN4V ITSB miss into correct trap table entry.David S. Miller1-6/+4
2006-03-20[SPARC64]: Use phys tsb address in tsb_insert() in SUN4V.David S. Miller1-1/+1
2006-03-20[SPARC64]: Fix uniprocessor IRQ targetting on SUN4V.David S. Miller3-55/+53
2006-03-20[SPARC64]: Fix PCI IRQ probing regression.David S. Miller1-5/+5
2006-03-20[SPARC64]: Get SUN4V SMP working.David S. Miller5-50/+84
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