aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-5/+0
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-0/+62
2012-10-06tile: fix personality bits handling upon exec()Jiri Kosina1-2/+2
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-5/+0
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2-0/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells5-7/+7
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2012-09-24tile: gxio iorpc numbering change for TRIO interfaceChris Metcalf1-11/+13
2012-08-15tile: Remove SD_PREFER_LOCAL leftoverAlex Shi1-1/+0
2012-07-30Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+0
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-30/+1
2012-07-24tile: remove km_type definitionsCong Wang1-30/+1
2012-07-18tile: updates to pci root complex from community feedbackChris Metcalf1-19/+8
2012-07-18arch/tile: provide kernel support for the tilegx USB shimChris Metcalf5-0/+217
2012-07-18tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf4-58/+198
2012-07-18tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf4-16/+36
2012-07-18tile: remove unused headerPaul Bolle1-33/+0
2012-07-18arch/tile: tilegx PCI root complex supportChris Metcalf1-10/+88
2012-07-11arch/tile: provide kernel support for the tilegx TRIO shimChris Metcalf12-0/+1324
2012-07-11arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf1-0/+18
2012-07-11arch/tile: provide kernel support for the tilegx mPIPE shimChris Metcalf9-0/+3492
2012-07-11arch/tile: common DMA code for the GXIO IORPC subsystemChris Metcalf1-0/+161
2012-07-11arch/tile: support MMIO-based readb/writeb etc.Chris Metcalf1-28/+116
2012-07-11arch/tile: introduce GXIO IORPC framework for tilegxChris Metcalf4-0/+821
2012-06-28Remove useless wrappers of asm-generic/ipc.hPaul Bolle1-1/+0
2012-06-16tile: fix bug in get_user() for 4-byte valuesChris Metcalf1-1/+1
2012-06-06tile: remove cpu_idle_on_new_stackChris Metcalf1-5/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+17
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+16
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro1-1/+0
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds30-395/+994
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf1-6/+6
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf1-1/+13
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf5-20/+124
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf5-23/+102
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf1-0/+12
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf5-6/+47
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf11-148/+276
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf3-135/+240
2012-05-25arch/tile: support building big-endian kernelChris Metcalf3-0/+41
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf4-48/+107
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf1-8/+26
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+0
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf1-2/+7
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra1-26/+0