summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-061-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-131-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-121-3/+8
* | | | | sparc64: Add kmemleak annotation to sun4v_build_virq()David S. Miller2010-04-121-0/+8
* | | | | sparc64: Support kmemleak.David S. Miller2010-04-121-0/+4
* | | | | sparc64: Add function graph tracer support.David S. Miller2010-04-1210-15/+132
* | | | | sparc64: Give a stack frame to the ftrace call sites.David S. Miller2010-04-121-15/+16
* | | | | sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller2010-04-123-3/+3
* | | | | sparc64: Remove profiling from some low-level bits.David S. Miller2010-04-121-1/+8
* | | | | sparc64: Kill unnecessary static on local var in ftrace_call_replace().David S. Miller2010-04-121-1/+1
* | | | | sparc64: Kill CONFIG_STACK_DEBUG code.David S. Miller2010-04-122-78/+1
* | | | | sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.David S. Miller2010-04-122-7/+16
* | | | | sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.David S. Miller2010-04-121-2/+12
* | | | | sparc64: Use kstack_valid() in die_if_kernel().David S. Miller2010-04-121-23/+3
| |/ / / |/| | |
* | | | sparc64: Implement perf_arch_fetch_caller_regsDavid S. Miller2010-04-031-0/+75
* | | | sparc64: Update defconfig.David S. Miller2010-04-031-12/+16
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-0316-195/+36
|\ \ \ \ | |/ / /
| * | | 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-122-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-123-22/+13
| * | | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
| * | | | pci-dma: sparc: use include/linux/pci-dma.hFUJITA Tomonori2010-03-124-28/+5
| * | | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-124-17/+4
| * | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-125-117/+6
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-0417-276/+99
| |\ \ \
| * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-032-8/+7
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into percpuTejun Heo2010-02-0222-449/+767
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | local_t: Remove leftover local.hChristoph Lameter2010-01-051-1/+0
| | * | | | Merge branch 'master' into percpuTejun Heo2010-01-0587-688/+2325
| | |\ \ \ \
| | * | | | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-292-7/+7
* | | | | | | sparc64: Fix array size reported by vmemmap_populate()Ben Hutchings2010-04-031-1/+1
OpenPOWER on IntegriCloud