index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh64
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh64: arch/sh64/kernel/setup.c: duplicate include removal.
Michal Piotrowski
2007-08-12
1
-4
/
+0
*
sh64: arch/sh64/kernel/signal.c: duplicate include removal
Jesper Juhl
2007-08-12
1
-1
/
+0
*
sh64: Kill off virt_to_bus()/bus_to_virt().
Paul Mundt
2007-07-31
2
-2
/
+5
*
sh64: Fix irq_intc build failure.
Paul Mundt
2007-07-31
1
-0
/
+1
*
sh64: Fix fs.h removal from mm.h regressions.
Paul Mundt
2007-07-31
4
-1
/
+4
*
sh64: Flag sh64_get_page() as __init_refok.
Paul Mundt
2007-07-20
1
-1
/
+1
*
sh64: Move entry point code to .text.head.
Paul Mundt
2007-07-20
2
-1
/
+2
*
sh64: Fix up PCI section mismatch warnings.
Paul Mundt
2007-07-20
1
-2
/
+2
*
sh64: Update cayman defconfig.
Paul Mundt
2007-07-20
1
-125
/
+33
*
sh64: Wire up fallocate() syscall.
Paul Mundt
2007-07-20
1
-0
/
+1
*
define new percpu interface for shared data
Fenghua Yu
2007-07-19
1
-1
/
+4
*
mm: fault feedback #2
Nick Piggin
2007-07-19
1
-11
/
+13
*
missing exports of csum_...
Al Viro
2007-07-17
1
-0
/
+1
*
PTRACE_POKEDATA consolidation
Alexey Dobriyan
2007-07-17
1
-4
/
+1
*
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
2007-07-17
1
-10
/
+2
*
sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.
Paul Mundt
2007-06-19
1
-0
/
+1
*
potential parse error in ifdef part 3
Yoann Padioleau
2007-06-08
1
-4
/
+4
*
all-archs: consolidate .data section definition in asm-generic
Sam Ravnborg
2007-05-19
1
-1
/
+1
*
all-archs: consolidate .text section definition in asm-generic
Sam Ravnborg
2007-05-19
1
-1
/
+1
*
sh64: Add .gitignore entry for syscalltab.
Paul Mundt
2007-05-14
1
-0
/
+1
*
sh64: generic quicklist support.
Paul Mundt
2007-05-14
2
-1
/
+4
*
sh64: Update cayman defconfig.
Paul Mundt
2007-05-14
1
-78
/
+121
*
sh64: ppoll/pselect6() and restartable syscalls.
Paul Mundt
2007-05-14
2
-6
/
+31
*
sh64: Fixups for the irq_regs changes.
Paul Mundt
2007-05-14
4
-12
/
+17
*
sh64: Wire up many new syscalls.
Paul Mundt
2007-05-14
1
-3
/
+33
*
spelling fixes: arch/sh64/
Simon Arlott
2007-05-14
6
-7
/
+7
*
sh64: ROUND_UP macro cleanup in arch/sh64/kernel/pci_sh5.c
Milind Arun Choudhary
2007-05-14
1
-8
/
+4
*
Simplify kallsyms_lookup()
Alexey Dobriyan
2007-05-08
1
-3
/
+3
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
9
-9
/
+0
*
Fixes and cleanups for earlyprintk aka boot console
Gerd Hoffmann
2007-05-08
1
-7
/
+1
*
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2007-05-05
1
-1
/
+1
|
\
|
*
[PATCH] x86: Allow percpu variables to be page-aligned
Jeremy Fitzhardinge
2007-05-02
1
-1
/
+1
*
|
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2007-05-02
1
-1
/
+0
|
/
*
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2007-02-14
1
-1
/
+1
*
[PATCH] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage
Eric W. Biederman
2007-02-14
1
-11
/
+38
*
[PATCH] Dynamic kernel command-line: sh64
Alon Bar-Lev
2007-02-12
1
-3
/
+3
*
[PATCH] Consolidate default sched_clock()
Alexey Dobriyan
2007-02-11
1
-9
/
+0
*
[PATCH] disable init/initramfs.c: architectures
Jean-Paul Saman
2007-02-11
1
-0
/
+4
*
[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from sh/sh64
Christoph Lameter
2007-02-11
2
-7
/
+1
*
[PATCH] Generic ioremap_page_range: sh64 conversion
Haavard Skinnemoen
2006-12-08
1
-92
/
+8
*
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
2006-12-08
1
-0
/
+8
*
[PATCH] initrd: remove unused false condition for initrd_start
Henry Nestler
2006-12-07
1
-3
/
+1
*
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
2006-12-07
1
-1
/
+1
*
[PATCH] mm: arch do_page_fault() vs in_atomic()
Peter Zijlstra
2006-12-07
1
-1
/
+1
*
[PATCH] shared page table for hugetlb page
Chen, Kenneth W
2006-12-07
1
-0
/
+5
*
[NET]: SH64 checksum annotations and cleanups.
Al Viro
2006-12-02
2
-33
/
+18
*
Fix misc .c/.h comment typos
Matt LaPlante
2006-11-30
1
-1
/
+1
*
[PATCH] vmlinux.lds: consolidate initcall sections
Andrew Morton
2006-10-27
1
-7
/
+1
*
fix file specification in comments
Uwe Zeisberger
2006-10-03
5
-5
/
+5
*
sh64: Update cayman defconfig.
Paul Mundt
2006-10-03
1
-140
/
+316
[next]