aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2-6/+6
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask-for-cris into for-nextJesper Nilsson1-5/+5
2009-04-02cris: convert obsolete hw_interrupt_type to struct irq_chipThomas Gleixner1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell2-2/+0
2009-03-16cpumask: use mm_cpumask() wrapper: crisRusty Russell1-3/+3
2009-03-16cpumask: Use accessors code.: crisRusty Russell1-2/+2
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens1-1/+1
2009-01-06trivial: fix singal -> signal typoFrederik Schwarzer1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-2/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-4/+0
2008-10-31[CRIS] Remove links from CRIS buildJesper Nilsson1-3/+17
2008-10-31[CRIS] Merge asm-offsets.c for both arches into one file.Jesper Nilsson1-49/+0
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson10-23/+23
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-2/+0
2008-07-26cris: use the common ascii hex helpersHarvey Harrison1-47/+13
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-3/+2
2008-02-08CRIS: Add new timerfd syscall entries.Jesper Nilsson1-1/+3
2008-02-08CRIS v32: Initialize GIO even if we're rambooting in kernel/head.SJesper Nilsson1-0/+2
2008-02-08CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory.Jesper Nilsson1-296/+0
2008-02-08CRIS v32: Change lib/spinlock.S to use byte operations instead of dwords.Jesper Nilsson2-138/+0
2008-02-08CRIS v32: Update kernel/smp.c for CRIS v32.Jesper Nilsson1-10/+21
2008-02-08CRIS v32: Update signal handling in kernel/signal.cJesper Nilsson1-88/+56
2008-02-08CRIS v32: Change names of config variable and register field for data available.Jesper Nilsson1-6/+6
2008-02-08CRIS v32: Change debug and formatting in kernel/fasttimer.cJesper Nilsson1-9/+7
2008-02-08CRIS v32: Update kernel/crisksyms.cJesper Nilsson1-1/+6
2008-02-08CRIS v32: Update and improve kernel/time.cJesper Nilsson1-98/+139
2008-02-08CRIS v32: Update and improve kernel/traps.cJesper Nilsson1-78/+114
2008-02-08CRIS v32: Minor updates to kernel/process.cJesper Nilsson1-9/+5
2008-02-08CRIS v32: Update and simplify kernel/irq.c.Jesper Nilsson1-81/+193
2008-02-08CRIS v32: Update kernel/head.SJesper Nilsson1-88/+114
2008-02-08CRIS v32: Update and improve fasttimer.cJesper Nilsson1-324/+195
2008-02-08CRIS v32: Update debugport.Jesper Nilsson1-299/+43
2008-02-08CRIS v32: Fixup kernel Makefile.Jesper Nilsson1-3/+2
2008-02-08CRIS v32: Update entry.S to working order.Jesper Nilsson1-18/+63
2008-02-08CRIS v32: Whitespace and formatting changes for kernel/ptrace.cJesper Nilsson1-4/+6
2008-02-08CRIS v32: Add new machine dependent files for Etrax-FS and Artpec-3.Jesper Nilsson2-377/+0
2007-11-14CRISv32: add cache flush operationsJesper Nilsson2-0/+127
2007-11-14cris: ARRAY_SIZE() cleanupAlex Unleashed2-5/+3
2007-10-20spelling fixes: arch/cris/Simon Arlott7-11/+11
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-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07CRIS: remove code related to pre-2.2 kernelRobert P. J. Day1-28/+2
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-10-02[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks1-0/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1