summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Disintegrate asm/system.h for TileDavid Howells2012-03-2815-267/+300
|/ /
* / highmem: kill all __kmap_atomic()Cong Wang2012-03-201-1/+1
|/
* Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-141-1/+3
|\
| * UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells2011-12-131-1/+3
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-7/+0
|\ \
| * | PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-7/+0
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-102-2/+3
|\ \ | |/ |/|
| * tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-041-1/+1
| * tile: don't panic on iomapMichael S. Tsirkin2011-12-041-1/+2
* | arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2011-12-031-10/+0
|/
* arch/tile: factor out <arch/opcode.h> headerChris Metcalf2011-11-038-3891/+1040
* arch/tile: add the <arch> headers to the set of installed kernel headersChris Metcalf2011-11-031-0/+2
* arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h>Chris Metcalf2011-11-031-8/+10