| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 28 | -505/+543 |
|\ |
|
| * | x86/cpufeature: Enable new AVX-512 features | Fenghua Yu | 2016-03-12 | 1 | -0/+3 |
| * | x86/entry: Call enter_from_user_mode() with IRQs off | Andy Lutomirski | 2016-03-10 | 1 | -1/+4 |
| * | x86/entry: Remove TIF_SINGLESTEP entry work | Andy Lutomirski | 2016-03-10 | 1 | -1/+1 |
| * | x86/entry/32: Add and check a stack canary for the SYSENTER stack | Andy Lutomirski | 2016-03-10 | 1 | -1/+2 |
| * | x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed | Andy Lutomirski | 2016-03-10 | 1 | -0/+2 |
| * | x86/entry: Vastly simplify SYSENTER TF (single-step) handling | Andy Lutomirski | 2016-03-10 | 1 | -2/+13 |
| * | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled | Andy Lutomirski | 2016-03-08 | 1 | -0/+8 |
| * | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar | 2016-03-07 | 4 | -3/+31 |
| |\ |
|
| * | | x86/cpufeature: Create a new synthetic cpu capability for machine check recovery | Tony Luck | 2016-02-18 | 2 | -0/+2 |
| * | | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar | 2016-02-18 | 3 | -7/+6 |
| |\ \ |
|
| * | | | x86/msr: Document msr-index.h rule for addition | Borislav Petkov | 2016-02-17 | 1 | -1/+6 |
| * | | | x86/signal/64: Re-add support for SS in the 64-bit signal context | Andy Lutomirski | 2016-02-17 | 3 | -8/+53 |
| * | | | x86/signal/64: Fix SS if needed when delivering a 64-bit signal | Andy Lutomirski | 2016-02-17 | 1 | -0/+23 |
| * | | | x86/signal/64: Add a comment about sigcontext->fs and gs | Andy Lutomirski | 2016-02-17 | 1 | -0/+25 |
| * | | | x86/cpufeature: Speed up cpu_feature_enabled() | Borislav Petkov | 2016-02-16 | 1 | -2/+1 |
| * | | | x86/asm/bitops: Force inlining of test_and_set_bit and friends | Denys Vlasenko | 2016-02-09 | 1 | -18/+18 |
| * | | | x86/alternatives: Discard dynamic check after init | Brian Gerst | 2016-01-30 | 1 | -7/+12 |
| * | | | x86/cpufeature: Get rid of the non-asm goto variant | Borislav Petkov | 2016-01-30 | 1 | -44/+5 |
| * | | | x86/cpufeature: Replace the old static_cpu_has() with safe variant | Borislav Petkov | 2016-01-30 | 2 | -100/+14 |
| * | | | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 15 | -297/+301 |
| * | | | Merge branch 'x86/cpu' into x86/asm, to avoid conflict | Ingo Molnar | 2016-01-30 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | x86/cpufeature: Add AMD AVIC bit | Borislav Petkov | 2016-01-19 | 1 | -0/+1 |
| * | | | | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c... | Ingo Molnar | 2016-01-29 | 19 | -153/+641 |
| |\ \ \ \ |
|
| * | | | | | x86/asm: Add C versions of frame pointer macros | Josh Poimboeuf | 2016-01-19 | 1 | -3/+13 |
| * | | | | | x86/asm: Clean up frame pointer macros | Josh Poimboeuf | 2016-01-19 | 1 | -16/+27 |
| * | | | | | x86/vdso: Disallow vvar access to vclock IO for never-used vclocks | Andy Lutomirski | 2016-01-12 | 2 | -4/+11 |
| * | | | | | x86/vdso: Use .fault for the vDSO text mapping | Andy Lutomirski | 2016-01-12 | 1 | -3/+0 |
| * | | | | | x86/vdso: Track each mm's loaded vDSO image as well as its base | Andy Lutomirski | 2016-01-12 | 1 | -1/+2 |
* | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-14 | 5 | -34/+130 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/mm, x86/mce: Add memcpy_mcsafe() | Tony Luck | 2016-03-08 | 1 | -0/+13 |
| * | | | | | | x86/mce/AMD: Document some functionality | Aravind Gopalakrishnan | 2016-03-08 | 1 | -9/+17 |
| * | | | | | | x86/mce: Clarify comments regarding deferred error | Aravind Gopalakrishnan | 2016-03-08 | 1 | -1/+1 |
| * | | | | | | x86/mce/AMD: Fix logic to obtain block address | Aravind Gopalakrishnan | 2016-03-08 | 1 | -0/+4 |
| * | | | | | | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors | Aravind Gopalakrishnan | 2016-03-08 | 1 | -0/+59 |
| * | | | | | | x86/mce: Move MCx_CONFIG MSR definitions | Aravind Gopalakrishnan | 2016-03-08 | 2 | -4/+4 |
| * | | | | | | Merge branch 'linus' into ras/core, to pick up fixes | Ingo Molnar | 2016-03-08 | 4 | -3/+31 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | x86/mm: Expand the exception table logic to allow new handling options | Tony Luck | 2016-02-18 | 2 | -24/+32 |
| * | | | | | | Merge tag 'v4.5-rc4' into ras/core, to pick up fixes | Ingo Molnar | 2016-02-18 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | x86/mce/AMD: Set MCAX Enable bit | Aravind Gopalakrishnan | 2016-02-01 | 1 | -0/+4 |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-03-14 | 4 | -1/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | perf/x86/intel: Add definition for PT PMI bit | Stephane Eranian | 2016-03-08 | 1 | -0/+1 |
| * | | | | | | | x86/topology: Create logical package id | Thomas Gleixner | 2016-02-29 | 2 | -0/+13 |
| * | | | | | | | Merge tag 'v4.5-rc6' into perf/core, to pick up fixes | Ingo Molnar | 2016-02-29 | 4 | -3/+31 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to queue up dependent patch | Ingo Molnar | 2016-02-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | x86/cpufeature: Use enum cpuid_leafs instead of magic numbers | Huaitong Han | 2016-02-01 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-14 | 3 | -14/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option | Kees Cook | 2016-02-22 | 3 | -13/+1 |
| * | | | | | | | asm-generic: Consolidate mark_rodata_ro() | Kees Cook | 2016-02-22 | 1 | -1/+0 |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-14 | 1 | -8/+7 |
|\ \ \ \ \ \ \ \ |
|