summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* m68k: Really wire up sys_pselect6 and sys_ppollGeert Uytterhoeven2011-05-191-2/+2
* m68k: Merge mmu and non-mmu versions of sys_call_tableGeert Uytterhoeven2011-05-193-445/+96Star
* m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, ...Geert Uytterhoeven2011-04-132-0/+8
* Fix common misspellingsLucas De Marchi2011-03-312-7/+7
* m68k: Convert irq function namespaceThomas Gleixner2011-03-291-1/+1
* m68k: merge m68k and m68knommu arch directoriesGreg Ungerer2011-03-2545-5212/+8714
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-03-173-9/+40
|\
| * m68k/atari: Initial ARAnyM supportPetr Stehlik2011-03-161-0/+5
| * m68k: Allow all kernel traps to be handled via exception fixupsAndreas Schwab2011-03-161-3/+7
| * m68k: Use base_trap_init() to initialize vectorsRoman Zippel2011-03-161-5/+5
| * m68k: Add helper function handle_kernel_fault()Roman Zippel2011-03-161-1/+23
* | m68k: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-2/+2
|/
* m68k: Check __get_user()/__put_user() return valueAl Viro2011-01-071-6/+6
* m68k: Missing syscall_trace() on sigreturnAl Viro2011-01-071-1/+4
* m68k: Fix stack mangling logics in sigreturnAl Viro2011-01-071-112/+61Star
* m68k: If we fail to set sigframe up, just leave regs alone...Al Viro2011-01-071-14/+30
* m68k: Don't lose state if sigframe setup failsAl Viro2011-01-071-7/+12
* m68k: Simplify the singlestepping handling in signalsAl Viro2011-01-072-9/+8Star
* m68k: Switch to saner sigsuspend()Al Viro2011-01-072-61/+22Star
* m68k: Resetting sa_handler in local copy of k_sigaction is pointlessAl Viro2011-01-071-3/+0Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* ptrace: cleanup arch_ptrace() on m68kNamhyung Kim2010-10-281-23/+23
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-281-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-10-251-12/+0Star
|\
| * m68k{nommu}: Remove unused DEFINE's from asm-offsets.cPhilippe De Muyter2010-10-211-12/+0Star
* | m68k: Remove big kernel lock in cache flush codeGeert Uytterhoeven2010-10-221-3/+0Star
* | m68k/m68knommu: Remove dead SMP config optionChristian Dietrich2010-10-221-2/+0Star
* | m68k: Remove dead GG2 config optionChristian Dietrich2010-10-221-6/+0Star
|/
* m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64Geert Uytterhoeven2010-09-131-0/+3
* Make do_execve() take a const filename pointerDavid Howells2010-08-182-2/+6
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-1/+1
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-201-4/+7
|\
| * m68k: Convert m68k to use read/update_persistent_clockJohn Stultz2010-03-131-4/+7
* | m68k: Remove trailing spaces in messagesFrans Pop2010-05-171-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-1/+2
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-131-81/+0Star
* | Add generic sys_old_mmap()Christoph Hellwig2010-03-132-35/+1Star
* | Add generic sys_old_select()Christoph Hellwig2010-03-132-17/+1Star
|/
* m68k: Define sigcontext ABI of ColdFireMaxim Kuvyrkov2010-02-271-0/+7
* m68k: Add NPTL supportMaxim Kuvyrkov2010-02-274-0/+94
* kbuild: move autoconf.h to include/generatedSam Ravnborg2009-12-121-1/+1
* Unify sys_mmap*Al Viro2009-12-111-75/+8Star
* m68k: Remove the BKL from sys_execveJohn Kacur2009-12-061-4/+1Star
* m68k: Cleanup linker scripts using new linker script macros.Tim Abbott2009-12-062-95/+20Star
* m68k: ptrace fixesAndreas Schwab2009-12-042-17/+34
* m68k: use generic code for ptrace requestsAndreas Schwab2009-12-041-54/+21Star
* headers: utsname.h reduxAlexey Dobriyan2009-09-241-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-241-3/+3
|\
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+3
* | m68k: convert to use arch_gettimeoffset()john stultz2009-09-221-68/+2Star