aboutsummaryrefslogtreecommitdiff
path: root/arch/cris
AgeCommit message (Expand)AuthorFilesLines
2008-04-29cris: use non-racy method for /proc/system_profile creationGravatar Denis V. Lunev 1-2/+2
2008-04-28cris: remove redundant display of free swap space in show_mem()Gravatar Johannes Weiner 1-1/+0
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 3-138/+1
2008-03-04cris: correct usage of __user for copy to and from user space in lib/usercopy...Gravatar Jesper Nilsson 2-2/+2
2008-03-04CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4Gravatar Jesper Nilsson 2-317/+345
2008-03-04CRIS v10: Include mm.h instead of vmstat.h in kernel/time.cGravatar Jesper Nilsson 1-1/+1
2008-02-14cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gccGravatar Jesper Nilsson 2-391/+404
2008-02-09ide: introduce HAVE_IDEGravatar Sam Ravnborg 1-0/+1
2008-02-08Merge branch 'cris' of git://www.jni.nu/crisGravatar Linus Torvalds 124-6754/+13323
2008-02-08avoid overflows in kernel/time.cGravatar H. Peter Anvin 1-0/+4
2008-02-08procfs: constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2008-02-08CRIS v32: Change drivers/i2c.c locking.Gravatar Jesper Nilsson 1-49/+12
2008-02-08CRIS v32: Rewrite ARTPEC-3 gpio driver to avoid volatiles and general cleanup.Gravatar Jesper Nilsson 1-174/+174
2008-02-08CRIS: Add new timerfd syscall entries.Gravatar Jesper Nilsson 2-2/+6
2008-02-08CRIS v32: Correct spelling of bandwidth in function name.Gravatar Jesper Nilsson 2-4/+4
2008-02-08CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS.Gravatar Jesper Nilsson 2-20/+24
2008-02-08CRIS v10: Cleanup of drivers/gpio.cGravatar Jesper Nilsson 1-32/+29
2008-02-08CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.Gravatar Jesper Nilsson 3-31/+15
2008-02-08CRIS: Drop regs parameter from call to profile_tick in kernel/time.cGravatar Jesper Nilsson 1-1/+1
2008-02-08CRIS v32: Fix minor formatting issue in mach-a3/io.cGravatar Jesper Nilsson 1-2/+1
2008-02-08CRIS v32: Initialize GIO even if we're rambooting in kernel/head.SGravatar Jesper Nilsson 1-0/+2
2008-02-08CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory.Gravatar Jesper Nilsson 1-296/+0
2008-02-08CRIS: Add sched_clock to kernel/time.cGravatar Jesper Nilsson 1-4/+9
2008-02-08CRIS: Register cpus in kernel/setup.cGravatar Jesper Nilsson 1-8/+21
2008-02-08CRIS: Remove include of linux/init.h, not needed anymore.Gravatar Jesper Nilsson 1-1/+0
2008-02-08CRIS: Remove CONFIG_NO_IOMEM from ARTPEC-3 default config.Gravatar Jesper Nilsson 1-1/+0
2008-02-08CRIS: Remove useless CVS log from kernel/ptrace.cGravatar Jesper Nilsson 1-56/+2
2008-02-08CRIS: Remove useless CVS id and log from kernel/process.cGravatar Jesper Nilsson 1-101/+2
2008-02-08CRIS: Add configuration possibility for using kmalloc for modules.Gravatar Jesper Nilsson 1-3/+11
2008-02-08CRIS: Remove CONFIG_NO_IOMEM from default configs.Gravatar Jesper Nilsson 2-2/+0
2008-02-08CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.SGravatar Jesper Nilsson 1-37/+37
2008-02-08CRIS v32: Avoid work when switching between tasks with shared memory descript...Gravatar Jesper Nilsson 1-28/+28
2008-02-08CRIS v32: Add workaround for MMU hardware bug for ETRAX FS in mm/mmu.SGravatar Jesper Nilsson 1-12/+81
2008-02-08CRIS v32: Fix bug in internal memory allocator mm/intmem.cGravatar Jesper Nilsson 1-17/+31
2008-02-08CRIS v32: Change name of simulator config to CONFIG_ETRAX_VCS_SIM in mm/init.cGravatar Jesper Nilsson 1-6/+2
2008-02-08CRIS v32: Change lib/spinlock.S to use byte operations instead of dwords.Gravatar Jesper Nilsson 3-143/+5
2008-02-08CRIS v32: Move hw_settings.S to machine specific directories for ETRAX FS and...Gravatar Jesper Nilsson 1-72/+0
2008-02-08CRIS v32: Update lib/checksum.S and lib/checksumcopy.SGravatar Jesper Nilsson 2-98/+43
2008-02-08CRIS v32: Add lib/delay to build.Gravatar Jesper Nilsson 1-1/+2
2008-02-08CRIS v32: Add precise delay loops for ETRAX FS and ARTPEC-3.Gravatar Jesper Nilsson 1-0/+28
2008-02-08CRIS v32: Update vcs_hook.c for ETRAX FS.Gravatar Jesper Nilsson 2-66/+70
2008-02-08CRIS v32: Move vcs_hook to machine specific directory.Gravatar Jesper Nilsson 2-70/+66
2008-02-08CRIS v32: Update kernel/smp.c for CRIS v32.Gravatar Jesper Nilsson 1-10/+21
2008-02-08CRIS v32: Update signal handling in kernel/signal.cGravatar Jesper Nilsson 1-88/+56
2008-02-08CRIS v32: Update boot/rescue/rescue.ldGravatar Jesper Nilsson 1-7/+30
2008-02-08CRIS v10: Update drivers/gpio.c, fix locking and general improvements.Gravatar Jesper Nilsson 1-359/+228
2008-02-08CRIS v32: Change names of config variable and register field for data available.Gravatar Jesper Nilsson 1-6/+6
2008-02-08CRIS v32: Change debug and formatting in kernel/fasttimer.cGravatar Jesper Nilsson 1-9/+7
2008-02-08CRIS v32: Update kernel/crisksyms.cGravatar Jesper Nilsson 1-1/+6
2008-02-08CRIS v32: Remove config ifdef around init function for drivers/sync_serial.cGravatar Jesper Nilsson 1-5/+1