aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850
AgeCommit message (Expand)AuthorFilesLines
2004-07-04[PATCH] v850: Return value from no_action in irq.cMiles Bader1-3/+6
2004-07-04[PATCH] v850: Get rid of lvalue-casts in memset.c to make gcc happyMiles Bader1-9/+16
2004-06-29[PATCH] Translate Japanese comments in arch/v850Kalin Rumenov Kozhuharov2-7/+7
2004-06-26[PATCH] ARM COMMAND_LINE_SIZE build fixRussell King1-2/+3
2004-06-25[PATCH] v850: add missing end-of-line backslash to vmlinux.lds.SMiles Bader1-3/+3
2004-06-23[PATCH] make irqaction use a cpu maskAndrew Morton3-3/+3
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton1-2/+2
2004-06-17[PATCH] RLIM: add rlimit entry for POSIX mqueue allocationChris Wright1-0/+1
2004-05-14[PATCH] H8/300: ldscripts fixAndrew Morton1-0/+1
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton1-2/+2
2004-04-21[PATCH] remove show_trace_task()Andrew Morton1-7/+0
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton3-5/+4
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton1-6/+31
2004-02-24[PATCH] add syscalls.hAndrew Morton1-0/+1
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul1-2/+2
2004-02-19Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-18/+0
2004-02-19[PATCH] v850 ptrace.c task_struct leakAndrew Morton1-1/+1
2004-02-18[PATCH] add clock_was_set() to all architecturesAndrew Morton1-0/+1
2004-02-17[PATCH] move CONFIG_HOTPLUG to init/KconfigBartlomiej Zolnierkiewicz1-18/+0
2004-02-07[PATCH] v850: Add some #includes for the v850 to eliminate some compiler warn...Andrew Morton3-2/+5
2003-12-29[PATCH] seq_file version of /proc/interruptsAndrew Morton1-8/+10
2003-10-21[PATCH] v850: Use irqreturn_t on rte-me2-cb platformAndrew Morton1-2/+7
2003-10-21[PATCH] v850: Don't reserve root-filesystem memory twiceAndrew Morton4-55/+0
2003-10-21[PATCH] v850: Workaround for tty-driver init-order problemAndrew Morton1-1/+8
2003-10-07[PATCH] Changes to v850 platform linker-script fragmentsMiles Bader14-74/+65
2003-10-07[PATCH] Update v850 Kconfig debugging menuMiles Bader1-21/+11
2003-10-07[PATCH] Add sched_clock on v850Miles Bader1-0/+8
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo11-0/+68
2003-09-25[NET]: Consolidate ax25/isdn/bluetooth Kconfig inclusion.Christoph Hellwig1-6/+0
2003-08-31[PATCH] kill CONFIG_KCORE_AOUTAndrew Morton1-8/+0
2003-08-31[PATCH] Give v850 its own version of the vmlinux.lds.h RODATA macroMiles Bader1-1/+25
2003-08-05kbuild: Move generation of vmlinux.lds.s into arch/.../kernelKai Germaschewski2-1/+1
2003-08-02[PATCH] move "config SOUND" to sound/KconfigBartlomiej Zolnierkiewicz1-34/+0
2003-08-01[PATCH] janitor: convert to pci_name()Randy Dunlap1-2/+2
2003-07-25[PATCH] Update v850 README fileMiles Bader1-10/+20
2003-07-25[PATCH] Remove <asm-v850/setup.h>Miles Bader2-2/+0
2003-07-25[PATCH] usr/: Updated .incbin supportSam Ravnborg1-1/+0
2003-07-17[PATCH] On v850, use a long jump to start_kernelMiles Bader1-4/+11
2003-07-17[PATCH] Update AS85EP1 port on v850Miles Bader1-4/+2
2003-07-17[PATCH] Rename config option CONFIG_V850E_MA1_HIGHRES_TIMER on v850Miles Bader1-2/+2
2003-07-17[PATCH] v850 miscellaneaMiles Bader1-3/+1
2003-07-17[PATCH] Update v850 config/makefileMiles Bader2-41/+70
2003-07-17[PATCH] Add v850 `sim85e2s' port, and cleanup v850e2 codeMiles Bader6-64/+263
2003-07-17[PATCH] Add v850 RTE-V850E/ME2-CB portMiles Bader4-0/+417
2003-07-17[PATCH] Cleanup v850 cache-flushing code a bitMiles Bader1-57/+52
2003-07-17[PATCH] Refactor v850 UART driverMiles Bader3-21/+1
2003-07-17[PATCH] Rename `nb85e' to `v850e' on v850Miles Bader13-94/+93
2003-07-10[PATCH] show_stack changes for v850Miles Bader1-5/+15
2003-07-10[PATCH] More irqreturn_t changes for v850Miles Bader3-5/+12
2003-06-25[PATCH] Make SCSI selfcontainedMatthew Wilcox1-9/+0
2003-06-18DRIVER: add drivers/base/Kconfig to all arch main Kconfig files.Greg Kroah-Hartman1-0/+2
2003-06-17[PATCH] Add linker script support for v850 "rte_nb85e_cb" platformMiles Bader1-0/+10
2003-06-17[PATCH] Add .con_initcall.init section on v850Miles Bader1-1/+4
2003-06-17[PATCH] Consolidate Kconfigs for binfmtsMatthew Wilcox1-10/+1
2003-06-14[PATCH] v850: fix do_settimeofday() for new APIAndrew Morton1-5/+9
2003-06-14[PATCH] ide: move "config IDE" to drivers/ide/KconfigBartlomiej Zolnierkiewicz1-10/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro2-38/+56
2003-06-11[PATCH] tty_driver refcountingAlexander Viro2-16/+2
2003-06-11[PATCH] tty_driver refcountingAlexander Viro2-6/+0
2003-06-07[PATCH] all archs: Replace O_TARGET with lib-ySam Ravnborg1-2/+1
2003-06-05[PATCH] IRQs: fix up irq_desc initialisation for non-ia32Andrew Morton1-2/+6
2003-06-04[PATCH] PCI: remove usage of pci_for_each_dev() in arch/v850/kernel/rte_mb_a_...Greg Kroah-Hartman1-2/+2
2003-06-03PCI Hotplug: move drivers/hotplug/* to drivers/pci/hotplug/*Greg Kroah-Hartman1-1/+1
2003-05-27[PATCH] Update irq.c on v850 to use irqreturn_tMiles Bader1-2/+2
2003-05-27[PATCH] Add v850 support for hardware single-step (via ptrace)Miles Bader2-94/+310
2003-05-27[PATCH] Whitespace and comment cleanups for v850 entry.SMiles Bader1-49/+51
2003-05-27[PATCH] Add leading underline to new linker-script symbols on the v850Miles Bader1-2/+2
2003-05-27[PATCH] Handle new do_fork return value on v850Miles Bader2-21/+22
2003-05-27[PATCH] Miscellaneous v850 whitespace and comment cleanupsMiles Bader8-14/+11
2003-05-27[PATCH] Include <linux/fs.h> in arch/v850/kernel/rte_cb_leds.cMiles Bader1-2/+3
2003-05-27[PATCH] Remove some unneeded register saving on the v850Miles Bader1-3/+2
2003-05-12[PATCH] implement module_arch_cleanup() in all architecturesAndrew Morton1-0/+5
2003-04-24[PATCH] console cleanup (2/2)Alexander Viro2-4/+8
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap1-1/+1
2003-04-12[PATCH] Put all functions in kallsymsAndrew Morton1-0/+4
2003-04-07[PATCH] On the v850/nb85e, acknowledge interrupts immediately after handling ...Miles Bader1-3/+39
2003-04-07[PATCH] v850 updatesAlan Cox15-64/+471
2003-03-30[SOFTIRQ]: Move softirq implementation to common area, add debug check.David S. Miller1-1/+0
2003-03-16Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds1-36/+12
2003-03-16[PCI] pci-9: Kill per-architecture pcibios_update_resource()Russell King1-35/+12
2003-03-16[PCI] pci-7: Remove second argument to pcibios_update_resource()Russell King1-2/+1
2003-03-15MergeKai Germaschewski2-8/+4
2003-03-10kbuild: Introduced extra-y, as replacement for EXTRA_TARGETSSam Ravnborg1-1/+1
2003-03-08[PATCH] protect 'action' in show_interruptsAndrew Morton1-3/+6
2003-03-08[PATCH] move CONFIG_SWAP aroundAndrew Morton1-3/+0
2003-03-08kbuild/all arch: Use filechk rule for offsets generationSam Ravnborg1-7/+3
2003-02-25[PATCH] Spelling fixes: weirdMichael Hayes1-1/+1
2003-02-25[PATCH] Spelling fixes: doesn'tMichael Hayes1-1/+1
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton1-1/+1
2003-02-24[PATCH] Spelling fixes for relevent -> relevantSteven Cole2-2/+2
2003-02-18[PATCH] Force v850 interrupt vector parts into their correct locationsMiles Bader1-0/+3
2003-02-18[PATCH] Add a v850 config option to pass illegal insn traps to the kernelMiles Bader2-2/+10
2003-02-18[PATCH] v850 kernel entry fixes and cleanupMiles Bader3-262/+251
2003-02-18[PATCH] Set child process initial stack-pointers correctly on the v850Miles Bader1-4/+20
2003-02-18[PATCH] Add v850 version of `init_irq_proc' for sysctlMiles Bader1-2/+8
2003-02-18[PATCH] Fix up some left-over sig->sighand issues on the v850Miles Bader2-5/+6
2003-02-18[PATCH] spelling fix for interupt -> interruptSteven Cole1-1/+1
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz1-0/+1
2003-02-10[SIGNAL]: Allow more platforms to use generic get_signal_to_deliver.David S. Miller1-1/+1
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-1/+1
2003-02-09[PATCH] fix spelling of kernel in arch_v850_kernel_mach.hRusty Russell1-1/+1
2003-02-07[PATCH] signal locking updateChris Wedgwood1-10/+10
2003-02-06[PATCH] Spelling fixes for consistent, dependent, persistentSteven Cole1-2/+2
2003-02-04[PATCH] seqlock for xtimeStephen Hemminger1-13/+15
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-26kbuild/all archs: Replace HEAD with head-ySam Ravnborg1-1/+1
2003-01-14Consolidate read-only sections in arch/*/vmlinux.lds.SKai Germaschewski1-10/+2
2003-01-14Module Sanity CheckKai Germaschewski1-0/+1
2003-01-13[PATCH] Use `--unique=.gnu.linkonce.this_module' linker flag for modules on v850Miles Bader1-2/+7
2003-01-12[MODULES] Centralize undefined symbol checks; handle undef weak.Richard Henderson1-10/+3
2003-01-10[PATCH] Add support for ROM kernel on v850 AS85EP1 targetMiles Bader1-10/+20
2003-01-10[PATCH] Add __gpl_ksymtab section to v850 linker scriptMiles Bader1-2/+5
2003-01-10[PATCH] Update v850 module support for 2.5.55Miles Bader1-18/+32
2003-01-10[PATCH] Small update to arch/v850/READMEMiles Bader1-2/+1
2003-01-01[PATCH] remove net config from arch-v850Tomas Szepe1-41/+0
2003-01-01[PATCH] Modules 2/3: Use sh_addr instead of sh_offsetRusty Russell1-3/+3
2002-12-20[PATCH] Reduce redundancy in v850 linker scriptsMiles Bader11-1114/+372
2002-12-20[PATCH] Pass extra signal handler args correctly on the v850Miles Bader1-12/+13
2002-12-20[PATCH] Add v850 support for `sys_restart_syscall'Miles Bader2-14/+23
2002-12-20[PATCH] Update v850 includes for slimmed-down sched.hMiles Bader6-5/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (1/3)Brian Gerst3-8/+0
2002-11-27MergeJames Simmons1-35/+0
2002-11-26[PATCH] Shrink v850 exception-trap handling code a bitMiles Bader2-40/+26
2002-11-26[PATCH] Change type of v850 function `gbus_int_disable_irqs' to voidMiles Bader1-1/+1
2002-11-26[PATCH] Give a compile-time error on the v850 if MAX_ORDER is too largeMiles Bader1-0/+10
2002-11-26[PATCH] Make the v850 leds driver's seek routine always return a valueMiles Bader1-3/+5
2002-11-26[PATCH] Update make variable used by initramfs `binary blob' creation on v850Miles Bader1-3/+4
2002-11-26[PATCH] Tweak some v850 name stringsMiles Bader1-1/+1
2002-11-26[PATCH] Random whitespace tweaks in v850 filesMiles Bader1-1/+1
2002-11-26[PATCH] Update includes in v850 files to reflect recent header changesMiles Bader1-3/+2
2002-11-26[PATCH] Update v850 to use kstat_cpu in irqs.cMiles Bader1-1/+1
2002-11-26[PATCH] Update v850 usage of do_fork to supply new argsMiles Bader1-1/+1
2002-11-26[PATCH] Add v850 support for initramfsMiles Bader7-3/+41
2002-11-26[PATCH] Random minor fixes for v850 `anna' platformMiles Bader1-7/+10
2002-11-26[PATCH] Add support for AS85EP1 platform to v850 archMiles Bader5-0/+395
2002-11-26[PATCH] Add v850 versions of dump_stack and show_stackMiles Bader2-43/+73
2002-11-26[PATCH] Add v850 support for new module loaderMiles Bader4-5/+232
2002-11-26[PATCH] Add asm macros on v850 so the size of asm data objects can be recordedMiles Bader2-5/+5
2002-11-26[PATCH] Fix some minor type problems in v850 codeMiles Bader6-16/+17
2002-11-26[PATCH] Consolidate various v850 platform banner printksMiles Bader6-26/+3
2002-11-10Merge bk://fbdev@bkbits.net/fbdev-2.5James Simmons1-35/+0
2002-11-10[PATCH] C99 designated initializers for arch/v850Art Haas3-15/+15
2002-11-08Auto merged except for parisc Kconfig. I have to sync by hand.James Simmons1-35/+0
2002-11-07[PATCH] kconfig documentation updateRoman Zippel1-1/+1
2002-11-06Moved stuff into drivers/video/console.James Simmons1-35/+0
2002-10-31[PATCH] arch specific files for MMUless NEC v850 portAlan Cox58-0/+9468