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
/
sh64
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
Consolidate PTRACE_DETACH
Alexey Dobriyan
1
-4
/
+0
2007-10-09
sh64: mach-cayman: Build fixes.
Paul Mundt
2
-6
/
+207
2007-10-09
sh64: Symbol export fixups.
Paul Mundt
1
-5
/
+1
2007-10-09
sh64: linker script tidying and alignment fixups.
Paul Mundt
1
-51
/
+9
2007-10-09
sh64: Set KBUILD_IMAGE to make the rpm target happy.
Paul Mundt
1
-2
/
+3
2007-10-09
sh64: Kill off obsolete linux/blk.h reference.
Paul Mundt
1
-4
/
+0
2007-10-03
sh64: cleanup struct irqaction initializers.
Thomas Gleixner
1
-2
/
+12
2007-10-01
sh64: Kill off dead gdb stub symbol.
Paul Mundt
1
-3
/
+0
2007-10-01
sh64: alphanumeric display only on Cayman.
Paul Mundt
1
-0
/
+1
2007-10-01
sh64: Add defconfigs for mach-sim and mach-harp.
Paul Mundt
2
-0
/
+1322
2007-10-01
sh64: update cayman defconfig.
Paul Mundt
1
-38
/
+10
2007-10-01
sh64: Tidy up Kconfig dependencies.
Paul Mundt
1
-26
/
+19
2007-10-01
sh64: Move consistent DMA routines to arch/sh64/mm/.
Paul Mundt
3
-3
/
+3
2007-10-01
sh64: Some symbol exports and build fixes.
Paul Mundt
6
-28
/
+23
2007-10-01
sh64: mach-sim: Build fixes.
Paul Mundt
2
-58
/
+8
2007-10-01
sh64: mach-harp: Build fixes.
Paul Mundt
2
-30
/
+8
2007-10-01
sh64: Kill off duplicate frame pointer option.
Paul Mundt
1
-9
/
+0
2007-10-01
sh64: Kill off dead ROM-RAM and generic boards.
Paul Mundt
4
-162
/
+0
2007-10-01
sh64: Tidy up includes for Cayman board.
Paul Mundt
1
-9
/
+0
2007-10-01
sh64: Move *_p() I/O routine variants to io.h.
Paul Mundt
1
-20
/
+9
2007-08-12
sh64: arch/sh64/kernel/setup.c: duplicate include removal.
Michal Piotrowski
1
-4
/
+0
2007-08-12
sh64: arch/sh64/kernel/signal.c: duplicate include removal
Jesper Juhl
1
-1
/
+0
2007-07-31
sh64: Kill off virt_to_bus()/bus_to_virt().
Paul Mundt
2
-2
/
+5
2007-07-31
sh64: Fix irq_intc build failure.
Paul Mundt
1
-0
/
+1
2007-07-31
sh64: Fix fs.h removal from mm.h regressions.
Paul Mundt
4
-1
/
+4
2007-07-20
sh64: Flag sh64_get_page() as __init_refok.
Paul Mundt
1
-1
/
+1
2007-07-20
sh64: Move entry point code to .text.head.
Paul Mundt
2
-1
/
+2
2007-07-20
sh64: Fix up PCI section mismatch warnings.
Paul Mundt
1
-2
/
+2
2007-07-20
sh64: Update cayman defconfig.
Paul Mundt
1
-125
/
+33
2007-07-20
sh64: Wire up fallocate() syscall.
Paul Mundt
1
-0
/
+1
2007-07-19
define new percpu interface for shared data
Fenghua Yu
1
-1
/
+4
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-11
/
+13
2007-07-17
missing exports of csum_...
Al Viro
1
-0
/
+1
2007-07-17
PTRACE_POKEDATA consolidation
Alexey Dobriyan
1
-4
/
+1
2007-07-17
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
1
-10
/
+2
2007-06-19
sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.
Paul Mundt
1
-0
/
+1
2007-06-08
potential parse error in ifdef part 3
Yoann Padioleau
1
-4
/
+4
2007-05-19
all-archs: consolidate .data section definition in asm-generic
Sam Ravnborg
1
-1
/
+1
2007-05-19
all-archs: consolidate .text section definition in asm-generic
Sam Ravnborg
1
-1
/
+1
2007-05-14
sh64: Add .gitignore entry for syscalltab.
Paul Mundt
1
-0
/
+1
2007-05-14
sh64: generic quicklist support.
Paul Mundt
2
-1
/
+4
2007-05-14
sh64: Update cayman defconfig.
Paul Mundt
1
-78
/
+121
2007-05-14
sh64: ppoll/pselect6() and restartable syscalls.
Paul Mundt
2
-6
/
+31
2007-05-14
sh64: Fixups for the irq_regs changes.
Paul Mundt
4
-12
/
+17
2007-05-14
sh64: Wire up many new syscalls.
Paul Mundt
1
-3
/
+33
2007-05-14
spelling fixes: arch/sh64/
Simon Arlott
6
-7
/
+7
2007-05-14
sh64: ROUND_UP macro cleanup in arch/sh64/kernel/pci_sh5.c
Milind Arun Choudhary
1
-8
/
+4
2007-05-08
Simplify kallsyms_lookup()
Alexey Dobriyan
1
-3
/
+3
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
9
-9
/
+0
2007-05-08
Fixes and cleanups for earlyprintk aka boot console
Gerd Hoffmann
1
-7
/
+1
[next]