summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-06tile: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-05-28replace strict_strto* call with kstrto*Daniel Walter3-12/+7
2014-05-16tile: Use SPARSE_IRQThomas Gleixner1-49/+3
2014-05-16tile: pci: Use irq_alloc/free_hwirq()Thomas Gleixner1-9/+8
2014-05-16tile: Implement irq_alloc/free_hwirq() for migrationThomas Gleixner1-0/+12
2014-05-02tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flagsWang Sheng-Hui1-2/+3
2014-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds10-19/+1193
2014-04-04arch/tile: remove unused variable 'devcap'Chris Metcalf1-2/+0
2014-04-04tile: Fix vDSO compilation issue with allyesconfigKerry Sheh1-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-3/+1
2014-03-19tile PCI RC: Use default pcibios_enable_device()Bjorn Helgaas1-12/+0
2014-03-07tile/perf: Support perf_events on tilegx and tileproZhigang Lu3-0/+1024
2014-03-07tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu2-1/+21
2014-03-07tile: Add support for handling PMC hardwareZhigang Lu4-12/+136
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-2/+0
2014-03-06tile: don't use __get_cpu_var() with structure-typed argumentsChris Metcalf1-2/+2
2014-03-06tile: avoid overflow in ns2cyclesHenrik Austad1-1/+9
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-09-30arch: tile: re-use kbasename() helperAndy Shevchenko1-7/+5
2013-09-27tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf2-0/+6
2013-09-27tile: change lock initalization in hardwallHenrik Austad1-3/+3
2013-09-24tile/PCI: use cached pci_dev->pcie_mpss to simplify codeYijing Wang1-5/+2
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