summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate includes from many filesZimny Lech2010-10-271-2/+0
* ptrace: cleanup arch_ptrace() on tileNamhyung Kim2010-10-271-2/+2
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-3/+6
* tile: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori2010-10-271-0/+3
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-2646-732/+1608
|\
| * arch/tile: convert a BUG_ON to BUILD_BUG_ONChris Metcalf2010-10-151-1/+1
| * arch/tile: make ptrace() work properly for TILE-Gx COMPAT modeChris Metcalf2010-10-152-44/+38
| * arch/tile: support new info op generated by compilerChris Metcalf2010-10-152-1/+8
| * arch/tile: minor whitespace/naming changes for string support filesChris Metcalf2010-10-155-104/+109
| * arch/tile: enable single-step support for TILE-GxChris Metcalf2010-10-154-3/+83
| * 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
| |\
| * | tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita2010-10-051-4/+4
* | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-5/+0
* | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-262-67/+28
* | | 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
| | |/ | |/|
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-211-17/+19
|\ \ \
| * | | Fix IRQ flag handling namingDavid Howells2010-10-071-17/+19
| | |/ | |/|
* | | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-121-7/+0
|\ \ \ | |/ /
| * | 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
* | | | genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-2/+2
|/ / /
* | | 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
|/
* 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
OpenPOWER on IntegriCloud