summaryrefslogtreecommitdiffstats
path: root/arch/tile
AgeCommit message (Expand)AuthorLines
2013-08-30tile: correct r1 value during syscall tracingChris Metcalf-0/+15
2013-08-30tile: fix panic with large IRQ numberChris Metcalf-1/+2
2013-08-30tile: use proper .align directives on __ex_table sectionsChris Metcalf-0/+24
2013-08-30tile: support kprobes on tilegxTony Lu-5/+709
2013-08-30tile: support ftrace on tilegxTony Lu-2/+510
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas-7/+2
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman-1/+0
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf-76/+368
2013-08-13tile: avoid struct vm_struct leakChris Metcalf-1/+1
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf-62/+732
2013-08-13tile: support simulator notification for ET_DYN objectsChris Metcalf-14/+48
2013-08-13tile: improve illegal translation interrupt handlingChris Metcalf-11/+16
2013-08-13tile: make register dumps more readableChris Metcalf-10/+10
2013-08-13tile: improve big-endian supportChris Metcalf-31/+23
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf-45/+98
2013-08-13tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf-5/+2
2013-08-13tile: fix some issues in hugepage supportChris Metcalf-35/+3
2013-08-13tile: avoid recursive backtrace faultsChris Metcalf-2/+30
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf-69/+1996
2013-08-12tile: remove unnecessary backslashes in asm-offsets.cChris Metcalf-14/+14
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf-1/+2
2013-08-12tile: fix comment bug in sys_cmpxchg descriptionChris Metcalf-1/+1
2013-08-12tile: support "memmap" boot parameterChris Metcalf-4/+76
2013-08-12tile: various console improvementsChris Metcalf-42/+43
2013-08-12PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni-1/+0
2013-08-06tile PCI RC: remove stale include of linux/numa.hChris Metcalf-1/+0
2013-08-06tile PCI RC: reduce driver's vmalloc space usageChris Metcalf-2/+8
2013-08-06tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 systemChris Metcalf-3/+33
2013-08-06tile PCI DMA: fix bug in non-page-aligned accessorsChris Metcalf-2/+2
2013-08-06tile PCI RC: add dma_get_required_mask()Chris Metcalf-0/+22
2013-08-06tile PCI RC: use proper accessor functionChris Metcalf-13/+11
2013-08-06tile PCI RC: bomb comments and whitespace formatChris Metcalf-124/+56
2013-08-06tile PCI RC: include pci/pcie/KconfigChris Metcalf-0/+2
2013-08-06tile PCI RC: eliminate pci_controller.mem_resources fieldChris Metcalf-62/+12
2013-08-06tile PCI RC: restructure TRIO initializationChris Metcalf-92/+118
2013-08-06tile PCI DMA: handle a NULL dev argument properlyChris Metcalf-2/+3
2013-08-06tile PCI RC: support I/O space accessChris Metcalf-18/+257
2013-08-06tile PCI RC: gentler warning for missing plug-in PCIChris Metcalf-4/+11
2013-08-06tile PCI RC: support more MSI-X interrupt vectorsChris Metcalf-20/+106
2013-08-06tile: support LSI MEGARAID SAS HBA hybrid dma_opsChris Metcalf-12/+38
2013-08-05tile PCI RC: handle case that PCI link is already upChris Metcalf-13/+28
2013-08-05tile PCI RC: tweak the the pcie_rc_delay supportChris Metcalf-19/+16
2013-08-05tile PCI RC: support pci=off boot arg for tileproChris Metcalf-0/+17
2013-08-05tile PCI RC: tilepro conflict with PCI and RAM addressesChris Metcalf-4/+5
2013-08-05tile PCI RC: cleanups for tilepro PCI RCChris Metcalf-14/+3
2013-08-01tile: optimize strnlen using SIMD instructionsKen Steele-1/+98
2013-08-01tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf-3/+40
2013-08-01tile: support multiple mPIPE shims in tilegx network driverChris Metcalf-2/+76
2013-08-01tile: support jumbo frames in the tilegx network driverChris Metcalf-7/+163
2013-08-01tile: optimize and clean up string functionsChris Metcalf-84/+212