aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-16tile: remove stray blank spaceChris Metcalf1-1/+1
2013-09-13tile: remove stale arch/tile/kernel/futex_64.SChris Metcalf1-55/+0
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf1-2/+1
2013-09-13tile: fix typos in comment in arch/tile/kernel/unaligned.cChris Metcalf1-2/+2
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds49-880/+5515
2013-09-03tile PCI RC: make default consistent DMA mask 32-bitChris Metcalf2-11/+25
2013-09-03tile: add null check for kzalloc in tile/kernel/setup.cWang Sheng-Hui1-0/+4
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf2-13/+5
2013-09-03tile: remove support for TILE64Chris Metcalf8-132/+6
2013-09-03tile: use standard tile_bundle_bits type in traps.cChris Metcalf1-9/+3
2013-09-03tile: simplify code referencing hypervisor API addressesChris Metcalf1-17/+8
2013-09-03tile: change <asm/system.h> to <asm/switch_to.h> in commentsChris Metcalf2-4/+4
2013-09-03tile: mark pcibios_init() as __initChris Metcalf2-2/+2
2013-09-03tile: check for correct compiler earlier in asm-offsets.cChris Metcalf1-8/+8
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf1-3/+3
2013-09-03tile: support reporting Tilera hypervisor statisticsChris Metcalf1-0/+76
2013-09-03tilegx: support KGDBChris Metcalf3-0/+505
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf7-21/+23
2013-09-03tile: don't assume user privilege is zeroChris Metcalf2-7/+18
2013-09-03tile: clean up relocate_kernel_64 debug codeChris Metcalf1-2/+7
2013-08-30tilegx: change how we find the kernel stackChris Metcalf5-23/+24
2013-08-30tile: don't call show_regs_print_info() with corrupt currentChris Metcalf1-3/+5
2013-08-30tile: group .hottext* sections properly in vmlinux.ldsChris Metcalf1-0/+2
2013-08-30tile: do less L1 I-cache evictionChris Metcalf1-1/+7
2013-08-30tile: allow "initrd" boot argument for kexecChris Metcalf1-0/+42
2013-08-30tile: correct r1 value during syscall tracingChris Metcalf1-0/+15
2013-08-30tile: fix panic with large IRQ numberChris Metcalf1-1/+2
2013-08-30tile: support kprobes on tilegxTony Lu5-4/+585
2013-08-30tile: support ftrace on tilegxTony Lu4-0/+477
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-7/+2
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf9-72/+356
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