summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* tile: delete __cpuinit usage from all tile filesPaul Gortmaker2013-07-145-13/+13
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-4/+4
* Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-7/+1
|\
| * consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-7/+1
* | mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-032-22/+9
* | tile: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-034-5/+7
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* | mm/tile: use common help functions to free reserved pagesJiang Liu2013-07-031-5/+2
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-1/+1
|\ \
| * | tile: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-022-2/+2
|\ \ \
| * \ \ Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-011-0/+2
| |\ \ \ | | | |/ | | |/|
| * | | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-192-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-3/+0
|\ \ \ | |_|/ |/| |
| * | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| |/
* / tilepro: work around module link error with gcc 4.7Chris Metcalf2013-06-151-0/+2
|/
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-05-095-12/+45
|\
| * arch/tile: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-091-1/+1
| * tile: support new Tilera hypervisorChris Metcalf2013-05-024-11/+44
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\ \
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-05-0111-49/+93
|\ \ \
| * | | arch/tile: Fix syscall return value passed to tracepointSimon Marchi2013-04-241-1/+1
| * | | tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf2013-04-091-1/+9
| * | | tile: ns2cycles should use __raw_get_cpu_varHenrik Austad2013-03-261-1/+5
| * | | arch: remove KCORE_ELF again [tile]Paul Bolle2013-03-221-5/+0
| * | | tile: remove two outdated Kconfig entriesPaul Bolle2013-03-221-9/+0
| * | | tile: support atomic64_dec_if_positive()Chris Metcalf2013-03-222-0/+22
| * | | tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi2013-03-224-7/+33
| * | | tile: Add definition of NR_syscallsSimon Marchi2013-03-211-0/+2
| * | | tile: move declaration of sys_call_table to <asm/syscall.h>Simon Marchi2013-03-212-6/+6
| * | | arch/tile: Enable HAVE_ARCH_TRACEHOOKSimon Marchi2013-03-211-0/+1
| * | | arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi2013-03-214-25/+28
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-7/+0
|\ \ \ \
| * | | | consolidate compat lookup_dcookie()Al Viro2013-03-031-5/+0
| * | | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-1/+0
* | | | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-303-16/+7
* | | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-2/+1
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-61/+10
|\ \ \ \ \
| * | | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | | | tile: Use generic idle loopThomas Gleixner2013-04-083-57/+11
| * | | | | tile: Enter idle with preemption disabledThomas Gleixner2013-04-081-2/+0
| * | | | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
* | | | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-22/+5
* | | | | | mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-6/+1
* | | | | | mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-0/+1
| |_|_|_|/ |/| | | |
* | | | | tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf2013-04-091-1/+9
|/ / / /
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-04-011-13/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | tile: expect new initramfs name from hypervisor file systemChris Metcalf2013-03-291-13/+12
| | |/ | |/|