summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
|\
| * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-142-2/+2
* | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-202-14/+6Star
|\ \
| * | sparc: Convert sparc to use read/update_persistent_clockJohn Stultz2010-03-132-14/+6Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-05-195-1/+53
|\ \ \
| * | | sparc: Define ARCH_SLAB_MINALIGNDavid S. Miller2010-05-191-0/+2
| * | | sparc64: Fix stack dumping and tracing when function graph is enabled.David S. Miller2010-04-213-1/+50
| * | | sparc64: Show stack backtrace from show_regs() just like other platforms.David S. Miller2010-04-211-0/+1
| | |/ | |/|
* | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-5/+6
|\ \ \
| * | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-071-5/+6
* | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-172-3/+3
| |/ / |/| |
* | | sparc64: Fix hardirq tracing in trap return path.David S. Miller2010-04-201-1/+11
* | | sparc64: Use correct pt_regs in decode_access_size() error paths.David S. Miller2010-04-191-3/+3
* | | sparc64: Fix PREEMPT_ACTIVE value.David S. Miller2010-04-191-1/+1
* | | sparc64: Run NMIs on the hardirq stack.David S. Miller2010-04-143-18/+27
* | | sparc64: Allocate sufficient stack space in ftrace stubs.David S. Miller2010-04-141-4/+4
* | | sparc: Fix forgotten kmemleak headers inclusionFrederic Weisbecker2010-04-131-0/+1
* | | sparc64: Add some more commentary to __raw_local_irq_save()David S. Miller2010-04-131-0/+7
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1325-12/+18
|\| |
| * | Merge branch 'master' into export-slabhTejun Heo2010-04-055-13/+100
| |\ \
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3025-12/+18
* | | | sparc64: Fix memory leak in pci_register_iommu_region().David S. Miller2010-04-131-3/+8
* | | | sparc64: Add kmemleak annotation to sun4v_build_virq()David S. Miller2010-04-131-0/+8
* | | | sparc64: Support kmemleak.David S. Miller2010-04-131-0/+4
* | | | sparc64: Add function graph tracer support.David S. Miller2010-04-1310-15/+132
* | | | sparc64: Give a stack frame to the ftrace call sites.David S. Miller2010-04-131-15/+16
* | | | sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller2010-04-133-3/+3
* | | | sparc64: Remove profiling from some low-level bits.David S. Miller2010-04-131-1/+8
* | | | sparc64: Kill unnecessary static on local var in ftrace_call_replace().David S. Miller2010-04-131-1/+1
* | | | sparc64: Kill CONFIG_STACK_DEBUG code.David S. Miller2010-04-132-78/+1Star
* | | | sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.David S. Miller2010-04-132-7/+16
* | | | sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.David S. Miller2010-04-131-2/+12
* | | | sparc64: Use kstack_valid() in die_if_kernel().David S. Miller2010-04-131-23/+3Star
| |/ / |/| |
* | | sparc64: Implement perf_arch_fetch_caller_regsDavid S. Miller2010-04-041-0/+75
* | | sparc64: Update defconfig.David S. Miller2010-04-041-12/+16
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-0416-195/+36Star
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-295-13/+13
| |\ \
| * \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-1/+1
| |\ \ \
| | * | | perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-03-101-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-132-2/+2
| |\ \ \
| | * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer neededJiri Kosina2010-02-221-1/+1
| | | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-092-2/+2
| | | * | tree-wide: s/widht/width/g typo in commentsDaniel Mack2010-02-051-1/+1
| * | | | dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori2010-03-133-22/+13Star
| * | | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-131-2/+0Star
| * | | | pci-dma: sparc: use include/linux/pci-dma.hFUJITA Tomonori2010-03-134-28/+5Star
| * | | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-134-17/+4Star
| * | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-135-117/+6Star
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-0417-276/+99Star
| |\ \ \