summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds2008-07-204-9/+3
|\
| * Merge branch 'build_fix' into crisJesper Nilsson2008-07-012-2/+2
| |\
| | * [CRIS] Correct image makefiles to allow using a separate OBJ-directory.Jesper Nilsson2008-06-302-2/+2
| * | Merge branch 'pcf8563_mutex_spinlock' into crisJesper Nilsson2008-06-291-1/+1
| |\ \ | | |/ | |/|
| | * It looks at least odd to apply spin_unlock to a mutex.Julia Lawall2008-06-291-1/+1
| * | [CRIS] Build fixes for compressed and rescue images for v10 and v32:Jesper Nilsson2008-06-293-6/+0
| |/
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-3/+2
|\ \
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-3/+2
| |/
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-202-1/+4
* | Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-1/+1
* | cris: cdev lock_kernel() pushdownJonathan Corbet2008-05-183-14/+28
|/
* cris: correct usage of __user for copy to and from user space in lib/usercopy...Jesper Nilsson2008-03-041-1/+1
* CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4Jesper Nilsson2008-03-041-154/+171
* cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gccJesper Nilsson2008-02-141-196/+202
* CRIS v32: Change drivers/i2c.c locking.Jesper Nilsson2008-02-081-49/+12
* CRIS v32: Rewrite ARTPEC-3 gpio driver to avoid volatiles and general cleanup.Jesper Nilsson2008-02-081-174/+174
* CRIS: Add new timerfd syscall entries.Jesper Nilsson2008-02-081-1/+3
* CRIS v32: Correct spelling of bandwidth in function name.Jesper Nilsson2008-02-082-4/+4
* CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS.Jesper Nilsson2008-02-082-20/+24
* CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.Jesper Nilsson2008-02-081-16/+0
* CRIS v32: Fix minor formatting issue in mach-a3/io.cJesper Nilsson2008-02-081-2/+1
* CRIS v32: Initialize GIO even if we're rambooting in kernel/head.SJesper Nilsson2008-02-081-0/+2
* CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory.Jesper Nilsson2008-02-081-296/+0
* CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.SJesper Nilsson2008-02-081-37/+37
* CRIS v32: Avoid work when switching between tasks with shared memory descript...Jesper Nilsson2008-02-081-28/+28
* CRIS v32: Add workaround for MMU hardware bug for ETRAX FS in mm/mmu.SJesper Nilsson2008-02-081-12/+81
* CRIS v32: Fix bug in internal memory allocator mm/intmem.cJesper Nilsson2008-02-081-17/+31
* CRIS v32: Change name of simulator config to CONFIG_ETRAX_VCS_SIM in mm/init.cJesper Nilsson2008-02-081-6/+2
* CRIS v32: Change lib/spinlock.S to use byte operations instead of dwords.Jesper Nilsson2008-02-083-143/+5
* CRIS v32: Move hw_settings.S to machine specific directories for ETRAX FS and...Jesper Nilsson2008-02-081-72/+0
* CRIS v32: Update lib/checksum.S and lib/checksumcopy.SJesper Nilsson2008-02-082-98/+43
* CRIS v32: Add lib/delay to build.Jesper Nilsson2008-02-081-1/+2
* CRIS v32: Add precise delay loops for ETRAX FS and ARTPEC-3.Jesper Nilsson2008-02-081-0/+28
* CRIS v32: Update vcs_hook.c for ETRAX FS.Jesper Nilsson2008-02-082-66/+70
* CRIS v32: Move vcs_hook to machine specific directory.Jesper Nilsson2008-02-082-70/+66
* CRIS v32: Update kernel/smp.c for CRIS v32.Jesper Nilsson2008-02-081-10/+21
* CRIS v32: Update signal handling in kernel/signal.cJesper Nilsson2008-02-081-88/+56
* CRIS v32: Update boot/rescue/rescue.ldJesper Nilsson2008-02-081-7/+30
* CRIS v32: Change names of config variable and register field for data available.Jesper Nilsson2008-02-081-6/+6
* CRIS v32: Change debug and formatting in kernel/fasttimer.cJesper Nilsson2008-02-081-9/+7
* CRIS v32: Update kernel/crisksyms.cJesper Nilsson2008-02-081-1/+6
* CRIS v32: Remove config ifdef around init function for drivers/sync_serial.cJesper Nilsson2008-02-081-5/+1
* CRIS v32: Remove drivers/gpio.c, now exists as machine specific file.Jesper Nilsson2008-02-081-765/+0
* CRIS v32: Update driver for RTC chip pcf8563.Jesper Nilsson2008-02-081-133/+163
* CRIS v32: Remove drivers/nandflash.h, now exists as machine specific file.Jesper Nilsson2008-02-081-156/+0
* CRIS v32: ETRAX FS Change name of LED macros in drivers/mach-fs/gpio.c to avo...Jesper Nilsson2008-02-081-8/+8
* CRIS v32: Change name of LED macros in drivers/mach-a3/gpio.c to avoid collis...Jesper Nilsson2008-02-081-7/+7
* CRIS v32: Change include path for hwregs in drivers/iop_fw_load.cJesper Nilsson2008-02-081-8/+8
* CRIS v32: Rewrite of stream co-processor driver for ETRAX FS and ARTPEC-3Jesper Nilsson2008-02-081-50/+54
* CRIS v32: Replace build flags in boot/rescue/MakefileJesper Nilsson2008-02-081-4/+4
OpenPOWER on IntegriCloud