aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds18-175/+118
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches1-18/+15
2014-12-10tile: neaten early_printk usesJoe Perches1-7/+5
2014-12-10printk: remove used-once early_vprintkJoe Perches1-6/+13
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-3/+3
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-12arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by oneChen Gang1-5/+1
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches17-159/+114
2014-11-04arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_user()Chen Gang1-11/+3
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds9-27/+28
2014-10-02tile: add clock_gettime support to vDSOChris Metcalf3-30/+162
2014-10-02tile: switch to using seqlocks for the vDSO time codeChris Metcalf2-42/+21
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven1-2/+0
2014-10-02tile: use ARRAY_SIZEHimangi Saraogi1-1/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-08-26tile: Use this_cpu_ptr() for hardware countersChristoph Lameter1-6/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter8-21/+22
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