summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter2016-08-291-3/+4
* mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOXRob Rice2016-08-291-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-2714-35/+108
|\
| * mm: silently skip readahead for DAX inodesRoss Zwisler2016-08-271-0/+9
| * dax: fix device-dax region baseDan Williams2016-08-271-0/+3
| * fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-271-1/+3
| * mm: memcontrol: avoid unused function warningArnd Bergmann2016-08-271-18/+18
| * mm: clarify COMPACTION Kconfig textMichal Hocko2016-08-271-1/+8
| * treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada2016-08-273-7/+5Star
| * printk: fix parsing of "brl=" optionNicolas Iooss2016-08-271-2/+2
| * soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli2016-08-271-1/+6
| * sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-272-2/+45
| * get_maintainer: quiet noisy implicit -f vcs_file_exists checkingJoe Perches2016-08-271-1/+3
| * byteswap: don't use __builtin_bswap*() with sparseJohannes Berg2016-08-271-2/+6
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-271-0/+3
|\ \
| * | arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEMark Rutland2016-08-251-0/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-2733-145/+185
|\ \ \
| * \ \ Merge branch 'misc-fixes' into k.o/for-4.8-rcDoug Ledford2016-08-251-21/+1Star
| |\ \ \
| | * | | i40iw: Send last streaming mode message for loopback connectionsTatyana Nikolova2016-08-251-21/+1Star
| * | | | IB/srpt: Update sport->port_guid with each port refreshDoug Ledford2016-08-241-4/+5
| |/ / /
| * | | RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier2016-08-243-13/+17
| * | | i40iw: Avoid writing to freed memoryMustafa Ismail2016-08-241-2/+1Star
| * | | i40iw: Fix double free of allocated_bufferMustafa Ismail2016-08-241-1/+0Star
| * | | IB/mlx5: Remove superfluous include of io-mapping.hChris Wilson2016-08-241-1/+0Star
| * | | i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail2016-08-241-1/+4
| * | | i40iw: Add missing NULL check for MPA private dataShiraz Saleem2016-08-241-2/+2
| * | | iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2016-08-232-5/+10
| * | | i40iw: Add missing check for interface already openMustafa Ismail2016-08-231-0/+4
| * | | i40iw: Protect req_resource_num updateMustafa Ismail2016-08-231-1/+1
| * | | i40iw: Change mem_resources pointer to a u8Shiraz Saleem2016-08-231-1/+1
| * | | IB/core: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3Star
| * | | IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-21/+5Star
| * | | iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise2016-08-221-1/+1
| * | | iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise2016-08-221-0/+4
| * | | IB/hfi1: Fix mm_struct use after freeIra Weiny2016-08-221-0/+2
| * | | IB/rdmvat: Fix double vfree() in rvt_create_qp() error pathMike Marciniszyn2016-08-221-1/+2
| * | | IB/hfi1: Improve J_KEY generationMitko Haralanov2016-08-221-1/+18
| * | | IB/hfi1: Return invalid field for non-QSFP CableInfo queriesEaswar Hariharan2016-08-221-0/+5
| * | | MAINTAINERS: Fix Soft RoCE locationLeon Romanovsky2016-08-221-1/+1
| * | | IB/usnic: Fix error return codeChristophe Jaillet2016-08-221-1/+2
| * | | IB/hfi1: Add missing error code assignment before testChristophe Jaillet2016-08-221-1/+1
| * | | IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun2016-08-223-10/+2Star
| * | | IB/hfi1: Validate header in set_armed_activeMike Marciniszyn2016-08-221-1/+2
| * | | IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn2016-08-221-5/+5
| * | | IB/hfi1: Fetch monitor values on-demand for CableInfo queryEaswar Hariharan2016-08-222-2/+33
| * | | IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn2016-08-224-16/+18
| * | | IB/hfi1: Remove duplicated include from affinity.cWei Yongjun2016-08-221-1/+0Star
| * | | IB/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun2016-08-221-1/+1
| * | | IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun2016-08-221-6/+12
| * | | IB/hfi1: Allocate cpu mask on the heap to silence warningTadeusz Struk2016-08-221-7/+13