summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2014-12-192-4/+0
* Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-108-24/+87
|\
| * x86/microcode/intel: Fish out the stashed microcode for the BSPBorislav Petkov2014-12-101-14/+12
| * Merge tag 'microcode_fixes_for_3.19' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2014-12-087-18/+85
| |\
| | * x86, microcode: Reload microcode on resumeBorislav Petkov2014-12-067-16/+84
| | * x86, microcode: Don't initialize microcode code on paravirtBoris Ostrovsky2014-12-061-1/+1
| | * x86, microcode, intel: Drop unused parameterBorislav Petkov2014-12-061-4/+3
| |/
| * x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2014-12-013-6/+6
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-1016-200/+190
|\ \
| * | x86_64/vsyscall: Restore orig_ax after vsyscall seccompAndy Lutomirski2014-11-101-0/+1
| * | 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-037-7/+36
| * | x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall codeAndy Lutomirski2014-11-031-32/+18
| * | x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==noneAndy Lutomirski2014-11-031-5/+9
| * | x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-036-43/+19
| * | x86: vdso: Fix build with older gccAndrew Morton2014-11-011-10/+8
| * | x86_64/vdso: Clean up vgetcpu init and merge the vdso initcallsAndy Lutomirski2014-10-281-36/+18
| * | x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski2014-10-283-3/+1
| * | x86/vdso: Make the PER_CPU segment 32 bitsAndy Lutomirski2014-10-281-0/+1
| * | x86/vdso: Make the PER_CPU segment start out accessedAndy Lutomirski2014-10-281-1/+1
| * | x86/vdso: Change the PER_CPU segment to use struct desc_structAndy Lutomirski2014-10-281-7/+12
| * | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski2014-10-282-57/+61
| * | x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.cAndy Lutomirski2014-10-282-49/+49
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-108-67/+116
|\ \ \
| * | | x86/mce: Spell "panicked" correctlyBorislav Petkov2014-12-081-6/+6
| * | | Merge tag 'please-pull-ucna' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2014-11-215-16/+78
| |\ \ \
| | * | | x86, mce: Support memory error recovery for both UCNA and Deferred error in m...Chen Yucong2014-11-191-0/+46
| | * | | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-195-16/+32
| |/ / /
| * | | x86, MCE, AMD: Assign interrupt handler only when bank supports itChen Yucong2014-11-011-7/+10
| * | | x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-212-4/+2
| * | | x86, MCE, AMD: Move invariant code out from loop bodyChen Yucong2014-10-211-1/+3
| * | | x86, MCE, AMD: Correct thresholding error loggingChen Yucong2014-10-211-15/+15
| * | | x86, MCE, AMD: Use macros to compute bank MSRsChen Yucong2014-10-211-6/+4
| * | | RAS, HWPOISON: Fix wrong error recovery statusChen, Gong2014-10-211-1/+1
| * | | GHES: Make ghes_estatus_caches staticBorislav Petkov2014-10-211-1/+1
| * | | APEI, GHES: Cleanup unnecessary function for lockless listChen, Gong2014-10-211-16/+2
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-1025-343/+474
|\ \ \ \
| * | | | x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner2014-11-162-69/+69
| * | | | xen: Support Xen pv-domains using PATJuergen Gross2014-11-163-65/+8
| * | | | x86: Enable PAT to use cache mode translation tablesJuergen Gross2014-11-165-2/+63
| * | | | x86: Respect PAT bit when copying pte values between large and normal pagesJuergen Gross2014-11-161-10/+23
| * | | | x86: Support PAT bit in pagetable dump for lower levelsJuergen Gross2014-11-161-13/+11
| * | | | x86: Clean up pgtable_types.hJuergen Gross2014-11-161-20/+1
| * | | | x86: Use new cache mode type in memtype related functionsJuergen Gross2014-11-167-90/+96
| * | | | x86: Use new cache mode type in mm/ioremap.cJuergen Gross2014-11-164-37/+44
| * | | | x86: Use new cache mode type in setting page attributesJuergen Gross2014-11-161-24/+28
| * | | | x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.cJuergen Gross2014-11-161-1/+1
| * | | | x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert()Juergen Gross2014-11-161-16/+16
| * | | | x86: Use new cache mode type in mm/iomap_32.cJuergen Gross2014-11-163-14/+18
| * | | | x86: Use new cache mode type in asm/pgtable.hJuergen Gross2014-11-163-12/+18
OpenPOWER on IntegriCloud