aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman29-0/+29
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman56-0/+56
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-34/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+2
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser2-6/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2-6/+2
2017-05-15kill strlen_user()Al Viro2-34/+0
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel2-35/+0
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro7-64/+12
2017-04-14score/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro3-0/+4
2017-03-28score: switch to RAW_COPY_USERAl Viro2-48/+7
2017-03-28score: it's "VERIFY_WRITE", not "VERFITY_WRITE"...Al Viro1-1/+1
2017-03-28score: switch to generic extable.hAl Viro2-11/+1
2017-03-11Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+3
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck2-0/+3
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
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 Molnar2-0/+3
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-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-22score: remove asm/current.hDavidlohr Bueso2-7/+1
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-3/+3
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-26score: migrate exception table users off module.h and onto extable.hPaul Gortmaker3-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-6/+0
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-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+13
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-05score: separate extable.h, switch module.h to itAl Viro3-8/+13
2016-09-13score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-13score: fix __get_user/get_userAl Viro1-1/+4
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-06-24score: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+2