aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-06
|\
| * arch/tile: remove unused variable 'devcap'Chris Metcalf2014-04-04
| * tile: Fix vDSO compilation issue with allyesconfigKerry Sheh2014-04-04
| * tile/perf: Support perf_events on tilegx and tileproZhigang Lu2014-03-07
| * tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu2014-03-07
| * tile: Add support for handling PMC hardwareZhigang Lu2014-03-07
| * tile: don't use __get_cpu_var() with structure-typed argumentsChris Metcalf2014-03-06
| * tile: avoid overflow in ns2cyclesHenrik Austad2014-03-06
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-03
|\ \
| * | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-07
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-07
| |/
* / tile PCI RC: Use default pcibios_enable_device()Bjorn Helgaas2014-03-19
|/
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-14
|\
| * tile/PCI: use cached pci_dev->pcie_mpss to simplify codeYijing Wang2013-09-24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\ \
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-09
| |/
* | arch: tile: re-use kbasename() helperAndy Shevchenko2013-09-30
* | tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf2013-09-27
* | tile: change lock initalization in hardwallHenrik Austad2013-09-27
|/
* tile: remove stray blank spaceChris Metcalf2013-09-16
* tile: remove stale arch/tile/kernel/futex_64.SChris Metcalf2013-09-13
* tile: remove HUGE_VMAP dead codeChris Metcalf2013-09-13
* tile: fix typos in comment in arch/tile/kernel/unaligned.cChris Metcalf2013-09-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-06
|\
| * tile PCI RC: make default consistent DMA mask 32-bitChris Metcalf2013-09-03
| * tile: add null check for kzalloc in tile/kernel/setup.cWang Sheng-Hui2013-09-03
| * tile: make __write_once a synonym for __read_mostlyChris Metcalf2013-09-03
| * tile: remove support for TILE64Chris Metcalf2013-09-03
| * tile: use standard tile_bundle_bits type in traps.cChris Metcalf2013-09-03
| * tile: simplify code referencing hypervisor API addressesChris Metcalf2013-09-03
| * tile: change <asm/system.h> to <asm/switch_to.h> in commentsChris Metcalf2013-09-03
| * tile: mark pcibios_init() as __initChris Metcalf2013-09-03
| * tile: check for correct compiler earlier in asm-offsets.cChris Metcalf2013-09-03
| * tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf2013-09-03
| * tile: support reporting Tilera hypervisor statisticsChris Metcalf2013-09-03
| * tilegx: support KGDBChris Metcalf2013-09-03
| * tile: parameterize VA and PA space more cleanlyChris Metcalf2013-09-03
| * tile: don't assume user privilege is zeroChris Metcalf2013-09-03
| * tile: clean up relocate_kernel_64 debug codeChris Metcalf2013-09-03
| * tilegx: change how we find the kernel stackChris Metcalf2013-08-30
| * tile: don't call show_regs_print_info() with corrupt currentChris Metcalf2013-08-30
| * tile: group .hottext* sections properly in vmlinux.ldsChris Metcalf2013-08-30
| * tile: do less L1 I-cache evictionChris Metcalf2013-08-30
| * tile: allow "initrd" boot argument for kexecChris Metcalf2013-08-30
| * tile: correct r1 value during syscall tracingChris Metcalf2013-08-30
| * tile: fix panic with large IRQ numberChris Metcalf2013-08-30
| * tile: support kprobes on tilegxTony Lu2013-08-30
| * tile: support ftrace on tilegxTony Lu2013-08-30
| * tile: provide traceability for hypervisor callsChris Metcalf2013-08-13
| * tile: implement gettimeofday() via vDSOChris Metcalf2013-08-13