aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r
AgeCommit message (Expand)Author
2009-05-29flat: fix data sections alignmentOskar Schirmer
2009-05-02m32r: use __stringify() macro in assembler.hHirokazu Takata
2009-05-02m32r: build fix for __stringify macroHirokazu Takata
2009-04-26m32r: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-04-17m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata
2009-04-02Simplify copy_thread()Alexey Dobriyan
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar
2009-01-26eeprom: More consistent symbol namesJean Delvare
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32rRusty Russell
2008-12-31take init_fs to saner placeAl Viro
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-12-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2008-12-02Merge branch 'linus' into cpus4096Ingo Molnar
2008-11-30m32r: section noise in head.SAl Viro
2008-11-11sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds
2008-10-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison
2008-10-16m32r: fix build due to notify_cpu_starting() changeIngo Molnar
2008-10-15oprofile: more whitespace fixesRobert Richter
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar
2008-09-27m32r/kernel/: cleanupsAdrian Bunk
2008-09-27m32r: export __ndelayAdrian Bunk
2008-09-27m32r: export empty_zero_pageAdrian Bunk
2008-09-27m32r: don't offer CONFIG_ISAAdrian Bunk
2008-09-27m32r: remove the unused NOHIGHMEM optionAdrian Bunk
2008-09-14generic: make PFN_PHYS explicitly return phys_addr_tJeremy Fitzhardinge
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse
2008-07-26m32r: use generic show_mem()Johannes Weiner
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-26m32r: convert to generic helpers for IPI function callsJens Axboe
2008-05-16[PATCH] take init_files to fs/file.cAl Viro
2008-05-09m32r: use generic sys_pipeChristoph Hellwig
2008-05-08sys_pipe(): fix file descriptor leaksUlrich Drepper