aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23h8300: Build scriptsYoshinori Sato2-0/+86
2015-06-23h8300: miscellaneous functionsYoshinori Sato6-0/+335
2015-06-23h8300: process helpersYoshinori Sato4-0/+674
2015-06-23h8300: Low level entryYoshinori Sato3-0/+584
2015-06-23h8300: kernel startupYoshinori Sato1-0/+255
2015-06-23h8300: Interrupt and exceptionsYoshinori Sato3-0/+547
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck21-3142/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-0/+2
2013-07-03h8300: normalize global variables exported by vmlinux.ldsJiang Liu1-0/+2
2013-06-23h8300: Fill the system call table using a CALL() macroGeert Uytterhoeven1-320/+322
2013-06-23h8300: Hardcode symbol prefixes in asm sourcesGeert Uytterhoeven2-382/+382
2013-05-05h8300: single_open() leaksAl Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+20
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-29h8300: Don't use create_proc_read_entry()David Howells1-14/+20
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-3/+2
2013-04-08h8300: Use generic idle loopThomas Gleixner1-31/+4
2013-02-03h8300: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03h8300: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro2-23/+6
2013-02-03h8300: switch to generic sigaltstackAl Viro1-13/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28h8300: switch to generic fork/vfork/cloneAl Viro2-44/+3
2012-10-14h8300: generic sys_execve()Al Viro1-21/+0
2012-10-14h8300: generic kernel_execve()Al Viro2-28/+1
2012-10-14h8300: generic kernel_thread()Al Viro3-34/+18
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+0
2012-10-06sections: fix section conflicts in arch/h8300Andi Kleen5-4/+5
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-09-23h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-07-11h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven1-0/+1
2012-07-11h8300/signal: fix typo "statis"Geert Uytterhoeven1-1/+1
2012-06-20h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-13/+10
2012-06-20h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven1-3/+3
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-3/+1
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-2/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21h8300: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2-59/+20
2012-05-21h8300: don't change blocked signals' mask if setting frame up failsAl Viro1-7/+11
2012-05-21h8300: use set_current_blocked() and block_sigmask()Matt Fleming1-24/+9
2012-05-05h8300-use-generic-init_taskThomas Gleixner2-37/+1
2012-03-28Disintegrate asm/system.h for H8300David Howells4-4/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1