aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-14score/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck1-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-26score: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-4/+6
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-4/+6
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-2/+0
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-1/+1
2015-08-10score/time: Migrate to new 'set-state' interfaceViresh Kumar1-21/+10
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-1/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-2/+1
2014-10-05score: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-08-06score: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2013-09-26Score: The commit is for compiling successfully.Lennox Wu2-4/+4
2013-07-03score: normalize global variables exported by vmlinux.ldsJiang Liu1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-10/+0
2013-04-08score: Use generic idle loopThomas Gleixner1-18/+0
2013-02-03score: switch to generic sigaltstackAl Viro2-24/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-11-28score: switch to generic fork/vfork/cloneAl Viro3-57/+4
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro3-100/+21
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro1-5/+2
2012-10-15score: switch to generic sys_execve()Al Viro2-29/+0
2012-10-15score: switch to generic kernel_thread()/kernel_execve()Al Viro3-71/+21
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-10/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+1
2012-10-06sections: fix section conflicts in arch/scoreAndi Kleen1-0/+1
2012-10-01score: fix bogus restarts on sigreturn()Al Viro1-0/+1
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-10/+0
2012-09-23score: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-1/+3
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-19/+5
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro1-1/+8
2012-05-21score: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3