summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-144-117/+148
|\
| * mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()zijun_hu2016-10-051-18/+18
| * mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()zijun_hu2016-10-051-6/+8
| * percpu: eliminate two sparse warningsLance Richardson2016-09-221-2/+3
| * percpu: improve generic percpu modify-return implementationNicholas Piggin2016-09-221-23/+30
| * percpu-refcount: init ->confirm_switch member properlyRoman Pen2016-08-111-0/+3
| * percpu_ref: allow operation mode switching operations to be called concurrentlyTejun Heo2016-08-101-4/+29
| * percpu_ref: restructure operation mode switchingTejun Heo2016-08-101-35/+29
| * percpu_ref: unify staggered atomic switching wait behaviorTejun Heo2016-08-101-10/+21
| * percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_re...Tejun Heo2016-08-101-48/+50
| * percpu_ref: remove unnecessary RCU grace period for staggered atomic switchin...Tejun Heo2016-08-101-18/+4
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-1416-238/+361
|\ \
| * | ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian2016-09-301-7/+1
| * | libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig2016-09-222-8/+2
| * | libata: remove unused definitions from <asm/libata-portmap.h>Christoph Hellwig2016-09-222-8/+0
| * | pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra2016-09-221-3/+1
| * | ata: Replace BUG() with BUG_ON().Harman Kalra2016-09-221-2/+1
| * | ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra2016-09-201-4/+2
| * | libata: Some drives failing on SCT Write SameShaun Tancheff2016-09-091-3/+3
| * | ahci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-063-139/+45
| * | Merge branch 'master' into for-4.9Tejun Heo2016-09-061047-5873/+11972
| |\ \
| * | | libata: SCT Write Same handle ATA_DFLAG_PIOShaun Tancheff2016-08-251-0/+2
| * | | libata: SCT Write Same / DSM TrimShaun Tancheff2016-08-251-28/+57
| * | | libata: Add support for SCT Write SameShaun Tancheff2016-08-252-29/+213
| * | | libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff2016-08-252-31/+51
| * | | ahci: also use a per-port lock for the multi-MSIX caseChristoph Hellwig2016-08-111-1/+1
| * | | ARM: dts: STiH407-family: Add ports-implemented property in sata nodesPatrice Chotard2016-08-101-0/+4
| * | | ahci: st: Add ports-implemented property in supportPatrice Chotard2016-08-101-0/+4
| * | | ahci: qoriq: enable snoopable sata read and writeTang Yuantian2016-08-103-1/+10
| * | | ahci: qoriq: adjust sata parameterTang Yuantian2016-08-101-6/+0
| * | | libata-scsi: fix MODE SELECT translation for Control mode pageTom Yan2016-08-101-2/+2
| * | | libata-scsi: use u8 array to store mode page copyTom Yan2016-08-091-2/+2
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-149-433/+345
|\ \ \ \
| * | | | scsi: ufs: Kconfig fixJoao Pinto2016-09-301-1/+1
| * | | | scsi: g_NCR5380: Stop using scsi_module.cOndrej Zary2016-09-303-152/+215
| * | | | scsi: g_NCR5380: Reduce overrides[] from array to structOndrej Zary2016-09-301-184/+167
| * | | | scsi: g_NCR5380: Remove deprecated __setupOndrej Zary2016-09-302-145/+0
| * | | | scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun2016-09-301-0/+1
| * | | | scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang2016-09-301-3/+6
| * | | | scsi: cxgb4i: Set completion bit in work requestVarun Prakash2016-09-281-0/+5
| * | | | MAINTAINERS: Update open-iscsi maintainersLee Duncan2016-09-281-3/+3
| * | | | scsi: ufs: Enable no vccq quirk for skhynix deviceKyuho Choi2016-09-281-0/+2
| * | | | scsi: be2iscsi: mark symbols static where possibleBaoyou Xie2016-09-281-6/+6
* | | | | pkeys: Remove easily triggered WARNDave Jones2016-10-141-1/+0
* | | | | Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-2/+1
|\ \ \ \ \
| * | | | | metag: Only define atomic_dec_if_positive conditionallyGuenter Roeck2016-10-071-2/+1
* | | | | | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-14104-266/+8631
|\ \ \ \ \ \
| * | | | | | powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman2016-10-111-1/+1
| * | | | | | powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras2016-10-111-1/+1
| * | | | | | powerpc/64s: Fix power4_fixup_nap placementNicholas Piggin2016-10-111-1/+1