aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include
Commit message (Expand)AuthorAgeFilesLines
...
| * arch/tile: provide a definition of MAP_STACKChris Metcalf2010-10-141-0/+1
| * arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-142-58/+30
* | mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-5/+0
* | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2010-10-221-0/+1
|\ \
| * | bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+1
| |/
* | Fix IRQ flag handling namingDavid Howells2010-10-071-17/+19
|/
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2010-09-169-28/+58
|\
| * 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-153-0/+18
| * arch/tile: Change struct sigcontext to be more usefulChris Metcalf2010-09-153-14/+20
| * arch/tile: finish const-ifying sys_execve()Chris Metcalf2010-09-152-10/+16
* | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-141-1/+1
|/
* 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
|\
| * 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: Various cleanups.Chris Metcalf2010-08-134-44/+11
* | arch/tile: support backtracing on TILE-GxChris Metcalf2010-08-131-1/+3
* | arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf2010-08-132-3/+5
* | arch/tile: support new kunmap_atomic() naming convention.Chris Metcalf2010-08-111-1/+1
* | tile: remove unused ISA_DMA_THRESHOLD defineFUJITA Tomonori2010-08-111-21/+0
|/
* arch/tile: catch up on various minor cleanups.Chris Metcalf2010-07-066-32/+7
* 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-0620-122/+265
* arch/tile: Split the icache flush code off to a generic <arch> header.Chris Metcalf2010-07-062-7/+96
* arch/tile: Shrink the tile-opcode files considerably.Chris Metcalf2010-07-062-184/+2
* arch/tile: Add driver to enable access to the user dynamic network.Chris Metcalf2010-07-063-4/+71
* arch/tile: Enable more sophisticated IRQ model for 32-bit chips.Chris Metcalf2010-07-066-63/+181
* Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.Chris Metcalf2010-06-071-21/+1
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-04128-0/+16093