Age | Commit message (Expand) | Author | Files | Lines |
2015-12-19 | x86/cpufeature: Cleanup get_cpu_cap() | Borislav Petkov | 3 | -28/+25 |
2015-12-19 | x86/cpufeature: Move some of the scattered feature bits to x86_capability | Borislav Petkov | 2 | -20/+5 |
2015-12-19 | Merge branch 'linus' into x86/cleanups | Thomas Gleixner | 28 | -74/+172 |
2015-12-19 | x86/nmi: Save regs in crash dump on external NMI | Hidehiro Kawai | 2 | -9/+31 |
2015-12-19 | x86/apic: Introduce apic_extnmi command line parameter | Hidehiro Kawai | 1 | -2/+32 |
2015-12-19 | panic, x86: Allow CPUs to save registers even if looping in NMI context | Hidehiro Kawai | 2 | -3/+23 |
2015-12-19 | panic, x86: Fix re-entrance problem due to panic on NMI | Hidehiro Kawai | 1 | -4/+12 |
2015-12-19 | Merge branch 'linus' into x86/apic | Thomas Gleixner | 27 | -70/+167 |
2015-12-19 | x86/mce: Ensure offline CPUs don't participate in rendezvous process | Ashok Raj | 1 | -0/+11 |
2015-12-14 | Merge tag 'v4.4-rc5' into perf/core, to pick up fixes | Ingo Molnar | 5 | -13/+28 |
2015-12-11 | x86/vdso: Remove pvclock fixmap machinery | Andy Lutomirski | 2 | -30/+0 |
2015-12-11 | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap | Andy Lutomirski | 1 | -0/+5 |
2015-12-08 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -7/+10 |
2015-12-08 | Back merge tag 'v4.4-rc4' into drm-next | Dave Airlie | 5 | -13/+28 |
2015-12-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -13/+16 |
2015-12-06 | perf/x86: Remove old MSR perf tracing code | Andi Kleen | 1 | -11/+1 |
2015-12-06 | perf/x86/intel: Fix __initconst declaration in the RAPL perf driver | Andi Kleen | 1 | -1/+1 |
2015-12-06 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2 | -2/+2 |
2015-12-06 | perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macro | Jiri Olsa | 1 | -1/+1 |
2015-12-06 | perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on Haswell | Yuanfang Chen | 1 | -1/+1 |
2015-12-06 | x86/mm/64: Enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN | Igor Mammedov | 1 | -1/+1 |
2015-12-06 | x86/mm: Introduce max_possible_pfn | Igor Mammedov | 1 | -0/+2 |
2015-12-05 | x86/signal: Fix restart_syscall number for x32 tasks | Dmitry V. Levin | 1 | -7/+10 |
2015-12-04 | livepatch: Cleanup module page permission changes | Josh Poimboeuf | 1 | -23/+2 |
2015-12-04 | module: use a structure to encapsulate layout. | Rusty Russell | 1 | -3/+3 |
2015-12-04 | x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() ... | Rasmus Villemoes | 1 | -2/+9 |
2015-11-30 | libnvdimm, e820: skip module loading when no type-12 | Dan Williams | 1 | -0/+12 |
2015-11-29 | x86/platform/calgary: Constify cal_chipset_ops structures | Julia Lawall | 1 | -2/+2 |
2015-11-27 | x86/fpu: Put a few variables in .init.data | Rasmus Villemoes | 2 | -4/+4 |
2015-11-25 | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUs | Len Brown | 1 | -4/+5 |
2015-11-25 | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 1 | -3/+0 |
2015-11-25 | x86: Replace RDRAND forced-reseed with simple sanity check | Len Brown | 1 | -13/+12 |
2015-11-25 | ftrace: Add variable ftrace_expected for archs to show expected code | Steven Rostedt (Red Hat) | 1 | -0/+9 |
2015-11-24 | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes | Ingo Molnar | 2 | -2/+1 |
2015-11-24 | x86/apic: Fix the saving and restoring of lapic vectors during suspend/resume | Juergen Gross | 1 | -1/+10 |
2015-11-24 | x86/cpu: Fix MSR value truncation issue | Borislav Petkov | 1 | -1/+1 |
2015-11-24 | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR | Borislav Petkov | 1 | -2/+2 |
2015-11-24 | x86/cpu: Unify CPU family, model, stepping calculation | Borislav Petkov | 3 | -24/+15 |
2015-11-24 | x86/mce: Make usable address checks Intel-only | Borislav Petkov | 1 | -18/+22 |
2015-11-24 | x86/mce: Add the missing memory error check on AMD | Borislav Petkov | 1 | -4/+4 |
2015-11-24 | x86/RAS: Remove mce.usable_addr | Borislav Petkov | 1 | -8/+4 |
2015-11-24 | x86/mce: Do not enter deferred errors into the generic pool twice | Tony Luck | 1 | -11/+13 |
2015-11-23 | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op | Boris Ostrovsky | 3 | -8/+0 |
2015-11-23 | x86/paravirt: Remove the unused irq_enable_sysexit pv op | Boris Ostrovsky | 4 | -13/+0 |
2015-11-23 | x86/microcode: Initialize the driver late when facilities are up | Borislav Petkov | 2 | -2/+1 |
2015-11-23 | perf/x86: Handle multiple umask bits for BDW CYCLE_ACTIVITY.* | Andi Kleen | 2 | -1/+5 |
2015-11-23 | perf, x86: Stop Intel PT before kdump starts | Takao Indoh | 1 | -0/+11 |
2015-11-23 | perf/x86/intel/pt: Add interface to stop Intel PT logging | Takao Indoh | 1 | -0/+9 |
2015-11-23 | perf/x86: Add option to disable reading branch flags/cycles | Andi Kleen | 1 | -2/+17 |
2015-11-23 | perf/x86: Optimize stack walk user accesses | Andi Kleen | 1 | -3/+19 |