summaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel
Commit message (Expand)AuthorAgeFilesLines
* Make do_execve() take a const filename pointerDavid Howells2010-08-182-3/+5
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-1/+2
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-201-40/+7Star
|\
| * m32r: Convert m32r to use read/update_peristent_clockJohn Stultz2010-03-131-40/+7Star
* | 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-131-68/+29Star
* | Add generic sys_olduname()Christoph Hellwig2010-03-131-11/+0Star
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-131-81/+0Star
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* Unify sys_mmap*Al Viro2009-12-112-25/+1Star
* 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/+0Star
* Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-09-253-71/+18Star
|\
| * m32r: Cleanup linker script using new linker script macros.Tim Abbott2009-09-221-58/+9Star
| * m32r: Move the spi_stack_top and spu_stack_top into .init.data section.Tim Abbott2009-09-222-4/+2Star
| * m32r: Remove unused .altinstructions and .exit.* code from linker script.Tim Abbott2009-09-221-9/+0Star
| * m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.Tim Abbott2009-09-221-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-242-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
| * | cpumask: arch_send_call_function_ipi_mask: m32rRusty Russell2009-09-241-11/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-241-3/+2Star
|\ \ \ | |/ / |/| |
| * | Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2Star
| |/
* | m32r: convert to use arch_gettimeoffset()john stultz2009-09-221-71/+3Star
* | m32r: remove redundant tests on unsignedRoel Kluin2009-09-222-4/+3Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-7/+3Star
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-1/+0Star
| |\
| * | linker script: unify usage of discard definitionTejun Heo2009-07-091-8/+3Star
| * | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
* | | KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
| |/ |/|
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
|/
* ptrace: remove PT_DTRACE from arch/m32rOleg Nesterov2009-06-182-9/+0Star
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-171-4/+0Star
* module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0Star
* m32r: build fix for __stringify macroHirokazu Takata2009-05-021-2/+0Star
* m32r: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+2
* Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
* cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-301-1/+0Star
* sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-1/+1
|\
| * percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32rRusty Russell2009-01-011-1/+1
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-6/+0Star
|\|
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-6/+0Star