summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch-8/+25
2017-07-20nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate-0/+3
2017-07-20nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationChristoph Hellwig-4/+4
2017-07-20nvme: fix byte swapping in the streams codeChristoph Hellwig-8/+8
2017-07-13nbd: kill unused ret in recv_workKefeng Wang-2/+0
2017-07-12bfq: dispatch request to prevent queue stalling after the request completionHou Tao-0/+3
2017-07-12bfq: fix typos in comments about B-WF2Q+ algorithmHou Tao-2/+2
2017-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-20/+57
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-440/+600
2017-07-11Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-179/+180
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-476/+2308
2017-07-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds-646/+1077
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds-84/+1393
2017-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds-6/+0
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1249/+1538
2017-07-10kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang-0/+4
2017-07-10kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang-0/+4
2017-07-10binfmt_elf: safely increment argv pointersKees Cook-11/+9
2017-07-10s390: reduce ELF_ET_DYN_BASEKees Cook-8/+7
2017-07-10powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook-6/+7
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook-6/+6
2017-07-10arm: move ELF_ET_DYN_BASE to 4MBKees Cook-6/+2
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook-14/+58
2017-07-10fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes-0/+10
2017-07-10checkpatch: improve multi-line alignment testJoe Perches-1/+1
2017-07-10checkpatch: improve macro reuse testJoe Perches-6/+6
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks-6/+29
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur-3/+3
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches-1/+25
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt-1/+3
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches-1/+1
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier-1/+1
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches-0/+11
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches-1/+1
2017-07-10lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky-10/+12
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer-56/+63
2017-07-10lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possibleMichal Hocko-4/+3
2017-07-10lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso-5/+10
2017-07-10lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso-10/+13
2017-07-10lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso-17/+40
2017-07-10lib/interval_tree_test.c: allow the module to be compiled-inDavidlohr Bueso-1/+1
2017-07-10lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan-4/+6
2017-07-10lib/kstrtox.c: delete end-of-string testAlexey Dobriyan-1/+1
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox-3/+2
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox-0/+6
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox-10/+24
2017-07-10lib/test_bitmap.c: add optimisation testsMatthew Wilcox-0/+32
2017-07-10MAINTAINERS: give proc sysctl some maintainer loveLuis R. Rodriguez-0/+11
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada-8/+2
2017-07-10kernel/groups.c: use sort library functionRasmus Villemoes-24/+11