summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2008-08-12sparc64: Implement IRQ stacks.David S. Miller1-0/+4
2008-08-12sparc: remove include of linux/of_device.h from asm/of_device.hStephen Rothwell1-2/+1
2008-08-07sparc: don't use asm/of_device.hStephen Rothwell7-7/+9
2008-08-06of/sparc: remove include of linux/of_platform.h from asm/of_platform.hStephen Rothwell1-3/+0
2008-07-31sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.David S. Miller2-26/+25
2008-07-30sparc64: Hook up trigger_all_cpu_backtrace().David S. Miller1-0/+3
2008-07-30sparc64: Make global reg dumping even more useful.David S. Miller1-4/+4
2008-07-30sparc64: FUTEX_OP_ANDN fixMikael Pettersson1-1/+1
2008-07-29sparc: merge of_platform_{32,64}.hStephen Rothwell3-53/+21
2008-07-29sparc64: Kill isa_bus_type.David S. Miller1-1/+0
2008-07-27sparc: Set CONFIG_HAVE_ARCH_TRACEHOOKDavid S. Miller1-0/+1
2008-07-27sparc: Add task_pt_regs().David S. Miller1-0/+1
2008-07-27sparc: Add call to tracehook_signal_handler().David S. Miller1-0/+2
2008-07-27sparc: Create and use TIF_NOTIFY_RESUME.David S. Miller3-4/+22
2008-07-27sparc: Use tracehook routines in syscall_trace().David S. Miller2-17/+21
2008-07-27sparc: Add user_stack_pointer().David S. Miller2-0/+2
2008-07-27sparc64: tracehook: TIF_NOTIFY_RESUMERoland McGrath1-3/+5
2008-07-27sparc: Add asm/syscall.hDavid S. Miller1-0/+120
2008-07-27sparc: enable headers_export againSam Ravnborg1-1/+45
2008-07-27sparc, sparc64: use arch/sparc/includeSam Ravnborg327-0/+32037
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+2
2008-07-25sparc: Wire up new system calls.David S. Miller1-1/+2
2008-07-25pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk1-14/+0
2008-07-24flag parameters: pipeUlrich Drepper1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2-4/+2
2008-07-22sparc32: pass -m32 when building vmlinux.ldsStephen Rothwell1-0/+1
2008-07-19sparc: Remove Sparc's asm-offsets for sclow.SDavid Howells1-12/+0
2008-07-17sparc: Use new '%pS' infrastructure to print symbols.David S. Miller2-10/+8
2008-07-17sparc32: fix init.c allnoconfig build errorRobert Reif1-0/+1
2008-07-17sparc: arch/sparc/kernel/apc.c to unlocked_ioctlStoyan Gaydarov1-12/+28
2008-07-17sparc: export openprom.h to userspaceSam Ravnborg1-0/+1
2008-07-17sparc/mm/: possible cleanupsAdrian Bunk4-24/+25
2008-07-17sparc/kernel/: possible cleanupsAdrian Bunk20-54/+38
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet62-74/+75
2008-07-02sparc-apc: BKL pushdownArnd Bergmann1-0/+2
2008-06-03sparc: switch /proc/led to seq_fileAlexey Dobriyan1-13/+21
2008-05-20sparc: remove CVS keywordsAdrian Bunk60-60/+54
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-12sparc: Fix mremap address range validation.David S. Miller1-43/+5
2008-05-11sparc32: fix rtrap.S typoRobert Reif1-1/+1
2008-05-11sparc: Fix debugger syscall restart interactions.David S. Miller4-41/+40
2008-05-11sparc: Fix ptrace() detach.David S. Miller1-0/+2
2008-05-10sparc32: Don't twiddle PT_DTRACE in exec.David S. Miller1-5/+0
2008-05-07sparc: Fix SA_ONSTACK signal handling.David S. Miller1-3/+17
2008-05-07sparc: Fix fork/clone/vfork system call restart.David S. Miller1-4/+16
2008-05-07sparc: Fix mmap VA span checking.David S. Miller1-2/+1
2008-05-02sparc32: Delete prom_stdin and prom_stdout.David S. Miller1-7/+0
2008-05-02sparc32: More memory probing consolidation.David S. Miller3-141/+69
2008-05-02sparc32: Kill totally unused memory information tables.David S. Miller2-100/+5
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds9-948/+292