summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-241-1/+1
| |\
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-5/+1
* | | Fix common misspellingsLucas De Marchi2011-03-316-8/+8
* | | genirq: Remove the now obsolete config options and select statementsThomas Gleixner2011-03-301-1/+0
* | | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-272-43/+3
|\ \ \ | |_|/ |/| |
| * | tile: Use generic show_interupts()Thomas Gleixner2011-03-252-41/+1
| * | tile: Convert to new irq function namesThomas Gleixner2011-03-251-3/+3
* | | lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
| |/ |/|
* | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
|/
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-222-3/+3
* arch/tile: fix futex sanitization definition/prototype mismatchChris Metcalf2011-03-201-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-03-1752-557/+865
|\
| * arch/tile: support newer binutils assembler shift semanticsChris Metcalf2011-03-173-9/+29
| * arch/tile: fix deadlock bugs in rwlock implementationChris Metcalf2011-03-102-141/+103
| * drivers/edac: provide support for tile architectureChris Metcalf2011-03-103-1/+119
| * arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-1018-135/+235
| * arch/tile: add some more VMSPLIT options and use consistent namingChris Metcalf2011-03-101-3/+9
| * arch/tile: fix some comments and whitespaceChris Metcalf2011-03-107-24/+15
| * arch/tile: export some additional module symbolsChris Metcalf2011-03-012-0/+8
| * arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf2011-03-013-54/+139
| * arch/tile: fix two bugs in the backtracer codeChris Metcalf2011-03-011-9/+19
| * arch/tile: use extended assembly to inline __mb_incoherent()Chris Metcalf2011-03-014-41/+20
| * arch/tile: use a cleaner technique to enable interrupt for cpu_idle()Chris Metcalf2011-03-011-11/+5
| * arch/tile: sync up with <arch/sim.h> and <arch/sim_def.h> changesChris Metcalf2011-03-012-12/+39
| * arch/tile: fix reversed test of strict_strtol() return valueChris Metcalf2011-03-011-1/+1
| * arch/tile: avoid a simulator warning during bootupChris Metcalf2011-03-011-0/+11
| * arch/tile: export <asm/hardwall.h> to userspaceChris Metcalf2011-03-011-0/+1
| * arch/tile: warn and retry if an IPI is not accepted by the target cpuChris Metcalf2011-03-011-14/+19
| * arch/tile: stop disabling INTCTRL_1 interrupts during hypervisor downcallsChris Metcalf2011-03-011-49/+5
| * arch/tile: fix __ndelay etc to work betterChris Metcalf2011-03-015-11/+34
| * arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf2011-03-013-2/+26
| * arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf2011-03-015-10/+6
| * arch/tile: Fix atomic_read() definition to use ACCESS_ONCEChris Metcalf2011-02-251-1/+1
| * tile: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-02-231-0/+1
| * tile: Use proper accessor functions in show_interrupt()Thomas Gleixner2011-02-231-4/+6
| * tile: Convert irq_chip to new functionsThomas Gleixner2011-02-231-14/+14
| * tile: Fix __pte_free_tlbPeter Zijlstra2011-02-231-13/+2
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \
| * | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
| |/
* | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-12/+12
* | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-3/+4
|/
* tile: Use generic irq KconfigThomas Gleixner2011-01-211-29/+21
* genirq: Remove __do_IRQThomas Gleixner2011-01-211-3/+0
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-203-3/+3
* arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf2010-12-174-13/+29
* arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf2010-12-171-0/+8