Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | Generic semaphore implementation | Matthew Wilcox | 3 | -236/+1 |
2008-02-14 | [XTENSA] Allow debugger to modify the WINDOWBASE register. | Chris Zankel | 1 | -31/+35 |
2008-02-14 | [XTENSA] Fix makefile to work with binutils-2.18. | Bob Wilson | 2 | -3/+3 |
2008-02-14 | [XTENSA] Fix register corruption for certain processor configurations | Chris Zankel | 1 | -29/+15 |
2008-02-14 | [XTENSA] Add support for the sa_restorer function | Chris Zankel | 1 | -6/+10 |
2008-02-14 | [XTENSA] Add support for configurable registers and coprocessors | Chris Zankel | 7 | -730/+713 |
2008-02-14 | [XTENSA] Use preprocessor to generate the linker script for the ELF boot image | Chris Zankel | 2 | -3/+5 |
2008-02-14 | [XTENSA] Add missing RELOCATE_ENTRY for debug vector | Marc Gauthier | 1 | -0/+2 |
2008-02-14 | [XTENSA] Remove unused code | Chris Zankel | 1 | -22/+0 |
2008-02-14 | [XTENSA] Fix modules for non-exec processor configurations | Chris Zankel | 1 | -1/+1 |
2008-02-14 | [XTENSA] Fix comments regarding the number of frames to save | Chris Zankel | 1 | -6/+6 |
2008-02-14 | [XTENSA] Add missing a2 register restore in register spill routine | Chris Zankel | 1 | -3/+5 |
2008-02-14 | [XTENSA] adjust boot linker script start addresses | Marc Gauthier | 2 | -1/+2 |
2008-02-14 | [XTENSA] Remove oldmask from sigcontext and fix register flush | Chris Zankel | 1 | -7/+5 |
2008-02-14 | [XTENSA] Clean up elf-gregset. | Chris Zankel | 2 | -60/+7 |
2008-02-14 | [XTENSA] Fix icache flush for cache aliasing | Chris Zankel | 1 | -1/+1 |
2008-02-14 | [XTENSA] Prevent inlining ISS platform asm constructs | Marc Gauthier | 2 | -0/+2 |
2008-02-14 | [XTENSA] Flush the page-address in update-mmu instead of user-address | Chris Zankel | 1 | -3/+3 |
2008-02-14 | [XTENSA] Fix argument list for pgd_ctor constructor. | Chris Zankel | 1 | -1/+1 |
2008-02-14 | [XTENSA] Concentrate platforms into one platforms directory. | Chris Zankel | 6 | -1/+1 |
2008-02-14 | [XTENSA] Add .literal sections for various init sectiont to linker script | Chris Zankel | 1 | -1/+3 |
2008-02-14 | [XTENSA] Remove dead code reported by Robert P. J. Day. | Adrian Bunk | 1 | -5/+0 |
2008-02-14 | [XTENSA] Remove duplicate includes. | Chris Zankel | 3 | -3/+0 |
2008-02-09 | ide: introduce HAVE_IDE | Sam Ravnborg | 1 | -0/+1 |
2008-02-08 | avoid overflows in kernel/time.c | H. Peter Anvin | 1 | -0/+4 |
2008-02-08 | procfs: constify function pointer tables | Jan Engelhardt | 1 | -1/+1 |
2008-02-06 | calibrate_delay() must be __cpuinit | Adrian Bunk | 1 | -1/+1 |
2008-02-03 | Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig | Mathieu Desnoyers | 1 | -2/+0 |
2008-02-02 | PCI: Kconfig help: don't refer to the PCI-HOWTO | Adrian Bunk | 1 | -5/+0 |
2008-01-29 | Remove references to "make dep" | Adrian Bunk | 2 | -9/+0 |
2008-01-29 | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 1 | -4/+5 |
2007-12-11 | [XTENSA]: Fix use of skb after netif_rx | Julia Lawall | 1 | -2/+2 |
2007-10-31 | Kbuild/doc: fix links to Documentation files | Dirk Hohndel | 1 | -1/+1 |
2007-10-20 | kbuild: restore arch/{ppc/xtensa}/boot cflags | Milton Miller | 1 | -1/+2 |
2007-10-20 | XTENSA: Emphasize that the "eth" boot-time parm takes a value | Robert P. J. Day | 1 | -1/+1 |
2007-10-19 | Combine instrumentation menus in kernel/Kconfig.instrumentation | Mathieu Desnoyers | 1 | -0/+2 |
2007-10-19 | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 1 | -3/+3 |
2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -1/+1 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 3 | -9/+6 |
2007-10-16 | During VM oom condition, kill all threads in process group | Will Schmidt | 1 | -1/+1 |
2007-10-16 | Consolidate PTRACE_DETACH | Alexey Dobriyan | 1 | -4/+0 |
2007-10-15 | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2 | -6/+4 |
2007-10-14 | kbuild: fix up CFLAGS usage | Sam Ravnborg | 1 | -3/+2 |
2007-08-28 | [patch 2/2] xtensa console.c: remove duplicate #include | Frederik Deweerdt | 1 | -1/+0 |
2007-08-28 | [XTENSA] Add support for cache-aliasing | Chris Zankel | 7 | -290/+624 |
2007-08-28 | [XTENSA] Add kernel module support | Chris Zankel | 1 | -18/+177 |
2007-08-28 | [XTENSA] Add support for executable/non-executable feature in the mmu | Chris Zankel | 1 | -14/+28 |
2007-08-28 | [XTENSA] Initialize semaphore_wake_lock | Chris Zankel | 1 | -1/+1 |
2007-08-28 | [XTENSA] Fix timer instabilities. | Chris Zankel | 1 | -17/+29 |
2007-08-28 | [XTENSA] Fix fadvise64_64 | Chris Zankel | 1 | -0/+5 |