index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
h8300
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-25
h8300: switch EARLYCON
Yoshinori Sato
2
-65
/
+9
2016-01-20
h8300: System call entry enable interrupt.
Yoshinori Sato
1
-0
/
+1
2016-01-20
h8300: show_stack cleanup
Yoshinori Sato
1
-12
/
+8
2016-01-20
h8300: Add KGDB support.
Yoshinori Sato
3
-0
/
+155
2016-01-20
h8300: signal stack fix
Yoshinori Sato
1
-4
/
+4
2015-12-15
h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]
Daniel Lezcano
1
-4
/
+4
2015-11-12
h8300: enable CLKSRC_OF
Yoshinori Sato
1
-0
/
+2
2015-11-08
h8300: Fix alignment for .data
Yoshinori Sato
1
-2
/
+2
2015-06-23
h8300: Build scripts
Yoshinori Sato
2
-0
/
+86
2015-06-23
h8300: miscellaneous functions
Yoshinori Sato
6
-0
/
+335
2015-06-23
h8300: process helpers
Yoshinori Sato
4
-0
/
+674
2015-06-23
h8300: Low level entry
Yoshinori Sato
3
-0
/
+584
2015-06-23
h8300: kernel startup
Yoshinori Sato
1
-0
/
+255
2015-06-23
h8300: Interrupt and exceptions
Yoshinori Sato
3
-0
/
+547
2013-09-16
Drop support for Renesas H8/300 (h8300) architecture
Guenter Roeck
21
-3142
/
+0
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
1
-0
/
+2
2013-07-03
h8300: normalize global variables exported by vmlinux.lds
Jiang Liu
1
-0
/
+2
2013-06-23
h8300: Fill the system call table using a CALL() macro
Geert Uytterhoeven
1
-320
/
+322
2013-06-23
h8300: Hardcode symbol prefixes in asm sources
Geert Uytterhoeven
2
-382
/
+382
2013-05-05
h8300: single_open() leaks
Al Viro
1
-1
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-15
/
+20
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
1
-0
/
+2
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-7
/
+0
2013-04-29
h8300: Don't use create_proc_read_entry()
David Howells
1
-14
/
+20
2013-04-09
get rid of a bunch of open-coded create_proc_read_entry()
Al Viro
1
-3
/
+2
2013-04-08
h8300: Use generic idle loop
Thomas Gleixner
1
-31
/
+4
2013-02-03
h8300: switch to generic old sigaction()
Al Viro
1
-32
/
+0
2013-02-03
h8300: switch to generic old sigsuspend
Al Viro
1
-11
/
+0
2013-02-03
h8300: kill useless wrappers, fix rt_sigreturn(2)
Al Viro
2
-23
/
+6
2013-02-03
h8300: switch to generic sigaltstack
Al Viro
1
-13
/
+2
2012-11-28
flagday: don't pass regs to copy_thread()
Al Viro
1
-1
/
+1
2012-11-28
h8300: switch to generic fork/vfork/clone
Al Viro
2
-44
/
+3
2012-10-14
h8300: generic sys_execve()
Al Viro
1
-21
/
+0
2012-10-14
h8300: generic kernel_execve()
Al Viro
2
-28
/
+1
2012-10-14
h8300: generic kernel_thread()
Al Viro
3
-34
/
+18
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-2
/
+2
2012-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2012-10-06
sections: fix section conflicts in arch/h8300
Andi Kleen
5
-4
/
+5
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
1
-1
/
+0
2012-09-23
h8300: Add missing RCU idle APIs on idle loop
Frederic Weisbecker
1
-0
/
+3
2012-07-11
h8300/time: add missing #include <asm/irq_regs.h>
Geert Uytterhoeven
1
-0
/
+1
2012-07-11
h8300/signal: fix typo "statis"
Geert Uytterhoeven
1
-1
/
+1
2012-06-20
h8300: use the declarations provided by <asm/sections.h>
Geert Uytterhoeven
1
-13
/
+10
2012-06-20
h8300: fix use of extinct _sbss and _ebss
Geert Uytterhoeven
1
-3
/
+3
2012-06-01
new helper: signal_delivered()
Al Viro
1
-1
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-4
/
+0
2012-06-01
don't call try_to_freeze() from do_signal()
Al Viro
1
-4
/
+0
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-3
/
+1
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-8
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-2
/
+1
[next]