summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* 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/+24Star
* | | 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/+6Star
* | | tile: use ARRAY_SIZEHimangi Saraogi2014-10-021-1/+1
|/ /
* | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-301-0/+1
* | kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal2014-08-301-2/+0Star
|/
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-093-46/+40Star
|\
| * tile: Use get_signal() signal_setup_done()Richard Weinberger2014-08-063-46/+40Star
* | kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-091-0/+2
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-092-21/+0Star
* | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-092-4/+4
* | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-071-1/+1
|\ \
| * | mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-071-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-072-2/+0Star
|\ \ \ | |/ / |/| |
| * | tgt: defconfig cleanupBart Van Assche2014-07-172-2/+0Star
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-062-10/+10
|\ \
| * | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-5/+5
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-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-051-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/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-126-32/+17Star
|\
| * arch: tile: kernel: unaligned.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-081-13/+2Star
| * replace strict_strto* call with kstrto*Daniel Walter2014-05-284-13/+8Star
| * tile: Update comments for generic idle conversionGeert Uytterhoeven2014-05-231-1/+1
| * tile: cleanup the comment in init_pgprotWang Sheng-Hui2014-05-131-3/+3
| * tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flagsWang Sheng-Hui2014-05-021-2/+3
* | tile: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-2/+2
* | Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-052-6/+1Star
|\ \
| * | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-051-1/+1
| * | hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-051-5/+0Star
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-054-48/+17Star
|\ \ \ | |/ / |/| |
| * | tile: Use SPARSE_IRQThomas Gleixner2014-05-163-54/+9Star
| * | tile: pci: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-9/+8Star
| * | tile: Implement irq_alloc/free_hwirq() for migrationThomas Gleixner2014-05-162-0/+15
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-032-34/+2Star
|\ \
| * | sched/idle, tile: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra2014-05-081-1/+2
| * | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-33/+0Star
| |/
* / arch,tile: Convert smp_mb__*()Peter Zijlstra2014-04-186-26/+17Star
|/
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-0613-19/+1285
|\