summaryrefslogtreecommitdiffstats
path: root/arch/tile/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-04-176-5/+28
|\
| * tile: nohz: warn if nohz_full uses hypervisor shared coresChris Metcalf2015-04-171-1/+5
| * tile: ftrace: fix function_graph tracer issuesTony Lu2015-04-171-0/+2
| * tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf2015-04-171-3/+6
| * tile: support arch_irq_work_raiseChris Metcalf2015-04-173-1/+15
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\ \
| * | tile: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0
| |/
* | ptp: tilegx: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-02-132-20/+21
|\
| * tile: enable sparse checks for get/put_userChris Metcalf2015-01-131-8/+11
| * tile: fix put_user sparse errorsChris Metcalf2015-01-131-9/+9
| * tile: default to little endian on older toolchainsChris Metcalf2015-01-131-3/+1
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | tile: drop pte_file()-related helpersKirill A. Shutemov2015-02-101-11/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-12-165-16/+25
|\
| * tile: avoid undefined behavior with regs[TREG_TP] etcChris Metcalf2014-11-132-10/+20
| * tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-113-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\ \
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| |/
* | 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-152-5/+5
|\
| * tile: Replace __get_cpu_var usesChristoph Lameter2014-08-262-5/+5
* | 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-021-5/+10
* | tile: switch to using seqlocks for the vDSO time codeChris Metcalf2014-10-021-2/+3
* | Removed repeated word in commentsKurt McAlpine2014-10-021-5/+5
* | tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven2014-10-021-3/+0
|/
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-2/+1
|\
| * tile: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-2/+1
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-6/+0
* | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-081-1/+1
* | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-111-1/+1
|\
| * tile: Update comments for generic idle conversionGeert Uytterhoeven2014-05-231-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-041-2/+4
|\ \
| * | tile: Use SPARSE_IRQThomas Gleixner2014-05-161-5/+4
| * | tile: Implement irq_alloc/free_hwirq() for migrationThomas Gleixner2014-05-161-0/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-032-34/+2
|\ \
| * | 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/+0
| |/
* | arch,tile: Convert smp_mb__*()Peter Zijlstra2014-04-186-26/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-062-0/+86
|\
| * tile/perf: Support perf_events on tilegx and tileproZhigang Lu2014-03-071-0/+22
| * tile: Add support for handling PMC hardwareZhigang Lu2014-03-071-0/+64
* | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-2/+2
|/
* tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens2014-02-011-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\
OpenPOWER on IntegriCloud