summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-127-156/+44
|\
| * mn10300: don't bother with SIGTRAP in setup_frame()Al Viro2012-10-011-8/+0
| * mn10300: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2012-10-012-5/+4
| * mn10300: convert to generic kernel_thread()Al Viro2012-10-011-31/+18
| * mn10300: switch to generic kernel_execve()Al Viro2012-10-013-38/+8
| * mn10300: switch to generic sys_execve()Al Viro2012-10-011-16/+0
| * mn10300: split ret_from_fork, simplify kernel_thread()Al Viro2012-10-015-71/+27
* | mn10300: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-2/+0
|\
| * mn10300: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
* | mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" falloutGeert Uytterhoeven2012-07-171-2/+3
* | mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-111-2/+2
* | mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
* | mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven2012-07-111-0/+2
* | mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-111-0/+10
|/
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-1/+1
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-13/+5
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-28/+7
|\
| * mn10300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-17/+4
| * new helper: sigsuspend()Al Viro2012-05-211-11/+3
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-4/+6
|\ \ | |/ |/|
| * fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-4/+6
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-214-43/+3
|\ \
| * | mn10300: Use common threadinfo allocatorThomas Gleixner2012-05-081-2/+1
| * | mn10300: Use generic init_taskThomas Gleixner2012-05-052-40/+1
| * | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| |/
* / mn10300/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat2012-05-151-3/+6
|/
* Disintegrate asm/system.h for MN10300David Howells2012-03-2813-13/+1
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-26/+26
* doc: fix broken referencesPaul Bolle2011-09-271-1/+0
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-262-2/+2
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-61/+0
* MN10300: Add missing _sdata declarationDavid Howells2011-06-071-0/+1
* MN10300: die_if_no_fixup() shouldn't use get_user() as it doesn't call set_fs()David Howells2011-06-071-2/+2
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* mn10300: convert old cpumask API into new oneKOSAKI Motohiro2011-05-252-43/+48
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-4/+1
* | mn10300: Use generic show_interrupts()Thomas Gleixner2011-03-291-58/+10
* | mn10300: Cleanup irq_desc accessThomas Gleixner2011-03-291-6/+5
* | mn10300: Convert genirq namespaceThomas Gleixner2011-03-293-10/+10
|/
* MN10300: Allow KGDB to use the MN10300 serial portsDavid Howells2011-03-181-0/+75