aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf2010-12-173-12/+28
* arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf2010-12-171-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-11-251-1/+1
|\
| * arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctlyChris Metcalf2010-11-241-1/+1
* | Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2010-11-252-0/+622
|\ \ | |/ |/|
| * pci root complex: support for tile architectureChris Metcalf2010-11-242-0/+622
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-175-5/+0
* | 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-011-5/+5
* | 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: 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-011-3/+3
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-2618-192/+283
|\
| * 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-151-0/+4
| * arch/tile: enable single-step support for TILE-GxChris Metcalf2010-10-153-3/+79
| * arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-1510-63/+85
| * arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf2010-10-151-22/+0
| * arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf2010-10-141-13/+22
| * arch/tile: change lower bound on syscall error return to -4095Chris Metcalf2010-10-141-1/+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 <asm-generic/syscalls.h>Chris Metcalf2010-10-146-42/+43
* | 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 branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-121-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
|/ /
* | arch/tile: fix formatting bug in register dumpsChris Metcalf2010-09-151-1/+1
* | arch/tile: Save and restore extra user state for tilegxChris Metcalf2010-09-151-7/+16
* | arch/tile: Change struct sigcontext to be more usefulChris Metcalf2010-09-152-13/+16
* | arch/tile: finish const-ifying sys_execve()Chris Metcalf2010-09-151-2/+3
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
* arch/tile: extend syscall ABI to set r1 on return as well.Chris Metcalf2010-08-131-2/+12
* arch/tile: support backtracing on TILE-GxChris Metcalf2010-08-133-47/+102
* arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf2010-08-131-1/+3
* 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: kernel/proc.c Removed duplicated #includeAndrea Gelmini2010-08-131-1/+0
* arch/tile: check kmalloc() resultKulikov Vasiliy2010-07-161-0/+2
* arch/tile: avoid erroneous error return for PTRACE_POKEUSR.Chris Metcalf2010-07-061-0/+1
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-0620-349/+420
* arch/tile: Shrink the tile-opcode files considerably.Chris Metcalf2010-07-061-12343/+1015
* arch/tile: Add driver to enable access to the user dynamic network.Chris Metcalf2010-07-063-2/+799
* arch/tile: Enable more sophisticated IRQ model for 32-bit chips.Chris Metcalf2010-07-063-91/+254