summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-08-035-15/+10
|\
| * m68k: Make sys_atomic_cmpxchg_32 work on classic m68kAndreas Schwab2012-08-031-2/+6
| * m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven2012-06-274-8/+2
| * m68knommu: Clean up printing of sectionsGeert Uytterhoeven2012-06-101-7/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-07-246-554/+562
|\ \
| * | m68k: common PCI support definitions and codeGreg Ungerer2012-07-172-0/+110
| * | m68k: add support for DMA_BIDIRECTIONAL in dma support functionsGreg Ungerer2012-07-171-0/+1
| * | m68k: use simpler dma_alloc_coherent() for ColdFire CPUsGreg Ungerer2012-07-161-2/+2
| * | m68k: merge the MMU and non-MMU versions of the entry.S codeGreg Ungerer2012-07-163-552/+449
| * | m68k: use jbsr to call functions instead of bsrlGreg Ungerer2012-07-161-2/+2
| * | m68k: use some direct calls to ret_from_exception in entry codeGreg Ungerer2012-07-161-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-2/+2
|\ \ \ | |/ / |/| |
| * | module.c: spelling s/postition/position/gGeert Uytterhoeven2012-07-201-2/+2
* | | m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer2012-06-121-1/+1
* | | m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer2012-06-121-2/+2
| |/ |/|
* | new helper: signal_delivered()Al Viro2012-06-011-1/+1
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
* | pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-2/+0
* | new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* | new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* | move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
|/
* m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro2012-05-212-4/+17
* m68k: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-8/+3
* new helper: sigsuspend()Al Viro2012-05-211-12/+3
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-212-36/+1
|\
| * m68k: Use generic init_taskThomas Gleixner2012-05-052-36/+1
* | m68k: merge the MMU and non-MMU versions of the arch dma codeGreg Ungerer2012-05-203-209/+162
* | m68k: merge the MMU and non-MMU signal.c codeGreg Ungerer2012-05-203-1882/+1199
|/
* Disintegrate asm/system.h for M68KDavid Howells2012-03-286-6/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-03-2111-1686/+841
|\
| * m68k: merge the MMU and non-MMU versions of process.cGreg Ungerer2012-03-053-777/+377
| * m68k: merge the mmu and non-mmu versions of ptrace.cGreg Ungerer2012-03-053-553/+303
| * m68k: remove dead timer codeGreg Ungerer2012-03-051-7/+0
| * m68k: merge mmu and non-mmu versions of time.cGreg Ungerer2012-03-053-190/+118
| * m68knommu: remove unused CONFIG_GENERIC_CMOS_UPDATE optionGreg Ungerer2012-03-051-5/+0
| * m68knommu: modify timer init code to make it consistent with m68k codeGreg Ungerer2012-03-052-5/+4
| * m68knommu: make persistent clock code consistent with m68kGreg Ungerer2012-03-052-24/+14
| * m68knommu: clean up linker scriptGreg Ungerer2012-03-051-151/+49
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-012-6/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-01-263-22/+20
|\
| * m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab2012-01-223-23/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-01-061-58/+59
|\ \ | |/
| * m68k/mac: early consoleFinn Thain2011-12-101-58/+59
* | m68k: do not use m68k startup or interrupt code for ColdFire CPUsGreg Ungerer2011-12-301-3/+11
* | m68k: add ColdFire FPU support for the V4e ColdFire CPUsGreg Ungerer2011-12-303-66/+182
* | m68k: adjustments to stack frame for ColdFire with MMU enabledGreg Ungerer2011-12-301-2/+15
* | m68k: use non-MMU linker script for ColdFire MMU buildsGreg Ungerer2011-12-302-1/+9
* | m68k: ColdFire with MMU enabled uses same clocking code as non-MMUGreg Ungerer2011-12-301-1/+1
* | m68k: add code to setup a ColdFire 54xx platform when MMU enabledGreg Ungerer2011-12-301-1/+7
* | m68k: use non-MMU entry.S code when compiling for ColdFire CPUGreg Ungerer2011-12-301-1/+1
OpenPOWER on IntegriCloud