summaryrefslogtreecommitdiff
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-102-0/+46
|\
| * Merge back earlier cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-12-012-0/+46
| |\
| | * Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-11-182-0/+46
| | |\
| | | * intel_pstate: Add support for HWPDirk Brandewie2014-11-121-0/+41
| | | * x86: Add support for Intel HWP feature detection.Dirk Brandewie2014-11-121-0/+5
* | | | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-101-33/+0
|\ \ \ \
| * | | | ftrace/x86: Move MCOUNT_SAVE_FRAME out of header fileSteven Rostedt (Red Hat)2014-12-011-33/+0
* | | | | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-0/+5
|\ \ \ \ \
| * | | | | mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-101-0/+5
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-103-1/+7
|\ \ \ \ \ \
| * | | | | | x86, microcode: Reload microcode on resumeBorislav Petkov2014-12-063-0/+6
| * | | | | | x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2014-12-011-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-106-31/+37
|\ \ \ \ \ \
| * | | | | | x86_64: Add a comment explaining the TASK_SIZE_MAX guard pageAndy Lutomirski2014-11-101-1/+7
| * | | | | | x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-033-1/+13
| * | | | | | x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-033-30/+19
| * | | | | | x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski2014-10-281-1/+0
* | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-1/+4
|\ \ \ \ \ \ \
| * | | | | | | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-191-0/+4
| * | | | | | | x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-211-1/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-109-107/+111
|\ \ \ \ \ \ \
| * | | | | | | x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner2014-11-161-69/+0
| * | | | | | | x86: Enable PAT to use cache mode translation tablesJuergen Gross2014-11-162-0/+5
| * | | | | | | x86: Clean up pgtable_types.hJuergen Gross2014-11-161-20/+1
| * | | | | | | x86: Use new cache mode type in memtype related functionsJuergen Gross2014-11-162-15/+25
| * | | | | | | x86: Use new cache mode type in mm/ioremap.cJuergen Gross2014-11-162-2/+2
| * | | | | | | x86: Use new cache mode type in mm/iomap_32.cJuergen Gross2014-11-161-1/+1
| * | | | | | | x86: Use new cache mode type in asm/pgtable.hJuergen Gross2014-11-161-9/+10
| * | | | | | | x86: Use new cache mode type in include/asm/fb.hJuergen Gross2014-11-161-1/+5
| * | | | | | | x86: Make page cache mode a real typeJuergen Gross2014-11-161-1/+72
| * | | | | | | x86: mm: Re-use the early_ioremap fixed areaMinfei Huang2014-11-033-15/+16
| * | | | | | | x86/mm: Avoid overlap the fixmap area on i386Minfei Huang2014-10-281-1/+1
| | |/ / / / / | |/| | | | |
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k...Linus Torvalds2014-12-101-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | x86: UV BAU: Increase maximum CPUs per socket/hubJames Custer2014-11-031-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-102-0/+26
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2014-11-162-0/+26
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-0/+2
| | * | | | | | efi/x86: Move x86 back to libstubArd Biesheuvel2014-11-111-0/+24
| | |/ / / / /
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-102-18/+47
|\ \ \ \ \ \ \
| * | | | | | | x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich2014-11-041-15/+44
| * | | | | | | x86: Convert a few more per-CPU items to read-mostly onesJan Beulich2014-11-042-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-102-5/+18
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | sched/x86: Add a comment clarifying LDT context switchingAndy Lutomirski2014-10-281-1/+10
| * | | | | | sched/x86_64: Don't save flags on context switchAndy Lutomirski2014-10-281-4/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-106-17/+179
|\ \ \ \ \ \
| * | | | | | x86: Cleanly separate use of asm-generic/mm_hooks.hDave Hansen2014-11-192-5/+24
| * | | | | | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-182-0/+20
| * | | | | | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-183-0/+66
| * | | | | | x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen2014-11-181-0/+12
| * | | | | | x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren2014-11-181-0/+36