aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/kernel
AgeCommit message (Expand)Author
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28h8300: switch to generic fork/vfork/cloneAl Viro
2012-10-14h8300: generic sys_execve()Al Viro
2012-10-14h8300: generic kernel_execve()Al Viro
2012-10-14h8300: generic kernel_thread()Al Viro
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-06sections: fix section conflicts in arch/h8300Andi Kleen
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-09-23h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-07-11h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven
2012-07-11h8300/signal: fix typo "statis"Geert Uytterhoeven
2012-06-20h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven
2012-06-20h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21h8300: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-21h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro
2012-05-21h8300: don't change blocked signals' mask if setting frame up failsAl Viro
2012-05-21h8300: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-05h8300-use-generic-init_taskThomas Gleixner
2012-03-28Disintegrate asm/system.h for H8300David Howells
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-05-28ns: Wire up the setns system callEric W. Biederman
2011-03-24h8300: Use generic show_interrupts()Thomas Gleixner
2011-03-24h8300: Convert genirq namespaceThomas Gleixner
2011-01-31h8300: Switch do_timer() to xtime_update()Torben Hohn
2011-01-21h8300: Use generic irq KconfigThomas Gleixner
2011-01-21h8300: Convert interrupt handling to flow handlerThomas Gleixner
2011-01-21h8300: Convert to new irq_chip functionsThomas Gleixner
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-27ptrace: cleanup arch_ptrace() on h8300Namhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-09-07h8300: Fix missing consts in kernel_execve()David Howells
2010-09-07h8300: Fix die()David Howells
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo