aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner1-4/+2
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf1-2/+2
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-02arch/tile: use atomic exchange in arch_write_unlock()Chris Metcalf1-1/+1
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf1-1/+5
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf1-1/+0
2012-04-02arch/tile: use 0 for IRQ_RESCHEDULE instead of 1Chris Metcalf1-1/+1
2012-04-02arch/tile: fix gcc 4.6 warnings in <asm/bitops_64.h>Chris Metcalf1-4/+4
2012-04-02arch/tile: revert comment for atomic64_add_unless().Chris Metcalf1-1/+1
2012-04-02arch/tile: fix typo in <arch/spr_def.h>Chris Metcalf1-2/+2
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker2-48/+75
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-11/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+0
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-7/+0
2012-03-28Delete all instances of asm/system.hDavid Howells1-4/+0
2012-03-28Disintegrate asm/system.h for TileDavid Howells15-267/+300
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-1/+1
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-11/+0
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-1/+3
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-7/+0
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+3
2012-01-06PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-7/+0
2011-12-13UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells1-1/+3
2011-12-04tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-1/+1
2011-12-04tile: don't panic on iomapMichael S. Tsirkin1-1/+2