summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* tile: support kprobes on tilegxTony Lu2013-08-3013-5/+709
* tile: support ftrace on tilegxTony Lu2013-08-307-2/+510
* tile: provide traceability for hypervisor callsChris Metcalf2013-08-1312-76/+368
* tile: avoid struct vm_struct leakChris Metcalf2013-08-131-1/+1
* tile: implement gettimeofday() via vDSOChris Metcalf2013-08-1322-62/+732
* tile: support simulator notification for ET_DYN objectsChris Metcalf2013-08-131-14/+48
* tile: improve illegal translation interrupt handlingChris Metcalf2013-08-132-11/+16
* tile: make register dumps more readableChris Metcalf2013-08-131-10/+10
* tile: improve big-endian supportChris Metcalf2013-08-133-31/+23Star
* tile: support CONFIG_PREEMPTChris Metcalf2013-08-1314-45/+98
* tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf2013-08-132-5/+2Star
* tile: fix some issues in hugepage supportChris Metcalf2013-08-131-35/+3Star
* tile: avoid recursive backtrace faultsChris Metcalf2013-08-132-2/+30
* tile: fast-path unaligned memory access for tilegxChris Metcalf2013-08-1315-69/+1996
* tile: remove unnecessary backslashes in asm-offsets.cChris Metcalf2013-08-121-14/+14
* tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf2013-08-121-1/+2
* tile: fix comment bug in sys_cmpxchg descriptionChris Metcalf2013-08-121-1/+1
* tile: support "memmap" boot parameterChris Metcalf2013-08-121-4/+76
* tile: various console improvementsChris Metcalf2013-08-126-42/+43
* tile PCI RC: remove stale include of linux/numa.hChris Metcalf2013-08-061-1/+0Star
* tile PCI RC: reduce driver's vmalloc space usageChris Metcalf2013-08-061-2/+8
* tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 systemChris Metcalf2013-08-062-3/+33
* tile PCI DMA: fix bug in non-page-aligned accessorsChris Metcalf2013-08-061-2/+2
* tile PCI RC: add dma_get_required_mask()Chris Metcalf2013-08-062-0/+22
* tile PCI RC: use proper accessor functionChris Metcalf2013-08-061-13/+11Star
* tile PCI RC: bomb comments and whitespace formatChris Metcalf2013-08-061-124/+56Star
* tile PCI RC: include pci/pcie/KconfigChris Metcalf2013-08-061-0/+2
* tile PCI RC: eliminate pci_controller.mem_resources fieldChris Metcalf2013-08-062-62/+12Star
* tile PCI RC: restructure TRIO initializationChris Metcalf2013-08-062-92/+118
* tile PCI DMA: handle a NULL dev argument properlyChris Metcalf2013-08-061-2/+3
* tile PCI RC: support I/O space accessChris Metcalf2013-08-064-18/+257
* tile PCI RC: gentler warning for missing plug-in PCIChris Metcalf2013-08-062-4/+11
* tile PCI RC: support more MSI-X interrupt vectorsChris Metcalf2013-08-064-20/+106
* tile: support LSI MEGARAID SAS HBA hybrid dma_opsChris Metcalf2013-08-062-12/+38
* tile PCI RC: handle case that PCI link is already upChris Metcalf2013-08-051-13/+28
* tile PCI RC: tweak the the pcie_rc_delay supportChris Metcalf2013-08-051-19/+16Star
* tile PCI RC: support pci=off boot arg for tileproChris Metcalf2013-08-051-0/+17
* tile PCI RC: tilepro conflict with PCI and RAM addressesChris Metcalf2013-08-051-4/+5
* tile PCI RC: cleanups for tilepro PCI RCChris Metcalf2013-08-052-14/+3Star
* tile: optimize strnlen using SIMD instructionsKen Steele2013-08-024-1/+98
* tile: optimize and clean up string functionsChris Metcalf2013-08-018-84/+212
* tile: convert uses of "inv" to "finv"Chris Metcalf2013-07-319-103/+32Star
* tile: various minor cleanups to hardwall subsystemChris Metcalf2013-07-312-15/+18
* arch: tile: include: asm: add cmpxchg64() definitionChen Gang2013-07-171-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-143-3/+3
|\
| * Safer ABI for O_TMPFILEAl Viro2013-07-133-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-1414-14/+14
|\ \
| * | net: rename busy poll socket op and globalsEliezer Tamir2013-07-1114-14/+14
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-142-9/+10
|\ \ \
| * | | perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen2013-07-121-3/+4