summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.0-rc7v5.0-rc7Linus Torvalds2019-02-171-1/+1
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-177-20/+20
|\
| * efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-164-15/+0
| * arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel2019-02-163-5/+20
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-175-5/+41
|\ \
| * | x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-153-3/+35
| * | x86/CPU: Add Icelake model numberRajneesh Bhardwaj2019-02-141-0/+2
| * | x86/a.out: Clear the dump structure initiallyBorislav Petkov2019-02-131-2/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-176-3/+59
|\ \ \
| * | | perf/core: Fix impossible ring-buffer sizes warningIngo Molnar2019-02-131-1/+1
| * | | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-115-2/+58
* | | | Merge tag 'powerpc-5.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-02-171-2/+2
|\ \ \ \
| * | | | powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()Michael Ellerman2019-02-171-2/+2
* | | | | Merge tag 'csky-for-linus-5.0-rc6' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-02-176-6/+31
|\ \ \ \ \
| * | | | | csky: Fixup dead loop in show_stackGuo Ren2019-02-131-0/+4
| * | | | | csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2019-02-132-0/+19
| * | | | | csky: coding convention: Use task_stack_pageGuo Ren2019-02-132-3/+4
| * | | | | csky: Fixup wrong pt_regs sizeGuo Ren2019-02-131-1/+2
| * | | | | csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren2019-02-131-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-172-2/+19
|\ \ \ \ \
| * | | | | i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski2019-02-151-0/+12
| * | | | | i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-02-151-2/+7
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-02-1711-101/+75
|\ \ \ \ \
| * | | | | Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISKMauro Ciancio2019-02-161-0/+1
| * | | | | Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez2019-02-161-2/+2
| * | | | | Input: apanel - switch to using brightness_set_blocking()Dmitry Torokhov2019-02-161-20/+4
| * | | | | Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"Dmitry Torokhov2019-02-111-1/+0
| * | | | | Input: qt2160 - switch to using brightness_set_blocking()Dmitry Torokhov2019-02-111-42/+27
| * | | | | Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov2019-02-091-1/+1
| * | | | | Input: ps2-gpio - flush TX work when closing portDmitry Torokhov2019-02-091-0/+1
| * | | | | Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov2019-02-091-24/+11
| * | | | | Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela2019-02-071-0/+9
| * | | | | Input: bma150 - register input device after setting private dataJonathan Bakker2019-02-061-4/+5
| * | | | | Input: pwm-vibra - stop regulator after disabling pwm, not beforePaweł Chmiel2019-01-281-4/+4
| * | | | | Input: pwm-vibra - prevent unbalanced regulatorJonathan Bakker2019-01-281-5/+12
| * | | | | Input: snvs_pwrkey - allow selecting driver for i.MX 7DStefan Agner2019-01-281-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-02-1726-193/+331
|\ \ \ \ \ \
| * | | | | | kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li2019-02-141-1/+2
| * | | | | | KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang2019-02-143-21/+17
| * | | | | | Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-02-1322-168/+303
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse2019-02-072-0/+10
| | * | | | | | KVM: arm64: Relax the restriction on using stage2 PUD huge mappingSuzuki K Poulose2019-02-071-3/+6
| | * | | | | | arm: KVM: Add missing kvm_stage2_has_pmd() helperMarc Zyngier2019-02-071-0/+5
| | * | | | | | KVM: arm/arm64: vgic: Always initialize the group of private IRQsChristoffer Dall2019-02-071-8/+14
| | * | | | | | arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier2019-02-072-5/+7
| | * | | | | | arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier2019-02-076-20/+95
| | * | | | | | KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall2019-02-071-2/+24
| | * | | | | | arm64: KVM: Don't generate UNDEF when LORegion feature is presentMarc Zyngier2019-01-251-15/+27
| | * | | | | | KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlockJulien Thierry2019-01-243-20/+21
| | * | | | | | KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry2019-01-244-11/+11