aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-07-21x86: Make Dell Latitude E6420 use reboot=pciGravatar H. Peter Anvin 1-0/+8
2011-07-21x86: Make Dell Latitude E5420 use reboot=pciGravatar Daniel J Blueman 1-0/+8
2011-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+9
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciGravatar Maxime Ripard 1-0/+8
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerGravatar Benjamin Herrenschmidt 1-2/+1
2011-07-11x86: Disable AMD_NUMA for 32bit for nowGravatar Tejun Heo 1-1/+1
2011-07-07Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-28/+28
2011-07-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-3/+36
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Gravatar Linus Torvalds 1-4/+10
2011-07-07xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Gravatar Konrad Rzeszutek Wilk 1-28/+28
2011-07-07x86: Don't use the EFI reboot method by defaultGravatar Matthew Garrett 1-3/+0
2011-07-06x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupGravatar Kees Cook 3-0/+26
2011-07-05x86, reboot: Acer Aspire One A110 reboot quirkGravatar Peter Chubb 1-0/+8
2011-07-01Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+28
2011-07-01x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Gravatar Tejun Heo 1-0/+2
2011-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogGravatar Linus Torvalds 1-1/+1
2011-06-30xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.Gravatar Konrad Rzeszutek Wilk 1-2/+24
2011-06-30xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Gravatar Konrad Rzeszutek Wilk 1-0/+4
2011-06-29KVM: x86 emulator: fix %rip-relative addressing with immediate source operandGravatar Avi Kivity 1-5/+7
2011-06-28watchdog: Intel SCU Watchdog: Fix build and remove duplicate codeGravatar Jesper Juhl 1-1/+1
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cGravatar KAMEZAWA Hiroyuki 2-14/+0
2011-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-1/+1
2011-06-22Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Gravatar Ingo Molnar 1-4/+10
2011-06-20Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-7/+31
2011-06-20Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-5/+11
2011-06-19KVM: Fix register corruption in pvclock_scale_deltaGravatar Zachary Amsden 1-2/+7
2011-06-19KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapGravatar Steve 1-1/+1
2011-06-19KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSGravatar Marcelo Tosatti 1-1/+2
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Gravatar Borislav Petkov 1-1/+1
2011-06-18x86, efi: Do not reserve boot services regions within reserved areasGravatar Maarten Lankhorst 3-7/+28
2011-06-16xen/setup: Fix for incorrect xen_extra_mem_start.Gravatar Konrad Rzeszutek Wilk 1-4/+6
2011-06-15xen: When calling power_off, don't call the halt function.Gravatar Tom Goetz 1-1/+8
2011-06-15xen: support CONFIG_MAXSMPGravatar Andrew Jones 2-1/+9
2011-06-15oprofile, x86: Fix race in nmi handler while starting countersGravatar Robert Richter 1-4/+10
2011-06-14x86 idle: APM requires pm_idle/default_idle unconditionally when a moduleGravatar Andy Whitcroft 1-2/+2
2011-06-14Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-4/+4
2011-06-14x86/uv/x2apic: update for change in pci bridge handling.Gravatar Dave Airlie 1-4/+4
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+11
2011-06-13Merge branches 'x86-urgent-for-linus' and 'irq-urgent-for-linus' of git://git...Gravatar Linus Torvalds 2-0/+24
2011-06-09exec: delay address limit change until point of no returnGravatar Mathias Krause 2-2/+0
2011-06-09x86: devicetree: Add missing early_init_dt_setup_initrd_arch stubGravatar Florian Fainelli 1-0/+11
2011-06-09xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Gravatar Stefano Stabellini 1-1/+8
2011-06-08Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+6
2011-06-08Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Gravatar Ingo Molnar 2-5/+11
2011-06-08x86: cpu-hotplug: Prevent softirq wakeup on wrong CPUGravatar Thomas Gleixner 1-0/+13
2011-06-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+49
2011-06-07Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-35/+47
2011-06-07x86/amd-iommu: Fix boot crash with hidden PCI devicesGravatar Joerg Roedel 1-1/+21
2011-06-06x86/amd-iommu: Use only per-device dma_opsGravatar Joerg Roedel 1-2/+24
2011-06-06x86/amd-iommu: Fix 3 possible endless loopsGravatar Joerg Roedel 1-4/+4