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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
Hexagon: fix signal number for user mem faults
Richard Kuo
1
-2
/
+2
2013-04-30
Hexagon: remove two Kconfig entries
Paul Bolle
1
-9
/
+0
2013-04-30
arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
Paul Bolle
2
-6
/
+0
2013-04-30
Hexagon: update copyright dates
Richard Kuo
20
-20
/
+20
2013-04-30
Hexagon: add translation types for __vmnewmap
Richard Kuo
1
-0
/
+7
2013-04-30
Hexagon: fix signal.c compile error
Richard Kuo
1
-0
/
+2
2013-04-30
Hexagon: break up user fn/arg register setting
Richard Kuo
1
-1
/
+2
2013-04-30
Hexagon: use generic sys_fork, sys_vfork, and sys_clone
Richard Kuo
2
-0
/
+5
2013-04-30
Hexagon: fix psp/sp macro
Richard Kuo
1
-2
/
+1
2013-04-30
Hexagon: fix up int enable/disable at ret_from_fork
Richard Kuo
1
-2
/
+11
2013-04-30
Hexagon: add IOMEM and _relaxed IO macros
Richard Kuo
1
-0
/
+14
2013-04-30
Hexagon: switch to using the device type for IO mappings
Richard Kuo
1
-5
/
+4
2013-04-30
Hexagon: don't print info for offline CPU's
Richard Kuo
1
-0
/
+5
2013-04-30
Hexagon: add support for single-stepping (v4+)
Richard Kuo
6
-1
/
+38
2013-04-30
Hexagon: use correct work mask when checking for more work
Richard Kuo
1
-1
/
+1
2013-04-30
Hexagon: add support for additional exceptions
Richard Kuo
1
-0
/
+10
2013-04-30
Hexagon: fix initial page table setup prior to jump to VA
Richard Kuo
1
-12
/
+73
2013-04-30
Hexagon: remove keyring related call
Richard Kuo
1
-3
/
+0
2013-04-30
Hexagon: check to if we will overflow the signal stack
Richard Kuo
1
-0
/
+4
2013-04-30
Hexagon: Signal and return path fixes
Richard Kuo
5
-88
/
+84
2013-04-30
Hexagon: add support for new v4+ registers
Richard Kuo
8
-48
/
+206
2013-04-30
Hexagon: add individual register access for switch_stack
Richard Kuo
1
-6
/
+43
2013-04-30
Hexagon: use defines for MIN_KERNEL_SEG calculation
Richard Kuo
1
-1
/
+1
2013-04-30
Hexagon: use GENERIC_CPU_DEVICES
Richard Kuo
3
-53
/
+2
2013-04-30
Hexagon: change arch version config to allow comparisons
Richard Kuo
3
-31
/
+10
2013-04-30
Hexagon: add support for ARCH_PFN_OFFSET
Richard Kuo
8
-55
/
+91
2013-04-30
Hexagon: fix __atomic_add_unless
Richard Kuo
1
-9
/
+11
2013-04-30
Hexagon: clean up generic headers in Kbuild
Richard Kuo
1
-1
/
+1
2013-04-30
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
75
-439
/
+88
2013-04-30
sparc/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-2
/
+2
2013-04-30
powerpc/xmon/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
ARM/etm/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Stephen Boyd
14
-83
/
+10
2013-04-30
coredump: factor out the setting of PF_DUMPCORE
Oleg Nesterov
1
-1
/
+0
2013-04-30
arc, print-fatal-signals: reduce duplicated information
Vineet Gupta
1
-1
/
+1
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
37
-84
/
+53
2013-04-30
dump_stack: implement arch-specific hardware description in task dumps
Tejun Heo
2
-0
/
+2
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
30
-259
/
+1
2013-04-30
sparc32: make show_stack() acquire %fp if @_ksp is not specified
Tejun Heo
1
-9
/
+7
2013-04-30
x86: don't show trace beyond show_stack(NULL, NULL)
Tejun Heo
1
-1
/
+13
2013-04-30
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
100
-5881
/
+250
2013-04-30
Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6
Linus Torvalds
4
-147
/
+4
2013-04-30
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
37
-88
/
+1408
2013-04-30
Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
22
-40
/
+406
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
14
-24
/
+717
2013-04-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-51
/
+597
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
13
-18
/
+15
2013-04-30
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-39
/
+34
2013-04-30
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+3
2013-04-30
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
16
-76
/
+71
[prev]
[next]