aboutsummaryrefslogtreecommitdiff
path: root/arch/score
AgeCommit message (Expand)AuthorFilesLines
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-6/+0
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 1-4/+6
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-4/+6
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2016-10-14score: traps: Add missing include file to fix build errorGravatar Guenter Roeck 1-0/+1
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-8/+13
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-05score: separate extable.h, switch module.h to itGravatar Al Viro 3-8/+13
2016-09-13score: fix copy_from_user() and friendsGravatar Al Viro 1-21/+20
2016-09-13score: fix __get_user/get_userGravatar Al Viro 1-1/+4
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2016-06-24score: get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-3/+2
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-2/+0
2016-05-05asm-generic: Drop renameat syscall from default listGravatar James Hogan 1-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-8/+7
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+0
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortGravatar Alexander Duyck 1-3/+2
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-5/+5
2016-02-10KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionGravatar David Howells 1-1/+0
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMGravatar Toshi Kani 1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-0/+1
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-21/+10
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2015-08-10score/time: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-21/+10
2015-08-04sched, score: Remove finish_arch_switch()Gravatar Peter Zijlstra 1-2/+0
2015-07-17mm: clean up per architecture MM hook header filesGravatar Laurent Dufour 2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesGravatar Chris Metcalf 1-0/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2015-06-24mm: new mm hook frameworkGravatar Laurent Dufour 1-0/+15
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-6/+12
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+0
2015-06-10score: Fix exception handler labelGravatar Guenter Roeck 1-1/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesGravatar Christoph Hellwig 1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...Gravatar David Hildenbrand 1-1/+2
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...Gravatar David Hildenbrand 1-5/+10
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGGravatar Thomas Gleixner 1-2/+0
2015-04-12arch: Remove exec_domain from remaining archsGravatar Richard Weinberger 2-3/+0
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 3-6/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsGravatar Kirill A. Shutemov 1-1/+1
2015-02-10score: drop _PAGE_FILE and pte_file()-related helpersGravatar Kirill A. Shutemov 2-17/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportGravatar Linus Torvalds 1-0/+2
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 1-1/+0
2014-10-09score: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-6/+1
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1