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-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
2007-05-05
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-1
/
+1
2007-05-02
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
1
-1
/
+0
2007-05-02
[PATCH] x86: Allow percpu variables to be page-aligned
Jeremy Fitzhardinge
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage
Eric W. Biederman
1
-11
/
+38
2007-02-12
[PATCH] Dynamic kernel command-line: sh64
Alon Bar-Lev
1
-3
/
+3
2007-02-11
[PATCH] Consolidate default sched_clock()
Alexey Dobriyan
1
-9
/
+0
2007-02-11
[PATCH] disable init/initramfs.c: architectures
Jean-Paul Saman
1
-0
/
+4
2007-02-11
[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from sh/sh64
Christoph Lameter
2
-7
/
+1
2006-12-08
[PATCH] Generic ioremap_page_range: sh64 conversion
Haavard Skinnemoen
1
-92
/
+8
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
1
-0
/
+8
2006-12-07
[PATCH] initrd: remove unused false condition for initrd_start
Henry Nestler
1
-3
/
+1
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-1
/
+1
2006-12-07
[PATCH] mm: arch do_page_fault() vs in_atomic()
Peter Zijlstra
1
-1
/
+1
2006-12-07
[PATCH] shared page table for hugetlb page
Chen, Kenneth W
1
-0
/
+5
2006-12-02
[NET]: SH64 checksum annotations and cleanups.
Al Viro
2
-33
/
+18
2006-11-30
Fix misc .c/.h comment typos
Matt LaPlante
1
-1
/
+1
2006-10-27
[PATCH] vmlinux.lds: consolidate initcall sections
Andrew Morton
1
-7
/
+1
2006-10-03
fix file specification in comments
Uwe Zeisberger
5
-5
/
+5
2006-10-03
sh64: Update cayman defconfig.
Paul Mundt
1
-140
/
+316
2006-10-02
[PATCH] sh64: remove the use of kernel syscalls
Arnd Bergmann
1
-257
/
+13
2006-10-02
[PATCH] provide kernel_execve on all architectures
Arnd Bergmann
1
-0
/
+19
[next]