aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lasi700.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09scsi: qla2xxx: correctly shift host byteJohannes Thumshirn1-1/+1
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings8-31/+45
2018-04-09scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings1-2/+2
2018-04-09scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja1-23/+21
2018-04-09scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn1-0/+3
2018-04-09scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King1-1/+0
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds2-0/+0
2018-04-07MAINTAINERS: Update LEAKING_ADDRESSESTobin C. Harding1-0/+3
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding1-0/+12
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding1-1/+1
2018-04-07leaking_addresses: remove version numberTobin C. Harding1-2/+0
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding1-0/+1
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding1-0/+12
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding1-3/+5
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding1-61/+29
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding1-0/+4
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding1-11/+82
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding1-12/+14
2018-04-07leaking_addresses: use system command to get archTobin C. Harding1-6/+6
2018-04-07leaking_addresses: add support for 5 page table levelsTobin C. Harding1-7/+25
2018-04-07leaking_addresses: add support for kernel config fileTobin C. Harding1-1/+65
2018-04-07leaking_addresses: add range check for vsyscall memoryTobin C. Harding1-6/+14
2018-04-07leaking_addresses: indent dependant optionsTobin C. Harding1-8/+8
2018-04-07leaking_addresses: remove command examplesTobin C. Harding1-11/+0
2018-04-07leaking_addresses: remove mention of kptr_restrictTobin C. Harding1-3/+0
2018-04-07leaking_addresses: fix typo function not calledTobin C. Harding1-1/+1
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells5-119/+279
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells21-166/+127
2018-04-05mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa1-1/+2
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-04-05mm/memblock.c: cast constant ULLONG_MAX to phys_addr_tStefan Agner1-2/+2
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap23-14/+11
2018-04-05include/linux/mmdebug.h: make VM_WARN* non-rvalsMichal Hocko1-4/+4
2018-04-05mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz2-5/+21
2018-04-05mm: change return type to vm_fault_tSouptick Joarder2-4/+45
2018-04-05mm, oom: remove 3% bonus for CAP_SYS_ADMIN processesDavid Rientjes1-7/+0
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes5-25/+45
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland2-0/+3
2018-04-05mm: make counting of list_lru_one::nr_items locklessKirill Tkhai2-23/+47
2018-04-05mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King1-3/+3
2018-04-05block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer1-1/+1
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport8-0/+30
2018-04-05mm/swap.c: remove @cold parameter description for release_pages()Mike Rapoport1-1/+0
2018-04-05mm/nommu: remove description of alloc_vm_areaMike Rapoport1-12/+0
2018-04-05zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky2-17/+8
2018-04-05zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky2-0/+43
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying19-26/+38
2018-04-05fs/direct-io.c: minor cleanups in do_blockdev_direct_IONikolay Borisov1-5/+4
2018-04-05include/linux/mm.h: provide consistent declaration for num_poisoned_pagesGuenter Roeck1-1/+1
2018-04-05device-dax: implement ->pagesize() for smaps to report MMUPageSizeDan Williams1-0/+10