summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tile: add init.h to usb.c to avoid compile failurePaul Gortmaker2015-06-161-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-06-3026-253/+400
|\ \ \
| * | | tile: avoid a "label not used" warning in do_page_fault()Chris Metcalf2015-06-041-7/+10
| * | | tile: vdso: use raw_read_seqcount_begin() in vdsoChris Metcalf2015-06-041-5/+5
| * | | tile: force CONFIG_TILEGX if ARCH != tileproChris Metcalf2015-06-031-1/+3
| * | | tile: improve stack backtraceChris Metcalf2015-05-119-82/+107
| * | | tile: fix "odd fault" warning for stack backtracesChris Metcalf2015-05-111-1/+0
| * | | tile: set up initial stack top to honor STACK_TOP_DELTAChris Metcalf2015-05-111-1/+1
| * | | tile: support delivering NMIs for multicore backtraceChris Metcalf2015-05-118-2/+197
| * | | tile: add <asm/word-at-a-time.h> and enable support functionsChris Metcalf2015-04-306-150/+48
| * | | tile: use READ_ONCE() in arch_spin_is_locked()Chris Metcalf2015-04-282-2/+9
| * | | tile: modify arch_spin_unlock_wait() semanticsChris Metcalf2015-04-282-2/+20
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-9/+0
|\ \ \ \
| * | | | mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel2015-06-251-9/+0
* | | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-244-13/+19
|\ \ \ \
| * | | | mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-4/+4
| * | | | mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-241-4/+0
| * | | | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
| * | | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* | | | | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-06-242-29/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | EDAC: Cleanup atomic_scrub messBorislav Petkov2015-05-282-29/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-1/+1
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-222-4/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/|
| | | * | video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani2015-06-071-1/+0
| | | * | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-071-0/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-224-10/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
| * | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
| * | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+2
| * | | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-6/+12
| |/ /
* | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-3/+0
|/ /
* | 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
OpenPOWER on IntegriCloud