aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r
AgeCommit message (Expand)AuthorFilesLines
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-3/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-18ptrace: remove PT_DTRACE from arch/m32rOleg Nesterov2-9/+0
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-20/+3
2009-06-16m32r: remove obsolete hw_interrupt_typeThomas Gleixner8-15/+15
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman1-3/+3
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds6-6/+5
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-11asm-generic: make pci.h usable directlyArnd Bergmann1-2/+0
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann1-0/+1
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2-2/+2
2009-05-29flat: fix data sections alignmentOskar Schirmer1-1/+0
2009-05-02m32r: use __stringify() macro in assembler.hHirokazu Takata1-3/+4
2009-05-02m32r: build fix for __stringify macroHirokazu Takata2-3/+0
2009-04-26m32r: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2-2/+2
2009-04-17m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata2-0/+11
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata108-0/+9443
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-1/+0
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-01-26eeprom: More consistent symbol namesJean Delvare1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+1
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32rRusty Russell1-1/+1
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-1/+1
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2-6/+1
2008-12-08Merge branch 'sched/urgent' into sched/coreIngo Molnar2-2/+3
2008-12-02Merge branch 'linus' into cpus4096Ingo Molnar2-2/+3
2008-11-30m32r: section noise in head.SAl Viro2-2/+3
2008-11-11sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar1-1/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds1-1/+1
2008-10-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-16m32r: fix build due to notify_cpu_starting() changeIngo Molnar1-0/+1
2008-10-15oprofile: more whitespace fixesRobert Richter1-1/+1
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar1-2/+2
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse11-54/+18
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar1-0/+2
2008-09-27m32r/kernel/: cleanupsAdrian Bunk7-45/+11
2008-09-27m32r: export __ndelayAdrian Bunk1-0/+2
2008-09-27m32r: export empty_zero_pageAdrian Bunk1-0/+2
2008-09-27m32r: don't offer CONFIG_ISAAdrian Bunk1-5/+1
2008-09-27m32r: remove the unused NOHIGHMEM optionAdrian Bunk1-4/+0
2008-09-14generic: make PFN_PHYS explicitly return phys_addr_tJeremy Fitzhardinge1-2/+2
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+2
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse1-3/+0
2008-07-26m32r: use generic show_mem()Johannes Weiner1-36/+0
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-37/+0
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2-5/+2
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2-3/+2
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-2/+2
2008-06-26m32r: convert to generic helpers for IPI function callsJens Axboe4-119/+16
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-09m32r: use generic sys_pipeChristoph Hellwig1-23/+0
2008-05-08sys_pipe(): fix file descriptor leaksUlrich Drepper1-1/+4
2008-04-29m32r: cleanup: drop .data.idt section in vmlinux.lds scriptCyrill Gorcunov1-3/+0
2008-04-29m32r: use KBUILD_DEFCONFIGAdrian Bunk2-863/+2
2008-04-17Generic semaphore implementationMatthew Wilcox3-191/+1
2008-02-09ide: introduce HAVE_IDESam Ravnborg1-0/+1
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin1-0/+4
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-08aout: mark arches that support A.OUT formatDavid Howells1-0/+3
2008-02-07m32r: build fix of arch/m32r/kernel/smpboot.cMathieu Desnoyers1-0/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle2-6/+10
2008-02-05timerfd: fix remaining architecturesAndrew Morton1-1/+1
2008-02-05m32r: remove dead config symbols from M32R codeJiri Olsa1-2/+2
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-3/+2
2008-02-03arch/m32r/: Spelling fixesJoe Perches1-1/+1
2008-02-03remove Documentation/smp.txtAdrian Bunk1-2/+1
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-2/+0
2008-02-03Add HAVE_OPROFILEMathieu Desnoyers1-0/+1
2008-02-01PCI: Kconfig help: don't refer to the PCI-HOWTOAdrian Bunk1-5/+0
2008-01-30spinlock: lockbreak cleanupNick Piggin1-0/+5
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg1-6/+6
2007-11-28m32r: Update sys_rt_sigsuspendHirokazu Takata1-10/+7
2007-11-28m32r: Add missing syscallsHirokazu Takata1-0/+40
2007-10-20spelling fixes: arch/m32r/Simon Arlott5-15/+15
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2-24/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-4/+4
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig1-39/+3
2007-10-16M32R: cleanup struct irqaction initializersThomas Gleixner1-2/+6
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-8/+0
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-3/+3
2007-09-06m32r: Rename STI/CLI macrosHirokazu Takata1-8/+8
2007-09-06m32r: build fix of entry.SHirokazu Takata1-2/+2
2007-09-03m32r: Separate syscall table from entry.SHirokazu Takata2-287/+290
2007-09-03m32r: Cosmetic updates of arch/m32r/kernel/entry.SHirokazu Takata1-15/+7
2007-09-03m32r: Exit ei_handler directly for no IRQ case or IPI operationsHirokazu Takata1-2/+1
2007-09-03m32r: Simplify ei_handler codeHirokazu Takata1-202/+39
2007-09-03m32r: Define symbols to unify platform-dependent ICU checksHirokazu Takata1-0/+20
2007-09-03m32r: Move dot.gdbinit filesHirokazu Takata10-0/+0
2007-09-03m32r: Rearrange platform-dependent codesHirokazu Takata27-28/+37
2007-09-03m32r: Add defconfig file for the usrv platform.Hirokazu Takata1-0/+774
2007-09-03m32r: Update defconfig files for 2.6.23-rc1Hirokazu Takata12-2669/+1244
2007-09-03m32r: Move defconfig files to arch/m32r/configs/Hirokazu Takata11-0/+0
2007-07-30m32r: build fix for removing fs.h from mm.hHirokazu Takata3-0/+3
2007-07-26m32r: Fix ei_tx_timeout() in drivers/net/lib8390.cHirokazu Takata1-2/+3
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-1/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare1-1/+0
2007-07-19define new percpu interface for shared dataFenghua Yu1-4/+1
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-9/+3
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-6/+1
2007-07-16dma-mapping: prevent dma dependent code from linking on !HAS_DMA archsDan Williams1-0/+3
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+1
2007-05-11m32r: fix tme_handler to check _PAGE_PRESENT bitHirokazu Takata1-9/+13
2007-05-11m32r: fix switch_to macro to push/pop frame pointer if neededHirokazu Takata1-0/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap6-6/+0
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-1/+1
2007-02-17Various typo fixes.Robert P. J. Day1-2/+2
2007-02-12[PATCH] Dynamic kernel command-line: m32rAlon Bar-Lev1-3/+3
2007-02-11[PATCH] sort the devres mess outAl Viro1-0/+3
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev2-52/+0
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-8/+0
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman1-0/+4
2007-02-11[PATCH] m32r: cosmetic updates and trivial fixesHirokazu Takata9-23/+3
2007-02-11[PATCH] m32r: fix kernel entry address of vmlinuxHirokazu Takata2-2/+5
2007-02-11[PATCH] m32r: update defconfig files for v2.6.19Hirokazu Takata12-1382/+4433
2007-02-11[PATCH] m32r: fix do_page_fault and update_mmu_cacheHirokazu Takata1-21/+19
2007-02-11[PATCH] m32r: build fix for processors without ISA_DSP_LEVEL2Hirokazu Takata2-23/+5
2007-02-11[PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMAChristoph Lameter1-0/+4
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy1-1/+1
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-0/+8
2006-12-08[PATCH] m32r: bootloader support for OPSPUT platformHirokazu Takata3-13/+82
2006-12-08[PATCH] m32r: fix ace_handler to pass full 32-bit addressHirokazu Takata2-4/+2
2006-12-08[PATCH] m32r: make userspace headers platform-independentHirokazu Takata1-36/+29
2006-12-07[PATCH] initrd: remove unused false condition for initrd_startHenry Nestler2-6/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-12-02[NET]: M32R checksum annotations and cleanups.Al Viro1-7/+5
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-11[PATCH] m32r: more __user annotationsAl Viro1-3/+3
2006-10-11[PATCH] m32r: NULL noise removalAl Viro3-10/+10
2006-10-11[PATCH] m32r: signal __user annotationsAl Viro1-3/+3
2006-10-11[PATCH] m32r: C99 initializers in setup.cAl Viro1-4/+4
2006-10-07[PATCH] m32r pt_regs fixesAl Viro3-11/+17
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+20
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-1/+1
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-01[PATCH] Generic ioremap_page_range: m32r conversionHaavard Skinnemoen1-86/+7
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-10/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-07-02[PATCH] irq-flags: M32R: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel47-47/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar9-76/+76
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-04-19[PATCH] m32r: update switch_to macro for tuningHirokazu Takata1-3/+3
2006-04-19[PATCH] m32r: mappi3 reboot supportHirokazu Takata1-0/+4
2006-04-19[PATCH] m32r: Fix pt_regs for !COFNIG_ISA_DSP_LEVEL2 targetHirokazu Takata2-30/+23
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-2/+0
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto1-0/+5
2006-04-11[PATCH] m32r: Remove symbols exported twiceHirokazu Takata1-23/+0
2006-04-11[PATCH] m32r: security fix of {get,put}_user macrosHirokazu Takata4-178/+2
2006-04-11[PATCH] m32r: Fix cpu_possible_map and cpu_present_map initialization for SMP...Hirokazu Takata2-16/+15
2006-03-27[PATCH] unify PFN_* macrosDave Hansen3-0/+3
2006-03-27[PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki1-6/+0
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-1/+1
2006-03-26[PATCH] bitops: m32r: use generic bitopsAkinobu Mita1-0/+8
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+4
2006-03-25[PATCH] kconfig: clarify memory debug optionsAndrew Morton1-1/+1
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-6/+4
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith1-1/+4
2006-02-24[PATCH] m32r: fix and update for gcc-4.0Hirokazu Takata2-16/+12
2006-02-24[PATCH] m32r: enable asm code optimizationHirokazu Takata1-3/+3
2006-02-20[PATCH] m32r: update sys_tas() routineHirokazu Takata1-27/+34
2006-02-07[PATCH] drive_info removal outside of arch/i386Al Viro2-11/+0
2006-01-12[PATCH] m32r: task_pt_regs(), task_stack_page(), task_thread_info()Al Viro3-26/+6
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org2-11/+0
2006-01-10[PATCH] "tiny-make-id16-support-optional" fixesAdrian Bunk1-4/+0
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman1-0/+4
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-17/+5
2006-01-06[PATCH] m32r: Remove unnecessary icu_data_t definitionsHirokazu Takata8-52/+0
2006-01-06[PATCH] m32r: Fix M32104 cache flushing routinesHirokazu Takata2-10/+33
2006-01-06[PATCH] m32r: Update _port2addr to use NONCACHE_OFFSETHirokazu Takata7-62/+71
2006-01-06[PATCH] m32r: Support M32104UT target platformHirokazu Takata11-11/+1185
2006-01-06[PATCH] m32r: trivial fix to remove unused instructionsHirokazu Takata1-2/+0
2005-11-28[PATCH] m32r: M3A-2170(Mappi-III) IDE supportHirokazu Takata2-26/+48