summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-10-03perf, x86: Add model 45 SandyBridge supportYouquan Song1-0/+1
2011-10-03xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel1-4/+6
2011-10-03xen: use maximum reservation to limit amount of usable RAMDavid Vrabel1-0/+19
2011-10-03iommu/amd: Make sure iommu->need_sync contains correct valueJoerg Roedel1-3/+10
2011-10-03iommu/amd: Don't take domain->lock recursivlyJoerg Roedel1-5/+0
2011-10-03xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk1-0/+10
2011-10-03xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov1-3/+5
2011-10-03x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin1-0/+3
2011-08-29x86, UV: Remove UV delay in starting slave cpusJack Steiner1-1/+0
2011-08-29x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin1-1/+1
2011-08-29x86, olpc: Wait for last byte of EC command to be acceptedPaul Fox1-2/+2
2011-08-29xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini1-2/+2
2011-08-29xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich3-8/+12
2011-08-29x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha1-0/+23
2011-08-29x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown1-5/+5
2011-08-15xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge4-1/+87
2011-08-04oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter1-9/+47
2011-08-04kexec, x86: Fix incorrect jump back address if not preserving contextHuang Ying2-0/+4
2011-08-04x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2-0/+21
2011-07-21x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin1-0/+8
2011-07-21x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman1-0/+8
2011-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+9
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard1-0/+8
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-2/+1
2011-07-11x86: Disable AMD_NUMA for 32bit for nowTejun Heo1-1/+1
2011-07-07Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+28
2011-07-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-3/+36
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds1-4/+10
2011-07-07xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk1-28/+28
2011-07-07x86: Don't use the EFI reboot method by defaultMatthew Garrett1-3/+0
2011-07-06x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook3-0/+26
2011-07-05x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb1-0/+8
2011-07-01Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+28
2011-07-01x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Tejun Heo1-0/+2
2011-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2011-06-30xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.Konrad Rzeszutek Wilk1-2/+24
2011-06-30xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk1-0/+4
2011-06-29KVM: x86 emulator: fix %rip-relative addressing with immediate source operandAvi Kivity1-5/+7
2011-06-28watchdog: Intel SCU Watchdog: Fix build and remove duplicate codeJesper Juhl1-1/+1
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2-14/+0
2011-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-1/+1
2011-06-22Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar1-4/+10
2011-06-20Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+31
2011-06-20Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+11
2011-06-19KVM: Fix register corruption in pvclock_scale_deltaZachary Amsden1-2/+7
2011-06-19KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve1-1/+1
2011-06-19KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti1-1/+2
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov1-1/+1
2011-06-18x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst3-7/+28
2011-06-16xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk1-4/+6