aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-1523-132/+338
* arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf2010-10-154-37/+622
* arch/tile: Bomb C99 comments to C89 comments in tile's <arch/sim_def.h>Chris Metcalf2010-10-151-279/+269
* arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf2010-10-141-13/+22
* arch/tile: various top-level Makefile cleanupsChris Metcalf2010-10-141-2/+15
* arch/tile: change lower bound on syscall error return to -4095Chris Metcalf2010-10-141-1/+1
* arch/tile: properly export __mb_incoherent for modulesChris Metcalf2010-10-142-1/+7
* arch/tile: provide a definition of MAP_STACKChris Metcalf2010-10-141-0/+1
* arch/tile: Add a warning if we try to allocate too much vmalloc memory.Chris Metcalf2010-10-141-0/+4
* arch/tile: update some comments to clarify register usage.Chris Metcalf2010-10-142-3/+6
* arch/tile: use better "punctuation" for VMSPLIT_3_5G and friendsChris Metcalf2010-10-141-4/+4
* arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-149-103/+76
* Merge branch 'master' into for-linusChris Metcalf2010-10-1413-59/+95
|\
| * Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2010-09-241-7/+0
| |\
| | * arch/tile: remove dead code from intvec_32.SChris Metcalf2010-09-241-7/+0
| * | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2010-09-1612-51/+94
| |\ \ | | |/
| | * arch/tile: fix formatting bug in register dumpsChris Metcalf2010-09-151-1/+1
| | * arch/tile: fix memcpy_fromio()/memcpy_toio() signaturesChris Metcalf2010-09-151-4/+4
| | * arch/tile: Save and restore extra user state for tilegxChris Metcalf2010-09-154-7/+34
| | * arch/tile: Change struct sigcontext to be more usefulChris Metcalf2010-09-155-27/+36
| | * arch/tile: finish const-ifying sys_execve()Chris Metcalf2010-09-153-12/+19
| * | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-141-1/+1
| |/
* | tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita2010-10-051-4/+4
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-08-1529-205/+213
|\
| * arch/tile: don't validate CROSS_COMPILE needlesslyChris Metcalf2010-08-151-9/+11
| * arch/tile: export only COMMAND_LINE_SIZE to userspace.Chris Metcalf2010-08-151-2/+6
| * arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNChris Metcalf2010-08-151-3/+2
| * arch/tile: Rename the hweight() implementations to __arch_hweight()Chris Metcalf2010-08-131-4/+5
| * Merge branch 'master' into for-linusChris Metcalf2010-08-131-9/+0
| |\
| * | arch/tile: extend syscall ABI to set r1 on return as well.Chris Metcalf2010-08-131-2/+12
| * | arch/tile: Various cleanups.Chris Metcalf2010-08-1311-92/+40
| * | arch/tile: support backtracing on TILE-GxChris Metcalf2010-08-134-48/+105
| * | arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf2010-08-133-4/+8
| * | arch/tile: Use separate, better minsec values for clocksource and sched_clock.Chris Metcalf2010-08-131-14/+19
| * | arch/tile: correct a bug in freeing bootmem by VA for the optional second ini...Chris Metcalf2010-08-131-2/+2
| * | arch: tile: mm: pgtable.c: Removed duplicated #includeAndrea Gelmini2010-08-131-1/+0
| * | arch: tile: kernel/proc.c Removed duplicated #includeAndrea Gelmini2010-08-131-1/+0
| * | arch/tile: support new kunmap_atomic() naming convention.Chris Metcalf2010-08-112-3/+3
| * | tile: remove unused ISA_DMA_THRESHOLD defineFUJITA Tomonori2010-08-111-21/+0
* | | defconfig reductionSam Ravnborg2010-08-141-1219/+0
| |/ |/|
* | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-2/+0
* | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-7/+0
|/
* arch/tile: check kmalloc() resultKulikov Vasiliy2010-07-161-0/+2
* arch/tile: catch up on various minor cleanups.Chris Metcalf2010-07-066-32/+7
* arch/tile: avoid erroneous error return for PTRACE_POKEUSR.Chris Metcalf2010-07-061-0/+1
* tile: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-07-061-0/+8
* tile: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-07-061-1/+0
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-0656-679/+798
* arch/tile: Split the icache flush code off to a generic <arch> header.Chris Metcalf2010-07-065-114/+120