aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-09-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-09-24xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk
2012-09-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha
2012-09-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-09-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-09-21x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin
2012-09-21x86/PCI: Clear host bridge aperture struct resourceYinghai Lu
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin
2012-09-21x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin
2012-09-21x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin
2012-09-21x86, smap: Add a header file with macros for STAC/CLACH. Peter Anvin
2012-09-21x86, alternative: Add header guards to <asm/alternative-asm.h>H. Peter Anvin
2012-09-21x86, alternative: Use .pushsection/.popsectionH. Peter Anvin
2012-09-21x86, smap: Add CR4 bit for SMAPH. Peter Anvin
2012-09-21x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin
2012-09-21Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong
2012-09-21x86/kbuild: archscripts depends on scripts_basicJeff Mahoney
2012-09-20kprobes/x86: Move skip_singlestep upBorislav Petkov
2012-09-19xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk
2012-09-19x86, microcode, AMD: Fix use after free in free_cache()Dan Carpenter
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin
2012-09-19Merge tag 'v3.6-rc6' into x86/cleanupsIngo Molnar
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian
2012-09-19x86: Use REP BSF unconditionallyJan Beulich
2012-09-19x86/debug: Dump family, model, stepping of the boot CPUBorislav Petkov
2012-09-19perf: Fix off by one test in perf_reg_value()Dan Carpenter
2012-09-19Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-09-19Merge tag 'ras_queue_for_3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2012-09-19Merge tag 'v3.6-rc6' into x86/mceIngo Molnar
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding
2012-09-18x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha
2012-09-18x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha
2012-09-18x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha