summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel
Commit message (Expand)AuthorAgeFilesLines
* mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-121-2/+2
* mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven2012-07-121-0/+1
* mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven2012-07-121-0/+2
* mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-121-0/+10
* new helper: signal_delivered()Al Viro2012-06-011-2/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0Star
* 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/+5Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-241-28/+7Star
|\
| * mn10300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-17/+4Star
| * new helper: sigsuspend()Al Viro2012-05-221-11/+3Star
* | 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-171-4/+6
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-224-43/+3Star
|\ \
| * | mn10300: Use common threadinfo allocatorThomas Gleixner2012-05-081-2/+1Star
| * | mn10300: Use generic init_taskThomas Gleixner2012-05-052-40/+1Star
| * | 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-161-3/+6
|/
* Disintegrate asm/system.h for MN10300David Howells2012-03-2813-13/+1Star
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1Star
* kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-11-011-26/+26
* doc: fix broken referencesPaul Bolle2011-09-271-1/+0Star
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-61/+0Star
* MN10300: Add missing _sdata declarationDavid Howells2011-06-081-0/+1
* MN10300: die_if_no_fixup() shouldn't use get_user() as it doesn't call set_fs()David Howells2011-06-081-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/+1Star
* | mn10300: Use generic show_interrupts()Thomas Gleixner2011-03-291-58/+10Star
* | mn10300: Cleanup irq_desc accessThomas Gleixner2011-03-291-6/+5Star
* | mn10300: Convert genirq namespaceThomas Gleixner2011-03-293-10/+10
|/
* MN10300: Allow KGDB to use the MN10300 serial portsDavid Howells2011-03-181-0/+75
* MN10300: Emulate single stepping in KGDB on MN10300David Howells2011-03-182-12/+421
* MN10300: Generalise kernel debugger kernel halt, reboot or power off hookDavid Howells2011-03-181-3/+3
* MN10300: Use KGDBDavid Howells2011-03-182-0/+203
* MN10300: Create generic kernel debugger hooksDavid Howells2011-03-188-236/+292
* MN10300: Create general kernel debugger cache flushingDavid Howells2011-03-184-141/+3Star
* MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configsDavid Howells2011-03-181-2/+10
* MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-182-5/+5
* MN10300: Convert ipi irq_chip to new functionsThomas Gleixner2011-03-181-8/+22
* MN10300: Convert serial irq_chip to new functionsThomas Gleixner2011-03-181-5/+10
* MN10300: Convert cpu irq_chips to new functionsThomas Gleixner2011-03-181-29/+33
* MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2011-03-181-25/+0Star