summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-06-025-116/+163
|\
| * Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'Andy Shevchenko2020-04-245-116/+163
| |\
| | * platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg2020-04-242-47/+1
| | * platform/x86: intel_telemetry: Add telemetry_get_pltdata()Mika Westerberg2020-04-241-1/+1
| | * x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()Mika Westerberg2020-04-241-3/+6
| | * platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()Mika Westerberg2020-04-241-8/+0
| | * platform/x86: intel_telemetry: Convert to use new SCU IPC APIMika Westerberg2020-04-242-1/+3
| | * mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC APIMika Westerberg2020-04-241-3/+0
| | * platform/x86: intel_scu_ipc: Add managed function to register SCU IPCMika Westerberg2020-04-241-0/+10
| | * platform/x86: intel_scu_ipc: Introduce new SCU IPC APIMika Westerberg2020-04-242-10/+73
| | * platform/x86: intel_scu_ipc: Move legacy SCU IPC API to a separate headerMika Westerberg2020-04-242-55/+63
| | * platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driverMika Westerberg2020-04-241-0/+18
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-026-27/+13
|\ \ \
| * | | x86/mm: remove vmalloc faultingJoerg Roedel2020-06-021-23/+0
| * | | x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-022-0/+4
| * | | x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-021-0/+2
| * | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+1
| * | | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-0/+6
| * | | x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2020-06-021-2/+0
* | | | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-021-2/+6
|\ \ \ \
| * | | | signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-2/+6
| | |_|/ | |/| |
* | | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-023-20/+15
|\ \ \ \
| * | | | x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()Al Viro2020-05-293-7/+3
| * | | | x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro2020-05-293-10/+11
| * | | | get rid of csum_partial_copy_to_user()Al Viro2020-04-221-3/+1
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-022-3/+1
|\ \ \ \
| * \ \ \ Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon2020-04-302-3/+1
| |\ \ \ \
| | * | | | x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov2020-04-142-3/+1
| | |/ / /
* | | | | Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-014-70/+0
|\ \ \ \ \
| * | | | | x86/platform/uv: Remove the unused _uv_cpu_blade_processor_id() macroChristoph Hellwig2020-05-071-1/+0
| * | | | | x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig2020-05-071-14/+0
| * | | | | x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig2020-05-071-20/+0
| * | | | | x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig2020-05-071-2/+0
| * | | | | x86/platform/uv: Remove the UV*_HUB_IS_SUPPORTED macrosChristoph Hellwig2020-05-072-26/+0
| * | | | | x86/platform/uv: Remove the uv_partition_coherence_id() macroChristoph Hellwig2020-05-071-1/+0
| * | | | | x86/platform/uv: Mark uv_bios_call() and uv_bios_call_irqsave() staticChristoph Hellwig2020-05-071-6/+0
* | | | | | Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-012-18/+44
|\ \ \ \ \ \
| * | | | | | x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu2020-05-161-0/+1
| * | | | | | x86/fpu/xstate: Update copy_kernel_to_xregs_err() for supervisor statesYu-cheng Yu2020-05-141-1/+4
| * | | | | | x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu2020-05-131-1/+2
| * | | | | | x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu2020-05-132-2/+13
| * | | | | | x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu2020-05-121-13/+23
| * | | | | | x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu2020-05-121-1/+1
* | | | | | | Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-013-26/+38
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu: Use RDRAND and RDSEED mnemonics in archrandom.hUros Bizjak2020-05-181-18/+8
| * | | | | | | x86/cpu: Use INVPCID mnemonic in invpcid.hUros Bizjak2020-05-121-5/+2
| * | | | | | | x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macroBorislav Petkov2020-05-071-0/+4
| * | | | | | | Merge 'x86/urgent' into x86/cpuBorislav Petkov2020-05-075-84/+72
| |\ \ \ \ \ \ \
| * | | | | | | | x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-04-201-3/+24
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-015-68/+8
|\ \ \ \ \ \ \ \