summaryrefslogtreecommitdiffstats
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf23-132/+338
2010-10-15arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf4-37/+622
2010-10-15arch/tile: Bomb C99 comments to C89 comments in tile's <arch/sim_def.h>Chris Metcalf1-279/+269
2010-10-14arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf1-13/+22
2010-10-14arch/tile: various top-level Makefile cleanupsChris Metcalf1-2/+15
2010-10-14arch/tile: change lower bound on syscall error return to -4095Chris Metcalf1-1/+1
2010-10-14arch/tile: properly export __mb_incoherent for modulesChris Metcalf2-1/+7
2010-10-14arch/tile: provide a definition of MAP_STACKChris Metcalf1-0/+1
2010-10-14arch/tile: Add a warning if we try to allocate too much vmalloc memory.Chris Metcalf1-0/+4
2010-10-14arch/tile: update some comments to clarify register usage.Chris Metcalf2-3/+6
2010-10-14arch/tile: use better "punctuation" for VMSPLIT_3_5G and friendsChris Metcalf1-4/+4
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf9-103/+76
2010-10-14Merge branch 'master' into for-linusChris Metcalf13-59/+95
2010-10-05tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita1-4/+4
2010-09-24Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-7/+0
2010-09-24arch/tile: remove dead code from intvec_32.SChris Metcalf1-7/+0
2010-09-16Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds12-51/+94
2010-09-15arch/tile: fix formatting bug in register dumpsChris Metcalf1-1/+1
2010-09-15arch/tile: fix memcpy_fromio()/memcpy_toio() signaturesChris Metcalf1-4/+4
2010-09-15arch/tile: Save and restore extra user state for tilegxChris Metcalf4-7/+34
2010-09-15arch/tile: Change struct sigcontext to be more usefulChris Metcalf5-27/+36
2010-09-15arch/tile: finish const-ifying sys_execve()Chris Metcalf3-12/+19
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds29-205/+213
2010-08-15arch/tile: don't validate CROSS_COMPILE needlesslyChris Metcalf1-9/+11
2010-08-15arch/tile: export only COMMAND_LINE_SIZE to userspace.Chris Metcalf1-2/+6
2010-08-15arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNChris Metcalf1-3/+2
2010-08-14defconfig reductionSam Ravnborg1-1219/+0
2010-08-13arch/tile: Rename the hweight() implementations to __arch_hweight()Chris Metcalf1-4/+5
2010-08-13Merge branch 'master' into for-linusChris Metcalf1-9/+0
2010-08-13arch/tile: extend syscall ABI to set r1 on return as well.Chris Metcalf1-2/+12
2010-08-13arch/tile: Various cleanups.Chris Metcalf11-92/+40
2010-08-13arch/tile: support backtracing on TILE-GxChris Metcalf4-48/+105
2010-08-13arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf3-4/+8
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 ini...Chris Metcalf1-2/+2
2010-08-13arch: tile: mm: pgtable.c: Removed duplicated #includeAndrea Gelmini1-1/+0
2010-08-13arch: tile: kernel/proc.c Removed duplicated #includeAndrea Gelmini1-1/+0
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-2/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-7/+0
2010-08-11arch/tile: support new kunmap_atomic() naming convention.Chris Metcalf2-3/+3
2010-08-11tile: remove unused ISA_DMA_THRESHOLD defineFUJITA Tomonori1-21/+0
2010-07-16arch/tile: check kmalloc() resultKulikov Vasiliy1-0/+2
2010-07-06arch/tile: catch up on various minor cleanups.Chris Metcalf6-32/+7
2010-07-06arch/tile: avoid erroneous error return for PTRACE_POKEUSR.Chris Metcalf1-0/+1
2010-07-06tile: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori1-0/+8
2010-07-06tile: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori1-1/+0
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf56-679/+798
2010-07-06arch/tile: Split the icache flush code off to a generic <arch> header.Chris Metcalf5-114/+120