summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-11-07x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky2-0/+32
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-13/+13
2017-11-07x86/build: Add more generated files to the .gitignore fileChangbin Du1-0/+3
2017-11-07x86/build: Specify -input-charset=utf-8 for mkisofsChangbin Du1-2/+3
2017-11-07x86/build: Add new paths for isolinux.bin and ldlinux.c32Changbin Du1-5/+18
2017-11-07x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du2-48/+116
2017-11-07x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar1-75/+74
2017-11-07x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar1-254/+254
2017-11-07Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar1-2/+2
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar5757-218/+5969
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+12
2017-11-06x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov1-2/+1
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar6-132/+153
2017-11-06Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar1-15/+11
2017-11-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+31
2017-11-05Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-94/+27
2017-11-05x86/module: Detect and skip invalid relocationsJosh Poimboeuf1-0/+13
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-1/+38
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-11/+25
2017-11-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds7-17/+28
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-23/+33
2017-11-04Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski3-3/+18
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-0/+3
2017-11-03arch/tile: Implement ->set_state_oneshot_stopped()Chris Metcalf1-0/+1
2017-11-03Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-13/+26
2017-11-03Update MIPS email addressesPaul Burton35-35/+35
2017-11-03x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki3-6/+11
2017-11-03crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-11-03crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-11-03powerpc/perf: Fix core-imc hotplug callback failure during imc initializationMadhavan Srinivasan1-0/+14
2017-11-02Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds1-2/+8
2017-11-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
2017-11-02Merge tag 'kvm-arm-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini4-7/+19
2017-11-02KVM: x86: Update APICv on APIC resetJan H. Schönherr2-5/+5
2017-11-02KVM: VMX: Do not fully reset PI descriptor on vCPU resetJan H. Schönherr1-2/+4
2017-11-02kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5682-0/+5682
2017-11-02x86/cpuid: Replace set/clear_bit32()Thomas Gleixner1-15/+11
2017-11-02x86/entry/64: Shorten TEST instructionsBorislav Petkov1-2/+2
2017-11-02MIPS: Update email address for Marcin NowakowskiMarcin Nowakowski2-2/+2
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman213-0/+213
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman453-0/+453
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5016-0/+5016
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2-2/+7
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski4-20/+16
2017-11-02x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski1-2/+1
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski4-4/+10
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2-4/+17
2017-11-02x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski1-3/+14