| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-12 | 6 | -3/+107 |
|\ |
|
| * | x86/platform/calgary: Constify cal_chipset_ops structures | Julia Lawall | 2015-11-29 | 2 | -3/+3 |
| * | x86/pm: Introduce quirk framework to save/restore extra MSR registers around ... | Chen Yu | 2015-11-26 | 4 | -0/+104 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-01-12 | 13 | -53/+127 |
|\ \ |
|
| * | | x86/mm: Micro-optimise clflush_cache_range() | Chris Wilson | 2016-01-08 | 1 | -4/+6 |
| * | | x86/mm/pat: Change free_memtype() to support shrinking case | Toshi Kani | 2016-01-05 | 2 | -10/+44 |
| * | | x86/mm/pat: Add untrack_pfn_moved for mremap | Toshi Kani | 2016-01-05 | 1 | -0/+10 |
| * | | x86/mm: Drop WARN from multi-BAR check | Laura Abbott | 2015-12-29 | 1 | -2/+2 |
| * | | x86/LDT: Print the real LDT base address | Jan Beulich | 2015-12-29 | 1 | -1/+1 |
| * | | x86/mm/64: Enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN | Igor Mammedov | 2015-12-06 | 1 | -1/+1 |
| * | | x86/mm: Introduce max_possible_pfn | Igor Mammedov | 2015-12-06 | 2 | -0/+4 |
| * | | x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-only | Borislav Petkov | 2015-12-04 | 1 | -1/+1 |
| * | | x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() ... | Rasmus Villemoes | 2015-12-04 | 1 | -2/+9 |
| * | | x86/mm: Turn CONFIG_X86_PTDUMP into a module | Kees Cook | 2015-11-23 | 4 | -33/+50 |
| |/ |
|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-01-12 | 3 | -94/+87 |
|\ \ |
|
| * | | x86/fpu: Put a few variables in .init.data | Rasmus Villemoes | 2015-11-27 | 2 | -4/+4 |
| * | | x86/fpu: Get rid of xstate_fault() | Borislav Petkov | 2015-11-24 | 1 | -53/+52 |
| * | | x86/fpu: Add an XSTATE_OP() macro | Borislav Petkov | 2015-11-24 | 1 | -37/+31 |
| |/ |
|
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-01-12 | 13 | -74/+129 |
|\ \ |
|
| * | | x86: Replace RDRAND forced-reseed with simple sanity check | Len Brown | 2015-11-25 | 1 | -13/+12 |
| * | | x86/MSR: Chop off lower 32-bit value | Borislav Petkov | 2015-11-24 | 1 | -1/+1 |
| * | | x86/cpu: Fix MSR value truncation issue | Borislav Petkov | 2015-11-24 | 1 | -1/+1 |
| * | | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR | Borislav Petkov | 2015-11-24 | 3 | -2/+20 |
| * | | kvm: Add accessors for guest CPU's family, model, stepping | Borislav Petkov | 2015-11-24 | 1 | -0/+34 |
| * | | x86/cpu: Unify CPU family, model, stepping calculation | Borislav Petkov | 2015-11-24 | 7 | -57/+61 |
| |/ |
|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-12 | 37 | -269/+141 |
|\ \ |
|
| * | | arch/x86/kernel/ptrace.c: Remove unused arg_offs_table | chengang@emindsoft.com.cn | 2015-12-29 | 1 | -15/+0 |
| * | | x86/mm: Align macro defines | Borislav Petkov | 2015-12-19 | 1 | -3/+3 |
| * | | x86/cpu: Provide a config option to disable static_cpu_has | Borislav Petkov | 2015-12-19 | 2 | -1/+12 |
| * | | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 2015-12-19 | 19 | -62/+41 |
| * | | x86/cpufeature: Cleanup get_cpu_cap() | Borislav Petkov | 2015-12-19 | 4 | -28/+45 |
| * | | x86/cpufeature: Move some of the scattered feature bits to x86_capability | Borislav Petkov | 2015-12-19 | 3 | -42/+37 |
| * | | Merge branch 'linus' into x86/cleanups | Thomas Gleixner | 2015-12-19 | 101 | -1215/+3512 |
| |\ \ |
|
| * | | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 2015-11-25 | 7 | -47/+3 |
| * | | | x86/paravirt: Remove unused pv_apic_ops structure | Juergen Gross | 2015-11-19 | 6 | -44/+0 |
| * | | | x86/tsc: Remove unused tsc_pre_init() hook | Thomas Gleixner | 2015-11-19 | 3 | -5/+0 |
| * | | | x86: Remove unused function cpu_has_ht_siblings() | Juergen Gross | 2015-11-17 | 1 | -9/+0 |
| * | | | x86/paravirt: Kill some unused patching functions | Borislav Petkov | 2015-11-07 | 2 | -14/+1 |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-01-12 | 26 | -240/+190 |
|\ \ \ \ |
|
| * | | | | x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n | Andy Lutomirski | 2016-01-06 | 1 | -1/+1 |
| * | | | | Revert "x86/kvm: On KVM re-enable (e.g. after suspend), update clocks" | Thomas Gleixner | 2015-12-23 | 1 | -3/+72 |
| * | | | | x86/entry/64_compat: Make labels local | Borislav Petkov | 2015-12-14 | 1 | -5/+5 |
| * | | | | x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog() | Ingo Molnar | 2015-12-11 | 1 | -0/+1 |
| * | | | | x86/vdso: Enable vdso pvclock access on all vdso variants | Andy Lutomirski | 2015-12-11 | 1 | -51/+40 |
| * | | | | x86/vdso: Remove pvclock fixmap machinery | Andy Lutomirski | 2015-12-11 | 6 | -41/+1 |
| * | | | | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap | Andy Lutomirski | 2015-12-11 | 7 | -13/+41 |
| * | | | | x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader | Andy Lutomirski | 2015-12-11 | 1 | -35/+46 |
| * | | | | x86/kvm: On KVM re-enable (e.g. after suspend), update clocks | Andy Lutomirski | 2015-12-11 | 1 | -72/+3 |
| * | | | | x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots | Andy Lutomirski | 2015-11-24 | 2 | -6/+17 |
| * | | | | x86/asm: Add asm macros for static keys/jump labels | Andy Lutomirski | 2015-11-24 | 1 | -8/+44 |