summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2010-10-23xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+7
2010-10-23xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-0/+5
2010-10-23xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge1-0/+3
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon1-0/+53
2010-10-18x86: Introduce x86_msi_opsStefano Stabellini2-2/+40
2010-10-18x86/PCI: Clean up pci_cache_line_sizeAlex Nixon1-0/+1
2010-10-18x86/io_apic: add get_nr_irqs_gsi()Jeremy Fitzhardinge1-0/+1
2010-10-18xen: define BIOVEC_PHYS_MERGEABLE()Jeremy Fitzhardinge1-0/+13
2010-10-12x86: uv: Clean up the direct access to irq_descThomas Gleixner1-1/+0
2010-10-12x86: Make io_apic.c local functions staticThomas Gleixner1-6/+0
2010-10-12x86: Speed up the irq_remapped check in hot pathesThomas Gleixner1-0/+8
2010-10-12x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner1-0/+10
2010-10-12x86: Prepare the affinity common functions for taking struct irq_data *Thomas Gleixner1-3/+3
2010-10-12x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner1-4/+6
2010-10-12x86: i8259: Convert to new irq_chip functionsThomas Gleixner1-0/+2
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner5-2/+21
2010-10-12Merge branch 'x86/cleanups' into irq/sparseirqThomas Gleixner2-2/+0
2010-10-12Merge branch 'x86/x2apic' into irq/sparseirqThomas Gleixner1-0/+27
2010-09-28Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2010-09-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+18
2010-09-27x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatileAlexander Chumachenko1-1/+1
2010-09-24x86/hwmon: fix initialization of coretempJan Beulich1-0/+1
2010-09-24Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-0/+18
2010-09-23x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2-0/+15
2010-09-23x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel1-0/+3
2010-09-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-09-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+2
2010-09-17x86: Fix instruction breakpoint encodingFrederic Weisbecker1-1/+1
2010-09-16x86, intr-remap: Remove IRTE setup duplicate codeSuresh Siddha1-0/+27
2010-09-15compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-1/+1
2010-09-15x86: hpet: Work around hardware stupidityThomas Gleixner1-1/+0
2010-09-14x86, cpufeature: Suppress compiler warning with gcc 3.xTetsuo Handa1-2/+2
2010-09-10Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2010-09-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2010-09-08KVM: x86 emulator: fix regression with cmpxchg8b on i386 hostsAvi Kivity1-1/+6
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-2/+4
2010-09-05x86: Fix the address space annotations of iomap_atomic_prot_pfn()Francisco Jerez1-2/+2
2010-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2010-08-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+5
2010-08-20x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha1-0/+2
2010-08-18x86-32: Fix dummy trampoline-related inline stubsH. Peter Anvin1-2/+2
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2-0/+4
2010-08-18Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-17x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are setJesse Barnes1-2/+4
2010-08-15archs: replace unifdef-y with header-ySam Ravnborg1-15/+14
2010-08-14Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2010-08-14Mark arguments to certain syscalls as being constDavid Howells2-7/+7
2010-08-13Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-49/+102
2010-08-13Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+7
2010-08-13x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2-2/+0