Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 28 | -505/+543 |
2016-03-14 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -34/+130 |
2016-03-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -1/+15 |
2016-03-14 | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -14/+1 |
2016-03-14 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -8/+7 |
2016-03-12 | x86/cpufeature: Enable new AVX-512 features | Fenghua Yu | 1 | -0/+3 |
2016-03-10 | x86/entry: Call enter_from_user_mode() with IRQs off | Andy Lutomirski | 1 | -1/+4 |
2016-03-10 | x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off") | Yu-cheng Yu | 1 | -5/+4 |
2016-03-10 | x86/entry: Remove TIF_SINGLESTEP entry work | Andy Lutomirski | 1 | -1/+1 |
2016-03-10 | x86/entry/32: Add and check a stack canary for the SYSENTER stack | Andy Lutomirski | 1 | -1/+2 |
2016-03-10 | x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed | Andy Lutomirski | 1 | -0/+2 |
2016-03-10 | x86/entry: Vastly simplify SYSENTER TF (single-step) handling | Andy Lutomirski | 1 | -2/+13 |
2016-03-08 | x86/mm, x86/mce: Add memcpy_mcsafe() | Tony Luck | 1 | -0/+13 |
2016-03-08 | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled | Andy Lutomirski | 1 | -0/+8 |
2016-03-08 | perf/x86/intel: Add definition for PT PMI bit | Stephane Eranian | 1 | -0/+1 |
2016-03-08 | x86/mce/AMD: Document some functionality | Aravind Gopalakrishnan | 1 | -9/+17 |
2016-03-08 | x86/mce: Clarify comments regarding deferred error | Aravind Gopalakrishnan | 1 | -1/+1 |
2016-03-08 | x86/mce/AMD: Fix logic to obtain block address | Aravind Gopalakrishnan | 1 | -0/+4 |
2016-03-08 | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors | Aravind Gopalakrishnan | 1 | -0/+59 |
2016-03-08 | x86/mce: Move MCx_CONFIG MSR definitions | Aravind Gopalakrishnan | 2 | -4/+4 |
2016-03-08 | Merge branch 'linus' into ras/core, to pick up fixes | Ingo Molnar | 4 | -3/+31 |
2016-03-07 | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar | 4 | -3/+31 |
2016-02-29 | Merge tag 'v4.5-rc6' into locking/core, to pick up fixes | Ingo Molnar | 5 | -4/+32 |
2016-02-29 | x86/topology: Create logical package id | Thomas Gleixner | 2 | -0/+13 |
2016-02-29 | Merge tag 'v4.5-rc6' into perf/core, to pick up fixes | Ingo Molnar | 4 | -3/+31 |
2016-02-27 | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2016-02-27 | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" | Bjorn Helgaas | 1 | -0/+2 |
2016-02-23 | x86: fix SMAP in 32-bit environments | Linus Torvalds | 1 | -0/+26 |
2016-02-22 | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2016-02-22 | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option | Kees Cook | 3 | -13/+1 |
2016-02-22 | asm-generic: Consolidate mark_rodata_ro() | Kees Cook | 1 | -1/+0 |
2016-02-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-02-18 | x86/cpufeature: Create a new synthetic cpu capability for machine check recovery | Tony Luck | 2 | -0/+2 |
2016-02-18 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar | 3 | -7/+6 |
2016-02-18 | x86/mm: Expand the exception table logic to allow new handling options | Tony Luck | 2 | -24/+32 |
2016-02-18 | Merge tag 'v4.5-rc4' into ras/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
2016-02-17 | Merge branch 'perf/urgent' into perf/core, to queue up dependent patch | Ingo Molnar | 1 | -1/+1 |
2016-02-17 | x86/msr: Document msr-index.h rule for addition | Borislav Petkov | 1 | -1/+6 |
2016-02-17 | x86/signal/64: Re-add support for SS in the 64-bit signal context | Andy Lutomirski | 3 | -8/+53 |
2016-02-17 | x86/signal/64: Fix SS if needed when delivering a 64-bit signal | Andy Lutomirski | 1 | -0/+23 |
2016-02-17 | x86/signal/64: Add a comment about sigcontext->fs and gs | Andy Lutomirski | 1 | -0/+25 |
2016-02-16 | x86/cpufeature: Speed up cpu_feature_enabled() | Borislav Petkov | 1 | -2/+1 |
2016-02-15 | xen/pcifront: Report the errors better. | Konrad Rzeszutek Wilk | 1 | -2/+2 |
2016-02-09 | x86/asm/bitops: Force inlining of test_and_set_bit and friends | Denys Vlasenko | 1 | -18/+18 |
2016-02-09 | Merge tag 'v4.5-rc3' into locking/core, to refresh the tree | Ingo Molnar | 2 | -6/+5 |
2016-02-05 | x86: Fix KASAN false positives in thread_saved_pc() | Dmitry Vyukov | 1 | -1/+1 |
2016-02-01 | x86/mce/AMD: Set MCAX Enable bit | Aravind Gopalakrishnan | 1 | -0/+4 |
2016-02-01 | x86/cpufeature: Use enum cpuid_leafs instead of magic numbers | Huaitong Han | 1 | -1/+1 |
2016-01-31 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -6/+5 |
2016-01-30 | x86/alternatives: Discard dynamic check after init | Brian Gerst | 1 | -7/+12 |