summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-08-11x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski9-89/+90
2011-08-11x86-64: Wire up getcpu syscallAndy Lutomirski1-0/+2
2011-08-11x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2-16/+0
2011-08-05x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski2-0/+35
2011-08-05x86-64: Add user_64bit_mode paravirt opAndy Lutomirski8-9/+38
2011-08-05x86-64, xen: Enable the vvar mappingAndy Lutomirski1-1/+3
2011-08-05x86-64: Work around gold bug 13023Andy Lutomirski1-6/+10
2011-08-05x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski1-18/+18
2011-08-05x86-64: Pad vDSO to a page boundaryAndy Lutomirski1-0/+1
2011-08-05Merge commit 'v3.0' into x86/vdsoH. Peter Anvin35-119/+328
2011-07-22x86-64, vdso: Do not allocate memory for the vDSOAndy Lutomirski2-21/+19
2011-07-22clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin2-2/+4
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-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+9
2011-07-18x86, vdso: Drop now wrong commentBorislav Petkov1-1/+0
2011-07-15x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski12-79/+57
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski4-3/+19
2011-07-13x86-64: Add --no-undefined to vDSO buildAndy Lutomirski1-0/+1
2011-07-13x86-64: Allow alternative patching in the vDSOAndy Lutomirski1-0/+33
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski6-30/+31
2011-07-13x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski2-32/+41
2011-07-13x86. 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-08Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+28
2011-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-3/+36
2011-07-08Merge 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-07x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook3-0/+26
2011-07-06x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb1-0/+8
2011-07-02Merge 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-28Fix 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-19x86, 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