summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf powerpc: Add data source encodings for power10 platform"Arnaldo Carvalho de Melo2022-01-121-42/+12
* Revert "perf powerpc: Add encodings to represent data based on newer composit...Arnaldo Carvalho de Melo2022-01-121-3/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-10674-9478/+49271
|\
| * Merge tag 'x86_vdso_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-102-2/+2
| |\
| | * x86/purgatory: Remove -nostdlib compiler flagMasahiro Yamada2021-12-301-1/+1
| | * x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada2021-12-301-1/+1
| * | Merge tag 'x86_build_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-101-2/+5
| |\ \
| | * | x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor2021-12-231-2/+5
| * | | Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-102-4/+15
| |\ \ \
| | * | | x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Tony Luck2021-12-291-2/+2
| | * | | x86/cpu: Don't write CSTAR MSR on Intel CPUsAndi Kleen2021-11-251-2/+13
| * | | | Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-104-6/+7
| |\ \ \ \
| | * | | | x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King2021-12-281-1/+1
| | * | | | x86/boot/string: Add missing function prototypesKees Cook2021-12-101-0/+3
| | * | | | x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang2021-12-101-3/+0
| | * | | | x86/uaccess: Move variable into switch case statementKees Cook2021-12-101-2/+3
| * | | | | Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-106-141/+169
| |\ \ \ \ \
| | * | | | | x86/mtrr: Remove the mtrr_bp_init() stubChristoph Hellwig2021-12-223-8/+8
| | * | | | | x86/sev-es: Use insn_decode_mmio() for MMIO implementationKirill A. Shutemov2021-11-301-131/+41
| | * | | | | x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov2021-11-302-0/+96
| | * | | | | x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov2021-11-302-0/+21
| | * | | | | x86/insn-eval: Handle insn_get_opcode() failureKirill A. Shutemov2021-11-301-2/+3
| * | | | | | Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-1011-18/+76
| |\ \ \ \ \ \
| | * | | | | | x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov2021-12-222-3/+15
| | * | | | | | x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior2021-12-091-0/+1
| | * | | | | | x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel2021-12-063-10/+29
| | * | | | | | x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel2021-12-064-7/+27
| | * | | | | | x86/realmode: Add comment for Global bit usage in trampoline_pgdJoerg Roedel2021-12-041-0/+5
| | * | | | | | x86/mm: Add missing <asm/cpufeatures.h> dependency to <asm/page_64.h>Ingo Molnar2021-12-031-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-106-2/+186
| |\ \ \ \ \ \
| | * | | | | | x86/sgx: Fix NULL pointer dereference on non-SGX systemsDave Hansen2022-01-071-18/+47
| | * | | | | | x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen2021-12-094-0/+26
| | * | | | | | Merge branch 'x86/urgent' into x86/sgx, to resolve conflictIngo Molnar2021-11-192-33/+45
| | |\ \ \ \ \ \
| | * | | | | | | x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck2021-11-152-0/+12
| | * | | | | | | x86/sgx: Add SGX infrastructure to recover from poisonTony Luck2021-11-151-0/+76
| | * | | | | | | x86/sgx: Initial poison handling for dirty and free pagesTony Luck2021-11-152-2/+28
| | * | | | | | | x86/sgx: Add infrastructure to identify SGX EPC pagesTony Luck2021-11-152-0/+10
| | * | | | | | | x86/sgx: Add new sgx_epc_page flag bit to mark free pagesTony Luck2021-11-152-0/+5
| * | | | | | | | Merge tag 'x86_cache_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-101-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/resctrl: Remove redundant assignment to variable chunksColin Ian King2021-12-091-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-1011-524/+534
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/sev: Move common memory encryption code to mem_encrypt.cKirill A. Shutemov2021-12-084-72/+96
| | * | | | | | | | x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.cKuppuswamy Sathyanarayanan2021-12-082-4/+4
| | * | | | | | | | x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan2021-12-083-27/+11
| | * | | | | | | | x86/sev: Remove do_early_exception() forward declarationsBorislav Petkov2021-11-151-6/+1
| | * | | | | | | | x86/head64: Carve out the guest encryption postprocessing into a helperBorislav Petkov2021-11-151-29/+31
| | * | | | | | | | x86/sev: Get rid of excessive use of definesBorislav Petkov2021-11-151-23/+28
| | * | | | | | | | x86/sev: Shorten GHCB terminate macro namesBrijesh Singh2021-11-154-8/+8
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'x86_platform_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-101-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"Geert Uytterhoeven2021-12-031-2/+2
| | | |_|_|/ / / / | | |/| | | | | |