aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro3-109/+25
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro4-121/+52
2017-10-11vhost/scsi: switch to iov_iter_get_pages()Al Viro1-48/+20
2017-10-11fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2017-10-11new primitive: iov_iter_for_each_range()Al Viro2-0/+26
2017-10-11lnet_return_rx_credits_locked: don't abuse list_entryAl Viro1-1/+1
2017-10-11xen: don't open-code iov_iter_kvec()Al Viro1-12/+4
2017-10-11orangefs: remove detritus from struct orangefs_kiocb_sAl Viro1-6/+0
2017-10-11kill iov_shorten()Al Viro2-23/+0
2017-10-11bio_alloc_map_data(): do bmd->iter setup right thereAl Viro1-8/+12
2017-10-11bio_copy_user_iov(): saner bio size calculationAl Viro1-24/+6
2017-10-11bio_map_user_iov(): get rid of copying iov_iterAl Viro1-6/+3
2017-10-11bio_copy_from_iter(): get rid of copying iov_iterAl Viro1-5/+6
2017-10-11move more stuff down into bio_copy_user_iov()Al Viro2-6/+5
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro3-5/+6
2017-10-11bio_map_user_iov(): get rid of the iov_for_each()Al Viro1-19/+2
2017-10-11bio_map_user_iov(): move alignment check into the main loopAl Viro1-27/+27
2017-10-11don't rely upon subsequent bio_add_pc_page() calls failingAl Viro1-4/+4
2017-10-11... and with iov_iter_get_pages_alloc() it becomes even simplerAl Viro1-16/+5
2017-10-11bio_map_user_iov(): switch to iov_iter_get_pages()/iov_iter_advance()Al Viro1-33/+24
2017-10-10bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro1-2/+2
2017-10-10more bio_map_user_iov() leak fixesAl Viro1-5/+9
2017-10-10fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2017-10-08Linux 4.14-rc4Linus Torvalds1-1/+1
2017-10-06ARC: [plat-hsdk]: Add reset controller node to manage ethernet resetEugeniy Paltsev2-0/+10
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose1-1/+1
2017-10-06arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2-2/+2
2017-10-06powerpc/powernv: Increase memory block size to 1GB on radixAnton Blanchard1-1/+9
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2-5/+7
2017-10-05KVM: add X86_LOCAL_APIC dependencyArnd Bergmann1-0/+1
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein3-9/+26
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-10-05ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein1-1/+3
2017-10-05x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf1-2/+4
2017-10-05i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King1-1/+1
2017-10-05i2c: ensure termination of *_device_id tablesThomas Meyer1-0/+1
2017-10-05i2c: i801: Add support for Intel Cedar ForkJarkko Nikula3-0/+6
2017-10-05i2c: stm32f7: fix setup structurePierre-Yves MORDRET1-9/+6
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-10-04Update James Hogan's email addressJames Hogan5-6/+8
2017-10-04drm/i915/glk: Fix DMC/DC state idleness calculationImre Deak1-1/+1
2017-10-04drm/i915/cnl: Reprogram DMC firmware after S3/S4 resumeImre Deak1-0/+3
2017-10-04i40iw: Fix port number for query QPMustafa Ismail1-0/+2
2017-10-04i40iw: Add missing memory barriersMustafa Ismail3-8/+7
2017-10-04RDMA/qedr: Parse vlan priority as slAmrani, Ram1-0/+2
2017-10-04RDMA/qedr: Parse VLAN ID correctly and ignore the value of zeroAmrani, Ram2-4/+8