summaryrefslogtreecommitdiffstats
path: root/arch/tile/include
AgeCommit message (Expand)AuthorLines
2012-09-24tile: gxio iorpc numbering change for TRIO interfaceChris Metcalf-11/+13
2012-07-30Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-1/+0
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds-30/+1
2012-07-24tile: remove km_type definitionsCong Wang-30/+1
2012-07-18tile: updates to pci root complex from community feedbackChris Metcalf-19/+8
2012-07-18arch/tile: provide kernel support for the tilegx USB shimChris Metcalf-0/+217
2012-07-18tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf-58/+198
2012-07-18tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf-16/+36
2012-07-18tile: remove unused headerPaul Bolle-33/+0
2012-07-18arch/tile: tilegx PCI root complex supportChris Metcalf-10/+88
2012-07-11arch/tile: provide kernel support for the tilegx TRIO shimChris Metcalf-0/+1324
2012-07-11arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf-0/+18
2012-07-11arch/tile: provide kernel support for the tilegx mPIPE shimChris Metcalf-0/+3492
2012-07-11arch/tile: common DMA code for the GXIO IORPC subsystemChris Metcalf-0/+161
2012-07-11arch/tile: support MMIO-based readb/writeb etc.Chris Metcalf-28/+116
2012-07-11arch/tile: introduce GXIO IORPC framework for tilegxChris Metcalf-0/+821
2012-06-28Remove useless wrappers of asm-generic/ipc.hPaul Bolle-1/+0
2012-06-16tile: fix bug in get_user() for 4-byte valuesChris Metcalf-1/+1
2012-06-06tile: remove cpu_idle_on_new_stackChris Metcalf-5/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+17
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro-1/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro-0/+16
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro-1/+0
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-395/+994
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf-6/+6
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf-1/+13
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf-20/+124
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf-23/+102
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf-0/+12
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf-6/+47
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf-148/+276
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf-135/+240
2012-05-25arch/tile: support building big-endian kernelChris Metcalf-0/+41
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf-48/+107
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf-8/+26
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-26/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+2
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-3/+0
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf-2/+7
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra-26/+0
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner-4/+2
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf-2/+2
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson-0/+1
2012-04-02arch/tile: use atomic exchange in arch_write_unlock()Chris Metcalf-1/+1
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf-1/+5
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf-1/+0
2012-04-02arch/tile: use 0 for IRQ_RESCHEDULE instead of 1Chris Metcalf-1/+1
2012-04-02arch/tile: fix gcc 4.6 warnings in <asm/bitops_64.h>Chris Metcalf-4/+4