summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds61-189/+273
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes17-54/+84
2016-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-98/+133
2016-10-15score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds38-270/+262
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
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 Frederick36-53/+46
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-06-25score: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+2
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-0/+20
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng18-10/+107
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-04asm-generic: Drop renameat syscall from default listJames Hogan12-0/+20
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1281-33900/+78920
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds91-1365/+1924
2016-03-14ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck18-29/+21
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck34-150/+106
2016-02-10KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells26-26/+0
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani13-38/+45
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds25-37/+188
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds80-1681/+1575
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds37-959/+762
2015-08-10score/time: Migrate to new 'set-state' interfaceViresh Kumar1-21/+10
2015-08-04sched, score: Remove finish_arch_switch()Peter Zijlstra1-2/+0
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour60-435/+46
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf22-8/+93
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds57-97/+57
2015-06-25mm: new mm hook frameworkLaurent Dufour31-0/+466
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds138-972/+1442
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds61-102/+1423
2015-06-10score: Fix exception handler labelGuenter Roeck1-1/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig30-30/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand30-57/+72
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand12-59/+118
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner17-31/+0
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger21-39/+0
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski84-194/+62
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov29-29/+29
2015-02-10score: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-17/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds30-7/+63
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann36-218/+2
2014-10-10score: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-6/+1
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds43-29/+133
2014-10-04score: Remove GENERIC_HAS_IOMAPRichard Weinberger1-3/+0
2014-10-04arch/score/include/asm/Kbuild: Add generic "serial.h"Chen Gang1-0/+1
2014-10-04score: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-10-04arch/score/mm/cache.c: Export 'flush_icache_range'Chen Gang1-0/+1
[next]