summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | powerpc/kexec: Fix loading of kernel + initramfs with kexec_file_load()Thiago Jung Bauermann2019-05-231-1/+5
| * | | | | | | powerpc/perf: Fix MMCRA corruption by bhrb_filterRavi Bangoria2019-05-223-2/+10
| * | | | | | | powerpc/powernv: Return for invalid IMC domainAnju T Sudhakar2019-05-221-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-0214-117/+157
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-06-016-2/+15
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-286-2/+13
| | * | | | | | | kvm: fix compile on s390 part 2Christian Borntraeger2019-05-281-0/+2
| * | | | | | | | Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-06-015267-25677/+7897
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()Suraj Jitindar Singh2019-05-301-0/+1
| | * | | | | | | | KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9Paul Mackerras2019-05-301-2/+5
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pagesCédric Le Goater2019-05-301-1/+2
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslotsCédric Le Goater2019-05-301-0/+8
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interruptsCédric Le Goater2019-05-301-2/+2
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE deviceCédric Le Goater2019-05-303-17/+22
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifierCédric Le Goater2019-05-291-1/+1
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resettingCédric Le Goater2019-05-291-18/+18
| | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is releasedCédric Le Goater2019-05-291-0/+8
| | * | | | | | | | KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras2019-05-291-8/+1
| | * | | | | | | | KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-05-293-8/+8
| | * | | | | | | | KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setupPaul Mackerras2019-05-293-26/+42
| | * | | | | | | | KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functionsPaul Mackerras2019-05-292-32/+24
| | |/ / / / / / /
* | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-024-2/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINTAINERS: add I2C DT bindings to ARM platformsWolfram Sang2019-06-011-0/+11
| * | | | | | | | | MAINTAINERS: add DT bindings to i2c driversWolfram Sang2019-06-011-0/+7
| * | | | | | | | | i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima2019-05-271-1/+1
| * | | | | | | | | i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak2019-05-271-1/+1
| * | | | | | | | | i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-05-271-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-06-025-22/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin2019-05-285-22/+0
| |/ / / / / / / /
* | | | | | | | | Merge tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-06-022-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | leds: avoid flush_work in atomic contextPavel Machek2019-05-312-5/+5
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-0216-113/+102
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | block: print offending values when cloned rq limits are exceededJohn Pittman2019-05-311-2/+5
| * | | | | | | | | blk-mq: Document the blk_mq_hw_queue_to_node() argumentsBart Van Assche2019-05-311-1/+5
| * | | | | | | | | blk-mq: Fix spelling in a source code commentBart Van Assche2019-05-311-2/+2
| * | | | | | | | | block: Fix bsg_setup_queue() kernel-doc headerBart Van Assche2019-05-311-0/+1
| * | | | | | | | | block: Fix rq_qos_wait() kernel-doc headerBart Van Assche2019-05-311-3/+4
| * | | | | | | | | block: Fix blk_mq_*_map_queues() kernel-doc headersBart Van Assche2019-05-313-5/+5
| * | | | | | | | | block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche2019-05-311-1/+1
| * | | | | | | | | block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche2019-05-311-2/+2
| * | | | | | | | | block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche2019-05-311-1/+1
| * | | | | | | | | blk-mq: Fix memory leak in error handlingJes Sorensen2019-05-291-1/+4
| * | | | | | | | | block: don't protect generic_make_request_checks with blk_queue_enterMing Lei2019-05-291-31/+6
| * | | | | | | | | block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-293-53/+32
| * | | | | | | | | block: Don't revalidate bdev of hidden gendiskJan Kara2019-05-271-9/+16
| * | | | | | | | | loop: Don't change loop device under exclusive openerJan Kara2019-05-271-1/+17
| * | | | | | | | | io_uring: Fix __io_uring_register() false successPavel Begunkov2019-05-261-1/+1
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-029-14/+76
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | scsi: libsas: delete sas port if expander discover failedJason Yan2019-05-291-0/+2
| * | | | | | | | | | scsi: libsas: only clear phy->in_shutdown after shutdown event doneJason Yan2019-05-291-2/+1