summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-09-01dt-bindings: soc: qcom: Extend GLINK to cover SMEMBjorn Andersson-9/+16
2017-09-01remoteproc: qcom: adsp: Allow defining GLINK edgeBjorn Andersson-0/+64
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman-0/+1
2017-09-01Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+16
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas-103/+99
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin-3/+0
2017-09-01PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()Shawn Lin-2/+2
2017-09-01Bluetooth: make baswap src constLoic Poulain-4/+4
2017-09-01fsmap: fix documentation of FMR_OF_LASTDarrick J. Wong-1/+1
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong-4/+3
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen-3/+1
2017-09-01xfs: fix incorrect log_flushed on fsyncAmir Goldstein-7/+0
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig-1/+2
2017-09-01xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig-32/+12
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig-11/+11
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig-25/+29
2017-09-01epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov-16/+26
2017-09-01block/loop: remove unused fieldShaohua Li-1/+0
2017-09-01block/loop: fix use after freeShaohua Li-4/+17
2017-09-01bfq: Use icq_to_bic() consistentlyBart Van Assche-1/+1
2017-09-01bfq: Suppress compiler warnings about comparisonsBart Van Assche-10/+10
2017-09-01bfq: Check kstrtoul() return valueBart Van Assche-15/+37
2017-09-01bfq: Declare local functions staticBart Van Assche-9/+9
2017-09-01bfq: Annotate fall-through in a switch statementBart Van Assche-0/+1
2017-09-01Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-4.14/block-...Jens Axboe-72/+77
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-559/+816
2017-09-01Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds-18/+18
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu-3/+6
2017-09-01ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu-2/+5
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin-2/+365
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev-10/+18
2017-09-01ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev-8/+19
2017-09-01ARC: [plat-axs103] refactor the DT fudging codeVineet Gupta-24/+22
2017-09-01ARC: [plat-axs103] use clk driver #2: Add core pll node to DT to manage cpu clkEugeniy Paltsev-4/+18
2017-09-01ARC: [plat-axs103] use clk driver #1: Get rid of platform specific cpu clk se...Eugeniy Paltsev-113/+5
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)-4/+6
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig-6/+20
2017-09-01xfs: consolidate the various page fault handlersChristoph Hellwig-65/+60
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig-3/+2
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster-18/+65
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster-3/+6
2017-09-01xfs: move bmbt owner change to last step of extent swapBrian Foster-18/+26
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster-1/+4
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster-18/+16
2017-09-01xfs: refactor buffer logging into buffer dirtying helperBrian Foster-17/+33
2017-09-01xfs: ordered buffer log items are never formattedBrian Foster-11/+2