summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18scsi: hpsa: limit transfer length to 1MBYadan Fan1-1/+1
2017-07-13scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter1-1/+1
2017-07-13scsi: hisi_sas: make several const arrays staticColin Ian King1-5/+5
2017-07-13scsi: qla2xxx: Off by one in qlt_ctio_to_cmd()Dan Carpenter1-1/+1
2017-07-13scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn1-1/+4
2017-07-13scsi: virtio_scsi: always read VPD pages for multiqueue tooPaolo Bonzini1-0/+1
2017-07-13scsi: qedf: fix spelling mistake: "offlading" -> "offloading"Colin Ian King1-1/+1
2017-07-13scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King1-1/+1
2017-07-13scsi: isci: fix typo in function namesColin Ian King1-7/+7
2017-07-13scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter1-4/+7
2017-07-12scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali3-0/+646
2017-07-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds40-440/+600
2017-07-12Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-179/+180
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds28-476/+2308
2017-07-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds26-646/+1077
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds17-84/+1393
2017-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds6-6/+0
2017-07-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds103-1249/+1538
2017-07-11kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang1-0/+4
2017-07-11kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang1-0/+4
2017-07-11binfmt_elf: safely increment argv pointersKees Cook1-11/+9
2017-07-11s390: reduce ELF_ET_DYN_BASEKees Cook1-8/+7
2017-07-11powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+7
2017-07-11arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-07-11arm: move ELF_ET_DYN_BASE to 4MBKees Cook1-6/+2
2017-07-11binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2-14/+58
2017-07-11fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes1-0/+10
2017-07-11checkpatch: improve multi-line alignment testJoe Perches1-1/+1
2017-07-11checkpatch: improve macro reuse testJoe Perches1-6/+6
2017-07-11checkpatch: change format of --color argument to --color[=WHEN]John Brooks1-6/+29
2017-07-11checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-07-11checkpatch: improve tests for multiple line function definitionsJoe Perches1-1/+25
2017-07-11checkpatch: remove false warning for commit referenceHeinrich Schuchardt1-1/+3
2017-07-11checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches1-1/+1
2017-07-11checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier1-1/+1
2017-07-11checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches1-0/+11
2017-07-11checkpatch: improve the unnecessary OOM message testJoe Perches1-1/+1
2017-07-11lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky1-10/+12
2017-07-11lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer8-56/+63
2017-07-11lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possibleMichal Hocko1-4/+3
2017-07-11lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso1-5/+10
2017-07-11lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso1-10/+13
2017-07-11lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso1-17/+40
2017-07-11lib/interval_tree_test.c: allow the module to be compiled-inDavidlohr Bueso1-1/+1
2017-07-11lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan1-4/+6
2017-07-11lib/kstrtox.c: delete end-of-string testAlexey Dobriyan1-1/+1
2017-07-11bitmap: use memcmp optimisation in more situationsMatthew Wilcox2-3/+2
2017-07-11include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox1-0/+6
2017-07-11bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox3-10/+24
2017-07-11lib/test_bitmap.c: add optimisation testsMatthew Wilcox1-0/+32