summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-12-1629-246/+186
|\
| * tile: avoid undefined behavior with regs[TREG_TP] etcChris Metcalf2014-11-132-10/+20
| * arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by oneChen Gang2014-11-121-5/+1
| * tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-1125-220/+158
| * arch: tile: gxio: Export symbols for module using in 'mpipe.c'Chen Gang2014-11-111-0/+4
| * arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_...Chen Gang2014-11-041-11/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-113-3/+0
|\ \
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| * | netpoll: delete defconfig references to obsolete NETPOLL_TRAPPaul Gortmaker2014-11-292-2/+0
| |/
* | tile: use pr_warn instead of pr_warningJoe Perches2014-12-101-18/+15
* | tile: neaten early_printk usesJoe Perches2014-12-101-7/+5
* | printk: remove used-once early_vprintkJoe Perches2014-12-101-6/+13
* | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-4/+4
|\ \
| * | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-3/+3
| * | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
| |/
* | tile: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-0/+4
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-1513-35/+36
|\
| * tile: Use this_cpu_ptr() for hardware countersChristoph Lameter2014-08-261-6/+6
| * tile: Replace __get_cpu_var usesChristoph Lameter2014-08-2612-29/+30
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \
| * | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | | tile: add clock_gettime support to vDSOChris Metcalf2014-10-024-35/+172
* | | tile: switch to using seqlocks for the vDSO time codeChris Metcalf2014-10-023-44/+24
* | | tile gxio: use better string copy primitiveChris Metcalf2014-10-021-5/+32
* | | Removed repeated word in commentsKurt McAlpine2014-10-021-5/+5
* | | tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMWChris Metcalf2014-10-021-0/+1
* | | tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven2014-10-023-11/+6
* | | tile: use ARRAY_SIZEHimangi Saraogi2014-10-021-1/+1
|/ /
* | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
* | kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal2014-08-291-2/+0
|/
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-093-46/+40
|\
| * tile: Use get_signal() signal_setup_done()Richard Weinberger2014-08-063-46/+40
* | kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+2
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-082-21/+0
* | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-082-4/+4
* | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-061-1/+1
|\ \
| * | mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-061-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-062-2/+0
|\ \ \ | |/ / |/| |
| * | tgt: defconfig cleanupBart Van Assche2014-07-172-2/+0
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-052-10/+10
|\ \
| * | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-231-5/+5
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-1/+1
| * | tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner2014-07-232-8/+8
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-041-0/+2
|\ \
| * | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+2
| |/
* | tile: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-182-19/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-116-32/+17
|\
| * arch: tile: kernel: unaligned.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-071-13/+2
| * replace strict_strto* call with kstrto*Daniel Walter2014-05-284-13/+8
| * tile: Update comments for generic idle conversionGeert Uytterhoeven2014-05-231-1/+1
OpenPOWER on IntegriCloud