summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-fpu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-4/+19
|\
| * x86/fpu: Make kernel FPU protection RT friendlyThomas Gleixner2020-11-111-2/+16
| * x86/fpu: Simplify fpregs_[un]lock()Thomas Gleixner2020-11-111-2/+3
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-156-33/+28
|\ \
| * | x86: Support kmap_local() forced debuggingThomas Gleixner2020-11-242-4/+14
| * | io-mapping: Cleanup atomic iomapThomas Gleixner2020-11-061-8/+1
| * | x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-065-29/+21
| |/
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-151-0/+5
|\ \
| * | x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot2020-12-111-0/+5
* | | Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-153-3/+3
|\ \ \
| * \ \ Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-0790-5102/+5328
| |\ \ \ | | | |/ | | |/|
| * | | asm-generic/atomic: Add try_cmpxchg() fallbacksPeter Zijlstra2020-10-123-3/+3
* | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-154-13/+7
|\ \ \ \
| * | | | x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi2020-12-022-0/+4
| * | | | x86: Reclaim unused x86 TI flagsGabriel Krisman Bertazi2020-11-161-10/+0
| * | | | x86: Expose syscall_work field in thread_infoGabriel Krisman Bertazi2020-11-161-0/+1
| * | | | Merge branch 'x86/entry' into core/entryThomas Gleixner2020-11-165-20/+25
| |\ \ \ \
| | * | | | x86: Wire up TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+2
| * | | | | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-3/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-151-24/+0
|\ \ \ \ \
| * | | | | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+0
| |/ / / /
* | | | | Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-143-15/+17
|\ \ \ \ \
| * | | | | x86/build: Fix vmlinux size check on 64-bitArvind Sankar2020-10-293-15/+17
* | | | | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-149-124/+23
|\ \ \ \ \ \
| * | | | | | x86/asm: Drop unused RDPID macroSean Christopherson2020-11-261-15/+0
| * | | | | | x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar2020-11-181-11/+0
| * | | | | | x86/dumpstack: Make show_trace_log_lvl() staticHui Su2020-11-171-3/+0
| * | | | | | x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams2020-10-261-75/+0
| | |_|/ / / | |/| | | |
| * | | | | x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2020-10-261-4/+0
| * | | | | x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2020-10-262-3/+8
| * | | | | x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2020-10-261-2/+4
| * | | | | x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2020-10-261-2/+3
| * | | | | x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi2020-10-261-1/+1
| * | | | | x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi2020-10-261-8/+7
| |/ / / /
* | | | | Merge tag 'x86_platform_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-142-0/+154
|\ \ \ \ \
| * | | | | x86/platform/uv: Add kernel interfaces for obtaining system infoMike Travis2020-12-071-0/+2
| * | | | | x86/platform/uv: Add and export uv_bios_* functionsJustin Ernst2020-11-262-0/+152
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-142-4/+2
|\ \ \ \ \
| * | | | | x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-191-2/+0
| * | | | | x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam2020-11-191-2/+2
* | | | | | Merge tag 'x86_sgx_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-147-1/+201
|\ \ \ \ \ \
| * | | | | | x86/sgx: Fix a typo in kernel-doc markupMauro Carvalho Chehab2020-12-021-1/+1
| * | | | | | x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson2020-11-182-0/+100
| * | | | | | x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson2020-11-181-0/+5
| * | | | | | x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen2020-11-181-0/+11
| * | | | | | x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen2020-11-181-0/+11
| * | | | | | x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen2020-11-181-0/+30
| * | | | | | x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen2020-11-181-0/+25
| * | | | | | x86/mm: Signal SIGSEGV with PF_SGXSean Christopherson2020-11-171-0/+2
| * | | | | | x86/{cpufeatures,msr}: Add Intel SGX Launch Control hardware bitsSean Christopherson2020-11-172-0/+8