aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-56/+3
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-11/+5
2013-02-09m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMAGeert Uytterhoeven1-3/+1
2013-02-03m68k: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03m68k: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03m68k: switch to generic sigaltstackAl Viro1-13/+3
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson1-0/+1
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-2/+2
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-25m68k: Wire up finit_moduleGeert Uytterhoeven1-0/+1
2012-12-24m68k: set arch_gettimeoffset directlyStephen Warren2-10/+0
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-6/+10
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+1
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+2
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fork/vforkAl Viro3-71/+44
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro1-0/+1
2012-11-14m68k/sun3: Fix instruction faultsThomas Bogendoerfer1-1/+1
2012-10-19m68k: Wire up kcmpGeert Uytterhoeven1-0/+1
2012-10-17m68k: switch to saner kernel_execve() semanticsAl Viro1-7/+0
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-97/+40
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-4/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+0
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Al Viro3-37/+5
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro2-60/+35
2012-09-23m68k: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-08-18m68k: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRThomas Meyer1-4/+1
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds5-15/+10
2012-08-03m68k: Make sys_atomic_cmpxchg_32 work on classic m68kAndreas Schwab1-2/+6
2012-07-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds6-554/+562
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-07-20module.c: spelling s/postition/position/gGeert Uytterhoeven1-2/+2
2012-07-17m68k: common PCI support definitions and codeGreg Ungerer2-0/+110
2012-07-17m68k: add support for DMA_BIDIRECTIONAL in dma support functionsGreg Ungerer1-0/+1
2012-07-16m68k: use simpler dma_alloc_coherent() for ColdFire CPUsGreg Ungerer1-2/+2
2012-07-16m68k: merge the MMU and non-MMU versions of the entry.S codeGreg Ungerer3-552/+449
2012-07-16m68k: use jbsr to call functions instead of bsrlGreg Ungerer1-2/+2
2012-07-16m68k: use some direct calls to ret_from_exception in entry codeGreg Ungerer1-3/+3
2012-06-27m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven4-8/+2
2012-06-12m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer1-1/+1
2012-06-12m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer1-2/+2
2012-06-10m68knommu: Clean up printing of sectionsGeert Uytterhoeven1-7/+4
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-2/+0