summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds2013-03-232-2/+0
|\ \ \ | |/ / |/| |
| * | md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2013-03-202-2/+0
* | | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* | | tile: properly use COMPAT_SYSCALL_DEFINExChris Metcalf2013-03-041-16/+19
* | | tile: work around bug in the generic sys_llseekChris Metcalf2013-03-042-0/+16
| |/ |/|
* | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-134/+4
|\ \
| * | burying unused conditionalsAl Viro2013-02-142-6/+0
| * | tile: switch to generic compat rt_sigaction()Al Viro2013-02-033-53/+1
| * | tile: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-033-17/+1
| * | tile: switch to generic compat rt_sig{procmask,pending}()Al Viro2013-02-031-0/+2
| * | tile: switch to generic sigaltstackAl Viro2013-02-035-63/+5
* | | swap: add per-partition lock for swapfileShaohua Li2013-02-231-1/+1
* | | memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-231-0/+8
* | | mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-231-1/+0
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-211-6/+0
|\ \ \
| * | | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-6/+0
| | |/ | |/|