summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-10-23x86: avoid dereferencing beyond stack + THREAD_SIZEDavid Rientjes1-2/+2
2008-10-23x86, early_ioremap: fix fencepost errorAlan Cox1-1/+1
2008-10-23x86: improve UP kernel when CPU-hotplug and SMP is enabledThomas Gleixner1-1/+1
2008-10-23x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap.Stefan Bader1-0/+3
2008-10-09x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7
2008-10-09x86: HPET fix moronic 32/64bit thinkoThomas Gleixner1-4/+4
2008-10-09HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2
2008-10-09x86: fix memmap=exactmap boot argumentPrarit Bhargava2-2/+2
2008-10-09x86: add io delay quirk for Presario F700Chuck Ebbert1-0/+8
2008-10-09x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepablePekka Paalanen1-9/+9
2008-10-09x86-64: fix overlap of modules and fixmap areasJan Beulich1-0/+1
2008-10-09x86: PAT proper tracking of set_memory_uc and friendsVenkatesh Pallipadi1-3/+3
2008-10-09x86: fix oprofile + hibernation badnessAndi Kleen1-3/+36
2008-10-09x86: fdiv bug detection fixKrzysztof Helt1-1/+5
2008-10-09x86: Fix 27-rc crash on vsmp due to paravirt during module loadRavikiran Thirumalai1-1/+1
2008-10-09APIC routing fixYinghai Lu7-8/+21
2008-10-09x86: Fix broken LDT access in VMIZachary Amsden1-1/+1
2008-10-09x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2-2/+18
2008-10-09x86-64: Clean up save/restore_i387() usageLinus Torvalds1-0/+53
2008-10-09KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel1-0/+4
2008-10-09KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel1-0/+10
2008-10-09x86-32: AMD c1e force timer broadcast lateChuck Ebbert1-1/+24
2008-09-08KVM: MMU: Fix torn shadow pteAvi Kivity1-1/+1
2008-09-08x86: work around MTRR mask setting, v2Ingo Molnar1-1/+6
2008-09-08x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"Samuel Sieb1-18/+0
2008-09-08x86: work around MTRR mask settingYinghai Lu1-2/+13
2008-08-20x86: fix setup code crashes on my old 486 boxJoerg Roedel3-7/+13
2008-08-20x86: amd opteron TOM2 mask val fixYinghai Lu2-3/+3
2008-08-20KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti1-0/+4
2008-08-20KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity3-1/+9
2008-08-20KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti1-63/+30
2008-08-20KVM: task switch: segment base is linear addressMarcelo Tosatti1-3/+9
2008-08-06Kprobe smoke test lockdep warningPeter Zijlstra1-1/+0
2008-08-06x86: io delay - add checking for NULL early paramCyrill Gorcunov1-0/+3
2008-08-06x86: idle process - add checking for NULL early paramCyrill Gorcunov1-0/+3
2008-08-01x86: fix kernel_physical_mapping_init() for large x86 systemsIngo Molnar1-1/+1
2008-08-01x86: fix crash due to missing debugctlmsr on AMD K6-3Jan Kratochvil1-1/+1
2008-08-01x86, suspend, acpi: enter Big Real ModeH. Peter Anvin1-4/+13
2008-08-01x86 reboot quirks: add Dell Precision WorkStation T5400Ingo Molnar1-0/+8
2008-08-01Patch Upstream: x86 ptrace: fix PTRACE_GETFPXREGS errorRoland McGrath2-4/+4
2008-08-01KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity1-3/+4
2008-08-01KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+5
2008-08-01KVM: x86 emulator: Fix HLT instructionMohammed Gamal1-1/+1
2008-08-01KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang1-0/+3
2008-08-01KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti1-0/+3
2008-08-01KVM: SVM: fix suspend/resume supportJoerg Roedel1-12/+22
2008-08-01KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang1-2/+2
2008-07-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+24
2008-07-10arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it s...Daniel Guilak1-0/+1
2008-07-10x86: fix /dev/mem compatibility under PATVenkatesh Pallipadi1-1/+24