aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf2012-05-211-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-294-25/+325
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-274-25/+325
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-2523-335/+4329
|\|
| * arch/tile: cleanups for tilegx compat modeChris Metcalf2011-05-192-20/+0
| * arch/tile: allocate PCI IRQs later in bootChris Metcalf2011-05-191-6/+5
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-194-6/+131
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-126-2/+3902
| * compat: fixes to allow working with tile archChris Metcalf2011-05-121-1/+1
| * tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov2011-05-041-4/+2
| * tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro2011-05-041-6/+6
| * tile,mn10300: add device parameter to dma_cache_sync()James Hogan2011-05-041-1/+1
| * arch/tile: various header improvements for building driversChris Metcalf2011-05-041-0/+2
| * arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf2011-05-041-0/+6
| * arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf2011-05-041-1/+7
| * arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf2011-05-041-35/+26
| * arch/tile: improve support for PCI hotplugChris Metcalf2011-05-041-90/+117
| * arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf2011-05-023-97/+73
| * arch/tile: refactor backtracing codeChris Metcalf2011-05-023-72/+56
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\ \
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-5/+1
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | tile: Use generic show_interupts()Thomas Gleixner2011-03-251-41/+0
* | tile: Convert to new irq function namesThomas Gleixner2011-03-251-3/+3
|/
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-03-1713-154/+163
|\
| * arch/tile: support newer binutils assembler shift semanticsChris Metcalf2011-03-171-4/+7
| * arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-105-33/+50
| * arch/tile: fix some comments and whitespaceChris Metcalf2011-03-101-2/+2
| * arch/tile: fix two bugs in the backtracer codeChris Metcalf2011-03-011-9/+19
| * arch/tile: use a cleaner technique to enable interrupt for cpu_idle()Chris Metcalf2011-03-011-11/+5
| * arch/tile: warn and retry if an IPI is not accepted by the target cpuChris Metcalf2011-03-011-14/+19
| * arch/tile: stop disabling INTCTRL_1 interrupts during hypervisor downcallsChris Metcalf2011-03-011-49/+5
| * arch/tile: fix __ndelay etc to work betterChris Metcalf2011-03-012-6/+10
| * arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf2011-03-012-2/+23
| * arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf2011-03-012-6/+3
| * tile: Use proper accessor functions in show_interrupt()Thomas Gleixner2011-02-231-4/+6
| * tile: Convert irq_chip to new functionsThomas Gleixner2011-02-231-14/+14
* | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
|/
* 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