index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Wire up new syscalls.
Paul Mundt
2006-09-27
1
-0
/
+28
*
sh: Support for SH7770/SH7780 CPU subtypes.
Paul Mundt
2006-09-27
3
-0
/
+181
*
sh: earlyprintk= support and cleanups.
Paul Mundt
2006-09-27
2
-30
/
+98
*
sh: Refactor PRR masking to catch newer SH7760 cuts.
Paul Mundt
2006-09-27
1
-3
/
+9
*
sh: Optimized cache handling for SH-4/SH-4A caches.
Richard Curnow
2006-09-27
2
-1
/
+26
*
sh: Various cosmetic cleanups.
Paul Mundt
2006-09-27
5
-21
/
+5
*
sh: Kill off the .stack section.
Paul Mundt
2006-09-27
2
-3
/
+1
*
sh: Fix kGDB NMI handling.
Paul Mundt
2006-09-27
1
-1
/
+1
*
sh: Move syscall table in to syscall.S.
Paul Mundt
2006-09-27
3
-298
/
+325
*
sh: Fixup some uninitialized spinlocks.
Paul Mundt
2006-09-27
2
-2
/
+2
*
Fix 'make headers_check' on sh
Paul Mundt
2006-09-21
1
-0
/
+1
*
[PATCH] sh: fix proc file removal for superh store queue module
Neil Horman
2006-08-06
1
-3
/
+7
*
[PATCH] tty: Remove include of screen_info.h from tty.h
Jon Smirl
2006-07-10
1
-1
/
+1
*
[PATCH] irq-flags: SH: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
14
-14
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
2006-06-29
1
-1
/
+0
|
\
|
*
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
*
|
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2006-06-29
5
-5
/
+5
*
|
[PATCH] node hotplug: register cpu: remove node struct
KAMEZAWA Hiroyuki
2006-06-27
1
-1
/
+1
*
|
Storage class should be first
Tobias Klauser
2006-06-26
1
-2
/
+2
|
/
*
[PATCH] No arch-specific strpbrk implementations
Kyle McMartin
2006-04-11
1
-1
/
+0
*
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
2006-03-31
1
-1
/
+1
*
[PATCH] for_each_possible_cpu: sh
KAMEZAWA Hiroyuki
2006-03-31
1
-1
/
+1
*
[PATCH] RTC: Remove some duplicate BCD definitions
Matt Mackall
2006-03-28
1
-9
/
+1
*
[PATCH] unify PFN_* macros
Dave Hansen
2006-03-27
1
-4
/
+1
*
[PATCH] kill include/linux/platform.h, default_idle() cleanup
Adrian Bunk
2006-03-24
1
-1
/
+0
*
[PATCH] more for_each_cpu() conversions
Andrew Morton
2006-03-23
2
-6
/
+4
*
[PATCH] sh: machine_halt()/machine_power_off() cleanups
Paul Mundt
2006-02-01
1
-28
/
+26
*
[PATCH] sh: Add missing timers directory rule to build
Paul Mundt
2006-02-01
1
-1
/
+1
*
[PATCH] sh: convert voyagergx to platform device, drop sh-bus
Paul Mundt
2006-02-01
2
-198
/
+1
*
[PATCH] sh: drop maskpos from make_ipr_irq(), remove duplicate irq definitions
Paul Mundt
2006-02-01
1
-30
/
+29
*
[PATCH] sh: unknown mach-type updates
Paul Mundt
2006-02-01
1
-9
/
+4
*
[PATCH] sh: Cleanup struct sh_cpuinfo for clock framework changes
Paul Mundt
2006-02-01
1
-23
/
+15
*
[PATCH] sh: Move TRA/EXPEVT/INTEVT definitions for reuse
Paul Mundt
2006-02-01
1
-17
/
+1
*
[PATCH] sh: Make peripheral clock frequency setting mandatory
Paul Mundt
2006-02-01
1
-12
/
+1
*
[PATCH] sh: Simple timer framework
Paul Mundt
2006-01-16
3
-0
/
+287
*
[PATCH] sh: Simplistic clock framework
Paul Mundt
2006-01-16
13
-487
/
+1222
*
[PATCH] sh: I/O routine cleanups and ioremap() overhaul
Paul Mundt
2006-01-16
2
-118
/
+115
*
[PATCH] sh: IRQ handler updates
Paul Mundt
2006-01-16
8
-452
/
+536
*
[PATCH] sh: kexec() support
kogiidena
2006-01-16
4
-3
/
+225
*
[PATCH] sh: DMA updates
Paul Mundt
2006-01-16
1
-0
/
+2
*
[PATCH] Add sh_bus_type probe and remove methods
Russell King
2006-01-13
1
-17
/
+17
*
[PATCH] sh: task_stack_page()
Al Viro
2006-01-12
1
-1
/
+1
*
[PATCH] sh: task_thread_info()
Al Viro
2006-01-12
2
-2
/
+2
*
[PATCH] sh: task_pt_regs()
Al Viro
2006-01-12
2
-48
/
+8
*
[PATCH] dump_thread() cleanup
akpm@osdl.org
2006-01-10
2
-22
/
+0
*
[PATCH] sched: resched and cpu_idle rework
Nick Piggin
2005-11-09
1
-9
/
+3
*
[PATCH] sched: disable preempt in idle tasks
Nick Piggin
2005-11-09
2
-1
/
+6
*
[PATCH] consolidate sys_ptrace()
Christoph Hellwig
2005-11-07
1
-42
/
+2
*
[PATCH] sh: Drop hp690 discontig support
Paul Mundt
2005-11-07
1
-19
/
+7
[next]