summaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-271-5/+0
* | | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-272-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-251-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-151-1/+1
|/ /
* / Make do_execve() take a const filename pointerDavid Howells2010-08-181-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-08-1629-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-141-4/+5
| * Merge branch 'master' into for-linusChris Metcalf2010-08-141-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
| |/ |/|