summaryrefslogtreecommitdiffstats
path: root/arch/score/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0229-0/+29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0252-0/+52
* Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-6/+0Star
|\
| * kill strlen_user()Al Viro2017-05-161-6/+0Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-042-6/+2Star
|\ \
| * | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-6/+2Star
| |/
* / arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-291-1/+0Star
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-102-35/+0Star
*---. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-64/+8Star
|\ \ \
| | | * score: switch to RAW_COPY_USERAl Viro2017-03-291-48/+6Star
| | | * score: it's "VERIFY_WRITE", not "VERFITY_WRITE"...Al Viro2017-03-291-1/+1
| | | * score: switch to generic extable.hAl Viro2017-03-292-11/+1Star
| | |/ | |/|
| | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| |/|
| | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |/ |/|
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0Star
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-0/+1
* score: remove asm/current.hDavidlohr Bueso2017-02-232-7/+1Star
* sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0Star
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0Star
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-6/+0Star
* score: separate extable.h, switch module.h to itAl Viro2016-10-063-8/+13
* score: fix copy_from_user() and friendsAl Viro2016-09-131-21/+20Star
* score: fix __get_user/get_userAl Viro2016-09-131-1/+4
* score: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-3/+2Star
* asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+1
* ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-141-3/+2Star
* ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-141-5/+5
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-011-2/+0Star
|\ \
| * | sched, score: Remove finish_arch_switch()Peter Zijlstra2015-08-041-2/+0Star
| |/
* / mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
|/
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-1/+0Star
|\
| * remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0Star
* | mm: new mm hook frameworkLaurent Dufour2015-06-251-0/+15
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-231-5/+10
|\ \
| * | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-5/+10
| |/
* / arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-2/+0Star
|/
* arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0Star
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-4/+0Star
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
* score: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-102-17/+2Star
* net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0Star
* score: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-6/+1Star