| Commit message (Expand) | Author | Age | Files | Lines |
* | score: add MEMORY_START and MEMORY_SIZE define, to make the code clear | Chen Liqin | 2009-08-30 | 2 | -16/+19 |
* | score: update inconsistent declare after .c was changed | Chen Liqin | 2009-08-30 | 9 | -35/+472 |
* | score: remove unused code, add include files in .c | Chen Liqin | 2009-08-30 | 5 | -21/+17 |
* | Merge branch 'score' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/as... | Chen Liqin | 2009-08-30 | 128 | -0/+8415 |
|\ |
|
| * | score: clean up mm/init.c | Arnd Bergmann | 2009-06-27 | 1 | -24/+10 |
| * | score: make irq.h definitions local | Arnd Bergmann | 2009-06-27 | 2 | -20/+23 |
| * | score: cleanups: dead code, 0 as pointer, shadowed variables | Arnd Bergmann | 2009-06-27 | 3 | -20/+8 |
| * | score: fix function prototypes | Arnd Bergmann | 2009-06-27 | 3 | -12/+17 |
| * | score: add address space annotations | Arnd Bergmann | 2009-06-27 | 4 | -14/+16 |
| * | score: add missing #includes | Arnd Bergmann | 2009-06-27 | 5 | -1/+10 |
| * | score: move save arg5 and arg6 instruction in front of enable_irq | Chen Liqin | 2009-06-22 | 1 | -2/+2 |
| * | score: add prototypes for wrapped syscalls | Arnd Bergmann | 2009-06-19 | 1 | -2/+4 |
| * | score: remove init_mm | Arnd Bergmann | 2009-06-19 | 1 | -2/+0 |
| * | score: add generic sys_call_table | Arnd Bergmann | 2009-06-19 | 4 | -53/+18 |
| * | score: remove __{put,get}_user_unknown | Arnd Bergmann | 2009-06-19 | 1 | -12/+0 |
| * | score: unset __ARCH_WANT_IPC_PARSE_VERSION | Arnd Bergmann | 2009-06-19 | 1 | -1/+0 |
| * | score: update files according to review comments | Chen Liqin | 2009-06-19 | 14 | -250/+154 |
| * | score: Add support for Sunplus S+core architecture | Chen Liqin | 2009-06-19 | 126 | -0/+8566 |
* | | parisc: fix warning in traps.c | Grant Grundler | 2009-08-29 | 1 | -1/+1 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-29 | 2 | -0/+12 |
|\ \ |
|
| * | | x86: Fix vSMP boot crash | Yinghai Lu | 2009-08-26 | 1 | -0/+10 |
| * | | x86, xen: Initialize cx to suppress warning | H. Peter Anvin | 2009-08-26 | 1 | -0/+1 |
| * | | x86, xen: Suppress WP test on Xen | Jeremy Fitzhardinge | 2009-08-26 | 1 | -0/+1 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-08-27 | 2 | -136/+79 |
|\ \ \ |
|
| * | | | powerpc/ps3: Update ps3_defconfig | Geoff Levand | 2009-08-27 | 1 | -136/+75 |
| * | | | powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registration | Geert Uytterhoeven | 2009-08-27 | 1 | -0/+4 |
* | | | | m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open | Geert Uytterhoeven | 2009-08-26 | 3 | -1/+7 |
* | | | | m68k: Fix redefinition of pgprot_noncached | Alexey Dobriyan | 2009-08-26 | 1 | -2/+1 |
* | | | | arch/m68k/include/asm/motorola_pgalloc.h: fix kunmap arg | Andrew Morton | 2009-08-26 | 1 | -6/+4 |
* | | | | m68k: cnt reaches -1, not 0 | Roel Kluin | 2009-08-26 | 1 | -2/+4 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-08-26 | 12 | -140/+167 |
|\ \ \
| |/ /
|/| | |
|
| * | | sparc64: Validate linear D-TLB misses. | David S. Miller | 2009-08-26 | 4 | -28/+76 |
| * | | sparc64: Update defconfig. | David S. Miller | 2009-08-19 | 1 | -25/+34 |
| * | | sparc32: Update defconfig. | David S. Miller | 2009-08-19 | 1 | -30/+44 |
| * | | sparc32: Kill trap table freeing code. | David S. Miller | 2009-08-19 | 2 | -48/+0 |
| * | | sparc: sys32.S incorrect compat-layer splice() system call | Mathieu Desnoyers | 2009-08-19 | 1 | -1/+1 |
| * | | sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM. | David S. Miller | 2009-08-03 | 2 | -6/+8 |
| * | | sparc64: Sign extend length arg to truncate syscalls when compat. | David S. Miller | 2009-07-28 | 2 | -2/+4 |
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-08-25 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | clockevent: Prevent dead lock on clockevents_lock | Suresh Siddha | 2009-08-19 | 1 | -5/+1 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-25 | 9 | -103/+80 |
|\ \ \ \ |
|
| * | | | | x86: Fix build with older binutils and consolidate linker script | Jan Beulich | 2009-08-25 | 1 | -79/+47 |
| * | | | | x86: Fix an incorrect argument of reserve_bootmem() | Amerigo Wang | 2009-08-24 | 1 | -1/+1 |
| * | | | | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile | Jan Beulich | 2009-08-21 | 1 | -1/+1 |
| * | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-08-20 | 3 | -12/+18 |
| |\ \ \ \ |
|
| | * | | | | xen: rearrange things to fix stackprotector | Jeremy Fitzhardinge | 2009-08-20 | 2 | -12/+14 |
| | * | | | | x86: make sure load_percpu_segment has no stackprotector | Jeremy Fitzhardinge | 2009-08-20 | 1 | -0/+4 |
| * | | | | | i386: Fix section mismatches for init code with !HOTPLUG_CPU | Jan Beulich | 2009-08-18 | 1 | -7/+1 |
| * | | | | | x86, pat: Allow ISA memory range uncacheable mapping requests | Suresh Siddha | 2009-08-17 | 2 | -3/+12 |
* | | | | | | Merge branch 'fixes' of git://git.marvell.com/orion | Linus Torvalds | 2009-08-24 | 3 | -1/+12 |
|\ \ \ \ \ \ |
|