summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-264-4/+4
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-044-4/+4
| |\
| | *-. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-014-4/+4
| | |\ \
| | | | * x86/PCI: Replace spin_is_locked() with lockdepLance Roy2018-11-081-1/+1
| | | |/ | | |/|
| | | * powerpc: Convert hugepd_free() to use call_rcu()Paul E. McKenney2018-11-081-1/+1
| | | * s390/mm: Convert tlb_table_flush() to use call_rcu()Paul E. McKenney2018-11-081-1/+1
| | | * sparc/oprofile: Convert timer_stop() to use synchronize_rcu()Paul E. McKenney2018-11-081-1/+1
| | |/
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-2615-17/+26
|\ \ \
| * | | x86/mce: Restore MCE injector's module nameBorislav Petkov2018-12-191-1/+3
| * | | x86/mce: Unify pr_* prefixBorislav Petkov2018-12-067-4/+11
| * | | x86/mce: Streamline MCE subsystem's namingBorislav Petkov2018-12-0515-14/+14
| |/ /
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-12-261-162/+308
|\ \ \
| * | | x86/microcode/AMD: Update copyrightBorislav Petkov2018-11-191-1/+1
| * | | x86/microcode/AMD: Check the equivalence table size when scanning itMaciej S. Szmigiero2018-11-191-6/+15
| * | | x86/microcode/AMD: Convert CPU equivalence table variable into a structMaciej S. Szmigiero2018-11-191-14/+18
| * | | x86/microcode/AMD: Check microcode container data in the late loaderMaciej S. Szmigiero2018-11-191-21/+17
| * | | x86/microcode/AMD: Fix container size's typeBorislav Petkov2018-11-191-10/+12
| * | | x86/microcode/AMD: Convert early parser to the new verification routinesBorislav Petkov2018-11-191-22/+24
| * | | x86/microcode/AMD: Change verify_patch()'s return valueBorislav Petkov2018-11-191-39/+52
| * | | x86/microcode/AMD: Move chipset-specific check into verify_patch()Borislav Petkov2018-11-191-6/+6
| * | | x86/microcode/AMD: Move patch family check to verify_patch()Borislav Petkov2018-11-191-5/+10
| * | | x86/microcode/AMD: Simplify patch family detectionBorislav Petkov2018-11-191-24/+3
| * | | x86/microcode/AMD: Concentrate patch verificationBorislav Petkov2018-11-191-25/+54
| * | | x86/microcode/AMD: Cleanup verify_patch_size() moreBorislav Petkov2018-11-191-12/+14
| * | | x86/microcode/AMD: Clean up per-family patch size checksBorislav Petkov2018-11-191-13/+8
| * | | x86/microcode/AMD: Move verify_patch_size() up in the fileBorislav Petkov2018-11-191-41/+41
| * | | x86/microcode/AMD: Add microcode container verificationMaciej S. Szmigiero2018-11-191-0/+101
| * | | x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover lengthMaciej S. Szmigiero2018-11-191-3/+12
* | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-2614-166/+375
|\ \ \ \
| * | | | x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre2018-12-113-3/+3
| * | | | x86/resctrl: Remove unnecessary check for cbm_validate()Babu Moger2018-11-291-1/+1
| * | | | x86/resctrl: Use rdt_last_cmd_puts() where possibleReinette Chatre2018-11-272-6/+6
| * | | | x86/resctrl: Introduce AMD QOS featureBabu Moger2018-11-223-3/+142
| * | | | x86/resctrl: Fixup the user-visible stringsBabu Moger2018-11-223-46/+46
| * | | | x86/resctrl: Add AMD's X86_FEATURE_MBA to the scattered CPUID featuresSherry Hurwitz2018-11-221-1/+6
| * | | | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-224-12/+20
| * | | | x86/resctrl: Add vendor check for the MBA software controllerBabu Moger2018-11-221-1/+4
| * | | | x86/resctrl: Bring cbm_validate() into the resource structureBabu Moger2018-11-223-9/+19
| * | | | x86/resctrl: Initialize the vendor-specific resource functionsBabu Moger2018-11-223-9/+37
| * | | | x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger2018-11-224-24/+24
| * | | | x86/resctrl: Re-arrange the RDT init codeBabu Moger2018-11-221-7/+21
| * | | | x86/resctrl: Rename the RDT functions and definitionsBabu Moger2018-11-227-39/+40
| * | | | x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-2212-19/+20
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-2682-15915/+17924
|\ \ \ \
| * | | | KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo2018-12-212-1/+2
| * | | | KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-215-34/+78
| * | | | KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2018-12-212-42/+50
| * | | | Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-12-214-12/+93
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with hostSuraj Jitindar Singh2018-12-211-4/+18
| | * | | | KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()Suraj Jitindar Singh2018-12-214-2/+58