summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-11-122-8/+12
|\
| * xen: do not release any memory under 1M in domain 0Ian Campbell2010-11-101-7/+11
| * xen: correct size of level2_kernel_pgtIan Campbell2010-10-291-1/+1
* | Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-11-121-3/+5
|\ \
| * | xen: fix memory leak in Xen PCI MSI/MSI-X allocator.Jiri Slaby2010-11-081-3/+5
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-11-129-155/+119
|\ \ \
| * | | x86, pvclock: Remove leftover scale_delta() functionKusanagi Kouichi2010-11-101-38/+0
| * | | x86, apic: Remove double #includeJesper Juhl2010-11-101-1/+0
| * | | x86: Adjust section annotations in AMD Fam10 MMCONF enabling codeJan Beulich2010-11-101-3/+4
| * | | x86, UV: Update node controller MMRsJack Steiner2010-11-102-99/+102
| * | | x86: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-11-102-8/+7
| * | | x86: Address gcc4.6 "set but not used" warnings in apic.hAndi Kleen2010-11-091-5/+5
| * | | x86, mm: Fix section mismatch in tlb.cRakib Mullick2010-11-011-1/+1
| |/ /
* | | perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocationPeter Zijlstra2010-11-101-2/+2
* | | KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka2010-11-051-0/+2
* | | KVM: x86: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+6
* | | KVM: MMU: fix rmap_remove on non present sptesMarcelo Tosatti2010-11-051-4/+5
* | | KVM: Write protect memory after slot swapMichael S. Tsirkin2010-11-051-4/+4
|/ /
| |
| \
*-. \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-303-56/+28
|\ \ \
| | * | x86: Check irq_remapped instead of remapping_enabled in destroy_irq()Yinghai Lu2010-10-301-1/+1
| |/ / |/| |
| * | jump label: Add work around to i386 gcc asm goto bugSteven Rostedt2010-10-291-1/+12
| * | x86, ftrace: Use safe noops, drop trap testH. Peter Anvin2010-10-291-54/+15
| | |
| \ \
*-. \ \ Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern...Linus Torvalds2010-10-295-13/+50
|\ \ \ \
| | * | | x86, uv: More Westmere support on SGI UVRuss Anderson2010-10-281-4/+3
| | * | | x86, uv: Enable Westmere support on SGI UVRuss Anderson2010-10-262-5/+41
| * | | | x86, alternative: Call stop_machine_text_poke() on all cpusJason Baron2010-10-291-1/+1
| * | | | x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet2010-10-291-2/+7
| * | | | x86, memblock: Fix early_node_mem with big reserved region.Yinghai Lu2010-10-281-5/+2
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-291-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-1/+2
* | | | | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-2821-33/+704
|\ \ \ \ \
| * | | | | xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini2010-10-261-2/+22
| * | | | | xen: add a missing #include to arch/x86/pci/xen.cStefano Stabellini2010-10-221-0/+1
| * | | | | xen: mask the MTRR feature from the cpuidStefano Stabellini2010-10-221-0/+1
| * | | | | xen: add the direct mapping area for ISA bus accessJuan Quintela2010-10-223-0/+28
| * | | | | xen: use vcpu_ops to setup cpu masksStefano Stabellini2010-10-221-1/+7
| * | | | | xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge2010-10-221-3/+20
| * | | | | xen: remap MSIs into pirqs when running as initial domainQing He2010-10-221-18/+37
| * | | | | xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge2010-10-222-0/+142
| * | | | | xen: introduce XEN_DOM0 as a silent optionStefano Stabellini2010-10-221-0/+10
| * | | | | xen: map MSIs into pirqsStefano Stabellini2010-10-221-0/+57
| * | | | | xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini2010-10-222-0/+21
| * | | | | xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge2010-10-223-1/+11
| * | | | | acpi: use indirect call to register gsi in different modesJeremy Fitzhardinge2010-10-221-17/+42
| * | | | | xen: implement xen_hvm_register_pirqStefano Stabellini2010-10-221-0/+38
| * | | | | Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini2010-10-2246-874/+851
| |\ \ \ \ \
| | * | | | | X86/PCI: Remove the dependency on isapnp_disable.Konrad Rzeszutek Wilk2010-10-211-5/+0
| | * | | | | xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk2010-10-181-0/+4
| | * | | | | xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon2010-10-185-0/+209
| | * | | | | x86: Introduce x86_msi_opsStefano Stabellini2010-10-184-4/+49
OpenPOWER on IntegriCloud