aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds2-44/+39
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-15/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan1-3/+3
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06tile: Use get_signal() signal_setup_done()Richard Weinberger2-44/+39
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+10
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-5/+5
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-07-23tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner2-8/+8
2014-07-18tile: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-18/+0
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-27/+12
2014-06-07arch: tile: kernel: unaligned.c: Cleaning up uninitialized variablesRickard Strandqvist1-13/+2
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/rostedt/linux-traceLinus 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/git/helgaas/pciLinus Torvalds1-5/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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