Age | Commit message (Expand) | Author | Files | Lines |
2012-06-25 | m68knommu: define a local devm_clk_get() function | Greg Ungerer | 1 | -0/+7 |
2012-06-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 4 | -78/+11 |
2012-06-12 | m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k types | Greg Ungerer | 1 | -1/+1 |
2012-06-12 | m68knommu: fix 68360 local setting of timer interrupt handler | Greg Ungerer | 1 | -2/+5 |
2012-06-12 | m68knommu: fix 68328 local setting of timer interrupt handler | Greg Ungerer | 1 | -2/+4 |
2012-06-12 | m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU types | Greg Ungerer | 1 | -2/+2 |
2012-06-12 | m68knommu: m528x qspi definition fix | Steven King | 1 | -1/+1 |
2012-06-06 | m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user() | Geert Uytterhoeven | 4 | -78/+11 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+5 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -4/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -2/+0 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -8/+3 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+1 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
2012-05-31 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 1 | -3/+0 |
2012-05-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-25 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2012-05-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -10/+1 |
2012-05-24 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -4/+1 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -27/+27 |
2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+0 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2012-05-22 | m68k: add TIF_NOTIFY_RESUME and handle it. | Al Viro | 6 | -7/+21 |
2012-05-22 | m68k: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -8/+3 |
2012-05-22 | new helper: sigsuspend() | Al Viro | 1 | -12/+3 |
2012-05-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -36/+1 |
2012-05-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 51 | -4555/+1807 |
2012-05-22 | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 1 | -4/+0 |
2012-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 8 | -56/+173 |
2012-05-21 | m68k: Use generic time config | Anna-Maria Gleixner | 1 | -6/+1 |
2012-05-20 | m68k: add a defconfig for the M5475EVB ColdFire with MMU board | Greg Ungerer | 1 | -0/+62 |
2012-05-20 | m68knommu: unaligned.h fix for M68000 core | Luis Alves | 1 | -1/+1 |
2012-05-20 | m68k: merge the MMU and non-MMU versions of the arch dma code | Greg Ungerer | 3 | -209/+162 |
2012-05-20 | m68knommu: reorganize the no-MMU cache flushing to match m68k | Greg Ungerer | 1 | -4/+28 |
2012-05-20 | m68knommu: move the 54xx platform code into the common ColdFire code directory | Greg Ungerer | 5 | -21/+2 |
2012-05-20 | m68knommu: move the 532x platform code into the common ColdFire code directory | Greg Ungerer | 4 | -20/+1 |
2012-05-20 | m68knommu: move the 5407 platform code into the common ColdFire code directory | Greg Ungerer | 4 | -20/+1 |
2012-05-20 | m68knommu: move the 5307 platform code into the common ColdFire code directory | Greg Ungerer | 5 | -22/+4 |
2012-05-20 | m68knommu: move the 528x platform code into the common ColdFire code directory | Greg Ungerer | 4 | -20/+1 |
2012-05-20 | m68knommu: move the 527x platform code into the common ColdFire code directory | Greg Ungerer | 4 | -20/+1 |
2012-05-20 | m68knommu: move the 5272 platform code into the common ColdFire code directory | Greg Ungerer | 5 | -20/+1 |
2012-05-20 | m68knommu: move the 5249 platform code into the common ColdFire code directory | Greg Ungerer | 5 | -20/+1 |
2012-05-20 | m68knommu: move the 523x platform code into the common ColdFire code directory | Greg Ungerer | 4 | -19/+1 |
2012-05-20 | m68knommu: move the 520x platform code into the common ColdFire code directory | Greg Ungerer | 4 | -19/+1 |
2012-05-20 | m68knommu: move the 5206 platform code into the common ColdFire code directory | Greg Ungerer | 4 | -22/+2 |
2012-05-20 | m68knommu: simplify the ColdFire 5407 GPIO struct setup | Greg Ungerer | 3 | -28/+10 |
2012-05-20 | m68knommu: simplify the ColdFire 532x GPIO struct setup | Greg Ungerer | 3 | -44/+26 |
2012-05-20 | m68knommu: simplify the ColdFire 5307 GPIO struct setup | Greg Ungerer | 3 | -28/+10 |