summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-121-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-19/+2
|\
| * tile: don't bother with SIGTRAP in setup_frameAl Viro2012-10-012-19/+2
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-57/+0
* | 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
|/
* 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-235-118/+2080
|\ \
| * | tile: updates to pci root complex from community feedbackChris Metcalf2012-07-182-45/+39
| * | 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/+0
|\ \
| * | tile: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-10/+0
* | | arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf2012-06-181-2/+7
| |/ |/|
* | tile: add #include to unbreak build after generic init_task conversionChris Metcalf2012-06-061-0/+1
* | tile: remove cpu_idle_on_new_stackChris Metcalf2012-06-061-14/+0
|/
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-6/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-20/+5
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-2520-393/+1057
|\ \ | |/ |/|
| * arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf2012-05-251-2/+28
| * arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2012-05-251-0/+8
| * arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-253-260/+512
| * arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-254-56/+120
| * arch/tile: support kexec() for tilegxChris Metcalf2012-05-254-9/+288
| * arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-251-2/+8
| * arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-255-22/+25
| * arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-251-1/+0
| * arch/tile: support building big-endian kernelChris Metcalf2012-05-252-5/+23
| * arch/tile: use interrupt critical sections lessChris Metcalf2012-05-252-36/+45
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-215-82/+20
|\ \ | |/ |/|
| * Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-082-23/+4
| |\
| | * tile: Use common threadinfo allocatorThomas Gleixner2012-05-081-21/+2