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