summaryrefslogtreecommitdiffstats
path: root/arch/score
Commit message (Expand)AuthorAgeFilesLines
* Score: Modify the Makefile of Score, remove -mlong-calls for compilingLennox Wu2013-09-251-2/+2
* Score: Implement the function csum_ipv6_magicLennox Wu2013-09-251-42/+51
* Score: The commit is for compiling successfully.Lennox Wu2013-09-255-6/+9
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-1/+6
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-131-6/+0Star
* arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig"Chen Gang2013-08-141-0/+2
* score: delete __cpuinit usage from all score filesPaul Gortmaker2013-07-151-1/+1
* 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-042-26/+6Star
|\
| * mm/score: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-24/+2Star
| * score: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-041-0/+1
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
| * mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+2
* | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-032-6/+1Star
|\ \ | |/ |/|
| * score: Wire up asm-generic/xor.hGeert Uytterhoeven2013-06-231-0/+1
| * score: Remove unneeded <asm/dma-mapping.h>Geert Uytterhoeven2013-06-231-6/+0Star
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
|/
* score: remove redundant kcore_list entriesKyle McMartin2013-05-251-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-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-05-011-0/+2
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-10/+0Star
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-18/+0Star
|\ \
| * | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | score: Use generic idle loopThomas Gleixner2013-04-082-18/+1Star
| |/
* / mm/score: use common help functions to free reserved pagesJiang Liu2013-04-301-28/+5Star
|/
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-5/+0Star
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-5/+0Star
* | burying unused conditionalsAl Viro2013-02-141-1/+0Star
* | score: switch to generic sigaltstackAl Viro2013-02-044-25/+3Star
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-3/+1Star
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | 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/+29Star
|\|
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+2
| * score: switch to generic fork/vfork/cloneAl Viro2012-11-296-58/+8Star
| *-. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-297-102/+24Star
| |\ \
| | | * score: switch to generic sys_execve()Al Viro2012-10-154-30/+1Star
| | | * score: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-155-72/+23Star
| | |/
* | | 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-291-5/+2Star
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-15/+3Star
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-283-15/+3Star
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2