summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+4
* h8300: switch EARLYCONYoshinori Sato2016-03-252-65/+9
* h8300: System call entry enable interrupt.Yoshinori Sato2016-01-201-0/+1
* h8300: show_stack cleanupYoshinori Sato2016-01-201-12/+8
* h8300: Add KGDB support.Yoshinori Sato2016-01-203-0/+155
* h8300: signal stack fixYoshinori Sato2016-01-201-4/+4
* h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]Daniel Lezcano2015-12-151-4/+4
* h8300: enable CLKSRC_OFYoshinori Sato2015-11-121-0/+2
* h8300: Fix alignment for .dataYoshinori Sato2015-11-081-2/+2
* h8300: Build scriptsYoshinori Sato2015-06-232-0/+86
* h8300: miscellaneous functionsYoshinori Sato2015-06-236-0/+335
* h8300: process helpersYoshinori Sato2015-06-234-0/+674
* h8300: Low level entryYoshinori Sato2015-06-233-0/+584
* h8300: kernel startupYoshinori Sato2015-06-231-0/+255
* h8300: Interrupt and exceptionsYoshinori Sato2015-06-233-0/+547
* Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck2013-09-1621-3142/+0
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-0/+2
|\
| * h8300: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-0/+2
* | h8300: Fill the system call table using a CALL() macroGeert Uytterhoeven2013-06-231-320/+322
* | h8300: Hardcode symbol prefixes in asm sourcesGeert Uytterhoeven2013-06-232-382/+382
|/
* h8300: single_open() leaksAl Viro2013-05-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-15/+20
|\
| * h8300: Don't use create_proc_read_entry()David Howells2013-04-291-14/+20
| * get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-091-3/+2
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
* | h8300: Use generic idle loopThomas Gleixner2013-04-081-31/+4
|/
* h8300: switch to generic old sigaction()Al Viro2013-02-031-32/+0
* h8300: switch to generic old sigsuspendAl Viro2013-02-031-11/+0
* h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro2013-02-032-23/+6
* h8300: switch to generic sigaltstackAl Viro2013-02-031-13/+2
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
* h8300: switch to generic fork/vfork/cloneAl Viro2012-11-282-44/+3
* h8300: generic sys_execve()Al Viro2012-10-141-21/+0
* h8300: generic kernel_execve()Al Viro2012-10-142-28/+1
* h8300: generic kernel_thread()Al Viro2012-10-143-34/+18
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+0
|\
| * Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* | sections: fix section conflicts in arch/h8300Andi Kleen2012-10-065-4/+5
* | h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven2012-07-111-0/+1
* h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-111-1/+1
* h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-201-13/+10
* h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven2012-06-201-3/+3
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-3/+1
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3