aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 2-2/+2
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-47/+61
2010-05-27asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hGravatar FUJITA Tomonori 1-2/+3
2010-05-27asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()Gravatar FUJITA Tomonori 2-2/+3
2010-05-27asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hGravatar FUJITA Tomonori 1-0/+2
2010-05-26Revert "endian: #define __BYTE_ORDER"Gravatar Linus Torvalds 2-0/+12
2010-05-25endian: #define __BYTE_ORDERGravatar Joakim Tjernlund 2-12/+0
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 20-52/+129
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 14-42/+77
2010-05-20kgdb,sparc: Add in kgdb_arch_set_pc for sparcGravatar Jason Wessel 2-0/+12
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 3-8/+9
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-14/+6
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 5-1/+53
2010-05-18sparc: Define ARCH_SLAB_MINALIGNGravatar David S. Miller 1-0/+2
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGravatar Grant Likely 5-22/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 23-87/+86
2010-05-18perf, sparc: Implement group scheduling transactional APIsGravatar Lin Ming 1-47/+61
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+6
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesGravatar Anton Blanchard 2-3/+3
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Gravatar Andreas Dilger 2-2/+2
2010-04-28driver-core: Add device node pointer to struct deviceGravatar Grant Likely 3-0/+3
2010-04-21sparc64: Fix stack dumping and tracing when function graph is enabled.Gravatar David S. Miller 3-1/+50
2010-04-21sparc64: Show stack backtrace from show_regs() just like other platforms.Gravatar David S. Miller 1-0/+1
2010-04-20sparc64: Fix hardirq tracing in trap return path.Gravatar David S. Miller 1-1/+11
2010-04-19sparc64: Use correct pt_regs in decode_access_size() error paths.Gravatar David S. Miller 1-3/+3
2010-04-19sparc64: Fix PREEMPT_ACTIVE value.Gravatar David S. Miller 1-1/+1
2010-04-14sparc64: Run NMIs on the hardirq stack.Gravatar David S. Miller 3-18/+27
2010-04-13sparc64: Allocate sufficient stack space in ftrace stubs.Gravatar David S. Miller 1-4/+4
2010-04-13sparc: Fix forgotten kmemleak headers inclusionGravatar Frederic Weisbecker 1-0/+1
2010-04-13sparc64: Add some more commentary to __raw_local_irq_save()Gravatar David S. Miller 1-0/+7
2010-04-13Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 25-12/+18
2010-04-12sparc64: Fix memory leak in pci_register_iommu_region().Gravatar David S. Miller 1-3/+8
2010-04-12sparc64: Add kmemleak annotation to sun4v_build_virq()Gravatar David S. Miller 1-0/+8
2010-04-12sparc64: Support kmemleak.Gravatar David S. Miller 1-0/+4
2010-04-12sparc64: Add function graph tracer support.Gravatar David S. Miller 10-15/+132
2010-04-12sparc64: Give a stack frame to the ftrace call sites.Gravatar David S. Miller 1-15/+16
2010-04-12sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.Gravatar David S. Miller 3-3/+3
2010-04-12sparc64: Remove profiling from some low-level bits.Gravatar David S. Miller 1-1/+8
2010-04-12sparc64: Kill unnecessary static on local var in ftrace_call_replace().Gravatar David S. Miller 1-1/+1
2010-04-12sparc64: Kill CONFIG_STACK_DEBUG code.Gravatar David S. Miller 2-78/+1
2010-04-12sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.Gravatar David S. Miller 2-7/+16
2010-04-12sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.Gravatar David S. Miller 1-2/+12
2010-04-12sparc64: Use kstack_valid() in die_if_kernel().Gravatar David S. Miller 1-23/+3
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationGravatar Peter Zijlstra 1-5/+6
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 5-13/+100
2010-04-03sparc64: Implement perf_arch_fetch_caller_regsGravatar David S. Miller 1-0/+75
2010-04-03sparc64: Update defconfig.Gravatar David S. Miller 1-12/+16
2010-04-03Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 16-195/+36
2010-04-03sparc64: Fix array size reported by vmemmap_populate()Gravatar Ben Hutchings 1-1/+1