summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-02-1310-8/+748
|\
| * leds: leds-gpio: Pass on error codes unmodifiedSoren Brinkmann2015-02-021-1/+2
| * DT: leds: Add led-sources propertyJacek Anaszewski2015-01-291-1/+15
| * leds: Add LED Flash class extension to the LED subsystemJacek Anaszewski2015-01-266-0/+711
| * leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hackGeert Uytterhoeven2015-01-141-3/+1
| * leds: Use setup_timerJulia Lawall2015-01-141-3/+2
| * leds: Don't allow brightness values greater than max_brightnessGabriele Mazzotta2015-01-141-1/+2
| * DT: leds: Add flash LED devices related propertiesPavel Machek2015-01-141-0/+16
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-132-39/+28
|\ \
| * | module: Replace over-engineered nested sleepPeter Zijlstra2015-02-111-28/+8
| * | module: Annotate nested sleep in resolve_symbol()Peter Zijlstra2015-02-111-0/+6
| * | module: Remove double spaces in module verification taint messageMarcel Holtmann2015-02-061-1/+1
| * | kernel/module.c: Free lock-classes if parse_args failedAndrey Tsyvarev2015-02-061-0/+3
| * | module: set ksymtab/kcrctab* section addresses to 0x0Rabin Vincent2015-02-061-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-02-133-21/+22
|\ \ \
| * | | tile: change MAINTAINERS website from tilera.com to ezchip.comChris Metcalf2015-02-131-1/+1
| * | | tile: enable sparse checks for get/put_userChris Metcalf2015-01-131-8/+11
| * | | tile: fix put_user sparse errorsChris Metcalf2015-01-131-9/+9
| * | | tile: default to little endian on older toolchainsChris Metcalf2015-01-131-3/+1
* | | | Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds2015-02-131-2/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-1388-1626/+6026
|\ \ \ \
| * | | | KVM: ia64: drop kvm.h from installed user headersMike Frysinger2015-02-101-1/+0
| * | | | KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-101-0/+1
| * | | | KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini2015-02-091-1/+2
| * | | | Merge tag 'kvm-s390-next-20150209' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-02-0912-56/+397
| |\ \ \ \
| | * | | | KVM: Disable compat ioctl for s390Christian Borntraeger2015-02-092-6/+10
| | * | | | KVM: s390: add cpu model supportMichael Mueller2015-02-094-1/+201
| | * | | | KVM: s390: use facilities and cpu_id per KVMMichael Mueller2015-02-095-44/+99
| | * | | | KVM: s390/CPACF: Choose crypto control block formatTony Krowiak2015-02-092-2/+49
| | * | | | s390/kernel: Update /proc/sysinfo file with Extended Name and UUIDEkaterina Tumanova2015-02-092-3/+36
| | * | | | KVM: s390: reenable LPP facilityChristian Borntraeger2015-02-091-1/+1
| | * | | | KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand2015-02-091-0/+2
| |/ / / /
| * | | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-0613-7/+71
| * | | | kvm: remove KVM_MMIO_SIZETiejun Chen2015-02-052-6/+0
| * | | | KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2015-02-042-4/+4
| * | | | KVM: MIPS: Disable HTW while in guestJames Hogan2015-02-041-0/+13
| * | | | KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-033-7/+161
| * | | | KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van2015-02-031-2/+65
| * | | | KVM: nVMX: Enable nested apic register virtualizationWincy Van2015-02-031-4/+35
| * | | | KVM: nVMX: Make nested control MSRs per-cpuWincy Van2015-02-031-86/+129
| * | | | KVM: nVMX: Enable nested virtualize x2apic modeWincy Van2015-02-031-2/+112
| * | | | KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van2015-02-031-11/+66
| * | | | KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-022-15/+0
| * | | | KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti2015-02-021-6/+6
| * | | | kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini2015-01-301-7/+7
| * | | | KVM: x86: fix x2apic logical address matchingRadim Krčmář2015-01-301-1/+2
| * | | | KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář2015-01-301-4/+2
| * | | | KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář2015-01-301-30/+16
| * | | | KVM: x86: return bool from kvm_apic_match*()Radim Krčmář2015-01-303-7/+5
| * | | | KVM: VMX: Add PML support in VMXKai Huang2015-01-305-1/+218
OpenPOWER on IntegriCloud