summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-154-1/+11
|\
| * x86: Add new syscalls for x86_64Aneesh Kumar K.V2011-03-152-0/+6
| * x86: Add new syscalls for x86_32Aneesh Kumar K.V2011-03-152-1/+5
* | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-155-9/+60
|\ \
| * | xen: suspend: add "arch" to pre/post suspend hooksIan Campbell2011-02-251-3/+3
| * | xen: switch to new schedop hypercall by default.Ian Campbell2011-02-251-2/+2
| * | xen: use new schedop interface for suspendIan Campbell2011-02-251-3/+10
| * | xen: fix compile issue if XEN is enabled but XEN_PVHVM is disabledStefano Stabellini2011-02-251-0/+2
| * | xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini2011-02-253-0/+43
| * | xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"Stefano Stabellini2011-02-251-2/+1Star
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds2011-03-152-4/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | * | xen: annotate functions which only call into __init at start of dayIan Campbell2011-02-112-2/+2
| | | * | xen p2m: annotate variable which appears unusedIan Campbell2011-02-111-2/+2
* | | | | Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-61/+69
|\ \ \ \ \
| * | | | | xen: events: remove dom0 specific xen_create_msi_irqIan Campbell2011-03-101-5/+40
| * | | | | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell2011-03-101-2/+2
| * | | | | xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell2011-03-101-9/+1Star
| * | | | | xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell2011-03-101-42/+26Star
| * | | | | xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell2011-03-101-8/+3Star
| * | | | | xen: events: return irq from xen_allocate_pirq_msiIan Campbell2011-03-101-6/+6
| * | | | | xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell2011-03-101-3/+3
| * | | | | xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell2011-03-101-0/+2
| * | | | | Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-102-9/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-102-9/+17
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds2011-03-153-18/+29
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| | * | | | | pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk2011-02-181-0/+3
| | * | | | | pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2011-02-182-6/+6
| | * | | | | pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirqKonrad Rzeszutek Wilk2011-02-181-3/+3
| | |/ / / /
| * | | | | xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell2011-03-031-1/+3
| * | | | | xen: handled remapped IRQs when enabling a pcifront PCI device.Ian Campbell2011-03-031-8/+14
| | |_|/ / | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds2011-03-155-21/+498
|\ \ \ \ \ \
| | * | | | | xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest an...Konrad Rzeszutek Wilk2011-03-111-1/+2
| | * | | | | xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.Zhang, Fengzhe2011-02-221-0/+8
| | | |/ / / | | |/| | |
| * | | | | xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..Stefano Stabellini2011-03-141-7/+22
| * | | | | xen/m2p: No need to catch exceptions when we know that there is no RAMKonrad Rzeszutek Wilk2011-03-141-1/+5
| * | | | | xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.Konrad Rzeszutek Wilk2011-03-142-0/+46
| * | | | | xen/debugfs: Add 'p2m' file for printing out the P2M layout.Konrad Rzeszutek Wilk2011-03-143-0/+95
| * | | | | xen/setup: Set identity mapping for non-RAM E820 and E820 gaps.Konrad Rzeszutek Wilk2011-03-141-0/+52
| * | | | | xen/mmu: WARN_ON when racing to swap middle leaf.Konrad Rzeszutek Wilk2011-03-141-1/+2
| * | | | | xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.Konrad Rzeszutek Wilk2011-03-141-2/+16
| * | | | | xen/mmu: Add the notion of identity (1-1) mapping.Konrad Rzeszutek Wilk2011-03-142-4/+240
| * | | | | xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk2011-03-034-7/+12
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-149-37/+45
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86: ce4100: Set pci ops via callback instead of module initSebastian Andrzej Siewior2011-03-143-3/+12
| * | | | | x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-105-30/+22Star
| * | | | | x86/mm: Handle mm_fault_error() in kernel spaceAndrey Vagin2011-03-101-0/+7
| * | | | | x86: Don't check for BIOS corruption in first 64K when there's no need toNaga Chumbalkar2011-03-091-4/+4
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-104-9/+10
|\| | | | |
| * | | | | x86, UV: Initialize the broadcast assist unit base destination node id properlyCliff Wickman2011-03-092-3/+3
| * | | | | x86, numa: Fix numa_emulation code with memory-less node0Yinghai Lu2011-03-041-5/+1Star