summaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-241-45/+0
| |\
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt2011-05-201-0/+1
* | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-3/+1
| |/ |/|
* | m32r: Use generic show_interrupts()Thomas Gleixner2011-03-241-45/+0
|/
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\
| * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-151-3/+2
|\ \
| * | m32r: Switch from do_timer() to xtime_update()Torben Hohn2011-01-311-3/+2
| |/
* / m32r: Fixup last __do_IRQ leftoverThomas Gleixner2011-02-051-1/+1
|/
* m32r: Cleanup direct irq_desc accessThomas Gleixner2011-01-211-4/+6
* ptrace: cleanup arch_ptrace() on m32rNamhyung Kim2010-10-271-4/+4
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* Merge branch 'linus' into irq/coreIngo Molnar2010-10-202-1/+4
|\
| * m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin2010-10-151-0/+1
| * m32r: get_user takes an lvalue, not a pointerKyle McMartin2010-10-151-1/+1
| * m32r: restore _BLOCKABLEKyle McMartin2010-10-151-0/+2
* | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-123-70/+47
|\|
| * m32r: fix breakage from "m32r: use generic ptrace_resume code"Al Viro2010-09-241-3/+4
| * m32r: hole in shifting pc backAl Viro2010-09-241-21/+17
| * m32r: don't block signals if sigframe setup has failedAl Viro2010-09-241-10/+13
| * make m32r handle multiple pending signalsAl Viro2010-09-242-4/+6
| * m32r: fix rt_sigsuspend()Al Viro2010-09-242-38/+13
* | genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-1/+1
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-172-3/+5
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+2
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-191-40/+7
|\
| * m32r: Convert m32r to use read/update_peristent_clockJohn Stultz2010-03-131-40/+7
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* | m32r: use generic ptrace_resume codeChristoph Hellwig2010-03-121-68/+29
* | Add generic sys_olduname()Christoph Hellwig2010-03-121-11/+0
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-81/+0
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* Unify sys_mmap*Al Viro2009-12-112-25/+1
* m32r: Should index be positive?Roel Kluin2009-11-041-1/+1
* m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id sectionHirokazu Takata2009-11-041-0/+2
* arch/m32r: Use DIV_ROUND_CLOSESTJulia Lawall2009-11-041-3/+3
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* m32r: Fix IPI function calls for SMPToshihiro HANAWA2009-10-041-2/+2
* m32r: add rtc_lock variableHirokazu Takata2009-10-041-0/+9
* m32r: export delay loop symbolsHirokazu Takata2009-10-041-6/+0
* Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-09-243-71/+18
|\
| * m32r: Cleanup linker script using new linker script macros.Tim Abbott2009-09-231-58/+9
| * m32r: Move the spi_stack_top and spu_stack_top into .init.data section.Tim Abbott2009-09-232-4/+2
| * m32r: Remove unused .altinstructions and .exit.* code from linker script.Tim Abbott2009-09-231-9/+0
| * m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.Tim Abbott2009-09-231-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-232-16/+16
|\ \
| * | cpumask: use mm_cpumask() wrapper: m32rRusty Russell2009-09-241-4/+4
| * | cpumask: Use accessors for cpu_*_mask: m32rRusty Russell2009-09-241-1/+1