summaryrefslogtreecommitdiff
path: root/arch/sparc64
AgeCommit message (Expand)AuthorFilesLines
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter1-2/+14
2008-04-25[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit().David S. Miller1-5/+22
2008-04-25[SPARC64]: Fix args to 64-bit sys_semctl() via sys_ipc().David S. Miller1-2/+2
2008-04-24[SPARC64]: Detect trap frames in stack backtraces.David S. Miller2-7/+28
2008-04-24[SPARC64]: %l6 trap return handling no longer necessary.David S. Miller8-56/+38
2008-04-24[SPARC64]: Use trap type stored in pt_regs to handle syscall restart.David S. Miller2-21/+21
2008-04-24[SPARC64]: Store magic cookie and trap type in pt_regs.David S. Miller1-0/+4
2008-04-24[SPARC64]: PROM debug console can be CON_ANYTIME.David S. Miller1-1/+1
2008-04-24sparc64: cleanup after SunOS/Solaris binary emulation removalAdrian Bunk2-3/+1
2008-04-24[SPARC64]: Add NUMA support.David S. Miller4-135/+792
2008-04-24[SPARC64]: Allocate TSB node-local.David S. Miller1-1/+2
2008-04-24[SPARC64]: NUMA device infrastructure.David S. Miller13-22/+82
2008-04-24[SPARC64]: Kill pci_iommu_table_init() declaration.David S. Miller1-2/+0
2008-04-24[SPARC64]: Once we have the boot cmdline, call parse_early_param()David S. Miller1-0/+1
2008-04-24[SPARC64]: Initialize MDESC earlier and use lmb_alloc()David S. Miller2-15/+19
2008-04-24[SPARC64]: Use lmb_alloc() for PROM device tree.David S. Miller2-7/+11
2008-04-24[SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().David S. Miller2-5/+14
2008-04-24[SPARC64]: Fully use LMB information in bootmem_init().David S. Miller1-82/+18
2008-04-24[SPARC64]: Start using LMB information in bootmem_init().David S. Miller1-126/+6
2008-04-24[SPARC64]: Initialize LMB tables.David S. Miller1-1/+13
2008-04-24[SPARC64]: Move ramdisk discovery code out to seperate function.David S. Miller1-24/+33
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds29-8104/+37
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-0/+1
2008-04-22[SPARC]: Remove SunOS and Solaris binary support.David S. Miller29-8104/+37
2008-04-19arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17Generic semaphore implementationMatthew Wilcox3-261/+1
2008-04-14Merge branch 'linux-2.6'Paul Mackerras19-168/+583
2008-04-10[SPARC]: Fix several regset and ptrace bugs.David S. Miller1-51/+97
2008-04-04[SPARC64]: Fix user accesses in regset code.David S. Miller1-21/+115
2008-04-04[SPARC64]: Fix FPU saving in 64-bit signal handling.David S. Miller1-1/+1
2008-03-29sparc64: remove unused calc_npages() in iommu_common.hFUJITA Tomonori1-13/+0
2008-03-29sparc64: add the segment boundary checking to IOMMUs while merging SG entriesFUJITA Tomonori3-4/+33
2008-03-29[SPARC64]: Don't open-code {get,put}_cpu_var() in flush_tlb_pending().David S. Miller1-5/+2
2008-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-120/+382
2008-03-26[SPARC64]: flush_ptrace_access() needs preemption disable.David S. Miller1-0/+4
2008-03-26[SPARC64]: Update defconfig.David S. Miller1-4/+8
2008-03-26[SPARC64]: Fix allnoconfig build, ptrace.c missing CONFIG_COMPAT checks.David S. Miller1-0/+6
2008-03-26[SPARC64]: Fix __get_cpu_var in preemption-enabled area.David S. Miller1-1/+2
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.cDavid S. Miller3-0/+16
2008-03-26[SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.cDavid S. Miller3-5/+56
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.cDavid S. Miller3-27/+44
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/ptrace.cDavid S. Miller2-3/+13
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.cDavid S. Miller2-19/+29
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/iommu.cDavid S. Miller1-4/+4
2008-03-26[SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.cDavid S. Miller3-50/+144
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.cDavid S. Miller4-7/+24
2008-03-26Merge branch 'linux-2.6'Paul Mackerras8-167/+95
2008-03-25[SPARC64]: Make save_stack_trace() more efficient.David S. Miller2-1/+33
2008-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-166/+94
2008-03-24[SPARC64]: exec PT_DTRACERoland McGrath2-6/+0