summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-042-35/+21Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-2/+0Star
|\
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-12-193-31/+116
|\ \
| * | arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi2012-12-181-9/+6Star
| * | arch/tile: implement user_regset interface on tileSimon Marchi2012-12-181-0/+62
| * | arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf2012-12-141-3/+7
| * | arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf2012-12-131-17/+40
| * | tile/PCI: use for_each_pci_dev to simplify the codeWei Yongjun2012-12-121-2/+2
| * | tilegx: remove __init from pci fixup hookChris Metcalf2012-12-121-2/+1Star
| |/
* | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-181-18/+0Star
* | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-3/+2Star
* | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-292-2/+0Star
* | tile: switch to generic clone()Al Viro2012-11-291-8/+0Star
* | Merge branch 'arch-tile' into no-rebasesAl Viro2012-11-291-1/+1
|\ \
| * | tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro2012-11-291-1/+1
* | | Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-171-10/+0Star
|\ \ \ | |/ / |/| / | |/
| * arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf2012-10-231-10/+0Star
* | tile: sanitize copy_thread()Al Viro2012-10-251-13/+11Star
* | arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-237-43/+20Star
* | tile: switch to generic sys_execve()Al Viro2012-10-234-48/+0Star
* | tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf2012-10-204-75/+69Star
* | Drop struct pt_regs * argument in compat_sys_execve()Al Viro2012-10-203-5/+3Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-10-131-0/+3
|\
| * arch/tile: enable interrupts in do_work_pending()Chris Metcalf2012-10-121-0/+3
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-19/+2Star
|\
| * tile: don't bother with SIGTRAP in setup_frameAl Viro2012-10-012-19/+2Star
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-051-57/+0Star
* | Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas2012-09-192-16/+0Star
|\ \
| * | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-192-16/+0Star
| * | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-192-2/+2
| |/
* / tile: PCI: Use PCI Express Capability accessorsJiang Liu2012-08-231-20/+6Star
|/
* tilepro pci: fix pci_bus.subordinate bad bombing from b918c62eChris Metcalf2012-07-261-1/+1
* tilegx pci: fix semantic merge conflict with 3527ed81cChris Metcalf2012-07-261-1/+1
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-251-13/+6Star
|\
| * Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-10/+0Star
| |\
| | * tile/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-10/+0Star
| * | tile/PCI: use pci_scan_root_bus instead pci_scan_busYinghai Lu2012-06-131-1/+4
| * | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-07-245-118/+2080
|\ \
| * | tile: updates to pci root complex from community feedbackChris Metcalf2012-07-182-45/+39Star
| * | usb: add host support for the tilegx architectureChris Metcalf2012-07-182-0/+70
| * | tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf2012-07-183-145/+372
| * | arch/tile: enable ZONE_DMA for tilegxChris Metcalf2012-07-182-7/+20
| * | tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-181-39/+143
| * | arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-183-0/+1554
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-10/+0Star
|\ \
| * | tile: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-10/+0Star
* | | arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf2012-06-181-2/+7
| |/ |/|