aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc64
AgeCommit message (Expand)AuthorFilesLines
2008-05-02sparc64: Fix syscall restart, for real...Gravatar David S. Miller 3-7/+11
2008-05-02sparc64: Stop creating dummy root PCI host controller devices.Gravatar David S. Miller 3-112/+33
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 18-2578/+2877
2008-04-29sparc64: remove duplicated includeGravatar Huang Weiyi 1-1/+0
2008-04-29sparc: Add kgdb support.Gravatar David S. Miller 7-1/+236
2008-04-28sparc64: Split entry.S up into seperate files.Gravatar David S. Miller 12-2576/+2641
2008-04-27sparc64: Fix accidental syscall restart on child return from clone/fork/vfork.Gravatar David S. Miller 1-0/+6
2008-04-27sparc64: Clean up handling of pt_regs trap type encoding.Gravatar David S. Miller 1-4/+3
2008-04-27sparc: Remove old style signal frame support.Gravatar David S. Miller 3-268/+21
2008-04-27sparc64: Kill bogus RT_ALIGNEDSZ macro from signal.cGravatar David S. Miller 1-4/+1
2008-04-26sparc64: Kill unused local ISA bus layer.Gravatar David S. Miller 4-196/+1
2008-04-26sparc64: Do not ignore 'pmu' device ranges.Gravatar David S. Miller 1-6/+0
2008-04-26sparc64: Kill CONFIG_SPARC32_COMPATGravatar David S. Miller 5-28/+16
2008-04-26sparc64: Cleanups and corrections for arch/sparc64/KconfigGravatar David S. Miller 1-65/+17
2008-04-26sparc64: Fix wedged irq regression.Gravatar David S. Miller 1-1/+2
2008-04-25[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit().Gravatar David S. Miller 1-5/+22
2008-04-25[SPARC64]: Fix args to 64-bit sys_semctl() via sys_ipc().Gravatar David S. Miller 1-2/+2
2008-04-24[SPARC64]: Detect trap frames in stack backtraces.Gravatar David S. Miller 2-7/+28
2008-04-24[SPARC64]: %l6 trap return handling no longer necessary.Gravatar David S. Miller 8-56/+38
2008-04-24[SPARC64]: Use trap type stored in pt_regs to handle syscall restart.Gravatar David S. Miller 2-21/+21
2008-04-23[SPARC64]: Store magic cookie and trap type in pt_regs.Gravatar David S. Miller 1-0/+4
2008-04-23[SPARC64]: PROM debug console can be CON_ANYTIME.Gravatar David S. Miller 1-1/+1
2008-04-23sparc64: cleanup after SunOS/Solaris binary emulation removalGravatar Adrian Bunk 2-3/+1
2008-04-23[SPARC64]: Add NUMA support.Gravatar David S. Miller 4-135/+792
2008-04-23[SPARC64]: Allocate TSB node-local.Gravatar David S. Miller 1-1/+2
2008-04-23[SPARC64]: NUMA device infrastructure.Gravatar David S. Miller 13-22/+82
2008-04-23[SPARC64]: Kill pci_iommu_table_init() declaration.Gravatar David S. Miller 1-2/+0
2008-04-23[SPARC64]: Once we have the boot cmdline, call parse_early_param()Gravatar David S. Miller 1-0/+1
2008-04-23[SPARC64]: Initialize MDESC earlier and use lmb_alloc()Gravatar David S. Miller 2-15/+19
2008-04-23[SPARC64]: Use lmb_alloc() for PROM device tree.Gravatar David S. Miller 2-7/+11
2008-04-23[SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().Gravatar David S. Miller 2-5/+14
2008-04-23[SPARC64]: Fully use LMB information in bootmem_init().Gravatar David S. Miller 1-82/+18
2008-04-23[SPARC64]: Start using LMB information in bootmem_init().Gravatar David S. Miller 1-126/+6
2008-04-23[SPARC64]: Initialize LMB tables.Gravatar David S. Miller 1-1/+13
2008-04-23[SPARC64]: Move ramdisk discovery code out to seperate function.Gravatar David S. Miller 1-24/+33
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 29-8104/+37
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-0/+1
2008-04-21[SPARC]: Remove SunOS and Solaris binary support.Gravatar David S. Miller 29-8104/+37
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 3-261/+1
2008-04-29sparc: Export symbols for ZERO_PAGE usage in modules.Gravatar Aneesh Kumar K.V 1-0/+1
2008-04-29iomap: fix 64 bits resources on 32 bitsGravatar Benjamin Herrenschmidt 1-2/+2
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 13-570/+65
2008-04-28pageflags: get rid of FLAGS_RESERVEDGravatar Christoph Lameter 1-2/+14
2008-04-14Merge branch 'linux-2.6'Gravatar Paul Mackerras 19-168/+583
2008-04-09[SPARC]: Fix several regset and ptrace bugs.Gravatar David S. Miller 1-51/+97
2008-04-03[SPARC64]: Fix user accesses in regset code.Gravatar David S. Miller 1-21/+115
2008-04-03[SPARC64]: Fix FPU saving in 64-bit signal handling.Gravatar David S. Miller 1-1/+1
2008-03-28sparc64: remove unused calc_npages() in iommu_common.hGravatar FUJITA Tomonori 1-13/+0
2008-03-28sparc64: add the segment boundary checking to IOMMUs while merging SG entriesGravatar FUJITA Tomonori 3-4/+33