index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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: ppoll/pselect6() and restartable syscalls.
Paul Mundt
2
-6
/
+31
2007-05-14
sh64: Fixups for the irq_regs changes.
Paul Mundt
3
-10
/
+15
2007-05-14
sh64: Wire up many new syscalls.
Paul Mundt
1
-3
/
+33
2007-05-14
spelling fixes: arch/sh64/
Simon Arlott
3
-3
/
+3
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
6
-6
/
+0
2007-05-08
Fixes and cleanups for earlyprintk aka boot console
Gerd Hoffmann
1
-7
/
+1
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
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-02
[NET]: SH64 checksum annotations and cleanups.
Al Viro
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
1
-1
/
+1
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
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
1
-1
/
+1
2006-10-02
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Serge E. Hallyn
1
-2
/
+0
2006-10-02
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
1
-0
/
+2
2006-10-01
[PATCH] kill wall_jiffies
Atsushi Nemoto
1
-11
/
+1
2006-09-29
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
Atsushi Nemoto
1
-1
/
+1
2006-09-12
sh64: Add a sane pm_power_off implementation.
Paul Mundt
1
-0
/
+3
2006-07-10
[PATCH] tty: Remove include of screen_info.h from tty.h
Jon Smirl
2
-2
/
+2
2006-07-02
[PATCH] irq-flags: SH64: Use the new IRQF_ constants
Thomas Gleixner
3
-6
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
13
-13
/
+0
2006-06-29
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-2
/
+2
2006-06-29
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2
-3
/
+3
2006-06-27
[PATCH] node hotplug: register cpu: remove node struct
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-06-27
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
Greg Kroah-Hartman
1
-2
/
+2
2006-06-23
[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes
Laurent MEYER
1
-1
/
+1
2006-04-11
[PATCH] No arch-specific strpbrk implementations
Kyle McMartin
1
-1
/
+0
2006-03-28
[PATCH] RTC: Remove some duplicate BCD definitions
Matt Mackall
1
-8
/
+1
2006-03-27
[PATCH] unify PFN_* macros
Dave Hansen
1
-0
/
+1
2006-03-23
[PATCH] more for_each_cpu() conversions
Andrew Morton
1
-3
/
+2
2006-02-07
[PATCH] drive_info removal outside of arch/i386
Al Viro
1
-8
/
+0
2006-02-01
[PATCH] arch/sh64/kernel/time.c: add module.h
Alexey Dobriyan
1
-0
/
+1
2006-01-12
[PATCH] sh64: task_stack_page()
Al Viro
1
-2
/
+2
2006-01-10
[PATCH] dump_thread() cleanup
akpm@osdl.org
2
-22
/
+0
2006-01-08
[PATCH] move rtc_interrupt() prototype to rtc.h
Adrian Bunk
1
-3
/
+4
2005-11-09
[PATCH] sched: resched and cpu_idle rework
Nick Piggin
1
-11
/
+3
2005-11-09
[PATCH] sched: disable preempt in idle tasks
Nick Piggin
1
-0
/
+2
[next]