summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+7
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-171/+166
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds9-11/+8
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2-5/+20
2011-10-25Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman1-0/+1
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds6-86/+119
2011-10-25Merge branch 'stable/e820-3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-161/+123
2011-10-25x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone1-1/+3
2011-10-24x86: Fix S4 regressionTakashi Iwai1-2/+1
2011-10-19xen/p2m/debugfs: Make type_name more obvious.Konrad Rzeszutek Wilk1-2/+5
2011-10-19xen/p2m/debugfs: Fix potential pointer exception.Konrad Rzeszutek Wilk1-1/+1
2011-10-19xen/enlighten: Fix compile warnings and set cx to known value.Konrad Rzeszutek Wilk1-0/+1
2011-10-19xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk1-3/+7
2011-10-14Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-1/+1
2011-10-14x86, mrst: use a temporary variable for SFI irqMika Westerberg1-10/+12
2011-10-11x86: Default to vsyscall=native for nowAdrian Bunk1-1/+1
2011-10-06x86/PCI: use host bridge _CRS info on ASUS M2V-MX SEPaul Menzel1-0/+11
2011-10-01Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge...Linus Torvalds2-11/+21
2011-09-29xen: release all pages within 1-1 p2m mappingsDavid Vrabel1-75/+42
2011-09-29xen: allow extra memory to be in multiple regionsDavid Vrabel1-96/+86
2011-09-29xen: allow balloon driver to use more than one memory regionDavid Vrabel1-10/+10
2011-09-29xen/balloon: account for pages released during memory setupDavid Vrabel1-1/+6
2011-09-29xen: XEN_PVHVM depends on PCIStefano Stabellini1-2/+1
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2-11/+68
2011-09-27doc: fix broken referencesPaul Bolle7-9/+7
2011-09-25KVM: x86 emulator: fix Src2CL decodeAvi Kivity1-1/+1
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin1-1/+2
2011-09-23xen/p2m: Use SetPagePrivate and its friends for M2P overrides.Konrad Rzeszutek Wilk1-4/+6
2011-09-23xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk3-20/+32
2011-09-22xen/pci: support multi-segment systemsJan Beulich1-3/+19
2011-09-21x86/rtc: Don't recursively acquire rtc_lockMatt Fleming2-11/+21
2011-09-21x86, ioapic: Consolidate the explicit EOI codeSuresh Siddha1-74/+65
2011-09-21x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq()Suresh Siddha1-16/+27
2011-09-21x86, kdump, ioapic: Reset remote-IRR in clear_IO_APICSuresh Siddha1-1/+47
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha7-13/+13
2011-09-21x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha2-45/+23
2011-09-21x86, msi, intr-remap: Use the ioapic set affinity routineSuresh Siddha1-42/+12
2011-09-21x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha1-16/+15
2011-09-16Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds3-9/+8
2011-09-15asm alternatives: remove incorrect alignment notesLinus Torvalds3-7/+0
2011-09-15Merge branch 'master' into for-nextJiri Kosina90-395/+2886
2011-09-15Remove unneeded version.h include from arch/x86/Jesper Juhl1-1/+0
2011-09-15sched: x86_32 Fix typo in switch_to() descriptionKamalesh Babulal1-1/+1
2011-09-15xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich1-4/+2
2011-09-13xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel1-4/+6
2011-09-13locking, x86: mce: Annotate cmci_discover_lock as rawThomas Gleixner1-5/+5
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner1-2/+2
2011-09-12Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xenLinus Torvalds1-2/+3