summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-135-33/+20
* 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-122-5/+1
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-28/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-102-15/+0
|\ \
| * | tile: drop pte_file()-related helpersKirill A. Shutemov2015-02-102-15/+0
* | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-2/+2
|\ \ \ | |/ / |/| |
| * | tile: use PCI define for Max_Read_Request_SizeRafał Miłecki2015-01-271-2/+2
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-091-0/+1
|\ \
| * | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+1
| |/
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-1/+1
|/
* 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