summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-3110-39/+38
|\
| *-. Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2014-01-292-4/+5
| |\ \
| | | * PM / devfreq: Disable Exynos4 driver build on multiplatformSachin Kamat2014-01-271-1/+1
| | * | acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk2014-01-281-3/+4
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '...Rafael J. Wysocki2014-01-298-35/+33
| |\ \ \ \ \ \ \
| | | | | | * | | ACPICA: Remove bool usage from ACPICA.Lv Zheng2014-01-273-3/+3
| | | | | * | | | ACPI / PM: Use ACPI_COMPANION() to get ACPI companions of devicesRafael J. Wysocki2014-01-271-18/+6
| | | | | | |_|/ | | | | | |/| |
| | | | * | | | ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator...Mark Brown2014-01-281-0/+9
| | | * | | | | ACPI / scan: Clear match_driver flag in acpi_bus_trim()Rafael J. Wysocki2014-01-291-0/+1
| | * | | | | | ACPI / scan: reduce log level of "ACPI: \_PR_.CPU4: failed to get CPU APIC ID"Jiang Liu2014-01-271-1/+1
| | * | | | | | ACPI / processor: Return specific error value when mapping lapic idHanjun Guo2014-01-271-13/+13
* | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-315-18/+25
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-255-18/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman2014-01-162-1/+7
| | * | | | | | | | nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-151-8/+8
| | * | | | | | | | nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-151-1/+2
| | * | | | | | | | tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-153-8/+8
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-314-2/+288
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra2014-01-281-1/+3
| * | | | | | | | | | sched/deadline: Add sched_dl documentationDario Faggioli2014-01-283-1/+285
| * | | | | | | | | | sched: Fix docbook parameter annotation error in wait.hMasanari Iida2014-01-251-2/+2
* | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-3111-32/+116
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hung_task: Display every hung task warningAaron Tomlin2014-01-254-6/+52
| * | | | | | | | | | | sysctl: Add neg_one as a standard constraintAaron Tomlin2014-01-251-0/+1
| * | | | | | | | | | | x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configuredMike Travis2014-01-251-14/+42
| * | | | | | | | | | | x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-253-8/+4
| * | | | | | | | | | | kgdb/kdb: Fix no KDB config problemMike Travis2014-01-254-6/+6
| * | | | | | | | | | | MAINTAINERS: Restore "L: linux-kernel@vger.kernel.org" entriesIngo Molnar2014-01-221-0/+13
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-3111-83/+197
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones2014-01-311-1/+2
| * | | | | | | | | | | drivers: xen: deaggressive selfballoon driverBob Liu2014-01-311-0/+22
| * | | | | | | | | | | xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-316-46/+101
| * | | | | | | | | | | xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall2014-01-303-7/+7
| * | | | | | | | | | | xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)Ian Campbell2014-01-302-2/+21
| * | | | | | | | | | | arm/xen: Initialize event channels earlierJulien Grall2014-01-301-27/+44
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-3153-1111/+1704
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-2942-1066/+1564
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras2014-01-273-0/+4
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Add software abort codes for transactional memoryMichael Neuling2014-01-271-0/+2
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-274-8/+114
| | * | | | | | | | | | | | powerpc/Kconfig: Make TM select VSX and VMXMichael Neuling2014-01-271-0/+2
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-275-11/+30
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-277-9/+52
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras2014-01-273-0/+9
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras2014-01-272-0/+8
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Handle guest using doorbells for IPIsPaul Mackerras2014-01-272-5/+18
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from napPaul Mackerras2014-01-271-115/+77
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras2014-01-272-1/+17
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman2014-01-272-1/+11
| | * | | | | | | | | | | | KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8Paul Mackerras2014-01-271-1/+7