summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-04-22x86: Use correct byte-sized register constraint in __add()H. Peter Anvin
2012-04-22x86: Use correct byte-sized register constraint in __xchg_op()Jeremy Fitzhardinge
2012-04-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi
2012-04-13Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"Greg Kroah-Hartman
2012-04-13x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel
2012-04-13x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDFeiran Zhuang
2012-04-02x86, tls: Off by one limit checkDan Carpenter
2012-04-02x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria
2012-04-02net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet
2012-04-02x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko
2012-04-02x86-32: Fix typo for mq_getsetattr in syscall tableThierry Reding
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-04-02x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha
2012-03-12perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra
2012-03-09x86: Derandom delay_tsc for 64 bitThomas Gleixner
2012-03-06x86: fix typo in recent find_vma_prev purgeLinus Torvalds
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2012-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2012-03-05aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel
2012-03-01x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS versionJonathan Nieder
2012-02-28x86/PCI: use host bridge _CRS info on MSI MS-7253Jonathan Nieder
2012-02-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-02-26Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-02-23PCI: fix memleak when ACPI _CRS is not used.Yinghai Lu
2012-02-22x86/mce/AMD: Fix UP build errorBorislav Petkov
2012-02-20i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds
2012-02-20x86: Specify a size for the cmp in the NMI handlerSteven Rostedt
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds
2012-02-20i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds
2012-02-20i387: fix up some fpu_counter confusionLinus Torvalds
2012-02-20xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk
2012-02-20xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk
2012-02-20x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-16i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2012-02-15i387: fix sense of sanity checkLinus Torvalds
2012-02-14Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-02-13i387: make irq_fpu_usable() tests more robustLinus Torvalds
2012-02-13i387: math_state_restore() isn't called from asmLinus Torvalds
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-02-09x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian
2012-02-07x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava
2012-02-06Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds