aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Merge tag 'drm-misc-fixes-2019-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+0
2019-05-30Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie1-0/+5
2019-05-29Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linuxLinus Torvalds11-43/+173
2019-05-29Merge branch 'net-phy-dp83867-add-some-fixes'David S. Miller1-4/+37
2019-05-29net: phy: dp83867: Set up RGMII TX delayMax Uvarov1-3/+1
2019-05-29net: phy: dp83867: do not call config_init twiceMax Uvarov1-1/+1
2019-05-29net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov1-0/+18
2019-05-29net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov1-0/+17
2019-05-29net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King1-0/+13
2019-05-29net: phylink: ensure consistent phy interface modeRussell King1-3/+7
2019-05-29blk-mq: Fix memory leak in error handlingJes Sorensen1-1/+4
2019-05-29usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan1-13/+23
2019-05-29net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda1-0/+4
2019-05-29Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-9/+38
2019-05-29s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2-7/+8
2019-05-29CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas1-1/+3
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+6
2019-05-29drm/amdgpu: reserve stollen vram for raven seriesFlora Cui1-2/+1
2019-05-29arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen2-10/+11
2019-05-29arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-9/+9
2019-05-29arm64: fix syscall_fn_t typeSami Tolvanen1-1/+1
2019-05-29block: don't protect generic_make_request_checks with blk_queue_enterMing Lei1-31/+6
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei3-53/+32
2019-05-29ALSA: fireface: Use ULL suffixes for 64-bit constantsGeert Uytterhoeven1-5/+5
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman1-1/+4
2019-05-29ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptopsHui Wang1-5/+11
2019-05-29KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifierCédric Le Goater1-1/+1
2019-05-29KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resettingCédric Le Goater1-18/+18
2019-05-29KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is releasedCédric Le Goater1-0/+8
2019-05-29KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras1-8/+1
2019-05-29KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras3-8/+8
2019-05-29KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setupPaul Mackerras3-26/+42
2019-05-29KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functionsPaul Mackerras2-32/+24
2019-05-28Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin5-22/+0
2019-05-28net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed1-0/+13
2019-05-28net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu1-1/+1
2019-05-28net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit1-1/+1
2019-05-28net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit1-0/+4
2019-05-28net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit1-15/+3
2019-05-28net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed1-1/+1
2019-05-28Documentation: net-sysfs: Remove duplicate PHY device documentationFlorian Fainelli2-35/+13
2019-05-28llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet1-0/+2
2019-05-28selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtuStefano Brivio1-7/+7
2019-05-28dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang1-2/+2
2019-05-28fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou1-2/+4
2019-05-28cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King1-1/+2
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall3-2/+26
2019-05-28xen/pvcalls: Remove set but not used variableYueHaibing1-4/+0
2019-05-28Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar124-558/+1455
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli1-2/+6
2019-05-28dpaa_eth: use only online CPU portalsMadalin Bucur2-7/+6
2019-05-28net: mvneta: Fix err code path of probeJisheng Zhang1-3/+1
2019-05-28net: stmmac: Do not output error on deferred probeThierry Reding1-1/+5
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-05-28Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana1-2/+12
2019-05-28ARC: [plat-hsdk] Get rid of inappropriate PHY settingsAlexey Brodkin1-4/+0
2019-05-28ARC: [plat-hsdk]: Add support of Vivante GPUEugeniy Paltsev2-1/+30
2019-05-28ARC: [plat-hsdk]: enable creg-gpio controllerEugeniy Paltsev2-0/+9
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo1-1/+7
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo1-8/+19
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana1-3/+43
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana1-0/+6
2019-05-28btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou1-10/+10
2019-05-28btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov1-10/+25
2019-05-28Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-36/+11
2019-05-28Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-0/+1
2019-05-28ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap1-0/+1
2019-05-28arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel1-8/+30
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth6-2/+13
2019-05-28kvm: fix compile on s390 part 2Christian Borntraeger1-0/+2
2019-05-28tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo4-3/+105
2019-05-28perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter1-3/+6
2019-05-28perf machine: Read also the end of the kernelJiri Olsa1-9/+18
2019-05-28perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo1-1/+8
2019-05-28perf session: Add missing swap ops for namespace eventsNamhyung Kim1-0/+21
2019-05-28perf namespace: Protect reading thread's namespaceNamhyung Kim1-2/+13
2019-05-28tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo1-0/+37
2019-05-28s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger1-41/+107
2019-05-28s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger4-9/+41
2019-05-28s390/pci: fix assignment of bus resourcesSebastian Ott1-1/+4
2019-05-28s390/pci: fix struct definition for set PCI functionSebastian Ott2-13/+18
2019-05-28s390: mark __cpacf_check_opcode() and cpacf_query_func() as __always_inlineMasahiro Yamada1-2/+2
2019-05-28s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitializedMasahiro Yamada1-1/+3
2019-05-28tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo1-73/+181
2019-05-28tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo1-0/+3
2019-05-28tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo1-0/+1
2019-05-28tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo1-0/+3
2019-05-28tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo4-1/+83
2019-05-28perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov1-1/+1
2019-05-28perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-05-28arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas1-1/+1
2019-05-28ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai3-12/+19
2019-05-28configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala1-8/+6
2019-05-28ALSA: hda - Force polling mode on CNL for fixing codec communicationBard Liao1-2/+3
2019-05-27i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima1-1/+1
2019-05-27i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak1-1/+1
2019-05-27i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen1-0/+1
2019-05-27Merge branch 'aquantia-fixes'David S. Miller2-47/+68
2019-05-27net: aquantia: tcp checksum 0xffff being handled incorrectlyNikita Danilov1-2/+1
2019-05-27net: aquantia: fix LRO with FCS errorDmitry Bogdanov1-29/+32
2019-05-27net: aquantia: check rx csum for all packets in LRO sessionDmitry Bogdanov1-13/+31
2019-05-27net: aquantia: tx clean budget logic errorIgor Russkikh1-3/+4
2019-05-27vhost: scsi: add weight supportJason Wang1-6/+6
2019-05-27vhost: vsock: add weight supportJason Wang1-6/+10
2019-05-27vhost_net: fix possible infinite loopJason Wang1-16/+13
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang5-20/+48
2019-05-27virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro1-4/+4
2019-05-27virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa1-1/+1
2019-05-27drm/etnaviv: lock MMU while dumping coreLucas Stach1-0/+5
2019-05-27block: Don't revalidate bdev of hidden gendiskJan Kara1-9/+16
2019-05-27loop: Don't change loop device under exclusive openerJan Kara1-1/+17
2019-05-27drm/imx: ipuv3-plane: fix atomic update status query for non-plus i.MX6QPhilipp Zabel2-6/+8
2019-05-27drm/qxl: drop WARN_ONCE()Gerd Hoffmann1-1/+0
2019-05-27Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij1-35/+10
2019-05-27PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki2-1/+17
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki3-18/+27
2019-05-27ACPI/PCI: PM: Add missing wakeup.flags.valid checksRafael J. Wysocki2-3/+4
2019-05-26net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook1-1/+0
2019-05-26Merge branch 'net-tls-two-fixes-for-rx_list-pre-handling'David S. Miller2-12/+41
2019-05-26selftests/tls: add test for sleeping even though there is dataJakub Kicinski1-0/+15
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski1-6/+2
2019-05-26selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski1-0/+19
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski1-7/+6
2019-05-26Linux 5.2-rc2Linus Torvalds1-2/+2
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+20
2019-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds44-303/+399
2019-05-26Merge branch 'dpaa2-eth-Fix-smatch-warnings'David S. Miller3-3/+6
2019-05-26dpaa2-eth: Make constant 64-bit longIoana Radulescu1-1/+1
2019-05-26dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu1-2/+2
2019-05-26dpaa2-eth: Fix potential spectre issueIoana Radulescu1-0/+3
2019-05-26bonding/802.3ad: fix slave link initialization transition statesJarod Wilson1-5/+10
2019-05-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+13
2019-05-26io_uring: Fix __io_uring_register() false successPavel Begunkov1-1/+1
2019-05-26random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o1-3/+13
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-05-25net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool opsMaxime Chevallier1-0/+9
2019-05-25Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+19
2019-05-25Merge branch 'fix-some-bugs-in-stmmac'David S. Miller3-6/+8
2019-05-25net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang1-2/+0
2019-05-25net: stmmac: fix csr_clk can't be zero issueBiao Huang2-4/+7
2019-05-25net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang1-0/+1
2019-05-25ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang1-0/+2
2019-05-25ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang1-0/+2
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-43/+129
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-3/+11
2019-05-25efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2-0/+6
2019-05-25efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang2-3/+8
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi1-1/+1
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-226/+189
2019-05-24Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds18-246/+241
2019-05-24Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-13/+21
2019-05-24Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-68/+108
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1147-13578/+1151
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long1-2/+40
2019-05-24net: sched: don't use tc_action->order during action dumpVlad Buslov1-2/+1
2019-05-24cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni1-0/+11
2019-05-24net: fec: fix the clk mismatch in failed_reset pathAndy Duan1-1/+1
2019-05-24KVM: x86: fix return value for reserved EFERPaolo Bonzini1-1/+1
2019-05-24selftests: rtc: rtctest: specify timeoutsAlexandre Belloni1-3/+3
2019-05-24selftests/harness: Allow test to configure timeoutAlexandre Belloni1-5/+12
2019-05-24selftests/ftrace: Add checkbashisms meta-testcaseMasami Hiramatsu2-0/+22
2019-05-24selftests/ftrace: Make a script checkbashisms cleanMasami Hiramatsu1-1/+1
2019-05-24tools/kvm_stat: fix fields filter for child eventsStefan Raspl2-4/+14
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2-0/+4
2019-05-24kvm: selftests: aarch64: compile with warnings onAndrew Jones1-4/+5
2019-05-24kvm: selftests: aarch64: fix default vm modeAndrew Jones1-1/+1
2019-05-24kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones1-1/+1
2019-05-24KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger1-14/+21
2019-05-24KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini1-5/+8
2019-05-24KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini4-13/+15
2019-05-24x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov1-1/+1
2019-05-24KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2-8/+27
2019-05-24kvm: Check irqchip mode before assign irqfdPeter Xu3-0/+17
2019-05-24kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee1-1/+5
2019-05-24KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini1-24/+30
2019-05-24KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth1-3/+0
2019-05-24KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspaceWanpeng Li1-0/+18
2019-05-24KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflowWanpeng Li1-1/+1
2019-05-24kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang1-0/+1
2019-05-24KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li1-2/+2
2019-05-24kvm: fix compilation on s390Paolo Bonzini1-0/+2
2019-05-24kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDJim Mattson1-0/+1
2019-05-24kvm: x86: Include multiple indices with CPUID leaf 0x8000001dJim Mattson1-4/+3
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth12-31/+16
2019-05-24kvm: selftests: avoid type punningPaolo Bonzini2-2/+2
2019-05-24KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter1-3/+2
2019-05-24KVM: Fix spinlock taken warning during host resumeWanpeng Li1-1/+4
2019-05-24KVM: nVMX: Clear nested_run_pending if setting nested state failsSean Christopherson1-12/+17
2019-05-24KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATEPaolo Bonzini1-1/+1
2019-05-24Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini8-164/+177
2019-05-24media: smsusb: better handle optional alignmentMauro Carvalho Chehab1-4/+4
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-156/+284
2019-05-24Merge tag 'platform-drivers-x86-v5.2-2' of git://git.infradead.org/linux-plat...Linus Torvalds1-0/+33
2019-05-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-66/+64
2019-05-24Merge tag 'mmc-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+4
2019-05-24Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds31-263/+326
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125Thomas Gleixner1-17/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123Thomas Gleixner7-84/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 122Thomas Gleixner2-18/+2