summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | arch/tile: common DMA code for the GXIO IORPC subsystemChris Metcalf2012-07-114-0/+344
| * | | arch/tile: support MMIO-based readb/writeb etc.Chris Metcalf2012-07-111-28/+116
| * | | arch/tile: introduce GXIO IORPC framework for tilegxChris Metcalf2012-07-1110-0/+985
* | | | 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: fix bug in get_user() for 4-byte valuesChris Metcalf2012-06-161-1/+1
| |/ |/|
* | 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-062-19/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-38/+25
|\
| * 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
| * set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
| * 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
| * new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-1/+0
* | 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-2570-1164/+2458
|\ \
| * | tile: default to tilegx_defconfig for ARCH=tileChris Metcalf2012-05-251-1/+6
| * | tile: fix bug where fls(0) was not returning 0Chris Metcalf2012-05-251-6/+6
| * | arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf2012-05-251-6/+4
| * | tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul2012-05-251-5/+27
| * | 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-252-1/+21
| * | arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-258-280/+636
| * | arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-2515-158/+456
| * | arch/tile: support kexec() for tilegxChris Metcalf2012-05-255-9/+300
| * | arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-256-8/+55