aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo5-33/+20
2015-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-20/+21
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-28/+0
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-15/+0
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2015-02-10tile: drop pte_file()-related helpersKirill A. Shutemov2-15/+0
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-27tile: use PCI define for Max_Read_Request_SizeRafał Miłecki1-2/+2
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-1/+1
2015-01-13tile: enable sparse checks for get/put_userChris Metcalf1-8/+11
2015-01-13tile: fix put_user sparse errorsChris Metcalf1-9/+9
2015-01-13tile: default to little endian on older toolchainsChris Metcalf1-3/+1
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds29-246/+186
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-3/+0
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches1-18/+15
2014-12-10tile: neaten early_printk usesJoe Perches1-7/+5
2014-12-10printk: remove used-once early_vprintkJoe Perches1-6/+13
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2014-11-29netpoll: delete defconfig references to obsolete NETPOLL_TRAPPaul Gortmaker2-2/+0
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-3/+3
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-13tile: avoid undefined behavior with regs[TREG_TP] etcChris Metcalf2-10/+20
2014-11-12arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by oneChen Gang1-5/+1
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches25-220/+158
2014-11-11arch: tile: gxio: Export symbols for module using in 'mpipe.c'Chen Gang1-0/+4
2014-11-04arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_...Chen Gang1-11/+3
2014-10-20tile: io: implement dummy relaxed accessor macros for writesWill Deacon1-0/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-35/+36
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-02tile: add clock_gettime support to vDSOChris Metcalf4-35/+172
2014-10-02tile: switch to using seqlocks for the vDSO time codeChris Metcalf3-44/+24
2014-10-02tile gxio: use better string copy primitiveChris Metcalf1-5/+32
2014-10-02Removed repeated word in commentsKurt McAlpine1-5/+5
2014-10-02tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMWChris Metcalf1-0/+1
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven3-11/+6
2014-10-02tile: use ARRAY_SIZEHimangi Saraogi1-1/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-08-29kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal1-2/+0
2014-08-26tile: Use this_cpu_ptr() for hardware countersChristoph Lameter1-6/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter12-29/+30
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-46/+40
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal1-0/+2
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2-21/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2-4/+4
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds1-1/+1
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+0
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06tile: Use get_signal() signal_setup_done()Richard Weinberger3-46/+40
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+10
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-5/+5
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-07-23tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner2-8/+8
2014-07-18tile: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2-19/+0
2014-07-17tgt: defconfig cleanupBart Van Assche2-2/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+2
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-32/+17
2014-06-07arch: tile: kernel: unaligned.c: Cleaning up uninitialized variablesRickard Strandqvist1-13/+2
2014-06-06tile: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2-6/+1
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-48/+17
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-34/+2
2014-05-28replace strict_strto* call with kstrto*Daniel Walter4-13/+8
2014-05-23tile: Update comments for generic idle conversionGeert Uytterhoeven1-1/+1
2014-05-16tile: Use SPARSE_IRQThomas Gleixner3-54/+9
2014-05-16tile: pci: Use irq_alloc/free_hwirq()Thomas Gleixner1-9/+8
2014-05-16tile: Implement irq_alloc/free_hwirq() for migrationThomas Gleixner2-0/+15
2014-05-13tile: cleanup the comment in init_pgprotWang Sheng-Hui1-3/+3
2014-05-08sched/idle, tile: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra1-1/+2
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot1-33/+0
2014-05-02tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flagsWang Sheng-Hui1-2/+3
2014-04-18arch,tile: Convert smp_mb__*()Peter Zijlstra6-26/+17
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds13-19/+1285
2014-04-04arch/tile: remove unused variable 'devcap'Chris Metcalf1-2/+0
2014-04-04tile: Fix vDSO compilation issue with allyesconfigKerry Sheh1-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-3/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+0
2014-03-19tile PCI RC: Use default pcibios_enable_device()Bjorn Helgaas1-12/+0
2014-03-07tile/perf: Support perf_events on tilegx and tileproZhigang Lu5-0/+1048
2014-03-07tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu2-1/+21
2014-03-07tile: Add support for handling PMC hardwareZhigang Lu6-12/+204
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-2/+0
2014-03-06tile: don't use __get_cpu_var() with structure-typed argumentsChris Metcalf1-2/+2
2014-03-06tile: avoid overflow in ns2cyclesHenrik Austad1-1/+9
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-2/+2
2014-02-01tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens1-1/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-23tile: use generic fixmap.hMark Salter1-32/+1
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-67/+1
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+0
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15tile: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+5
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner1-2/+0
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar9-42/+84
2013-09-30arch: tile: re-use kbasename() helperAndy Shevchenko1-7/+5
2013-09-30tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPTChris Metcalf1-3/+31
2013-09-27tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf2-0/+6
2013-09-27tile: change lock initalization in hardwallHenrik Austad1-3/+3
2013-09-27tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its r...Chen Gang4-29/+39
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-24tile/PCI: use cached pci_dev->pcie_mpss to simplify codeYijing Wang1-5/+2
2013-09-16tile: remove stray blank spaceChris Metcalf1-1/+1
2013-09-16tile: <arch/> header updates from upstreamChris Metcalf4-35/+59
2013-09-16tile: improve gxio iorpc autogenerated code styleChris Metcalf10-130/+127
2013-09-16tile: double default VMALLOC spaceChris Metcalf1-1/+1
2013-09-13tile: remove stale arch/tile/kernel/futex_64.SChris Metcalf1-55/+0
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf6-24/+6
2013-09-13tile: use pmd_pfn() instead of casting via pte_tChris Metcalf1-2/+1
2013-09-13tile: fix typos in comment in arch/tile/kernel/unaligned.cChris Metcalf1-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner1-6/+0
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds148-2884/+7824
2013-09-06tile: refresh tile defconfig filesChris Metcalf2-268/+60
2013-09-06tile: rework <asm/cmpxchg.h>Chris Metcalf7-164/+156
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-12/+279
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+2
2013-09-03tile PCI RC: make default consistent DMA mask 32-bitChris Metcalf4-20/+42
2013-09-03tile: add null check for kzalloc in tile/kernel/setup.cWang Sheng-Hui1-0/+4
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf4-27/+17
2013-09-03tile: remove support for TILE64Chris Metcalf28-1121/+34
2013-09-03tile: use asm-generic/bitops/builtin-*.hAkinobu Mita1-38/+3
2013-09-03tile: eliminate no-op "noatomichash" boot argumentChris Metcalf1-9/+0
2013-09-03tile: use standard tile_bundle_bits type in traps.cChris Metcalf1-9/+3
2013-09-03tile: simplify code referencing hypervisor API addressesChris Metcalf1-17/+8
2013-09-03tile: change <asm/system.h> to <asm/switch_to.h> in commentsChris Metcalf2-4/+4
2013-09-03tile: mark pcibios_init() as __initChris Metcalf2-2/+2
2013-09-03tile: check for correct compiler earlier in asm-offsets.cChris Metcalf1-8/+8
2013-09-03tile: use standard 'generic-y' model for <asm/hw_irq.h>Chris Metcalf2-18/+1
2013-09-03tile: use asm-generic version of <asm/local64.h>Chris Metcalf1-0/+1
2013-09-03tile PCI RC: add comment about "PCI hole" problemChris Metcalf1-0/+5
2013-09-03tile: remove DEBUG_EXTRA_FLAGS kernel config optionChris Metcalf2-14/+0
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf6-11/+30
2013-09-03tile: support FRAME_POINTERChris Metcalf4-9/+12
2013-09-03tile: support reporting Tilera hypervisor statisticsChris Metcalf2-3/+89
2013-09-03tilegx: support KGDBChris Metcalf5-0/+577
2013-09-03tilegx: provide kernel support for the tilegx UART shimChris Metcalf9-0/+768
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf12-60/+51
2013-09-03tile: don't assume user privilege is zeroChris Metcalf5-12/+23
2013-09-03tile: clean up relocate_kernel_64 debug codeChris Metcalf1-2/+7
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf3-7/+22
2013-08-30tilegx: change how we find the kernel stackChris Metcalf6-37/+57
2013-08-30tile: don't call show_regs_print_info() with corrupt currentChris Metcalf1-3/+5
2013-08-30tile: fix some -Wsign-compare warningsChris Metcalf3-6/+6
2013-08-30tile: group .hottext* sections properly in vmlinux.ldsChris Metcalf1-0/+2
2013-08-30tile: fix strncpy_from_user bugChris Metcalf2-10/+12
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf3-61/+1
2013-08-30tile: do less L1 I-cache evictionChris Metcalf1-1/+7
2013-08-30tile: allow "initrd" boot argument for kexecChris Metcalf1-0/+42
2013-08-30tile: support ASLR fullyTony Lu2-2/+26
2013-08-30tile: correct r1 value during syscall tracingChris Metcalf1-0/+15
2013-08-30tile: fix panic with large IRQ numberChris Metcalf1-1/+2
2013-08-30tile: use proper .align directives on __ex_table sectionsChris Metcalf7-0/+24
2013-08-30tile: support kprobes on tilegxTony Lu13-5/+709
2013-08-30tile: support ftrace on tilegxTony Lu7-2/+510
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-7/+2
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman1-1/+0
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf12-76/+368
2013-08-13tile: avoid struct vm_struct leakChris Metcalf1-1/+1
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf22-62/+732
2013-08-13tile: support simulator notification for ET_DYN objectsChris Metcalf1-14/+48
2013-08-13tile: improve illegal translation interrupt handlingChris Metcalf2-11/+16
2013-08-13tile: make register dumps more readableChris Metcalf1-10/+10
2013-08-13tile: improve big-endian supportChris Metcalf3-31/+23
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf14-45/+98
2013-08-13tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf2-5/+2
2013-08-13tile: fix some issues in hugepage supportChris Metcalf1-35/+3
2013-08-13tile: avoid recursive backtrace faultsChris Metcalf2-2/+30
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf15-69/+1996
2013-08-12tile: remove unnecessary backslashes in asm-offsets.cChris Metcalf1-14/+14
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf1-1/+2
2013-08-12tile: fix comment bug in sys_cmpxchg descriptionChris Metcalf1-1/+1
2013-08-12tile: support "memmap" boot parameterChris Metcalf1-4/+76
2013-08-12tile: various console improvementsChris Metcalf6-42/+43
2013-08-12PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni1-1/+0
2013-08-06tile PCI RC: remove stale include of linux/numa.hChris Metcalf1-1/+0
2013-08-06tile PCI RC: reduce driver's vmalloc space usageChris Metcalf1-2/+8
2013-08-06tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 systemChris Metcalf2-3/+33
2013-08-06tile PCI DMA: fix bug in non-page-aligned accessorsChris Metcalf1-2/+2
2013-08-06tile PCI RC: add dma_get_required_mask()Chris Metcalf2-0/+22
2013-08-06tile PCI RC: use proper accessor functionChris Metcalf1-13/+11