summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-046-32/+66
|\
| * xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao2013-08-201-0/+2
| * xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-201-6/+15
| * x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel2013-08-201-5/+11
| * x86/xen: disable premption when enabling local irqsDavid Vrabel2013-08-201-13/+12
| * xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel2013-08-091-1/+0
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-094-7/+26
* | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-0411-353/+531
|\ \
| * | x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a...Raghavendra K T2013-08-191-1/+1
| * | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri2013-08-142-2/+274
| * | kvm guest: Add configuration support to enable debug information for KVM GuestsSrivatsa Vaddagiri2013-08-091-0/+9
| * | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T2013-08-091-0/+1
| * | xen, pvticketlock: Allow interrupts to be enabled while blockingJeremy Fitzhardinge2013-08-091-6/+40
| * | x86, ticketlock: Add slowpath logicJeremy Fitzhardinge2013-08-095-25/+74
| * | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge2013-08-092-6/+14
| * | x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge2013-08-094-4/+5
| * | xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocksJeremy Fitzhardinge2013-08-091-0/+14
| * | xen, pvticketlock: Xen implementation for PV ticket locksJeremy Fitzhardinge2013-08-091-269/+79
| * | xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge2013-08-091-1/+1
| * | x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge2013-08-091-30/+5
| * | x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocksRaghavendra K T2013-08-091-0/+1
| * | x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge2013-08-096-61/+65
| |/
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-044-11/+31
|\ \
| * | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-012-4/+4
| * | x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin2013-09-012-7/+27
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-047-14/+95
|\ \ \
| * \ \ Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b...Ingo Molnar2013-08-145-10/+30
| |\ \ \
| | * | | x86, amd_nb: Clarify F15h, model 30h GART and L3 supportAravind Gopalakrishnan2013-08-121-2/+11
| * | | | Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-08-123-4/+14
| |\ \ \ \
| | * | | | x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errorsTony Luck2013-08-051-2/+11
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-126-10/+73
| |\ \ \ \
| | * | | | mce: acpi/apei: Add a boot option to disable ff mode for corrected errorsNaveen N. Rao2013-07-082-0/+7
| | * | | | mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMCNaveen N. Rao2013-07-084-10/+66
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-041-10/+3
|\ \ \ \ \ \
| * | | | | | x86/acpi: Correct out-of-date comment of __acpi_map_table()Zhang Yanfei2013-07-261-10/+3
* | | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-049-58/+50
|\ \ \ \ \ \ \
| * | | | | | | x86: Correctly detect hypervisorJason Wang2013-08-056-28/+25
| * | | | | | | x86, kvm: Switch to use hypervisor_cpuid_base()Jason Wang2013-08-051-15/+9
| * | | | | | | xen: Switch to use hypervisor_cpuid_base()Jason Wang2013-08-051-15/+1
| * | | | | | | x86: Introduce hypervisor_cpuid_base()Jason Wang2013-08-051-0/+15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-045-19/+22
|\ \ \ \ \ \ \
| * | | | | | | x86: avoid remapping data in parse_setup_data()Linn Crosetto2013-08-133-13/+13
| * | | | | | | x86: Use memblock_set_current_limit() to set limit for memblock.Tang Chen2013-08-131-2/+2
| * | | | | | | mm: Remove unused variable idx0 in __early_ioremap()Jianguo Wu2013-08-131-3/+2
| * | | | | | | mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by defaultToshi Kani2013-07-221-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-048-40/+97
|\ \ \ \ \ \ \
| * | | | | | | x86, relocs: Move ELF relocation handling to CKees Cook2013-08-078-40/+97
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-046-0/+510
|\ \ \ \ \ \ \
| * | | | | | | x86: sysfb: move EFI quirks from efifb to sysfbDavid Herrmann2013-08-024-0/+275
| * | | | | | | x86: provide platform-devices for boot-framebuffersDavid Herrmann2013-08-025-0/+235
| | |_|/ / / / | |/| | | | |
OpenPOWER on IntegriCloud