summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* signals: kill sigfindinword()Oleg Nesterov2014-06-061-6/+0
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-052-71/+39
|\
| * x86/efi: Save and restore FPU context around efi_calls (i386)Ricardo Neri2014-04-171-2/+15
| * x86/efi: Save and restore FPU context around efi_calls (x86_64)Ricardo Neri2014-04-171-0/+3
| * x86/efi: Implement a __efi_call_virt macroRicardo Neri2014-04-171-0/+10
| * x86, fpu: Extend the use of static_cpu_has_safeMatt Fleming2014-04-171-5/+5
| * x86/efi: Delete most of the efi_call* macrosMatt Fleming2014-04-171-66/+8
* | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-057-100/+59
|\ \
| * \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-215-0/+22
| |\ \
| * | | x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-1/+5
| * | | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-052-26/+5
| * | | x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski2014-05-053-16/+7
| * | | x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-053-49/+30
| * | | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski2014-05-051-2/+0
| * | | x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-051-7/+13
* | | | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-053-0/+20
|\ \ \ \ | | |/ / | |/| |
| * | | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin2014-05-212-0/+2
| |\ \ \
| * | | | x86, espfix: Fix broken header guardH. Peter Anvin2014-05-021-1/+1
| * | | | x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin2014-05-012-3/+18
| * | | | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-302-0/+5
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-047-101/+62
|\ \ \ \
| * | | | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-041-1/+0
| * | | | hwpoison: remove unused global variable in do_machine_check()Chen Yucong2014-06-041-2/+0
| * | | | mm: x86 pgtable: require X86_64 for soft-dirty trackerCyrill Gorcunov2014-06-042-49/+5
| * | | | mm: x86 pgtable: drop unneeded preprocessor ifdefCyrill Gorcunov2014-06-042-18/+0
| * | | | x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-041-0/+7
| * | | | x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-043-35/+54
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-042-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | iommu: dmar: Provide arch specific irq allocationThomas Gleixner2014-05-161-0/+3
| * | | | x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-161-2/+0
* | | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-042-45/+49
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2014-06-032-45/+49
| |\ \ \ \ \
| | * | | | | ACPICA: Clean up redudant definitions already defined elsewhereLv Zheng2014-05-271-16/+0
| | * | | | | ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <...Lv Zheng2014-05-272-45/+65
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-043-7/+6
|\ \ \ \ \ \
| * | | | | | x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-221-0/+5
| * | | | | | KVM: x86: get CPL from SS.DPLPaolo Bonzini2014-05-221-1/+0
| * | | | | | KVM: x86: drop set_rflags callbackPaolo Bonzini2014-05-221-1/+0
| * | | | | | KVM: x86: Fix CR3 reserved bitsNadav Amit2014-04-231-5/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-032-12/+42
|\ \ \ \ \ \
| * | | | | | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich2014-04-012-12/+42
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-0/+55
|\ \ \ \ \ \ \
| * | | | | | | x86, iosf: Added Quark MBI identifiersOng Boon Leong2014-05-091-0/+22
| * | | | | | | x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box2014-05-091-0/+33
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-06-032-0/+7
|\ \ \ \ \ \ \
| * | | | | | | x86, microcode: Add a disable chicken bitBorislav Petkov2014-05-201-0/+1
| * | | | | | | x86, boot: Carve out early cmdline parsing functionBorislav Petkov2014-05-201-0/+6
| |/ / / / / /
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definitionPrarit Bhargava2014-04-141-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-2/+2
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud