Age | Commit message (Expand) | Author | Files | Lines |
2009-11-04 | m32r: Should index be positive? | Roel Kluin | 1 | -1/+1 |
2009-11-04 | m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section | Hirokazu Takata | 1 | -0/+2 |
2009-11-04 | arch/m32r: Use DIV_ROUND_CLOSEST | Julia Lawall | 1 | -3/+3 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-10-04 | m32r: Fix IPI function calls for SMP | Toshihiro HANAWA | 1 | -2/+2 |
2009-10-04 | m32r: add rtc_lock variable | Hirokazu Takata | 1 | -0/+9 |
2009-10-04 | m32r: export delay loop symbols | Hirokazu Takata | 1 | -6/+0 |
2009-09-24 | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev | Linus Torvalds | 3 | -71/+18 |
2009-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2 | -16/+16 |
2009-09-24 | cpumask: use mm_cpumask() wrapper: m32r | Rusty Russell | 1 | -4/+4 |
2009-09-24 | cpumask: Use accessors for cpu_*_mask: m32r | Rusty Russell | 1 | -1/+1 |
2009-09-24 | cpumask: arch_send_call_function_ipi_mask: m32r | Rusty Russell | 1 | -11/+11 |
2009-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 1 | -3/+2 |
2009-09-23 | m32r: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -58/+9 |
2009-09-23 | m32r: Move the spi_stack_top and spu_stack_top into .init.data section. | Tim Abbott | 2 | -4/+2 |
2009-09-23 | m32r: Remove unused .altinstructions and .exit.* code from linker script. | Tim Abbott | 1 | -9/+0 |
2009-09-23 | m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h. | Tim Abbott | 1 | -0/+7 |
2009-09-22 | m32r: convert to use arch_gettimeoffset() | john stultz | 1 | -71/+3 |
2009-09-22 | m32r: remove redundant tests on unsigned | Roel Kluin | 2 | -4/+3 |
2009-09-21 | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 1 | -3/+2 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -7/+3 |
2009-09-09 | KEYS: Add missing linux/tracehook.h #inclusions | David Howells | 1 | -0/+1 |
2009-09-02 | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 1 | -0/+2 |
2009-09-02 | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] | David Howells | 1 | -0/+5 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 1 | -1/+0 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-07-09 | linker script: unify usage of discard definition | Tejun Heo | 1 | -8/+3 |
2009-06-24 | linker script: throw away .discard section | Tejun Heo | 1 | -0/+1 |
2009-06-18 | ptrace: remove PT_DTRACE from arch/m32r | Oleg Nesterov | 2 | -9/+0 |
2009-06-16 | mm: consolidate init_mm definition | Alexey Dobriyan | 1 | -4/+0 |
2009-06-12 | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 1 | -2/+0 |
2009-05-02 | m32r: build fix for __stringify macro | Hirokazu Takata | 1 | -2/+0 |
2009-04-26 | m32r: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2 | -2/+2 |
2009-04-02 | Simplify copy_thread() | Alexey Dobriyan | 1 | -1/+1 |
2009-03-30 | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 1 | -1/+0 |
2009-01-11 | sparseirq: use kstat_irqs_cpu instead | Yinghai Lu | 1 | -1/+1 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+0 |
2009-01-01 | percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32r | Rusty Russell | 1 | -1/+1 |
2008-12-31 | take init_fs to saner place | Al Viro | 1 | -1/+0 |
2008-12-13 | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 1 | -6/+0 |
2008-11-30 | m32r: section noise in head.S | Al Viro | 2 | -2/+3 |
2008-10-20 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2008-10-16 | misc: replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -1/+1 |
2008-10-16 | m32r: fix build due to notify_cpu_starting() change | Ingo Molnar | 1 | -0/+1 |
2008-10-08 | Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched... | Ingo Molnar | 1 | -0/+2 |
2008-09-27 | m32r/kernel/: cleanups | Adrian Bunk | 7 | -45/+11 |
2008-09-27 | m32r: export empty_zero_page | Adrian Bunk | 1 | -0/+2 |
2008-09-08 | kernel/cpu.c: create a CPU_STARTING cpu_chain notifier | Manfred Spraul | 1 | -0/+2 |
2008-06-26 | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 1 | -2/+2 |