aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-07x86/sev-es: Check required CPU features for SEV-ESsev-es-client-tip-5.9Martin Radev5-6/+24
2020-09-07x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky4-0/+43
2020-09-07x86/sev-es: Handle NMI StateJoerg Roedel4-0/+32
2020-09-07x86/sev-es: Support CPU offline/onlineJoerg Roedel2-0/+64
2020-09-07x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel3-0/+19
2020-09-07x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel3-1/+25
2020-09-07x86/realmode: Setup AP jump tableTom Lendacky4-2/+93
2020-09-07x86/realmode: Add SEV-ES specific trampoline entry pointJoerg Roedel3-0/+26
2020-09-07x86/vmware: Add VMware specific handling for VMMCALL under SEV-ESDoug Covelli1-5/+45
2020-09-07x86/kvm: Add KVM specific VMMCALL handling under SEV-ESTom Lendacky1-6/+29
2020-09-07x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ESJoerg Roedel2-1/+27
2020-09-07x86/sev-es: Handle #DB EventsJoerg Roedel1-0/+17
2020-09-07x86/sev-es: Handle #AC EventsJoerg Roedel1-0/+19
2020-09-07x86/sev-es: Handle VMMCALL EventsTom Lendacky1-0/+23
2020-09-07x86/sev-es: Handle MWAIT/MWAITX EventsTom Lendacky1-0/+10
2020-09-07x86/sev-es: Handle MONITOR/MONITORX EventsTom Lendacky1-0/+13
2020-09-07x86/sev-es: Handle INVD EventsTom Lendacky1-0/+4
2020-09-07x86/sev-es: Handle RDPMC EventsTom Lendacky1-0/+22
2020-09-07x86/sev-es: Handle RDTSC(P) EventsTom Lendacky3-0/+31
2020-09-07x86/sev-es: Handle WBINVD EventsTom Lendacky1-0/+9
2020-09-07x86/sev-es: Handle DR7 read/write eventsTom Lendacky1-0/+85
2020-09-07x86/sev-es: Handle MSR eventsTom Lendacky1-0/+28
2020-09-07x86/sev-es: Handle MMIO String InstructionsJoerg Roedel1-0/+77
2020-09-07x86/sev-es: Handle MMIO eventsTom Lendacky2-0/+227
2020-09-07x86/sev-es: Handle instruction fetches from user-spaceJoerg Roedel1-9/+22
2020-09-07x86/sev-es: Wire up existing #VC exit-code handlersJoerg Roedel2-4/+9
2020-09-07x86/sev-es: Add Runtime #VC Exception HandlerTom Lendacky3-8/+255
2020-09-07x86/entry/64: Add entry code for #VC handlerJoerg Roedel5-0/+171
2020-09-07x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel4-20/+30
2020-09-07x86/sev-es: Adjust #VC IST Stack on entering NMI handlerJoerg Roedel3-0/+81
2020-09-07x86/sev-es: Allocate and Map IST stack for #VC handlerJoerg Roedel5-14/+63
2020-09-07x86/sev-es: Setup per-cpu GHCBs for the runtime handlerTom Lendacky3-1/+60
2020-09-07x86/sev-es: Setup GHCB based boot #VC handlerJoerg Roedel9-8/+177
2020-09-07x86/sev-es: Setup early #VC handlerJoerg Roedel3-0/+50
2020-09-07x86/sev-es: Compile early handler code into kernel imageJoerg Roedel3-10/+175
2020-09-07x86/sev-es: Print SEV-ES info into kernel logJoerg Roedel1-3/+26
2020-09-07x86/sev-es: Add SEV-ES Feature DetectionJoerg Roedel4-1/+16
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel4-16/+20
2020-09-07x86/idt: Move two function from k/idt.c to i/a/desc.hJoerg Roedel3-34/+34
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel3-0/+45
2020-09-07x86/head/64: Switch to initial stack earlierJoerg Roedel1-3/+6
2020-09-07x86/head/64: Load segment registers earlierJoerg Roedel1-26/+26
2020-09-07x86/head/64: Load GDT after switch to virtual addressesJoerg Roedel1-8/+8
2020-09-07x86/head/64: Install startup GDTJoerg Roedel3-0/+48
2020-09-07x86/idt: Split idt_data setup out of set_intr_gate()Joerg Roedel1-8/+14
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky2-0/+39
2020-09-07x86/fpu: Move xgetbv()/xsetbv() into separate headerJoerg Roedel2-29/+35
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky2-0/+246
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel3-2/+35
2020-09-07x86/boot/compressed/64: Setup GHCB Based VC Exception handlerJoerg Roedel10-1/+331
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel2-0/+135
2020-09-07x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel1-2/+5
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel2-4/+8
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel9-0/+160
2020-09-07x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel1-10/+5
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel3-37/+3
2020-09-07x86/boot/compressed/64: Always switch to own page-tableJoerg Roedel3-25/+32
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel4-0/+49
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel4-10/+18
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel6-1/+147
2020-09-07x86/boot/compressed/64: Disable red-zone usageJoerg Roedel1-1/+1
2020-09-07x86/insn: Add insn_has_rep_prefix() helperJoerg Roedel2-0/+25
2020-09-07x86/insn: Add insn_get_modrm_reg_off()Joerg Roedel2-0/+24
2020-09-07x86/umip: Factor out instruction decodingJoerg Roedel3-22/+48
2020-09-07x86/umip: Factor out instruction fetchJoerg Roedel3-20/+46
2020-09-07x86/insn: Make inat-tables.c suitable for pre-decompression codeJoerg Roedel2-2/+98
2020-09-07x86/traps: Move pf error codes to <asm/trap_pf.h>Joerg Roedel2-18/+25
2020-09-07x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky3-1/+4
2020-09-07KVM: SVM: Use __packed shorthandBorislav Petkov1-6/+6
2020-09-07KVM: SVM: Add GHCB Accessor functionsJoerg Roedel1-0/+43
2020-09-07KVM: SVM: Add GHCB definitionsTom Lendacky2-2/+51
2020-09-07KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel1-14/+33
2020-09-07Merge branch 'core/build'Ingo Molnar41-253/+378
2020-09-07Merge branch 'core/static_call'Ingo Molnar47-240/+1573
2020-09-07Merge branch 'locking/core'Ingo Molnar7-244/+1352
2020-09-07Merge branch 'locking/urgent'Ingo Molnar2-6/+31
2020-09-07Merge branch 'perf/core'Ingo Molnar7-63/+590
2020-09-07Merge branch 'ras/core'Ingo Molnar5-41/+34
2020-09-07Merge branch 'sched/core'Ingo Molnar9-75/+288
2020-09-07Merge branch 'timers/core'Ingo Molnar3-20/+106
2020-09-07Merge branch 'x86/asm'Ingo Molnar1-1/+1
2020-09-07Merge branch 'x86/build'Ingo Molnar1-4/+0
2020-09-07Merge branch 'x86/cache'Ingo Molnar11-157/+185
2020-09-07Merge branch 'x86/cleanups'Ingo Molnar3-4/+2
2020-09-07Merge branch 'x86/cpu'Ingo Molnar6-31/+59
2020-09-07Merge branch 'x86/entry'Ingo Molnar7-129/+94
2020-09-07Merge branch 'x86/fsgsbase'Ingo Molnar4-8/+77
2020-09-07Merge branch 'x86/kaslr'Ingo Molnar2-135/+107
2020-09-07Merge branch 'x86/misc'Ingo Molnar3-3/+171
2020-09-07Merge branch 'x86/mm'Ingo Molnar2-12/+10
2020-09-07Merge branch 'x86/paravirt'Ingo Molnar18-256/+27
2020-09-06Linux 5.9-rc4v5.9-rc4Linus Torvalds1-1/+1
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-06Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-63/+119
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-63/+213
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-22/+229
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds4-10/+16
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds7-73/+62
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-67/+129
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe1-1/+1
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells1-1/+1
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song1-6/+20
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai1-6/+17
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell1-0/+2
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell1-7/+5
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2-6/+18
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple1-1/+1
2020-09-05mm: madvise: fix vma user-after-freeYang Shi1-1/+1
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey1-2/+2
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser1-1/+1
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser1-1/+1
2020-09-05mm: track page table modifications in __apply_to_page_range()Joerg Roedel1-13/+24
2020-09-05MAINTAINERS: IA64: mark Status as Odd Fixes onlyRandy Dunlap1-1/+1
2020-09-05MAINTAINERS: add LLVM maintainersNick Desaulniers1-0/+2
2020-09-05MAINTAINERS: update Cavium/Marvell entriesRobert Richter1-15/+13
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca1-6/+6
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko1-0/+6
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King1-2/+2
2020-09-04Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-1/+9
2020-09-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+1
2020-09-04Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-10/+25
2020-09-04Merge tag 'kbuild-fixes-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-24/+26
2020-09-04Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-96/+168
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds4-6/+11
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds13-82/+212
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-04Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-18/+24
2020-09-04Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-49/+73
2020-09-04Merge tag 'sound-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds29-78/+227
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-25/+84
2020-09-04net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+6
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds8-120/+29
2020-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki2-89/+151
2020-09-04mm: Add PGREUSE counterPeter Xu3-0/+3
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu3-46/+9
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu2-32/+0
2020-09-04mm: do_wp_page() simplificationLinus Torvalds1-42/+17
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky1-0/+1
2020-09-04init: fix error check in clean_path()Barret Rhoden1-1/+1
2020-09-04x86/mce: Increase maximum number of banks to 64Akshay Gupta1-6/+2
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner3-24/+91
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra5-24/+26
2020-09-04x86/debug: Support negative polarity DR6 bitsPeter Zijlstra3-6/+5
2020-09-04x86/debug: Simplify hw_breakpoint_handler()Peter Zijlstra1-6/+2
2020-09-04x86/debug: Remove aout_dump_debugregs()Peter Zijlstra2-38/+0
2020-09-04x86/debug: Remove the historical junkPeter Zijlstra1-11/+12
2020-09-04x86/debug: Move cond_local_irq_enable() block into exc_debug_user()Peter Zijlstra1-29/+29
2020-09-04x86/debug: Move historical SYSENTER junk into exc_debug_kernel()Peter Zijlstra1-24/+25
2020-09-04x86/debug: Simplify #DB signal codePeter Zijlstra1-6/+9
2020-09-04x86/debug: Remove handle_debug(.user) argumentPeter Zijlstra1-11/+10
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra2-6/+8
2020-09-04x86/debug: Sync BTF earlierPeter Zijlstra1-7/+7
2020-09-04x86/debug: Allow a single level of #DB recursionAndy Lutomirski1-34/+31
2020-09-04x86/entry: Fix AC assertionPeter Zijlstra1-2/+10
2020-09-04tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi1-1/+1
2020-09-04MAINTAINERS: Add myself as SCHED_DEADLINE reviewerDaniel Bristot de Oliveira1-0/+1
2020-09-04iommu/vt-d: Handle 36bit addressing for x86-32iommu-fixes-v5.9-rc3Chris Wilson1-7/+7
2020-09-04iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel1-0/+7
2020-09-04iommu/amd: Do not force direct mapping when SME is activeJoerg Roedel1-1/+6
2020-09-04iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit3-7/+33
2020-09-04iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit1-0/+2
2020-09-04thermal: core: Fix use-after-free in thermal_zone_device_unregister()Dmitry Osipenko1-2/+3
2020-09-04thermal: qcom-spmi-temp-alarm: Don't suppress negative tempVeera Vegivada1-2/+2
2020-09-04thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2-14/+19
2020-09-04iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()Lu Baolu1-45/+55
2020-09-04iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu1-2/+8
2020-09-04MAINTAINERS: Update QUALCOMM IOMMU after Arm SMMU drivers moveLukas Bulwahn1-1/+1
2020-09-04x86/entry/64: Do not include inst.h in calling.hUros Bizjak1-1/+0
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne10-15/+219
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne3-7/+6
2020-09-04xen/balloon: add header guardRoger Pau Monne1-0/+4
2020-09-04x86, fakenuma: Fix invalid starting node IDHuang Ying1-1/+1
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds11-18/+49
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds110-599/+1068
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2-3/+21
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski1-2/+20
2020-09-03mm: fix pin vs. gup mismatch with gate pagesDave Hansen1-1/+1
2020-09-04Merge branch 'linux-5.9' of git://github.com/skeggsb/linux into drm-fixesDave Airlie4-3/+12
2020-09-04Merge tag 'drm-intel-fixes-2020-09-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-8/+31
2020-09-04Merge tag 'amd-drm-fixes-5.9-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie7-14/+41
2020-09-03Merge branch 'smc-fixes'David S. Miller3-8/+25
2020-09-03net/smc: fix sock refcounting in case of terminationUrsula Braun1-7/+8
2020-09-03net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-03net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-09-03net/smc: fix toleration of fake add_link messagesKarsten Graul1-1/+14
2020-09-03x86/uaccess: Use XORL %0,%0 in __get_user_asm()Uros Bizjak1-1/+1
2020-09-03tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa3-7/+24
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2-0/+8
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing1-2/+2
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao3-3/+9
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)1-1/+1
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim1-1/+1