aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-06tile/vdso: emit a GNU hash as wellChris Metcalf1-2/+2
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-7/+4
2015-08-04sched, tile: Remove finish_arch_switchChris Metcalf2-9/+18
2015-08-03tile: Remove finish_arch_switchChris Metcalf2-5/+8
2015-08-01tile/pci_gx: Prepare trio_handle_level_irq for irq argument removalThomas Gleixner1-1/+2
2015-07-30tile: enable full SECCOMP supportChris Metcalf7-4/+51
2015-07-30tile/time: Migrate to new 'set-state' interfaceViresh Kumar1-3/+5
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner4-18/+4
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez1-0/+1
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra2-4/+0
2015-07-27tile: Provide atomic_{or,xor,and}Chris Metcalf4-0/+99
2015-07-23tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu1-1/+1
2015-07-08modpost: work correctly with tile coldtext sectionsChris Metcalf1-2/+2
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2015-07-02Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds26-253/+400
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+0
2015-06-25mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel1-9/+0
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-13/+19
2015-06-24Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-29/+1
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-4/+4
2015-06-24mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-4/+0
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-23vfs: add file_path() helperMiklos Szeredi2-2/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+17
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updatesIngo Molnar2-4/+1
2015-06-16tile: add init.h to usb.c to avoid compile failurePaul Gortmaker1-0/+1
2015-06-07video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani1-1/+0
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani1-0/+1
2015-06-04tile: avoid a "label not used" warning in do_page_fault()Chris Metcalf1-7/+10
2015-06-04tile: vdso: use raw_read_seqcount_begin() in vdsoChris Metcalf1-5/+5
2015-06-03tile: force CONFIG_TILEGX if ARCH != tileproChris Metcalf1-1/+3
2015-05-28EDAC: Cleanup atomic_scrub messBorislav Petkov2-29/+1
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-1/+2
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabledDavid Hildenbrand1-6/+12
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner1-3/+0
2015-05-11tile: improve stack backtraceChris Metcalf9-82/+107
2015-05-11tile: fix "odd fault" warning for stack backtracesChris Metcalf1-1/+0
2015-05-11tile: set up initial stack top to honor STACK_TOP_DELTAChris Metcalf1-1/+1
2015-05-11tile: support delivering NMIs for multicore backtraceChris Metcalf8-2/+197