summaryrefslogtreecommitdiff
path: root/arch/score
AgeCommit message (Expand)Author
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner
2011-03-28score: Use generic show_interrupts()Thomas Gleixner
2011-03-28score: Convert to new irq function namesThomas Gleixner
2011-03-28score: lost a semicolon in asm/irqflags.hChen Liqin
2011-03-28score: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner
2011-03-28score: Convert irq_chip to new functionsThomas Gleixner
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-01-21score: Use generic irq KconfigThomas Gleixner
2011-01-21genirq: Remove __do_IRQThomas Gleixner
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-10-27ptrace: cleanup arch_ptrace() on scoreNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-14defconfig reductionSam Ravnborg
2010-08-12score: fix dereference of NULL pointer in local_flush_tlb_page()Roel Kluin
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz
2010-06-09arch: Implement local64_tPeter Zijlstra
2010-05-27asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner
2010-02-01resources: introduce generic page_is_ram()Wu Fengguang
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart
2009-12-17Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-17score: include asm-generic/param.h in asm/delay.h.Chen Liqin
2009-12-17score: fixed pfn_valid define.Chen Liqin
2009-12-17score: add flush_dcahce_page and PG_dcache_dirty defineChen Liqin
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig
2009-12-12score: add asm/asm-offsets.h wrapperMichal Marek
2009-12-11Add missing alignment check in arch/score sys_mmap()Al Viro