summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf13-22/+656
2013-08-13tile: improve illegal translation interrupt handlingChris Metcalf2-11/+16
2013-08-13tile: make register dumps more readableChris Metcalf1-10/+10
2013-08-13tile: improve big-endian supportChris Metcalf1-10/+14
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf9-29/+67
2013-08-13tile: avoid recursive backtrace faultsChris Metcalf1-2/+28
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf9-66/+1927
2013-08-12tile: remove unnecessary backslashes in asm-offsets.cChris Metcalf1-14/+14
2013-08-12tile: fix comment bug in sys_cmpxchg descriptionChris Metcalf1-1/+1
2013-08-12tile: support "memmap" boot parameterChris Metcalf1-4/+76
2013-08-12tile: various console improvementsChris Metcalf3-39/+13
2013-08-06tile PCI RC: reduce driver's vmalloc space usageChris Metcalf1-2/+8
2013-08-06tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 systemChris Metcalf1-3/+30
2013-08-06tile PCI DMA: fix bug in non-page-aligned accessorsChris Metcalf1-2/+2
2013-08-06tile PCI RC: add dma_get_required_mask()Chris Metcalf1-0/+18
2013-08-06tile PCI RC: use proper accessor functionChris Metcalf1-13/+11
2013-08-06tile PCI RC: bomb comments and whitespace formatChris Metcalf1-124/+56
2013-08-06tile PCI RC: eliminate pci_controller.mem_resources fieldChris Metcalf1-59/+12
2013-08-06tile PCI RC: restructure TRIO initializationChris Metcalf1-92/+117
2013-08-06tile PCI DMA: handle a NULL dev argument properlyChris Metcalf1-2/+3
2013-08-06tile PCI RC: support I/O space accessChris Metcalf1-8/+120
2013-08-06tile PCI RC: gentler warning for missing plug-in PCIChris Metcalf1-2/+8
2013-08-06tile PCI RC: support more MSI-X interrupt vectorsChris Metcalf1-20/+39
2013-08-06tile: support LSI MEGARAID SAS HBA hybrid dma_opsChris Metcalf1-9/+31
2013-08-05tile PCI RC: handle case that PCI link is already upChris Metcalf1-13/+28
2013-08-05tile PCI RC: tweak the the pcie_rc_delay supportChris Metcalf1-19/+16
2013-08-05tile PCI RC: support pci=off boot arg for tileproChris Metcalf1-0/+17
2013-08-05tile PCI RC: tilepro conflict with PCI and RAM addressesChris Metcalf1-4/+5
2013-08-05tile PCI RC: cleanups for tilepro PCI RCChris Metcalf1-13/+3
2013-07-31tile: convert uses of "inv" to "finv"Chris Metcalf2-2/+2
2013-07-31tile: various minor cleanups to hardwall subsystemChris Metcalf2-15/+18
2013-07-14tile: delete __cpuinit usage from all tile filesPaul Gortmaker5-13/+13
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-8/+8
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu2-3/+5
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-4/+10
2013-05-02tile: support new Tilera hypervisorChris Metcalf2-4/+10
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-28/+51
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-2/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-59/+10
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-22/+5
2013-04-24arch/tile: Fix syscall return value passed to tracepointSimon Marchi1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-04-08tile: Use generic idle loopThomas Gleixner2-57/+10
2013-04-08tile: Enter idle with preemption disabledThomas Gleixner1-2/+0
2013-03-29tile: expect new initramfs name from hypervisor file systemChris Metcalf1-13/+12
2013-03-26tile: ns2cycles should use __raw_get_cpu_varHenrik Austad1-1/+5
2013-03-22tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi2-7/+24