summaryrefslogtreecommitdiffstats
path: root/arch/cris
Commit message (Expand)AuthorAgeFilesLines
...
| * CRIS v10: Cleanup of drivers/gpio.cJesper Nilsson2008-02-081-32/+29Star
| * CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.Jesper Nilsson2008-02-083-31/+15Star
| * CRIS: Drop regs parameter from call to profile_tick in kernel/time.cJesper Nilsson2008-02-081-1/+1
| * CRIS v32: Fix minor formatting issue in mach-a3/io.cJesper Nilsson2008-02-081-2/+1Star
| * 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/+0Star
| * CRIS: Add sched_clock to kernel/time.cJesper Nilsson2008-02-081-4/+9
| * CRIS: Register cpus in kernel/setup.cJesper Nilsson2008-02-081-8/+21
| * CRIS: Remove include of linux/init.h, not needed anymore.Jesper Nilsson2008-02-081-1/+0Star
| * CRIS: Remove CONFIG_NO_IOMEM from ARTPEC-3 default config.Jesper Nilsson2008-02-081-1/+0Star
| * CRIS: Remove useless CVS log from kernel/ptrace.cJesper Nilsson2008-02-081-56/+2Star
| * CRIS: Remove useless CVS id and log from kernel/process.cJesper Nilsson2008-02-081-101/+2Star
| * CRIS: Add configuration possibility for using kmalloc for modules.Jesper Nilsson2008-02-081-3/+11
| * CRIS: Remove CONFIG_NO_IOMEM from default configs.Jesper Nilsson2008-02-082-2/+0Star
| * 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/+2Star
| * CRIS v32: Change lib/spinlock.S to use byte operations instead of dwords.Jesper Nilsson2008-02-083-143/+5Star
| * CRIS v32: Move hw_settings.S to machine specific directories for ETRAX FS and...Jesper Nilsson2008-02-081-72/+0Star
| * CRIS v32: Update lib/checksum.S and lib/checksumcopy.SJesper Nilsson2008-02-082-98/+43Star
| * 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/+66Star
| * 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/+56Star
| * CRIS v32: Update boot/rescue/rescue.ldJesper Nilsson2008-02-081-7/+30
| * CRIS v10: Update drivers/gpio.c, fix locking and general improvements.Jesper Nilsson2008-02-081-359/+228Star
| * 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/+7Star
| * 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/+1Star
| * CRIS v32: Remove drivers/gpio.c, now exists as machine specific file.Jesper Nilsson2008-02-081-765/+0Star
| * 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/+0Star
| * 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
| * CRIS v32: Replace build flags in boot/compressed/MakefileJesper Nilsson2008-02-081-3/+3
| * CRIS v10: Change name of low voltage read and set macros.Jesper Nilsson2008-02-081-2/+2
| * CRIS v32: Remove useless CVS id tag from boot/compressed/READMEJesper Nilsson2008-02-081-1/+0Star
| * CRIS v10: Remove duplicated folding of carry from lib/checksum.S, it is not n...Jesper Nilsson2008-02-081-7/+1Star
| * CRIS v10: Remove duplicated folding of carry from lib/checksumcopy.S, it is n...Jesper Nilsson2008-02-081-7/+1Star
| * CRIS v10: Clear TIF_SYSCALL_TRACE flag in ptrace_disable in kernel/ptrace.cJesper Nilsson2008-02-081-0/+1
| * CRIS v10: Update kernel/io_interface_mux.cJesper Nilsson2008-02-081-107/+408
| * CRIS v10: Setup serial port 2 to avoid accidental TXD pulse on startup.Jesper Nilsson2008-02-081-178/+43Star