summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-091-3/+2Star
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+2
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-7/+0Star
* | h8300: Use generic idle loopThomas Gleixner2013-04-081-31/+4Star
|/
* h8300: switch to generic old sigaction()Al Viro2013-02-041-32/+0Star
* h8300: switch to generic old sigsuspendAl Viro2013-02-041-11/+0Star
* h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro2013-02-042-23/+6Star
* h8300: switch to generic sigaltstackAl Viro2013-02-041-13/+2Star
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
* h8300: switch to generic fork/vfork/cloneAl Viro2012-11-292-44/+3Star
* h8300: generic sys_execve()Al Viro2012-10-151-21/+0Star
* h8300: generic kernel_execve()Al Viro2012-10-152-28/+1Star
* h8300: generic kernel_thread()Al Viro2012-10-153-34/+18Star
* vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+0Star
|\
| * Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
* | sections: fix section conflicts in arch/h8300Andi Kleen2012-10-055-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-121-0/+1
* h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-121-1/+1
* h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-201-13/+10Star
* 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/+0Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-3/+1Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* h8300: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
* h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-222-59/+20Star
* h8300: don't change blocked signals' mask if setting frame up failsAl Viro2012-05-221-7/+11
* h8300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-24/+9Star
* h8300-use-generic-init_taskThomas Gleixner2012-05-052-37/+1Star
* Disintegrate asm/system.h for H8300David Howells2012-03-284-4/+0Star
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1Star
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-45/+0Star
|/
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* h8300: Use generic show_interrupts()Thomas Gleixner2011-03-241-31/+0Star
* h8300: Convert genirq namespaceThomas Gleixner2011-03-241-1/+1
* h8300: Switch do_timer() to xtime_update()Torben Hohn2011-01-312-4/+2Star
* h8300: Use generic irq KconfigThomas Gleixner2011-01-211-1/+1
* h8300: Convert interrupt handling to flow handlerThomas Gleixner2011-01-211-12/+3Star
* h8300: Convert to new irq_chip functionsThomas Gleixner2011-01-211-17/+16Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* ptrace: cleanup arch_ptrace() on h8300Namhyung Kim2010-10-281-15/+15
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-281-3/+4