summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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-271-30/+1
|\ \
| * | tile: remove km_type definitionsCong Wang2012-07-241-30/+1
* | | tile: updates to pci root complex from community feedbackChris Metcalf2012-07-181-19/+8
* | | tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf2012-07-184-58/+198
* | | tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-184-16/+36
* | | tile: remove unused headerPaul Bolle2012-07-181-33/+0
* | | arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-181-10/+88
* | | arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf2012-07-111-0/+18
* | | arch/tile: support MMIO-based readb/writeb etc.Chris Metcalf2012-07-111-28/+116
|/ /
* | tile: fix bug in get_user() for 4-byte valuesChris Metcalf2012-06-161-1/+1
* | tile: remove cpu_idle_on_new_stackChris Metcalf2012-06-061-5/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+17
|\
| * set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
| * new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-2526-294/+669
|\
| * tile: fix bug where fls(0) was not returning 0Chris Metcalf2012-05-251-6/+6
| * arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-253-20/+25
| * arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-254-20/+35
| * arch/tile: support kexec() for tilegxChris Metcalf2012-05-251-0/+12
| * arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-255-6/+47
| * arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-259-53/+155
| * arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-253-135/+240
| * arch/tile: support building big-endian kernelChris Metcalf2012-05-252-0/+25
| * arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-253-46/+98
| * arch/tile: use interrupt critical sections lessChris Metcalf2012-05-251-8/+26
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0
|\ \ \
| * | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-3/+0
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-221-26/+0
|\ \ \ \
| * | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-26/+0
| |/ / /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-211-4/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tile: Use common threadinfo allocatorThomas Gleixner2012-05-081-4/+2
| |/ /
* | | arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf2012-05-161-2/+7
|/ /
* | arch/tile: fix a couple of functions that should be __initChris Metcalf2012-04-251-2/+2
|/
* arch/tile: use atomic exchange in arch_write_unlock()Chris Metcalf2012-04-021-1/+1
* arch/tile: work around a hardware issue with the return-address stackChris Metcalf2012-04-021-1/+5
* arch/tile: various bugs in stack backtracerChris Metcalf2012-04-021-1/+0
* arch/tile: use 0 for IRQ_RESCHEDULE instead of 1Chris Metcalf2012-04-021-1/+1
* arch/tile: fix gcc 4.6 warnings in <asm/bitops_64.h>Chris Metcalf2012-04-021-4/+4
* arch/tile: revert comment for atomic64_add_unless().Chris Metcalf2012-04-021-1/+1
* tile: fix multiple build failures from system.h dismantlePaul Gortmaker2012-04-022-48/+75
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-11/+0
|\
| * [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-11/+0
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-7/+0
|\ \
| * | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-7/+0
* | | Delete all instances of asm/system.hDavid Howells2012-03-281-4/+0
OpenPOWER on IntegriCloud