aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds5-118/+2080
2012-07-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0
2012-07-18tile: updates to pci root complex from community feedbackChris Metcalf2-45/+39
2012-07-18usb: add host support for the tilegx architectureChris Metcalf2-0/+70
2012-07-18tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf3-145/+372
2012-07-18arch/tile: enable ZONE_DMA for tilegxChris Metcalf2-7/+20
2012-07-18tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf1-39/+143
2012-07-18arch/tile: tilegx PCI root complex supportChris Metcalf3-0/+1554
2012-06-18arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf1-2/+7
2012-06-06tile: add #include to unbreak build after generic init_task conversionChris Metcalf1-0/+1
2012-06-06tile: remove cpu_idle_on_new_stackChris Metcalf1-14/+0
2012-06-05tile: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang1-10/+0
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2-6/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-20/+5
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds20-393/+1057
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf1-2/+28
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf1-0/+8
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf3-260/+512
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf4-56/+120
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf4-9/+288
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf1-2/+8
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf5-22/+25
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf1-1/+0
2012-05-25arch/tile: support building big-endian kernelChris Metcalf2-5/+23
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf2-36/+45
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-82/+20
2012-05-16arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf1-7/+5
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf3-25/+61
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2-23/+4
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner1-21/+2
2012-05-05tile: Use generic init_taskThomas Gleixner3-60/+17
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf1-2/+2
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-11arch/tile: avoid unused variable warning in proc.c for tilegxChris Metcalf1-3/+1
2012-04-09tile/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat1-0/+2
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds10-157/+240
2012-04-02arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf2-7/+36
2012-04-02arch/tile: return SIGBUS for addresses that are unaligned AND invalidChris Metcalf1-12/+19
2012-04-02arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf1-3/+18
2012-04-02arch/tile: implement panic_smp_self_stop()Chris Metcalf1-0/+6
2012-04-02arch/tile: add "nop" after "nap" to help GX idle power drawChris Metcalf2-1/+3
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf1-9/+8
2012-04-02arch/tile: don't leak kernel memory when we unload modulesChris Metcalf1-0/+2
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf1-2/+9