aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
Commit message (Expand)AuthorAgeFilesLines
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* h8300: Use generic show_interrupts()Thomas Gleixner2011-03-241-31/+0
* h8300: Convert genirq namespaceThomas Gleixner2011-03-241-1/+1
* h8300: Switch do_timer() to xtime_update()Torben Hohn2011-01-312-4/+2
* h8300: Use generic irq KconfigThomas Gleixner2011-01-211-1/+1
* h8300: Convert interrupt handling to flow handlerThomas Gleixner2011-01-211-12/+3
* h8300: Convert to new irq_chip functionsThomas Gleixner2011-01-211-17/+16
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* ptrace: cleanup arch_ptrace() on h8300Namhyung Kim2010-10-271-15/+15
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-3/+4
* modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
* h8300: Fix missing consts in kernel_execve()David Howells2010-09-071-2/+2
* h8300: Fix die()David Howells2010-09-071-1/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-172-2/+7
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-163-3/+3
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-191-3/+7
|\
| * h8300: Convert h8300 to use read/update_persistent_clockJohn Stultz2010-03-131-3/+7
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* | h8300: use generic ptrace_resume codeChristoph Hellwig2010-03-121-46/+6
* | ptrace: use ptrace_request() in the remaining architecturesChristoph Hellwig2010-03-121-29/+1
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-88/+0
* | Add generic sys_old_mmap()Christoph Hellwig2010-03-122-35/+1
* | Add generic sys_old_select()Christoph Hellwig2010-03-122-17/+1
|/
* Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-161-1/+0
|\
| * module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-151-1/+0
* | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
|/
* Unify sys_mmap*Al Viro2009-12-112-82/+3
* h83000: Remove BKL from sys_execveJohn Kacur2009-10-141-4/+1
* h8300: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-18/+7
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-231-3/+2
|\
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+0
|\ \
| * | trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-211-1/+0
| |/
* | h8300: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-221-5/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-3/+2
|\
| * linker script: unify usage of discard definitionTejun Heo2009-07-091-4/+2
| * linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
* | KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
|/
* ptrace: remove PT_DTRACE from arch/h8300Oleg Nesterov2009-06-181-1/+0
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
* module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: h8300: Storage class should be before const qualifierTobias Klauser2009-03-301-1/+1
* | Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
* | cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-304-4/+0
|/
* Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-2/+2
|\