summaryrefslogtreecommitdiff
path: root/arch/tile/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-05-01dump_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/ke...Linus Torvalds2-59/+10
2013-04-30early_printk: consolidate random copies of identical codeThomas Gleixner1-22/+5
2013-04-08tile: Use generic idle loopThomas Gleixner2-57/+10
2013-04-08tile: Enter idle with preemption disabledThomas Gleixner1-2/+0
2013-03-29tile: expect new initramfs name from hypervisor file systemChris Metcalf1-13/+12
2013-03-04tile: properly use COMPAT_SYSCALL_DEFINExChris Metcalf1-16/+19
2013-03-04tile: work around bug in the generic sys_llseekChris Metcalf1-0/+13
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-123/+4
2013-02-08tile: tag some code with #ifdef CONFIG_COMPATChris Metcalf1-0/+4
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf2-0/+3
2013-02-04tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf1-1/+1
2013-02-04tile: provide "screen_info" when enabling VTChris Metcalf1-0/+5
2013-02-04tile: switch to generic compat rt_sigaction()Al Viro1-49/+0
2013-02-04tile: switch to generic compat rt_sigqueueinfo()Al Viro1-15/+0
2013-02-04tile: switch to generic sigaltstackAl Viro2-59/+4
2013-02-01tile: remove an unused variable in copy_thread()Chris Metcalf1-1/+1
2013-01-04ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2-35/+21
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-31/+116
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
2012-12-18compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-18/+0
2012-12-14arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf1-3/+7
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-2/+0
2012-12-13arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf1-17/+40
2012-12-13tile/PCI: use for_each_pci_dev to simplify the codeWei Yongjun1-2/+2
2012-12-13tilegx: remove __init from pci fixup hookChris Metcalf1-2/+1
2012-11-29flagday: don't pass regs to copy_thread()Al Viro1-3/+2
2012-11-29take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2-2/+0
2012-11-29tile: switch to generic clone()Al Viro1-8/+0
2012-11-29Merge branch 'arch-tile' into no-rebasesAl Viro1-1/+1
2012-11-29tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro1-1/+1
2012-11-17Merge branch 'arch-frv' into no-rebasesAl Viro1-10/+0
2012-10-25tile: sanitize copy_thread()Al Viro1-13/+11
2012-10-24arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf7-43/+20
2012-10-23tile: switch to generic sys_execve()Al Viro4-48/+0
2012-10-23arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf1-10/+0
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf4-75/+69
2012-10-20Drop struct pt_regs * argument in compat_sys_execve()Al Viro3-5/+3
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+3
2012-10-13vfs: define struct filename and have getname() return itJeff Layton1-4/+4
2012-10-12arch/tile: enable interrupts in do_work_pending()Chris Metcalf1-0/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-19/+2
2012-10-05compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-57/+0
2012-10-01tile: don't bother with SIGTRAP in setup_frameAl Viro2-19/+2
2012-09-19Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas2-16/+0
2012-09-19PCI: Provide a default pcibios_update_irq()Thierry Reding2-16/+0
2012-09-19PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2-2/+2
2012-08-23tile: PCI: Use PCI Express Capability accessorsJiang Liu1-20/+6