| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc64: Fix hardirq tracing in trap return path. | David S. Miller | 2010-04-20 | 1 | -1/+11 |
* | sparc64: Use correct pt_regs in decode_access_size() error paths. | David S. Miller | 2010-04-19 | 1 | -3/+3 |
* | sparc64: Fix PREEMPT_ACTIVE value. | David S. Miller | 2010-04-19 | 1 | -1/+1 |
* | sparc64: Run NMIs on the hardirq stack. | David S. Miller | 2010-04-14 | 3 | -18/+27 |
* | sparc64: Allocate sufficient stack space in ftrace stubs. | David S. Miller | 2010-04-13 | 1 | -4/+4 |
* | sparc: Fix forgotten kmemleak headers inclusion | Frederic Weisbecker | 2010-04-13 | 1 | -0/+1 |
* | sparc64: Add some more commentary to __raw_local_irq_save() | David S. Miller | 2010-04-13 | 1 | -0/+7 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-04-13 | 25 | -12/+18 |
|\ |
|
| * | Merge branch 'master' into export-slabh | Tejun Heo | 2010-04-05 | 5 | -13/+100 |
| |\ |
|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 25 | -12/+18 |
* | | | sparc64: Fix memory leak in pci_register_iommu_region(). | David S. Miller | 2010-04-12 | 1 | -3/+8 |
* | | | sparc64: Add kmemleak annotation to sun4v_build_virq() | David S. Miller | 2010-04-12 | 1 | -0/+8 |
* | | | sparc64: Support kmemleak. | David S. Miller | 2010-04-12 | 1 | -0/+4 |
* | | | sparc64: Add function graph tracer support. | David S. Miller | 2010-04-12 | 10 | -15/+132 |
* | | | sparc64: Give a stack frame to the ftrace call sites. | David S. Miller | 2010-04-12 | 1 | -15/+16 |
* | | | sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86. | David S. Miller | 2010-04-12 | 3 | -3/+3 |
* | | | sparc64: Remove profiling from some low-level bits. | David S. Miller | 2010-04-12 | 1 | -1/+8 |
* | | | sparc64: Kill unnecessary static on local var in ftrace_call_replace(). | David S. Miller | 2010-04-12 | 1 | -1/+1 |
* | | | sparc64: Kill CONFIG_STACK_DEBUG code. | David S. Miller | 2010-04-12 | 2 | -78/+1 |
* | | | sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up. | David S. Miller | 2010-04-12 | 2 | -7/+16 |
* | | | sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs. | David S. Miller | 2010-04-12 | 1 | -2/+12 |
* | | | sparc64: Use kstack_valid() in die_if_kernel(). | David S. Miller | 2010-04-12 | 1 | -23/+3 |
| |/
|/| |
|
* | | sparc64: Implement perf_arch_fetch_caller_regs | David S. Miller | 2010-04-03 | 1 | -0/+75 |
* | | sparc64: Update defconfig. | David S. Miller | 2010-04-03 | 1 | -12/+16 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-04-03 | 16 | -195/+36 |
|\ \
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2010-03-29 | 5 | -13/+13 |
| |\ |
|
| * \ | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-13 | 1 | -1/+1 |
| |\ \ |
|
| | * | | perf: Provide generic perf_sample_data initialization | Peter Zijlstra | 2010-03-10 | 1 | -1/+1 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-03-12 | 2 | -2/+2 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 2 | -2/+2 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed | Jiri Kosina | 2010-02-22 | 1 | -1/+1 |
| | | * | | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 2 | -2/+2 |
| | | * | | tree-wide: s/widht/width/g typo in comments | Daniel Mack | 2010-02-05 | 1 | -1/+1 |
| * | | | | dma-mapping: sparc: unify 32bit and 64bit dma_set_mask | FUJITA Tomonori | 2010-03-12 | 3 | -22/+13 |
| * | | | | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 2010-03-12 | 1 | -2/+0 |
| * | | | | pci-dma: sparc: use include/linux/pci-dma.h | FUJITA Tomonori | 2010-03-12 | 4 | -28/+5 |
| * | | | | improve sys_newuname() for compat architectures | Christoph Hellwig | 2010-03-12 | 4 | -17/+4 |
| * | | | | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 5 | -117/+6 |
| |/ / / |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2010-03-04 | 17 | -276/+99 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 2 | -8/+7 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into percpu | Tejun Heo | 2010-02-02 | 22 | -449/+767 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | * | | | | local_t: Remove leftover local.h | Christoph Lameter | 2010-01-05 | 1 | -1/+0 |
| | * | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 87 | -688/+2325 |
| | |\ \ \ \ |
|
| | * | | | | | percpu: remove per_cpu__ prefix. | Rusty Russell | 2009-10-29 | 2 | -7/+7 |
* | | | | | | | sparc64: Fix array size reported by vmemmap_populate() | Ben Hutchings | 2010-04-03 | 1 | -1/+1 |
* | | | | | | | sparc: Fix regset register window handling. | David S. Miller | 2010-03-31 | 2 | -0/+8 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | sparc64: Properly truncate pt_regs framepointer in perf callback. | David S. Miller | 2010-03-29 | 1 | -1/+1 |
* | | | | | | arch/sparc/kernel: Use set_cpus_allowed_ptr | Julia Lawall | 2010-03-27 | 3 | -10/+10 |
* | | | | | | sparc: Fix use of uid16_t and gid16_t in asm/stat.h | Rob Landley | 2010-03-27 | 1 | -2/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | sparc64: Make prom entry spinlock NMI safe. | David S. Miller | 2010-03-03 | 1 | -5/+7 |