aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUTNick Desaulniers2020-10-121-0/+66
* x86: Make __put_user() generate an out-of-line callLinus Torvalds2020-10-121-75/+44
* x86: Make __get_user() generate an out-of-line callLinus Torvalds2020-10-121-74/+54
* Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-2/+1
|\
| * compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig2020-09-171-0/+1
| * compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+0
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-123-37/+18
|\ \
| * | amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro2020-08-201-4/+1
| * | i386: propagate the calling conventions change down to csum_partial_copy_gene...Al Viro2020-08-201-12/+6
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-202-25/+16
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-202-5/+3
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
| |/
* | Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-33/+0
|\ \
| * | x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-271-33/+0
* | | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-128-174/+24
|\ \ \
| * | | x86/paravirt: Avoid needless paravirt step clearing page table entriesJuergen Gross2020-08-151-6/+6
| * | | x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-153-13/+4
| * | | x86/entry/32: Simplify CONFIG_XEN_PV build dependencyJuergen Gross2020-08-151-2/+2
| * | | x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross2020-08-152-2/+2
| * | | x86/paravirt: Clean up paravirt macrosJuergen Gross2020-08-151-15/+0
| * | | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-154-138/+12
| | |/ | |/|
* | | Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-121-2/+0
|\ \ \
| * | | x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel2020-08-151-2/+0
| |/ /
* | | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-122-13/+89
|\ \ \
| * | | perf/x86/amd/ibs: Support 27-bit extended Op/cycle counterKim Phillips2020-09-101-0/+1
| * | | perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips2020-09-101-0/+1
| * | | perf/x86/intel: Support TopDown metrics on Ice LakeKan Liang2020-08-182-0/+4
| * | | perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang2020-08-181-0/+3
| * | | perf/x86/intel: Generic support for hardware TopDown metricsKan Liang2020-08-182-0/+48
| * | | perf/x86/intel: Move BTS index to 47Kan Liang2020-08-181-2/+2
| * | | perf/x86/intel: Introduce the fourth fixed counterKan Liang2020-08-181-3/+20
| * | | perf/x86/intel: Name the global status bit in NMI handlerKan Liang2020-08-181-10/+12
| |/ /
* | | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-122-0/+59
|\ \ \
| * | | static_call: Add static_call_cond()Peter Zijlstra2020-09-011-3/+9
| * | | x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra2020-09-011-0/+19
| * | | x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-1/+12
| * | | x86/static_call: Add out-of-line static call implementationJosh Poimboeuf2020-09-011-0/+23
* | | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-1/+5
|\ \ \ \
| * | | | x86/asm: Avoid generating unused kprobe sectionsKees Cook2020-09-011-1/+5
* | | | | Merge tag 'x86-entry-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-123-3/+5
|\ \ \ \ \
| * | | | | x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra2020-09-041-1/+1
| * | | | | x86/debug: Remove aout_dump_debugregs()Peter Zijlstra2020-09-041-2/+0
| * | | | | x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra2020-09-041-0/+4
* | | | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-129-93/+70
|\ \ \ \ \ \
| * | | | | | x86/irq: Make most MSI ops XEN privateThomas Gleixner2020-09-161-2/+0
| * | | | | | x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner2020-09-162-12/+0
| * | | | | | x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner2020-09-161-0/+2
| * | | | | | x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner2020-09-162-2/+7
| * | | | | | x86/pci: Reducde #ifdeffery in PCI init codeThomas Gleixner2020-09-161-0/+11
| * | | | | | x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-161-2/+0