summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc: Fix mremap address range validation.David S. Miller2008-05-131-43/+5Star
* sparc32: fix rtrap.S typoRobert Reif2008-05-121-1/+1
* sparc: Fix debugger syscall restart interactions.David S. Miller2008-05-114-41/+40Star
* 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/+0Star
* sparc: Fix SA_ONSTACK signal handling.David S. Miller2008-05-081-3/+17
* sparc: Fix fork/clone/vfork system call restart.David S. Miller2008-05-081-4/+16
* sparc: Fix mmap VA span checking.David S. Miller2008-05-071-2/+1Star
* sparc32: Delete prom_stdin and prom_stdout.David S. Miller2008-05-021-7/+0Star
* sparc32: More memory probing consolidation.David S. Miller2008-05-023-141/+69Star
* sparc32: Kill totally unused memory information tables.David S. Miller2008-05-022-100/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-309-948/+292Star
|\
| * sparc: Add kgdb support.David S. Miller2008-04-297-871/+292Star
| * sparc32: Kill smp_message_pass() and related code.David S. Miller2008-04-292-77/+0Star
* | 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/+1Star
* | 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/+23Star
* sparc: cleanup after SunOS binary emulation removalAdrian Bunk2008-04-242-6/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-2214-2508/+130Star
|\
| * [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-2214-2508/+130Star
* | [SPARC] minor irq handler cleanupsJeff Garzik2008-04-211-1/+1
|/
* Generic semaphore implementationMatthew Wilcox2008-04-173-161/+1Star
* [SPARC]: Fix several regset and ptrace bugs.David S. Miller2008-04-101-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-187-214/+211Star
|\
| * [SPARC]: Fix link errors with gcc-4.3David S. Miller2008-03-043-207/+203Star
| * sparc: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-03-031-3/+3
| * [SPARC]: Add reboot_command[] extern decl to asm/system.hDavid S. Miller2008-02-291-2/+0Star
| * [SPARC]: Mark linux_sparc_{fpu,chips} static.David S. Miller2008-02-291-2/+2
| * [SPARC]: Fix build in arch/sparc/kernel/led.cDavid S. Miller2008-02-251-0/+3
* | [NET] endianness noise: INADDR_ANYAl Viro2008-03-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-194-20/+1Star
|\
| * [SPARC]: Kill 'prom_palette'.David S. Miller2008-02-193-16/+0Star
| * [SPARC]: Kill extern decl of 'panic_setup'.David S. Miller2008-02-191-1/+0Star
| * [SPARC]: Use shorter form of "get_zeroed_page".Robert P. J. Day2008-02-131-3/+1Star
* | xtime_lock vs update_process_timesPeter Zijlstra2008-02-132-5/+4Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-103-165/+10Star
|\
| * [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/+6Star
| * [SPARC]: Remove of_platform_device_createStephen Rothwell2008-02-091-27/+0Star
* | 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/+0Star
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-082-34/+0Star
* 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/+340Star
|\
| * [SPARC32]: Use regsets in arch_ptrace().David S. Miller2008-02-071-68/+47Star
| * [SPARC]: Move over to arch_ptrace().David S. Miller2008-02-072-416/+63Star
| * [SPARC]: Remove PTRACE_SUN* handling.David S. Miller2008-02-071-14/+1Star