aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* arch/tile: avoid generating .eh_frame information in modulesChris Metcalf2012-10-281-0/+4
* tile: fix bug where fls(0) was not returning 0Chris Metcalf2012-06-011-6/+6
* tilegx: enable SYSCALL_WRAPPERS supportChris Metcalf2012-06-011-0/+1
* arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf2012-05-211-7/+5
* Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-296-28/+338
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-276-28/+338
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-2577-1910/+11241
|\ \ | |/
| * arch/tile: prefer "tilepro" as the name of the 32-bit architectureChris Metcalf2011-05-251-0/+0
| * arch/tile: cleanups for tilegx compat modeChris Metcalf2011-05-193-21/+1
| * arch/tile: allocate PCI IRQs later in bootChris Metcalf2011-05-191-6/+5
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-197-22/+150
| * arch/tile: use better definitions of xchg() and cmpxchg()Chris Metcalf2011-05-193-32/+44
| * tile: add an RTC driver for the Tilera hypervisorChris Metcalf2011-05-172-3/+61
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-1228-1348/+9319
| * compat: fixes to allow working with tile archChris Metcalf2011-05-121-1/+1
| * arch/tile: update defconfig file to something more usefulChris Metcalf2011-05-041-0/+1091
| * tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov2011-05-041-4/+2
| * tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro2011-05-042-8/+8
| * tile,mn10300: add device parameter to dma_cache_sync()James Hogan2011-05-042-2/+3
| * arch/tile: clarify flush_buffer()/finv_buffer() function namesChris Metcalf2011-05-041-6/+12
| * arch/tile: kernel-related cleanups from removing static page sizeChris Metcalf2011-05-044-48/+17
| * arch/tile: various header improvements for building driversChris Metcalf2011-05-0411-10/+83
| * arch/tile: disable GX prefetcher during cache flushChris Metcalf2011-05-041-0/+18
| * arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf2011-05-041-0/+6
| * arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf2011-05-041-1/+7
| * arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domainChris Metcalf2011-05-041-18/+57
| * arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf2011-05-042-36/+27
| * arch/tile: improve support for PCI hotplugChris Metcalf2011-05-043-91/+127
| * arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf2011-05-027-100/+87
| * arch/tile: refactor backtracing codeChris Metcalf2011-05-026-131/+93
* | lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-9/+0
* | mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* | 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
|\