aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-2/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-61/+10
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-22/+5
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim1-6/+1
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-0/+1
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf1-1/+9
2013-04-08tile: Use generic idle loopThomas Gleixner3-57/+11
2013-04-08tile: Enter idle with preemption disabledThomas Gleixner1-2/+0
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-04-01Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-13/+12
2013-03-29tile: expect new initramfs name from hypervisor file systemChris Metcalf1-13/+12
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds2-2/+0
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2-2/+0
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-04tile: properly use COMPAT_SYSCALL_DEFINExChris Metcalf1-16/+19
2013-03-04tile: work around bug in the generic sys_llseekChris Metcalf2-0/+16
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-134/+4
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+8
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse1-1/+0
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-6/+0
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-6/+0
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-02-14burying unused conditionalsAl Viro2-6/+0
2013-02-08tile: tag some code with #ifdef CONFIG_COMPATChris Metcalf1-0/+4
2013-02-08tile: fix memcpy_*io functions for allnoconfigChris Metcalf1-1/+5
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf6-0/+10
2013-02-04tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf4-391/+383
2013-02-04tile: provide "screen_info" when enabling VTChris Metcalf1-0/+5
2013-02-03tile: switch to generic compat rt_sigaction()Al Viro3-53/+1
2013-02-03tile: switch to generic compat rt_sigqueueinfo()Al Viro3-17/+1
2013-02-03tile: switch to generic compat rt_sig{procmask,pending}()Al Viro1-0/+2
2013-02-03tile: switch to generic sigaltstackAl Viro5-63/+5
2013-02-01tile: include kernel/Kconfig.freezer in tile KconfigChris Metcalf1-0/+2
2013-02-01tile: remove an unused variable in copy_thread()Chris Metcalf1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-17arch/tile/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-36/+22
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-3/+1
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+0
2012-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-34/+126
2012-12-18arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi1-0/+2
2012-12-18arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi1-9/+6
2012-12-18arch/tile: implement user_regset interface on tileSimon Marchi1-0/+62