Age | Commit message (Expand) | Author | Files | Lines |
2010-10-29 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -5/+0 |
2010-10-28 | ptrace: cleanup arch_ptrace() on score | Namhyung Kim | 1 | -2/+2 |
2010-10-28 | ptrace: change signature of arch_ptrace() | Namhyung Kim | 1 | -1/+2 |
2010-10-27 | mm: remove pte_*map_nested() | Peter Zijlstra | 1 | -3/+0 |
2010-10-12 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 6 | -639/+4 |
2010-10-07 | Fix IRQ flag handling naming | David Howells | 1 | -88/+99 |
2010-09-20 | kbuild: migrate all arch to the kconfig mainmenu upgrade | Arnaud Lacombe | 1 | -5/+0 |
2010-08-18 | Make do_execve() take a const filename pointer | David Howells | 1 | -3/+7 |
2010-08-15 | defconfig reduction | Sam Ravnborg | 1 | -632/+0 |
2010-08-12 | score: fix dereference of NULL pointer in local_flush_tlb_page() | Roel Kluin | 1 | -1/+1 |
2010-08-11 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+0 |
2010-08-07 | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 1 | -2/+0 |
2010-08-07 | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -3/+0 |
2010-08-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2010-08-04 | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 6 | -5/+9 |
2010-08-03 | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line | Sam Ravnborg | 1 | -1/+2 |
2010-07-27 | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 1 | -3/+0 |
2010-06-09 | arch: Implement local64_t | Peter Zijlstra | 1 | -0/+1 |
2010-05-27 | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h | FUJITA Tomonori | 1 | -0/+2 |
2010-05-14 | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -0/+2 |
2010-03-13 | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 1 | -2/+1 |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+2 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -1/+2 |
2010-02-17 | Merge branch 'linus' into x86/mm | Thomas Gleixner | 9 | -34/+39 |
2010-02-02 | resources: introduce generic page_is_ram() | Wu Fengguang | 1 | -1/+1 |
2010-01-11 | mm: make totalhigh_pages unsigned long | Andreas Fenkart | 1 | -1/+1 |
2009-12-17 | Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-score | Linus Torvalds | 6 | -9/+31 |
2009-12-17 | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -0/+1 |
2009-12-17 | score: include asm-generic/param.h in asm/delay.h. | Chen Liqin | 1 | -0/+2 |
2009-12-17 | score: fixed pfn_valid define. | Chen Liqin | 3 | -6/+2 |
2009-12-17 | score: add flush_dcahce_page and PG_dcache_dirty define | Chen Liqin | 2 | -3/+27 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 1 | -1/+0 |
2009-12-12 | score: add asm/asm-offsets.h wrapper | Michal Marek | 1 | -0/+1 |
2009-12-11 | Add missing alignment check in arch/score sys_mmap() | Al Viro | 1 | -3/+4 |
2009-12-11 | Unify sys_mmap* | Al Viro | 1 | -22/+3 |
2009-11-26 | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 1 | -0/+1 |
2009-09-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 1 | -3/+2 |
2009-09-23 | score: Cleanup linker script using new macros. | Tim Abbott | 1 | -68/+9 |
2009-09-23 | score: Make THREAD_SIZE available to assembly files. | Tim Abbott | 1 | -6/+9 |
2009-09-23 | score: Make PAGE_SIZE available to assembly. | Tim Abbott | 1 | -1/+2 |
2009-09-21 | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 1 | -3/+2 |
2009-09-17 | score: add TIF_NOTIFY_RESUME define in asm/thread_info.h | Chen Liqin | 1 | -0/+2 |
2009-08-30 | score: make init_thread_union align to THREAD_SIZE | Chen Liqin | 1 | -1/+1 |
2009-08-30 | score: update files according to review comments. | Chen Liqin | 1 | -115/+97 |
2009-08-30 | score: add old syscall support | Chen Liqin | 3 | -2/+40 |
2009-08-30 | score: add MEMORY_START and MEMORY_SIZE define, to make the code clear | Chen Liqin | 2 | -16/+19 |
2009-08-30 | score: update inconsistent declare after .c was changed | Chen Liqin | 9 | -35/+472 |
2009-08-30 | score: remove unused code, add include files in .c | Chen Liqin | 5 | -21/+17 |
2009-06-27 | score: clean up mm/init.c | Arnd Bergmann | 1 | -24/+10 |