aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc-apc: BKL pushdownArnd Bergmann2008-07-021-0/+2
* sparc: Fix mremap address range validation.David S. Miller2008-05-121-43/+5
* sparc32: fix rtrap.S typoRobert Reif2008-05-111-1/+1
* sparc: Fix debugger syscall restart interactions.David S. Miller2008-05-114-41/+40
* sparc: Fix ptrace() detach.David S. Miller2008-05-111-0/+2
* sparc32: Don't twiddle PT_DTRACE in exec.David S. Miller2008-05-101-5/+0
* sparc: Fix SA_ONSTACK signal handling.David S. Miller2008-05-071-3/+17
* sparc: Fix fork/clone/vfork system call restart.David S. Miller2008-05-071-4/+16
* sparc: Fix mmap VA span checking.David S. Miller2008-05-071-2/+1
* sparc32: Delete prom_stdin and prom_stdout.David S. Miller2008-05-021-7/+0
* sparc32: More memory probing consolidation.David S. Miller2008-05-023-141/+69
* sparc32: Kill totally unused memory information tables.David S. Miller2008-05-022-100/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-309-948/+292
|\
| * sparc: Add kgdb support.David S. Miller2008-04-297-871/+292
| * sparc32: Kill smp_message_pass() and related code.David S. Miller2008-04-292-77/+0
* | sparc: Export symbols for ZERO_PAGE usage in modules.Aneesh Kumar K.V2008-04-291-0/+2
* | sparc: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter2008-04-291-5/+1
* | iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt2008-04-291-2/+2
|/
* sparc: Remove old style signal frame support.David S. Miller2008-04-273-253/+23
* sparc: cleanup after SunOS binary emulation removalAdrian Bunk2008-04-232-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-2114-2508/+130
|\
| * [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-2114-2508/+130
* | [SPARC] minor irq handler cleanupsJeff Garzik2008-04-201-1/+1
|/
* Generic semaphore implementationMatthew Wilcox2008-04-173-161/+1
* [SPARC]: Fix several regset and ptrace bugs.David S. Miller2008-04-091-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-177-214/+211
|\
| * [SPARC]: Fix link errors with gcc-4.3David S. Miller2008-03-033-207/+203
| * sparc: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-03-031-3/+3
| * [SPARC]: Add reboot_command[] extern decl to asm/system.hDavid S. Miller2008-02-281-2/+0
| * [SPARC]: Mark linux_sparc_{fpu,chips} static.David S. Miller2008-02-281-2/+2
| * [SPARC]: Fix build in arch/sparc/kernel/led.cDavid S. Miller2008-02-241-0/+3
* | [NET] endianness noise: INADDR_ANYAl Viro2008-03-171-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-194-20/+1
|\
| * [SPARC]: Kill 'prom_palette'.David S. Miller2008-02-183-16/+0
| * [SPARC]: Kill extern decl of 'panic_setup'.David S. Miller2008-02-181-1/+0
| * [SPARC]: Use shorter form of "get_zeroed_page".Robert P. J. Day2008-02-121-3/+1
* | xtime_lock vs update_process_timesPeter Zijlstra2008-02-132-5/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-093-165/+10
|\
| * [SPARC]: Merge asm-sparc{,64}/cache.hDavid S. Miller2008-02-091-0/+4
| * [SPARC]: Kill BSD errno translation table and header files.David S. Miller2008-02-091-138/+6
| * [SPARC]: Remove of_platform_device_createStephen Rothwell2008-02-091-27/+0
* | ide: introduce HAVE_IDESam Ravnborg2008-02-091-0/+1
|/
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-082-7/+17
* avoid overflows in kernel/time.cH. Peter Anvin2008-02-081-0/+4
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-085-5/+0
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-082-34/+0
* aout: mark arches that support A.OUT formatDavid Howells2008-02-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-072-490/+340
|\
| * [SPARC32]: Use regsets in arch_ptrace().David S. Miller2008-02-071-68/+47
| * [SPARC]: Move over to arch_ptrace().David S. Miller2008-02-072-416/+63