summaryrefslogtreecommitdiffstats
path: root/arch/score
Commit message (Expand)AuthorAgeFilesLines
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-4/+4
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-26/+6
|\
| * mm/score: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-24/+2
| * score: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-0/+1
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
| * mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-032-6/+1
|\ \ | |/ |/|
| * score: Wire up asm-generic/xor.hGeert Uytterhoeven2013-06-231-0/+1
| * score: Remove unneeded <asm/dma-mapping.h>Geert Uytterhoeven2013-06-231-6/+0
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
|/
* score: remove redundant kcore_list entriesKyle McMartin2013-05-251-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-1/+1
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-10/+0
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-18/+0
|\ \
| * | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | score: Use generic idle loopThomas Gleixner2013-04-082-18/+1
| |/
* / mm/score: use common help functions to free reserved pagesJiang Liu2013-04-291-28/+5
|/
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+0
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-5/+0
* | burying unused conditionalsAl Viro2013-02-141-1/+0
* | score: switch to generic sigaltstackAl Viro2013-02-034-25/+3
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-3/+1
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | UAPI: (Scripted) Disintegrate arch/score/include/asmDavid Howells2012-12-2035-80/+118
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-127-157/+29
|\|
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+2
| * score: switch to generic fork/vfork/cloneAl Viro2012-11-286-58/+8
| *-. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-287-102/+24
| |\ \
| | | * score: switch to generic sys_execve()Al Viro2012-10-154-30/+1
| | | * score: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-155-72/+23
| | |/
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
|\ \ \ | |/ / |/| |
| * | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/
* / score: do_sigaltstack() expects a userland pointer...Al Viro2012-11-281-5/+2
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-15/+3
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-283-15/+3
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-4/+1
|\ \
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| * | score: fix bogus restarts on sigreturn()Al Viro2012-10-011-0/+1
| |/
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+2
|\ \
| * \ Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-043-6/+6
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| | |/ | |/|
* | | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-071-5/+0
|\ \ \ | | |/ | |/|