aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-21m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro2-4/+17
2012-05-21m68k: use set_current_blocked() and block_sigmask()Matt Fleming1-8/+3
2012-05-21new helper: sigsuspend()Al Viro1-12/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-36/+1
2012-05-20m68k: merge the MMU and non-MMU versions of the arch dma codeGreg Ungerer3-209/+162
2012-05-20m68k: merge the MMU and non-MMU signal.c codeGreg Ungerer3-1882/+1199
2012-05-05m68k: Use generic init_taskThomas Gleixner2-36/+1
2012-03-28Disintegrate asm/system.h for M68KDavid Howells6-6/+0
2012-03-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds11-1686/+841
2012-03-05m68k: merge the MMU and non-MMU versions of process.cGreg Ungerer3-777/+377
2012-03-05m68k: merge the mmu and non-mmu versions of ptrace.cGreg Ungerer3-553/+303
2012-03-05m68k: remove dead timer codeGreg Ungerer1-7/+0
2012-03-05m68k: merge mmu and non-mmu versions of time.cGreg Ungerer3-190/+118
2012-03-05m68knommu: remove unused CONFIG_GENERIC_CMOS_UPDATE optionGreg Ungerer1-5/+0
2012-03-05m68knommu: modify timer init code to make it consistent with m68k codeGreg Ungerer2-5/+4
2012-03-05m68knommu: make persistent clock code consistent with m68kGreg Ungerer2-24/+14
2012-03-05m68knommu: clean up linker scriptGreg Ungerer1-151/+49
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2-6/+2
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds3-22/+20
2012-01-22m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab3-23/+21
2012-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-58/+59