summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-091-12/+7
* Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas2012-10-091-0/+1
* Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas2012-10-091-0/+1
* Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
* Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-071-5/+0
|\
| * UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-5/+0
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-062-57/+62
* | tile: fix personality bits handling upon exec()Jiri Kosina2012-10-061-2/+2
|/
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-037-7/+11
|\
| * UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-022-0/+4
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-025-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-022-2/+0
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-11/+13
| |\
| * | netfilter: remove xt_NOTRACKCong Wang2012-09-032-2/+0
* | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-8/+0
|\ \ \
| * | | tile: remove duplicate CONFIG_HOTPLUG definitionGreg Kroah-Hartman2012-09-061-8/+0
| |/ /
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-012-36/+6
|\ \ \
| * \ \ Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas2012-09-192-16/+0
| |\ \ \
| | * | | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-182-16/+0
| | * | | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-182-2/+2
| | |/ /
| * | | tile: PCI: Use PCI Express Capability accessorsJiang Liu2012-08-231-20/+6
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-1/+0
|\ \ \ | |_|/ |/| |
| * | tile: Remove SD_PREFER_LOCAL leftoverAlex Shi2012-08-151-1/+0
| |/
* | tile: gxio iorpc numbering change for TRIO interfaceChris Metcalf2012-09-241-11/+13
|/
* memcg: rename config variablesAndrew Morton2012-07-312-4/+4
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-07-301-1/+0
|\
| * Remove useless wrappers of asm-generic/ipc.hPaul Bolle2012-06-281-1/+0
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-272-31/+2
|\ \
| * | tile: remove km_type definitionsCong Wang2012-07-241-30/+1
| * | tile: remove usage of enum km_typeCong Wang2012-07-231-1/+1
* | | tilepro pci: fix pci_bus.subordinate bad bombing from b918c62eChris Metcalf2012-07-251-1/+1
* | | tilegx pci: fix semantic merge conflict with 3527ed81cChris Metcalf2012-07-251-1/+1
* | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-13/+6
|\ \ \
| * \ \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-10/+0
| |\ \ \
| | * | | tile/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-10/+0
| * | | | 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-2365-400/+10771
|\ \ \ \ | |_|/ / |/| | |
| * | | tile: updates to pci root complex from community feedbackChris Metcalf2012-07-183-64/+47
| * | | bounce: allow use of bounce pool via config optionChris Metcalf2012-07-181-0/+6
| * | | usb: add host support for the tilegx architectureChris Metcalf2012-07-183-0/+80
| * | | arch/tile: provide kernel support for the tilegx USB shimChris Metcalf2012-07-189-0/+413
| * | | tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf2012-07-188-203/+588
| * | | arch/tile: enable ZONE_DMA for tilegxChris Metcalf2012-07-184-13/+28
| * | | tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-187-171/+278
| * | | tile: remove unused headerPaul Bolle2012-07-181-33/+0
| * | | arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-186-17/+1645
| * | | arch/tile: provide kernel support for the tilegx TRIO shimChris Metcalf2012-07-1116-0/+1707
| * | | arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf2012-07-112-14/+19
| * | | arch/tile: provide kernel support for the tilegx mPIPE shimChris Metcalf2012-07-1114-0/+4658
OpenPOWER on IntegriCloud