aboutsummaryrefslogtreecommitdiff
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2013-07-14tile: delete __cpuinit usage from all tile filesGravatar Paul Gortmaker 5-13/+13
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 1-2/+0
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersGravatar Johannes Weiner 1-4/+4
2013-07-04Merge branch 'kconfig-diet' from Dave HansenGravatar Linus Torvalds 2-7/+1
2013-07-04consolidate per-arch stack overflow debugging optionsGravatar Dave Hansen 2-7/+1
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 2-22/+9
2013-07-03tile: normalize global variables exported by vmlinux.ldsGravatar Jiang Liu 4-5/+7
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm/tile: use common help functions to free reserved pagesGravatar Jiang Liu 1-5/+2
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2013-07-01Merge tag 'v3.10' into sched/coreGravatar Ingo Molnar 1-0/+2
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationGravatar Viresh Kumar 2-2/+2
2013-06-15tilepro: work around module link error with gcc 4.7Gravatar Chris Metcalf 1-0/+2
2013-05-28tile: uaccess s/might_sleep/might_fault/Gravatar Michael S. Tsirkin 1-1/+1
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 5-12/+45
2013-05-09arch/tile: remove inline marking of EXPORT_SYMBOL functionsGravatar Denis Efremov 1-1/+1
2013-05-02tile: support new Tilera hypervisorGravatar Chris Metcalf 4-11/+44
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 11-49/+93
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-7/+0
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Stephen Boyd 3-16/+7
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-2/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-61/+10
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-22/+5
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Gravatar Joonsoo Kim 1-6/+1
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGravatar Gerald Schaefer 1-0/+1
2013-04-24arch/tile: Fix syscall return value passed to tracepointGravatar Simon Marchi 1-1/+1
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-1/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Gravatar Chris Metcalf 1-1/+9
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Gravatar Chris Metcalf 1-1/+9
2013-04-08tile: Use generic idle loopGravatar Thomas Gleixner 3-57/+11
2013-04-08tile: Enter idle with preemption disabledGravatar Thomas Gleixner 1-2/+0
2013-04-08arch: Consolidate tsk_is_polling()Gravatar Thomas Gleixner 1-2/+0
2013-04-01Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 1-13/+12
2013-03-29tile: expect new initramfs name from hypervisor file systemGravatar Chris Metcalf 1-13/+12
2013-03-26tile: ns2cycles should use __raw_get_cpu_varGravatar Henrik Austad 1-1/+5
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdGravatar Linus Torvalds 2-2/+0
2013-03-22arch: remove KCORE_ELF again [tile]Gravatar Paul Bolle 1-5/+0
2013-03-22tile: remove two outdated Kconfig entriesGravatar Paul Bolle 1-9/+0
2013-03-22tile: support atomic64_dec_if_positive()Gravatar Chris Metcalf 2-0/+22
2013-03-22tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSGravatar Simon Marchi 4-7/+33
2013-03-21tile: Add definition of NR_syscallsGravatar Simon Marchi 1-0/+2
2013-03-21tile: move declaration of sys_call_table to <asm/syscall.h>Gravatar Simon Marchi 2-6/+6
2013-03-21arch/tile: Enable HAVE_ARCH_TRACEHOOKGravatar Simon Marchi 1-0/+1
2013-03-21arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceGravatar Simon Marchi 4-25/+28
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyGravatar Paul Bolle 2-2/+0