summaryrefslogtreecommitdiffstats
path: root/arch/score
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-5/+0
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+1
* | | score: select generic atomic64_t supportFengguang Wu2012-10-061-0/+1
* | | sections: fix section conflicts in arch/scoreAndi Kleen2012-10-061-0/+1
|/ /
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | score: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-1/+3
|/
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-19/+5
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1