aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds349-5605/+13811
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds8-200/+547
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds36-236/+1589
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds19-70/+621
2017-07-06null_blk: fix error flow for shared tags during module_initMax Gurtovoy1-5/+13
2017-07-06vrf: fix bug_on triggered by rx when destroying a vrfNikolay Aleksandrov1-5/+6
2017-07-06block: Fix __blkdev_issue_zeroout loopDamien Le Moal1-5/+18
2017-07-06ntb_netdev: set the net_device's parentLogan Gunthorpe1-0/+2
2017-07-06ntb: Add error path/handling to Debug FS entry creationGary R Hook1-7/+13
2017-07-06ntb: Add more debugfs support for ntb_perf testing optionsGary R Hook1-0/+28
2017-07-06ntb: Remove debug-fs variables from the context structureGary R Hook1-14/+14
2017-07-06ntb: Add a module option to control affinity of DMA channelsGary R Hook1-4/+12
2017-07-06NTB: Add IDT 89HPESxNTx PCIe-switches supportSerge Semin7-0/+3901
2017-07-06ntb_hw_intel: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2-100/+95
2017-07-06ntb_hw_amd: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2-29/+29
2017-07-06NTB: Add ntb.h commentsSerge Semin1-7/+12
2017-07-06NTB: Add PCIe Gen4 link speedSerge Semin1-0/+2
2017-07-06NTB: Add new Memory Windows API documentationSerge Semin1-8/+91
2017-07-06NTB: Add Messaging NTB APISerge Semin2-0/+218
2017-07-06NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin7-57/+94
2017-07-06NTB: Alter MW API to support multi-ports devicesSerge Semin7-105/+340
2017-07-06NTB: Alter link-state API to support multi-port devicesSerge Semin3-17/+18
2017-07-06NTB: Add indexed ports NTB APISerge Semin6-0/+231
2017-07-06NTB: Make link-state API being declared firstSerge Semin1-68/+69
2017-07-06NTB: ntb_test: add parameter for doorbell bitmaskAllen Hubbe1-2/+5
2017-07-06NTB: ntb_test: modprobe on remote hostAllen Hubbe1-0/+4
2017-07-06Merge branch 'for-4.13/drivers' into for-nextThierry Reding6-131/+208
2017-07-06Merge branch 'for-4.13/dt' into for-nextThierry Reding3-2/+5
2017-07-06Merge branch 'for-4.13/core' into for-nextThierry Reding2-19/+31
2017-07-06pwm: cros-ec: Fix transposed param settingsNick Vaccaro1-2/+2
2017-07-06pwm: meson: Improve PWM calculation precisionJerome Brunet1-6/+10
2017-07-06tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain1-0/+73
2017-07-06move file_{start,end}_write() out of do_iter_write()Al Viro1-2/+4
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-0/+15
2017-07-06net/mlx5e: Initialize CEE's getpermhwaddr address buffer to 0xffHuy Nguyen1-0/+2
2017-07-06net/mlx5: Add Makefiles for subdirectoriesIlan Tayari5-0/+5
2017-07-06net/mlx5: Build wq.o even if MLX5_CORE_EN is not selectedIlan Tayari1-2/+2
2017-07-06net/mlx5: FPGA, Fix datatype mismatchIlan Tayari1-2/+2
2017-07-06net/mlx5: FPGA, make mlx5_fpga_device_brb staticIlan Tayari1-1/+1
2017-07-06net/mlx5: IPSec, Fix 64-bit division on 32-bit buildsIlan Tayari1-1/+3
2017-07-06net/mlx5: Add missing include in lib/gid.cIlan Tayari1-0/+1
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton1-5/+8
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton1-1/+1
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton1-1/+1
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton1-4/+6
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton1-1/+1
2017-07-06dax: set errors in mapping when writeback failsJeff Layton1-1/+3
2017-07-06Documentation: flesh out the section in vfs.txt on storing and reporting writeback errorsJeff Layton1-3/+41
2017-07-06mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton1-6/+25
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton7-1/+206