summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm
AgeCommit message (Expand)AuthorLines
2013-09-03tile: use asm-generic/bitops/builtin-*.hAkinobu Mita-38/+3
2013-09-03tile: use standard 'generic-y' model for <asm/hw_irq.h>Chris Metcalf-18/+1
2013-09-03tile: use asm-generic version of <asm/local64.h>Chris Metcalf-0/+1
2013-09-03tile PCI RC: add comment about "PCI hole" problemChris Metcalf-0/+5
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf-1/+2
2013-09-03tilegx: support KGDBChris Metcalf-0/+71
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf-35/+24
2013-09-03tile: don't assume user privilege is zeroChris Metcalf-3/+3
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf-7/+19
2013-08-30tilegx: change how we find the kernel stackChris Metcalf-14/+33
2013-08-30tile: fix some -Wsign-compare warningsChris Metcalf-6/+6
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf-8/+0
2013-08-30tile: support ASLR fullyTony Lu-0/+4
2013-08-30tile: use proper .align directives on __ex_table sectionsChris Metcalf-0/+7
2013-08-30tile: support kprobes on tilegxTony Lu-1/+108
2013-08-30tile: support ftrace on tilegxTony Lu-1/+21
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf-4/+69
2013-08-13tile: improve big-endian supportChris Metcalf-5/+9
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf-11/+18
2013-08-13tile: avoid recursive backtrace faultsChris Metcalf-0/+2
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf-3/+28
2013-08-12tile: various console improvementsChris Metcalf-2/+1
2013-08-06tile PCI RC: remove stale include of linux/numa.hChris Metcalf-1/+0
2013-08-06tile PCI RC: add dma_get_required_mask()Chris Metcalf-0/+4
2013-08-06tile PCI RC: eliminate pci_controller.mem_resources fieldChris Metcalf-3/+0
2013-08-06tile PCI RC: restructure TRIO initializationChris Metcalf-0/+1
2013-08-06tile PCI RC: support I/O space accessChris Metcalf-10/+127
2013-08-06tile: support LSI MEGARAID SAS HBA hybrid dma_opsChris Metcalf-3/+7
2013-08-05tile PCI RC: cleanups for tilepro PCI RCChris Metcalf-1/+0
2013-08-01tile: optimize strnlen using SIMD instructionsKen Steele-0/+2
2013-07-31tile: convert uses of "inv" to "finv"Chris Metcalf-55/+20
2013-07-29tile / cpu topology: remove stale Macro arch_provides_topology_pointersHanjun Guo-3/+0
2013-07-17arch: tile: include: asm: add cmpxchg64() definitionChen Gang-0/+6
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu-1/+1
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro-3/+0
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar-1/+1
2013-05-28tile: uaccess s/might_sleep/might_fault/Michael S. Tsirkin-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-7/+37
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd-1/+6
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+0
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer-0/+1
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf-1/+9
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf-1/+9
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner-2/+0
2013-03-22tile: support atomic64_dec_if_positive()Chris Metcalf-0/+21
2013-03-22tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi-0/+8
2013-03-21tile: move declaration of sys_call_table to <asm/syscall.h>Simon Marchi-6/+6
2013-03-21arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi-1/+2