summaryrefslogtreecommitdiffstats
path: root/arch/sparc64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] RTC: Remove RTC UIP synchronization on Sparc64Matt Mackall2006-03-281-15/+1Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-271-2/+2
|\
| * [SPARC64]: Fix off-by-1 error in TSB grow check.David S. Miller2006-03-271-2/+2
* | [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-8/+9
|/
* [SPARC64]: Kill duplicate exports of string library functions.David S. Miller2006-03-271-10/+0Star
* [SPARC64]: Update defconfig.David S. Miller2006-03-271-25/+14Star
* [PATCH] bitops: sparc64: use generic bitopsAkinobu Mita2006-03-264-133/+9Star
* [PATCH] kprobes: fix broken fault handling for sparc64Prasanna S Panchamukhi2006-03-261-6/+60
* [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-261-0/+3
* [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-262-62/+1Star
* [PATCH] create struct compat_timex and use it everywhereStephen Rothwell2006-03-261-14/+1Star
* [SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map.David S. Miller2006-03-251-1/+4
* [PATCH] kconfig: clarify memory debug optionsAndrew Morton2006-03-251-1/+1
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-232-21/+13Star
* [PATCH] sparc64: fix set_page_count merge clashNick Piggin2006-03-231-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-2210-173/+402
|\
| * [SPARC64]: Add a secondary TSB for hugepage mappings.David S. Miller2006-03-228-171/+401
| * [SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller2006-03-222-2/+1Star
* | [PATCH] hugepage: is_aligned_hugepage_range() cleanupDavid Gibson2006-03-221-12/+0Star
* | [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-2/+2
|/
* [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