summaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* mn10300: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-302-1/+1
|\
| * ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-07-301-1/+0
|\ \ | |/ |/|
| * Remove useless wrappers of asm-generic/ipc.hPaul Bolle2012-06-281-1/+0
* | 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
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-1112-28/+18
|\ \
| * | mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-111-2/+2
| * | mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
| * | 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: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-111-3/+0
| * | mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-117-23/+12
| |/
* | MN10300: Fix a missing semicolonDavid Howells2012-07-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-30/+9
|\
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\ \ | |/ |/|
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-7/+1
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-1/+0
| * | mn10300: Use generic time configAnna-Maria Gleixner2012-05-211-6/+1
| |/
* | 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-232-7/+6
|\ \ \ | |/ / |/| |
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-162-7/+6
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-216-58/+7
|\ \
| * | mn10300: Use common threadinfo allocatorThomas Gleixner2012-05-082-16/+4
| * | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | mn10300: Use generic init_taskThomas Gleixner2012-05-054-41/+3
| * | 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
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-100/+11
|\
| * mn10300: Use generic posix_types.hH. Peter Anvin2012-02-141-100/+11
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2827-229/+221
|\ \
| * | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | Disintegrate asm/system.h for MN10300David Howells2012-03-2827-229/+226
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-232-4/+1
|\ \ \
| * | | nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-232-4/+1
| |/ /
OpenPOWER on IntegriCloud