summaryrefslogtreecommitdiffstats
path: root/arch/sparc64
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Disable preemption during flush_tlb_pending().David S. Miller2006-05-011-0/+5
* [PATCH] Switch Kprobes inline functions to __kprobes for sparc64Prasanna S Panchamukhi2006-04-191-6/+6
* [SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64KJean-Luc Léger2006-04-191-1/+1
* [SPARC64]: Export pcibios_resource_to_bus().David S. Miller2006-04-171-0/+1
* [SPARC]: Hook up sys_tee() into syscall tables.David S. Miller2006-04-152-2/+3
* [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-111-1/+0Star
* [PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki2006-04-113-5/+5
* [SPARC64]: Set ARCH_SELECT_MEMORY_MODELDavid S. Miller2006-04-101-0/+3
* [SPARC64]: smp_call_function() fixups...David S. Miller2006-04-101-20/+15Star
* [SPARC64]: Translate PTRACE_GETEVENTMSG for 32-bit tasks.David S. Miller2006-04-101-0/+16
* [SPARC64]: Update defconfig.David S. Miller2006-04-101-2/+8
* [SPARC64]: Print out return PC in cheetah_log_errors().David S. Miller2006-04-101-2/+2
* [SPARC64]: Add dummy PTRACE_PEEKUSR for gdb.David S. Miller2006-04-101-0/+7
* [SPARC]: Wire up sys_sync_file_range() into syscall tables.David S. Miller2006-04-013-2/+11
* [SPARC]: Wire up sys_splice() into the syscall tables.David S. Miller2006-04-012-2/+3
* [SPARC64]: Update defconfig.David S. Miller2006-04-011-4/+10
* [SPARC64]: Align address in huge_pte_alloc().David S. Miller2006-04-011-0/+7
* [SPARC64]: Document the instruction checks we do in do_sparc64_fault().David S. Miller2006-04-011-1/+5
* [SPARC64]: Make tsb_sync() mm comparison more precise.David S. Miller2006-04-011-1/+8
* [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