aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v10/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-21CRIS: add missed local_irq_restore callCyrill Gorcunov1-0/+1
2008-01-14CRIS v10: kernel/time.c needs to include linux/vmstat.h to compileJesper Nilsson1-0/+1
2008-01-14CRIS v10: correct do_signal to fix oops and clean up signal handling in generalJesper Nilsson1-139/+112
2007-11-14CRISv10 fasttimer: Scrap INLINE and name timeval_cmp betterJesper Nilsson1-9/+7
2007-11-14CRISv10 improve and bugfix fasttimerJesper Nilsson1-201/+114
2007-11-14CRISv10: fix timer interrupt parametersJesper Nilsson1-4/+7
2007-11-14cris: ARRAY_SIZE() cleanupAlex Unleashed2-3/+3
2007-11-14cris build fixes: setup.c needs param.hJesper Nilsson1-0/+1
2007-11-14cris build fixes: corrected and improved NMI and IRQ handlingJesper Nilsson2-23/+77
2007-11-14cris build fixes: Add missing syscallsJesper Nilsson1-0/+36
2007-10-20spelling fixes: arch/cris/Simon Arlott5-5/+5
2007-10-19Spelling fix: explicitlyJean Delvare2-2/+2
2007-10-16CRIS: cleanup struct irqaction initializersThomas Gleixner1-2/+6
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-6/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-12/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-02-11[PATCH] CRIS: local_irq_disable() is redundant after local_irq_save()Jiri Kosina1-1/+0
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-1/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-07-02[PATCH] irq-flags: CRIS: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel10-10/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-02-07[PATCH] fallout from ptrace consolidation patch: cris/arch-v10Al Viro1-4/+4
2006-01-12[PATCH] cris: task_pt_regs()Al Viro2-4/+4
2006-01-06[PATCH] cris: kgdb: remove double_this()Alexey Dobriyan1-6/+0
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-49/+2
2005-11-07[PATCH] cris: "extern inline" -> "static inline"Adrian Bunk1-1/+1
2005-09-09kbuild: cris use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-1/+1
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-07-27[PATCH] CRIS update: updates for 2.6.12Mikael Starvik1-2/+7
2005-07-27[PATCH] CRIS update: misc patchesMikael Starvik3-23/+51
2005-07-27[PATCH] CRIS update: IRQMikael Starvik1-33/+43
2005-07-27[PATCH] CRIS update: I/O and DMA allocatorMikael Starvik4-72/+1223
2005-07-27[PATCH] CRIS update: driversMikael Starvik2-28/+32
2005-07-27[PATCH] CRIS update: debugMikael Starvik1-15/+22
2005-07-27[PATCH] CRIS update: consoleMikael Starvik1-77/+196
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds16-0/+7179