aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-24arch/tile: remove dead code from intvec_32.SChris Metcalf1-7/+0
2010-09-15arch/tile: fix formatting bug in register dumpsChris Metcalf1-1/+1
2010-09-15arch/tile: Save and restore extra user state for tilegxChris Metcalf1-7/+16
2010-09-15arch/tile: Change struct sigcontext to be more usefulChris Metcalf2-13/+16
2010-09-15arch/tile: finish const-ifying sys_execve()Chris Metcalf1-2/+3
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-13arch/tile: extend syscall ABI to set r1 on return as well.Chris Metcalf1-2/+12
2010-08-13arch/tile: support backtracing on TILE-GxChris Metcalf3-47/+102
2010-08-13arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf1-1/+3
2010-08-13arch/tile: Use separate, better minsec values for clocksource and sched_clock.Chris Metcalf1-14/+19
2010-08-13arch/tile: correct a bug in freeing bootmem by VA for the optional second initrd.Chris Metcalf1-2/+2
2010-08-13arch: tile: kernel/proc.c Removed duplicated #includeAndrea Gelmini1-1/+0
2010-07-16arch/tile: check kmalloc() resultKulikov Vasiliy1-0/+2
2010-07-06arch/tile: avoid erroneous error return for PTRACE_POKEUSR.Chris Metcalf1-0/+1
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf20-349/+420
2010-07-06arch/tile: Shrink the tile-opcode files considerably.Chris Metcalf1-12343/+1015
2010-07-06arch/tile: Add driver to enable access to the user dynamic network.Chris Metcalf3-2/+799
2010-07-06arch/tile: Enable more sophisticated IRQ model for 32-bit chips.Chris Metcalf3-91/+254
2010-06-07Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.Chris Metcalf3-4/+4
2010-06-05arch/tile: Do not use GFP_KERNEL for dma_alloc_coherent().Chris Metcalf1-2/+1
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf34-0/+24545