aboutsummaryrefslogtreecommitdiff
path: root/arch/score
AgeCommit message (Expand)AuthorFilesLines
2013-07-14score: delete __cpuinit usage from all score filesGravatar Paul Gortmaker 1-1/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersGravatar Johannes Weiner 1-4/+4
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-26/+6
2013-07-03mm/score: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-24/+2
2013-07-03score: normalize global variables exported by vmlinux.ldsGravatar Jiang Liu 1-0/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+2
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-6/+1
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-23score: Wire up asm-generic/xor.hGravatar Geert Uytterhoeven 1-0/+1
2013-06-23score: Remove unneeded <asm/dma-mapping.h>Gravatar Geert Uytterhoeven 1-6/+0
2013-05-25score: remove redundant kcore_list entriesGravatar Kyle McMartin 1-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-10/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-18/+0
2013-04-29mm/score: use common help functions to free reserved pagesGravatar Jiang Liu 1-28/+5
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hGravatar David Howells 1-1/+1
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-1/+0
2013-04-08score: Use generic idle loopGravatar Thomas Gleixner 2-18/+1
2013-03-12Select VIRT_TO_BUS directly where neededGravatar Stephen Rothwell 1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+0
2013-02-26default SET_PERSONALITY() in linux/elf.hGravatar Al Viro 1-5/+0
2013-02-14burying unused conditionalsGravatar Al Viro 1-1/+0
2013-02-03score: switch to generic sigaltstackGravatar Al Viro 4-25/+3
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+1
2012-12-20UAPI: (Scripted) Disintegrate arch/score/include/asmGravatar David Howells 35-80/+118
2012-12-19missing user_stack_pointer() instancesGravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-157/+29
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-2/+2
2012-11-28score: switch to generic fork/vfork/cloneGravatar Al Viro 6-58/+8
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Gravatar Al Viro 7-102/+24
2012-11-28score: do_sigaltstack() expects a userland pointer...Gravatar Al Viro 1-5/+2
2012-11-13tracing,x86: Add a TSC trace_clockGravatar David Sharp 1-0/+1
2012-10-15score: switch to generic sys_execve()Gravatar Al Viro 4-30/+1
2012-10-15score: switch to generic kernel_thread()/kernel_execve()Gravatar Al Viro 5-72/+23
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-15/+3
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 1-0/+2
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersGravatar Linus Torvalds 1-5/+0
2012-10-06cross-arch: don't corrupt personality flags upon exec()Gravatar Jiri Kosina 1-1/+1
2012-10-06score: select generic atomic64_t supportGravatar Fengguang Wu 1-0/+1
2012-10-06sections: fix section conflicts in arch/scoreGravatar Andi Kleen 1-0/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Gravatar Arnd Bergmann 3-6/+6
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesGravatar David Howells 1-5/+0