summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* arch/tile: mark "hardwall" device as non-seekableChris Metcalf2010-11-011-1/+1
* asm-generic/stat.h: support 64-bit file time_t for stat()Chris Metcalf2010-11-013-5/+9
* arch/tile: don't allow user code to set the PL via ptrace or signal returnChris Metcalf2010-11-012-18/+24
* arch/tile: correct double syscall restart for nested signalsChris Metcalf2010-11-011-1/+5
* arch/tile: avoid __must_check warning on one strict_strtol checkChris Metcalf2010-11-011-2/+6
* arch/tile: bomb raw_local_irq_ to arch_local_irq_Chris Metcalf2010-11-018-18/+18
* arch/tile: complete migration to new kmap_atomic schemeChris Metcalf2010-11-017-24/+40
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-2/+0
|\
| * kbuild: convert `arch/tile' to the kconfig mainmenu upgradeArnaud Lacombe2010-10-281-2/+0
* | 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
OpenPOWER on IntegriCloud