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