| Commit message (Expand) | Author | Age | Files | Lines |
* | m68knommu: use MCF_IRQ_PIT1 instead of MCFINT_VECBASE + MCFINT_PIT1 | Steven King | 2012-07-16 | 5 | -3/+6 |
* | m68knommu: Add support for the Coldfire 5251/5253 | Steven King | 2012-07-16 | 11 | -10/+376 |
* | m68knommu: refactor Coldfire GPIO not to require GPIOLIB, eliminate mcf_gpio_... | Steven King | 2012-07-16 | 18 | -551/+375 |
* | m68k: merge the MMU and non-MMU versions of the entry.S code | Greg Ungerer | 2012-07-16 | 3 | -552/+449 |
* | m68k: use jbsr to call functions instead of bsrl | Greg Ungerer | 2012-07-16 | 1 | -2/+2 |
* | m68k: use some direct calls to ret_from_exception in entry code | Greg Ungerer | 2012-07-16 | 1 | -3/+3 |
* | m68knommu: define a local devm_clk_get() function | Greg Ungerer | 2012-06-25 | 1 | -0/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2012-06-13 | 4 | -78/+11 |
|\ |
|
| * | m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user() | Geert Uytterhoeven | 2012-06-06 | 4 | -78/+11 |
* | | m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k types | Greg Ungerer | 2012-06-12 | 1 | -1/+1 |
* | | m68knommu: fix 68360 local setting of timer interrupt handler | Greg Ungerer | 2012-06-12 | 1 | -2/+5 |
* | | m68knommu: fix 68328 local setting of timer interrupt handler | Greg Ungerer | 2012-06-12 | 1 | -2/+4 |
* | | m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU types | Greg Ungerer | 2012-06-12 | 1 | -2/+2 |
* | | m68knommu: m528x qspi definition fix | Steven King | 2012-06-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 1 | -19/+5 |
|\ |
|
| * | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -1/+1 |
| * | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -4/+0 |
| * | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -2/+0 |
| * | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -8/+3 |
| * | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -4/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 1 | -3/+0 |
|\ \
| |/
|/| |
|
| * | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 2012-05-31 | 1 | -3/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-24 | 1 | -4/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-05-25 | 1 | -0/+1 |
|\ \ |
|
| * | | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 2012-04-08 | 1 | -0/+1 |
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-05-24 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | gpiolib/arches: Centralise bolierplate asm/gpio.h | Mark Brown | 2012-05-12 | 1 | -0/+1 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-24 | 1 | -10/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 2012-05-21 | 1 | -4/+0 |
| * | | | m68k: Use generic time config | Anna-Maria Gleixner | 2012-05-21 | 1 | -6/+1 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-24 | 6 | -27/+27 |
|\ \ \ |
|
| * | | | m68k: add TIF_NOTIFY_RESUME and handle it. | Al Viro | 2012-05-22 | 6 | -7/+21 |
| * | | | m68k: use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-05-22 | 1 | -8/+3 |
| * | | | new helper: sigsuspend() | Al Viro | 2012-05-22 | 1 | -12/+3 |
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2012-05-17 | 1 | -3/+0 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-23 | 2 | -2/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | arm/m68k: Change mail address of Sebastian Hess | Oskar Schirmer | 2012-05-17 | 1 | -1/+1 |
| * | | | | Fix typo in various Kconfig file | Masanari Iida | 2012-04-16 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-22 | 2 | -36/+1 |
|\ \ \ \ |
|
| * | | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 2012-05-05 | 1 | -1/+0 |
| * | | | | m68k: Use generic init_task | Thomas Gleixner | 2012-05-05 | 3 | -36/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2012-05-22 | 51 | -4555/+1807 |
|\ \ \ \ |
|
| * | | | | m68k: add a defconfig for the M5475EVB ColdFire with MMU board | Greg Ungerer | 2012-05-20 | 1 | -0/+62 |
| * | | | | m68knommu: unaligned.h fix for M68000 core | Luis Alves | 2012-05-20 | 1 | -1/+1 |
| * | | | | m68k: merge the MMU and non-MMU versions of the arch dma code | Greg Ungerer | 2012-05-20 | 3 | -209/+162 |
| * | | | | m68knommu: reorganize the no-MMU cache flushing to match m68k | Greg Ungerer | 2012-05-20 | 1 | -4/+28 |
| * | | | | m68knommu: move the 54xx platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 5 | -21/+2 |
| * | | | | m68knommu: move the 532x platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 4 | -20/+1 |