summaryrefslogtreecommitdiff
path: root/arch/tile/kernel
AgeCommit message (Expand)Author
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-06-03clocksource: tile: convert to use clocksource_register_hzJohn Stultz
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-05-27arch/tile: more /proc and /sys file supportChris Metcalf
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-19arch/tile: cleanups for tilegx compat modeChris Metcalf
2011-05-19arch/tile: allocate PCI IRQs later in bootChris Metcalf
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf
2011-05-12compat: fixes to allow working with tile archChris Metcalf
2011-05-04tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov
2011-05-04tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro
2011-05-04tile,mn10300: add device parameter to dma_cache_sync()James Hogan
2011-05-04arch/tile: various header improvements for building driversChris Metcalf
2011-05-04arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf
2011-05-04arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf
2011-05-04arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf
2011-05-04arch/tile: improve support for PCI hotplugChris Metcalf
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf
2011-05-02arch/tile: refactor backtracing codeChris Metcalf
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-25tile: Use generic show_interupts()Thomas Gleixner
2011-03-25tile: Convert to new irq function namesThomas Gleixner
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-03-17arch/tile: support newer binutils assembler shift semanticsChris Metcalf
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf
2011-03-10arch/tile: fix some comments and whitespaceChris Metcalf
2011-03-01arch/tile: fix two bugs in the backtracer codeChris Metcalf
2011-03-01arch/tile: use a cleaner technique to enable interrupt for cpu_idle()Chris Metcalf
2011-03-01arch/tile: warn and retry if an IPI is not accepted by the target cpuChris Metcalf
2011-03-01arch/tile: stop disabling INTCTRL_1 interrupts during hypervisor downcallsChris Metcalf
2011-03-01arch/tile: fix __ndelay etc to work betterChris Metcalf
2011-03-01arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf
2011-03-01arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf
2011-02-23tile: Use proper accessor functions in show_interrupt()Thomas Gleixner
2011-02-23tile: Convert irq_chip to new functionsThomas Gleixner
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo
2010-12-17arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf
2010-12-17arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf