| Commit message (Expand) | Author | Files | Lines |
2008-02-08 | CRIS v32: Move vcs_hook to machine specific directory. | Jesper Nilsson | 2 | -70/+66 |
2008-02-08 | CRIS v32: Update kernel/smp.c for CRIS v32. | Jesper Nilsson | 1 | -10/+21 |
2008-02-08 | CRIS v32: Update signal handling in kernel/signal.c | Jesper Nilsson | 1 | -88/+56 |
2008-02-08 | CRIS v32: Update boot/rescue/rescue.ld | Jesper Nilsson | 1 | -7/+30 |
2008-02-08 | CRIS v10: Update drivers/gpio.c, fix locking and general improvements. | Jesper Nilsson | 1 | -359/+228 |
2008-02-08 | CRIS: Add support for ETRAX FS and ARTPEC-3 to etraxgpio.h | Jesper Nilsson | 1 | -18/+94 |
2008-02-08 | CRIS v32: Change names of config variable and register field for data available. | Jesper Nilsson | 1 | -6/+6 |
2008-02-08 | CRIS v32: Change debug and formatting in kernel/fasttimer.c | Jesper Nilsson | 1 | -9/+7 |
2008-02-08 | CRIS v32: Update kernel/crisksyms.c | Jesper Nilsson | 1 | -1/+6 |
2008-02-08 | CRIS v32: Remove config ifdef around init function for drivers/sync_serial.c | Jesper Nilsson | 1 | -5/+1 |
2008-02-08 | CRIS v32: Remove drivers/gpio.c, now exists as machine specific file. | Jesper Nilsson | 1 | -765/+0 |
2008-02-08 | CRIS v32: Update driver for RTC chip pcf8563. | Jesper Nilsson | 1 | -133/+163 |
2008-02-08 | CRIS v32: Remove drivers/nandflash.h, now exists as machine specific file. | Jesper Nilsson | 1 | -156/+0 |
2008-02-08 | CRIS v32: ETRAX FS Change name of LED macros in drivers/mach-fs/gpio.c to avo... | Jesper Nilsson | 1 | -8/+8 |
2008-02-08 | CRIS v32: Change name of LED macros in drivers/mach-a3/gpio.c to avoid collis... | Jesper Nilsson | 1 | -7/+7 |
2008-02-08 | CRIS v32: Change include path for hwregs in drivers/iop_fw_load.c | Jesper Nilsson | 1 | -8/+8 |
2008-02-08 | CRIS v32: Rewrite of stream co-processor driver for ETRAX FS and ARTPEC-3 | Jesper Nilsson | 1 | -50/+54 |
2008-02-08 | CRIS v32: Replace build flags in boot/rescue/Makefile | Jesper Nilsson | 1 | -4/+4 |
2008-02-08 | CRIS v32: Replace build flags in boot/compressed/Makefile | Jesper Nilsson | 1 | -3/+3 |
2008-02-08 | CRIS v10: Change name of low voltage read and set macros. | Jesper Nilsson | 1 | -2/+2 |
2008-02-08 | CRIS v32: Remove useless CVS id tag from boot/compressed/README | Jesper Nilsson | 1 | -1/+0 |
2008-02-08 | CRIS: Fix bugs in return value of atomic_inc_return and atomic_dec_return. | Jesper Nilsson | 1 | -2/+2 |
2008-02-08 | CRIS: Allow arch dependent delay to override common version. | Jesper Nilsson | 1 | -0/+3 |
2008-02-08 | CRIS: Include arch dependent bug.h. | Jesper Nilsson | 1 | -1/+1 |
2008-02-08 | CRIS: Correct pfn_pte to make it possible to ioremap uncached addresses. | Jesper Nilsson | 1 | -1/+1 |
2008-02-08 | CRIS: Correct comment in io.h to describe reality of I/O space. | Jesper Nilsson | 1 | -2/+2 |
2008-02-08 | CRIS: Update cpu_possible_map and raw_smp_processor_id in smp.h header. | Jesper Nilsson | 1 | -2/+2 |
2008-02-08 | CRIS v10: Remove duplicated folding of carry from lib/checksum.S, it is not n... | Jesper Nilsson | 1 | -7/+1 |
2008-02-08 | CRIS v10: Remove duplicated folding of carry from lib/checksumcopy.S, it is n... | Jesper Nilsson | 1 | -7/+1 |
2008-02-08 | CRIS v10: Clear TIF_SYSCALL_TRACE flag in ptrace_disable in kernel/ptrace.c | Jesper Nilsson | 1 | -0/+1 |
2008-02-08 | CRIS v10: Update kernel/io_interface_mux.c | Jesper Nilsson | 1 | -107/+408 |
2008-02-08 | CRIS v10: Setup serial port 2 to avoid accidental TXD pulse on startup. | Jesper Nilsson | 1 | -178/+43 |
2008-02-08 | CRIS v10: Add synchronous serial port driver for CRIS v10. | Jesper Nilsson | 3 | -0/+1473 |
2008-02-08 | CRIS v10: Don't call get_mmu_context when switching between tasks with shared... | Jesper Nilsson | 1 | -29/+29 |
2008-02-08 | CRIS v10: Fix bug where error returns didn't restore irqs in mm/fault.c | Jesper Nilsson | 1 | -6/+7 |
2008-02-08 | CRIS v10: Remove useless CVS id tag from lib/old_checksum.c | Jesper Nilsson | 1 | -2/+1 |
2008-02-08 | CRIS v10: Remove useless CVS id and log from lib/dram_init.S | Jesper Nilsson | 1 | -56/+2 |
2008-02-08 | CRIS v10: Remove useless CVS id from kernel/shadows.c | Jesper Nilsson | 1 | -2/+1 |
2008-02-08 | CRIS v10: Reformat drivers/makefile using tabs. | Jesper Nilsson | 1 | -6/+5 |
2008-02-08 | CRIS: Move common Kconfig variable ETRAX_RTC to arch independet Kconfig. | Jesper Nilsson | 3 | -18/+12 |
2008-02-08 | CRIS: Remove NO_IOMEM config, we have IO memory. | Jesper Nilsson | 1 | -3/+0 |
2008-02-08 | CRIS v10: Remove CVS id from kernel/process.c | Jesper Nilsson | 1 | -2/+1 |
2008-02-08 | CRIS v10: Remove CVS log and id from kernel/kgdb.c | Jesper Nilsson | 1 | -58/+0 |
2008-02-08 | CRIS v10: Cleanup kernel/irq.c | Jesper Nilsson | 1 | -6/+1 |
2008-02-08 | CRIS v10: Cleanup kernel/fasttimer.c | Jesper Nilsson | 1 | -21/+14 |
2008-02-08 | CRIS v10: Cleanup kernel/entry.S CVS log and id. | Jesper Nilsson | 1 | -244/+1 |
2008-02-08 | CRIS v10: Remove CVS id tag from kernel/dma.c | Jesper Nilsson | 1 | -2/+1 |
2008-02-08 | CRIS v10: Break long lines in boot/rescue/head.S | Jesper Nilsson | 1 | -6/+8 |
2008-02-08 | CRIS v10: Remove CVS tag from boot/compressed/misc.c | Jesper Nilsson | 1 | -4/+2 |
2008-02-08 | CRIS v10: Update and fix bug in kernel/debugport. | Jesper Nilsson | 1 | -111/+23 |