index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-20
sparc64: Fix hardirq tracing in trap return path.
David S. Miller
1
-1
/
+11
2010-04-19
sparc64: Use correct pt_regs in decode_access_size() error paths.
David S. Miller
1
-3
/
+3
2010-04-19
sparc64: Fix PREEMPT_ACTIVE value.
David S. Miller
1
-1
/
+1
2010-04-14
sparc64: Run NMIs on the hardirq stack.
David S. Miller
3
-18
/
+27
2010-04-13
sparc64: Allocate sufficient stack space in ftrace stubs.
David S. Miller
1
-4
/
+4
2010-04-13
sparc: Fix forgotten kmemleak headers inclusion
Frederic Weisbecker
1
-0
/
+1
2010-04-13
sparc64: Add some more commentary to __raw_local_irq_save()
David S. Miller
1
-0
/
+7
2010-04-13
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
25
-12
/
+18
2010-04-12
sparc64: Fix memory leak in pci_register_iommu_region().
David S. Miller
1
-3
/
+8
2010-04-12
sparc64: Add kmemleak annotation to sun4v_build_virq()
David S. Miller
1
-0
/
+8
2010-04-12
sparc64: Support kmemleak.
David S. Miller
1
-0
/
+4
2010-04-12
sparc64: Add function graph tracer support.
David S. Miller
10
-15
/
+132
2010-04-12
sparc64: Give a stack frame to the ftrace call sites.
David S. Miller
1
-15
/
+16
2010-04-12
sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.
David S. Miller
3
-3
/
+3
2010-04-12
sparc64: Remove profiling from some low-level bits.
David S. Miller
1
-1
/
+8
2010-04-12
sparc64: Kill unnecessary static on local var in ftrace_call_replace().
David S. Miller
1
-1
/
+1
2010-04-12
sparc64: Kill CONFIG_STACK_DEBUG code.
David S. Miller
2
-78
/
+1
2010-04-12
sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.
David S. Miller
2
-7
/
+16
2010-04-12
sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.
David S. Miller
1
-2
/
+12
2010-04-12
sparc64: Use kstack_valid() in die_if_kernel().
David S. Miller
1
-23
/
+3
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
5
-13
/
+100
2010-04-03
sparc64: Implement perf_arch_fetch_caller_regs
David S. Miller
1
-0
/
+75
2010-04-03
sparc64: Update defconfig.
David S. Miller
1
-12
/
+16
2010-04-03
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
16
-195
/
+36
2010-04-03
sparc64: Fix array size reported by vmemmap_populate()
Ben Hutchings
1
-1
/
+1
2010-03-31
sparc: Fix regset register window handling.
David S. Miller
2
-0
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
25
-12
/
+18
2010-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
5
-13
/
+13
2010-03-29
sparc64: Properly truncate pt_regs framepointer in perf callback.
David S. Miller
1
-1
/
+1
2010-03-27
arch/sparc/kernel: Use set_cpus_allowed_ptr
Julia Lawall
3
-10
/
+10
2010-03-27
sparc: Fix use of uid16_t and gid16_t in asm/stat.h
Rob Landley
1
-2
/
+2
2010-03-13
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2010-03-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2010-03-12
dma-mapping: sparc: unify 32bit and 64bit dma_set_mask
FUJITA Tomonori
3
-22
/
+13
2010-03-12
pci-dma: add linux/pci-dma.h to linux/pci.h
FUJITA Tomonori
1
-2
/
+0
2010-03-12
pci-dma: sparc: use include/linux/pci-dma.h
FUJITA Tomonori
4
-28
/
+5
2010-03-12
improve sys_newuname() for compat architectures
Christoph Hellwig
4
-17
/
+4
2010-03-12
Add generic sys_ipc wrapper
Christoph Hellwig
5
-117
/
+6
2010-03-10
perf: Provide generic perf_sample_data initialization
Peter Zijlstra
1
-1
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-2
/
+2
2010-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
17
-276
/
+99
2010-03-03
sparc64: Make prom entry spinlock NMI safe.
David S. Miller
1
-5
/
+7
2010-03-03
sparc64: Kill off old sys_perfctr system call and state.
David S. Miller
12
-247
/
+18
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2
-8
/
+7
2010-03-03
sparc: Update defconfigs.
David S. Miller
2
-24
/
+66
2010-03-03
sparc: Provide io{read,write}{16,32}be().
David S. Miller
2
-0
/
+8
2010-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
21
-99
/
+174
2010-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-1
/
+0
2010-03-01
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
7
-13
/
+14
2010-03-01
sparc: Support show_unhandled_signals.
David S. Miller
2
-49
/
+91
[next]