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
2009-04-26
sparc: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-2
/
+2
2009-04-26
sh: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
4
-4
/
+8
2009-04-26
s390: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-3
/
+4
2009-04-26
powerpc: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
6
-6
/
+11
2009-04-26
mn10300: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-5
/
+3
2009-04-26
m68k: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
4
-4
/
+4
2009-04-26
m32r: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-2
/
+2
2009-04-26
frv: convert frv to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-2
/
+3
2009-04-26
alpha: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-2
/
+3
2009-04-26
xtensa: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
2
-3
/
+4
2009-04-24
Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
18
-51
/
+60
2009-04-24
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-14
/
+16
2009-04-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
11
-358
/
+1346
2009-04-24
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
38
-164
/
+298
2009-04-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
15
-526
/
+1041
2009-04-24
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
6
-30
/
+88
2009-04-24
Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-7
/
+17
2009-04-24
MN10300: Update the ASB2303 defconfig
David Howells
1
-66
/
+94
2009-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
4
-97
/
+225
2009-04-24
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
19
-5360
/
+795
2009-04-24
Merge branch 'cpufreq' into release
Len Brown
1
-14
/
+16
2009-04-23
[ARM] 5460/1: Orion: reduce namespace pollution
Nicolas Pitre
28
-147
/
+222
2009-04-23
microblaze: add parameter to microblaze_read()
Coly Li
1
-1
/
+1
2009-04-23
microblaze: Use CFLAGS_KERNEL instead of CFLAGS
Michal Simek
1
-4
/
+2
2009-04-23
microblaze: Add STATE_SAVE_ARG_SPACE for noMMU kernel too
Michal Simek
3
-4
/
+15
2009-04-23
microblaze: Do not check use_dcache
Michal Simek
1
-3
/
+0
2009-04-23
microblaze: Do not use PVR configuration for broken MB version
Michal Simek
2
-3
/
+8
2009-04-23
microblaze: Fix USR1/2 pvr printing message
Michal Simek
1
-2
/
+2
2009-04-23
microblaze: iowrite upon timeout
Roel Kluin
1
-1
/
+1
2009-04-23
microblaze: Correspond CONFIG...PCMP in Makefile/Kconfig
Michal Simek
1
-1
/
+1
2009-04-23
microblaze: Remove redundant variable
Michal Simek
1
-4
/
+1
2009-04-23
microblaze: Move start_thread to process.c
Michal Simek
2
-10
/
+12
2009-04-23
microblaze: Add missing preadv and pwritev syscalls
Michal Simek
2
-1
/
+5
2009-04-23
microblaze: Add missing declaration for die and _exception func
Michal Simek
1
-0
/
+3
2009-04-23
microblaze: Remove sparse error in traps.c
Michal Simek
1
-1
/
+1
2009-04-23
microblaze: Move task_pt_regs up
Michal Simek
1
-3
/
+3
2009-04-23
microblaze: Rename kernel_mode to pt_mode in pt_regs
Michal Simek
4
-6
/
+6
2009-04-23
microblaze: Remove uncache shadow condition
Michal Simek
1
-5
/
+0
2009-04-23
microblaze: Remove while(1) loop from show_regs function
Michal Simek
1
-2
/
+0
2009-04-23
microblaze: Remove unneded per cpu SYSCALL_SAVE variable
Michal Simek
1
-1
/
+0
2009-04-23
[S390] update default configuration.
Martin Schwidefsky
1
-13
/
+50
2009-04-23
[S390] /proc/stat idle field for idle cpus
Martin Schwidefsky
2
-0
/
+20
2009-04-23
[S390] appldata: avoid deadlock with appldata_mem
Gerald Schaefer
2
-17
/
+17
2009-04-23
[S390] ipl: fix compile breakage
Heiko Carstens
1
-0
/
+1
2009-04-23
m68knommu: update the default config for the ColdFire 5407C3 board
Greg Ungerer
1
-81
/
+98
2009-04-22
m68k: Update defconfigs for 2.6.30-rc3
Geert Uytterhoeven
12
-525
/
+1034
2009-04-22
m68k,m68knommu: Wire up preadv and pwritev
Geert Uytterhoeven
3
-1
/
+7
2009-04-23
m68knommu: update the default config for the ColdFire 5307C3 board
Greg Ungerer
1
-68
/
+163
2009-04-22
m68knommu: update the default config for the ColdFire 5257EVB board
Greg Ungerer
1
-71
/
+96
2009-04-22
m68knommu: update the default config for the ColdFire 5249EVB.
Greg Ungerer
1
-59
/
+209
[next]