aboutsummaryrefslogtreecommitdiff
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 29-246/+186
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-3/+0
2014-12-10tile: use pr_warn instead of pr_warningGravatar Joe Perches 1-18/+15
2014-12-10tile: neaten early_printk usesGravatar Joe Perches 1-7/+5
2014-12-10printk: remove used-once early_vprintkGravatar Joe Perches 1-6/+13
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 1-1/+0
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+4
2014-11-29netpoll: delete defconfig references to obsolete NETPOLL_TRAPGravatar Paul Gortmaker 2-2/+0
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideGravatar Thomas Gleixner 1-3/+3
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Gravatar Jiang Liu 1-1/+1
2014-11-13tile: avoid undefined behavior with regs[TREG_TP] etcGravatar Chris Metcalf 2-10/+20
2014-11-12arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by oneGravatar Chen Gang 1-5/+1
2014-11-11tile: Use the more common pr_warn instead of pr_warningGravatar Joe Perches 25-220/+158
2014-11-11arch: tile: gxio: Export symbols for module using in 'mpipe.c'Gravatar Chen Gang 1-0/+4
2014-11-04arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_...Gravatar Chen Gang 1-11/+3
2014-10-20tile: io: implement dummy relaxed accessor macros for writesGravatar Will Deacon 1-0/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 13-35/+36
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2014-10-02tile: add clock_gettime support to vDSOGravatar Chris Metcalf 4-35/+172
2014-10-02tile: switch to using seqlocks for the vDSO time codeGravatar Chris Metcalf 3-44/+24
2014-10-02tile gxio: use better string copy primitiveGravatar Chris Metcalf 1-5/+32
2014-10-02Removed repeated word in commentsGravatar Kurt McAlpine 1-5/+5
2014-10-02tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMWGravatar Chris Metcalf 1-0/+1
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGravatar Geert Uytterhoeven 3-11/+6
2014-10-02tile: use ARRAY_SIZEGravatar Himangi Saraogi 1-1/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Gravatar Peter Zijlstra 1-0/+1
2014-08-29flush_icache_range: export symbol to fix build errorsGravatar Pranith Kumar 1-0/+1
2014-08-29kexec: remove CONFIG_KEXEC dependency on cryptoGravatar Vivek Goyal 1-2/+0
2014-08-26tile: Use this_cpu_ptr() for hardware countersGravatar Christoph Lameter 1-6/+6
2014-08-26tile: Replace __get_cpu_var usesGravatar Christoph Lameter 12-29/+30
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-46/+40
2014-08-08kexec: load and relocate purgatory at kernel load timeGravatar Vivek Goyal 1-0/+2
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaGravatar Andy Lutomirski 2-21/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceGravatar Alexey Dobriyan 2-4/+4
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Gravatar Linus Torvalds 1-1/+1
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-2/+0
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentGravatar WANG Chao 1-1/+1
2014-08-06tile: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 3-46/+40
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-10/+10
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperGravatar Thomas Gleixner 1-5/+5
2014-07-23clocksource: Get rid of cycle_lastGravatar Thomas Gleixner 1-1/+1
2014-07-23tile: Convert VDSO timekeeping to the precise mechanismGravatar Thomas Gleixner 2-8/+8
2014-07-18tile: ftrace: Remove check of obsolete variable function_trace_stopGravatar Steven Rostedt (Red Hat) 2-19/+0
2014-07-17tgt: defconfig cleanupGravatar Bart Van Assche 2-2/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+2
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 6-32/+17
2014-06-07arch: tile: kernel: unaligned.c: Cleaning up uninitialized variablesGravatar Rickard Strandqvist 1-13/+2
2014-06-06tile: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-2/+2
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextGravatar Linus Torvalds 2-6/+1