summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-2079-3298/+9759
|\
| * [SPARC64]: Update defconfig.David S. Miller2006-03-201-11/+14
| * [SPARC64]: Fix 2 bugs in huge page support.David S. Miller2006-03-201-4/+175
| * [SPARC64]: CONFIG_BLK_DEV_RAM fixAndrew Morton2006-03-201-1/+1
| * [SPARC64]: Optimized TSB table initialization.David S. Miller2006-03-203-1/+71
| * [SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.David S. Miller2006-03-201-0/+18
| * [SPARC64]: Use SLAB caches for TSB tables.David S. Miller2006-03-203-25/+69
| * [SPARC64]: Don't kill the page allocator when growing a TSB.David S. Miller2006-03-201-8/+35
| * [SPARC64]: Randomize mm->mmap_base when PF_RANDOMIZE is set.David S. Miller2006-03-201-2/+14
| * [SPARC64]: Increase top of 32-bit process stack.David S. Miller2006-03-204-13/+17
| * [SPARC64]: Top-down address space allocation for 32-bit tasks.David S. Miller2006-03-202-9/+183
| * [SPARC64]: Fix and re-enable dynamic TSB sizing.David S. Miller2006-03-204-106/+165
| * [SPARC64]: First cut at VIS simulator for Niagara.David S. Miller2006-03-203-1/+901
| * [SPARC64]: Fix system type in /proc/cpuinfo and remove bogus OBP check.David S. Miller2006-03-203-69/+10Star
| * [SPARC64]: Add SMT scheduling support for Niagara.David S. Miller2006-03-202-0/+27
| * [SPARC64]: Fix 32-bit truncation which broke sparsemem.David S. Miller2006-03-201-10/+8Star
| * [SPARC64]: Move over to sparsemem.David S. Miller2006-03-203-43/+104
| * [SPARC64]: Fix new context version SMP handling.David S. Miller2006-03-209-45/+60
| * [SPARC64]: Bulletproof MMU context locking.David S. Miller2006-03-202-2/+4
| * [SPARC64]: kzalloc() conversionEric Sesterhenn2006-03-2011-58/+27Star
| * [SPARC64]: Fix loop termination in mark_kpte_bitmap()David S. Miller2006-03-201-1/+4
| * [SPARC64]: Simplify TSB insert checks.David S. Miller2006-03-202-23/+6Star
| * [SPARC64]: More SUN4V cpu mondo bug fixing.David S. Miller2006-03-201-16/+24
| * [SPARC64]: Fix sun4v mna winfixup handling.David S. Miller2006-03-201-4/+4
| * [SPARC64]: Fix mini RTC driver reading.David S. Miller2006-03-201-0/+2
| * [SPARC64]: Do not allow mapping pages within 4GB of 64-bit VA hole.David S. Miller2006-03-201-22/+68
| * [SPARC64]: Fix _PAGE_EXEC handling.David S. Miller2006-03-203-8/+15
| * [SPARC64]: Fix typo in SUN4V D-TLB miss handler.David S. Miller2006-03-201-1/+1
| * [SPARC64]: Add mini-RTC driver for Starfire and SUN4V.David S. Miller2006-03-201-0/+279
| * [SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.David S. Miller2006-03-202-57/+151
| * [SPARC64]: Fix bugs in SMP TLB context version expiration handling.David S. Miller2006-03-201-6/+10
| * [SPARC64]: Fix indexing into kpte_linear_bitmap.David S. Miller2006-03-201-0/+1
| * [SPARC64]: Avoid dcache-dirty page state management on sun4v.David S. Miller2006-03-202-23/+30
| * [SPARC64]: Bulletproof hypervisor TLB flushing.David S. Miller2006-03-202-26/+80
| * [SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().David S. Miller2006-03-201-1/+1
| * [SPARC64]: Niagara optimized XOR functions for RAID.David S. Miller2006-03-202-1/+312
| * [SPARC64]: Fix binfmt_aout32.c build.Andrew Morton2006-03-201-1/+1
| * [SPARC64]: destroy_context() needs to disable interrupts.David S. Miller2006-03-201-2/+3
| * [SPARC64]: Fix TLB context allocation with SMT style shared TLBs.David S. Miller2006-03-202-12/+37
| * [SPARC64]: Put syscall tables after trap table.David S. Miller2006-03-201-1/+2
| * [SPARC64]: Export _PAGE_E and _PAGE_CACHE to modules.David S. Miller2006-03-201-0/+4
| * [SPARC64]: Drop %gl to 0 before re-enabling PSTATE_IE in rtrapDavid S. Miller2006-03-201-1/+2
| * [SPARC64]: Create a seperate kernel TSB for 4MB/256MB mappings.David S. Miller2006-03-202-6/+33
| * [SPARC64]: Make use of Niagara 256MB PTEs for kernel mappings.David S. Miller2006-03-202-15/+96
| * [SPARC64]: Use sun4v_cpu_idle() in cpu_idle() on SUN4V.David S. Miller2006-03-201-49/+32Star
| * [SPARC64] math-emu: Delete debugging printk left by previous commit.David S. Miller2006-03-201-1/+0Star
| * [SPARC64]: Add sun4v_cpu_yield().David S. Miller2006-03-201-0/+9
| * [SPARC64]: Kill cpudata->idle_volume.David S. Miller2006-03-202-10/+2Star
| * [SPARC64]: Niagara optimized memset/bzero/clear_user.David S. Miller2006-03-203-1/+165
| * [SPARC64]: Pass multiple CPUs at once to hypervisor cross-call API.David S. Miller2006-03-201-54/+0Star