summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-07-04Merge branch 'pci/host-rockchip' into nextBjorn Helgaas-26/+100
2017-07-04Merge branch 'pci/host-rcar' into nextBjorn Helgaas-2/+2
2017-07-04Merge branch 'pci/host-qcom' into nextBjorn Helgaas-59/+396
2017-07-04Merge branch 'pci/host-mediatek' into nextBjorn Helgaas-0/+704
2017-07-04Merge branch 'pci/host-kirin' into nextBjorn Helgaas-0/+536
2017-07-04video: fbdev: matrox: the list iterator can't be NULLDan Carpenter-1/+1
2017-07-04video: fbdev: aty: remove useless variable assignments in aty_var_to_crtc()Gustavo A. R. Silva-6/+0
2017-07-04fbdev: omapfb: constify ctrl_caps, color_caps, panel_attr_grp and ctrl_attr_grpArvind Yadav-4/+4
2017-07-04omapfb: panel-dsi-cm: constify dsicm_attr_groupArvind Yadav-1/+1
2017-07-04vmlfb: Fix error handling in cr_pll_init()Alexey Khoroshilov-0/+1
2017-07-04video: fbdev: fsl-diu-fb: constify mfb_template and fsl_diu_match.Arvind Yadav-2/+2
2017-07-04perf unwind: Do not fail due to missing unwind supportJiri Olsa-1/+1
2017-07-04perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo-0/+1
2017-07-04drm/amdgpu/gfx9: fix driver reload with KIQAlex Deucher-51/+0
2017-07-04drm/amdgpu/gfx8: fix driver reload with KIQAlex Deucher-68/+1
2017-07-04ipv4: Export rtm_ipv4_policy.David S. Miller-0/+1
2017-07-04i2c: designware: Let slave adapter support be optionalJarkko Nikula-1/+4
2017-07-04i2c: designware: Make HW init functions staticJarkko Nikula-8/+4
2017-07-04i2c: designware: fix spelling mistakesColin Ian King-1/+1
2017-07-04ALSA: hda - Fix unbalance of i915 module refcountTakashi Iwai-1/+1
2017-07-04i2c: pca-platform: propagate error from i2c_pca_add_numbered_busChris Packham-3/+3
2017-07-04i2c: pca-platform: correctly set algo_data.reset_chipChris Packham-2/+4
2017-07-04i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede-0/+12
2017-07-04x86/platform/uv/BAU: Minor cleanup, make some local functions staticColin Ian King-25/+6
2017-07-04Update my email addressCornelia Huck-3/+3
2017-07-04genirq/timings: Move free timings out of spinlocked regionThomas Gleixner-2/+3
2017-07-04genirq: Move irq resource handling out of spinlocked regionThomas Gleixner-8/+15
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner-0/+12
2017-07-04genirq: Move bus locking into __setup_irq()Thomas Gleixner-8/+5
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven-1/+1
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott-1/+3
2017-07-04Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar-8/+14
2017-07-04kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang-2/+4
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim-0/+55
2017-07-04f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim-2/+4
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu-14/+17
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu-1/+1
2017-07-04f2fs: require key for truncate(2) of encrypted fileEric Biggers-3/+7
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu-333/+359
2017-07-04f2fs: clean up sysfs codesChao Yu-47/+74
2017-07-04f2fs: fix to document fault injection option and sysfs fileChao Yu-0/+14
2017-07-04f2fs: fix wrong error number of fill_superChao Yu-1/+4
2017-07-04f2fs: fix incorrect document of batched_trim_sectionsChao Yu-1/+1
2017-07-04f2fs: fix to show injection rate in ->show_optionsChao Yu-1/+2
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET-1/+3
2017-07-04f2fs: use proper variable nameTiezhu Yang-11/+11
2017-07-04f2fs: fix to avoid panic when encountering corrupt nodeChao Yu-3/+11
2017-07-04f2fs: don't track newly allocated nat entry in listChao Yu-6/+10
2017-07-04f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu-0/+2
2017-07-04f2fs: introduce __wait_one_discard_bioChao Yu-16/+17