summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* tile: properly use node_isset() on a nodemask_tChris Metcalf2015-04-281-1/+1
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\
| * tile: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-04-1721-66/+201
|\ \
| * | tile: nohz: warn if nohz_full uses hypervisor shared coresChris Metcalf2015-04-172-1/+28
| * | tile: ftrace: fix function_graph tracer issuesTony Lu2015-04-173-2/+13
| * | tile: map data region shadow of kernel as R/WChris Metcalf2015-04-171-2/+5
| * | tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf2015-04-178-28/+67
| * | tile: support arch_irq_work_raiseChris Metcalf2015-04-174-2/+46
| * | arch: tile: fix null pointer dereference on pt_regs pointerColin Ian King2015-04-171-7/+8
| * | tile/elf: reorganize notify_exec()Davidlohr Bueso2015-04-171-18/+29
| * | tile: use si_int instead of si_ptr for compat_siginfoChris Metcalf2015-04-171-6/+5
| |/
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-18/+2
|\ \
| * | tile: Remove signal translation and exec_domainRichard Weinberger2015-04-123-18/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-152-4/+4
|\ \
| * | ptp: tilegx: convert to the 64 bit get/set time methods.Richard Cochran2015-03-312-4/+4
| |/
* | tile: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+5
* | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-132-0/+4
|\ \
| * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-192-0/+4
| |/
* | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-12/+12
|/
* 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
|\ \
OpenPOWER on IntegriCloud