summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| | * | | | | x86/mm: Tabulate the page table encoding definitionsIngo Molnar2019-12-101-69/+74
| | * | | | | x86/mm/pat: Clean up <asm/memtype.h> externsIngo Molnar2019-12-101-5/+5
| | * | | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-103-5/+5
| | * | | | | x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-101-5/+5
| | * | | | | x86/mm/pat: Disambiguate PAT-disabled boot messagesIngo Molnar2019-12-101-1/+1
| | | |/ / / | | |/| | |
| * | | | | efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-6/+6
| * | | | | efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel2019-12-251-16/+9
| * | | | | efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-251-3/+3
| * | | | | efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-251-29/+9
| * | | | | efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-14/+20
| * | | | | efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-7/+28
| * | | | | efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-251-4/+6
| * | | | | efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel2019-12-251-3/+0
| |/ / / /
* | | | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-2/+1
|\ \ \ \ \
| * | | | | x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/real...Sean Christopherson2019-12-101-5/+1
| * | | | | ACPI/sleep: Convert acpi_wakeup_address into a functionSean Christopherson2019-12-101-1/+4
| |/ / / /
* | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-273-7/+17
|\ \ \ \ \
| * | | | | x86/vdso: Add time napespace pageDmitry Safonov2020-01-143-1/+13
| * | | | | x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-141-4/+4
| * | | | | x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino2020-01-141-2/+0
| |/ / / /
* | | | | Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-01-271-0/+1
|\ \ \ \ \
| * | | | | x86/cpu: Add Jasper Lake to Intel familyZhang Rui2019-12-201-0/+1
| |/ / / /
* | | | | Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-01-271-0/+36
|\ \ \ \ \
| * | | | | x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instructionDave Jiang2020-01-241-0/+36
| |/ / / /
* | | | | Merge tag 'platform-drivers-x86-v5.6-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-01-273-55/+0
|\ \ \ \ \
| * | | | | platform/x86: intel_pmc_ipc: Drop intel_pmc_gcr_read() and intel_pmc_gcr_write()Mika Westerberg2020-01-221-12/+0
| * | | | | platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() staticMika Westerberg2020-01-221-8/+0
| * | | | | platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() staticMika Westerberg2020-01-221-6/+0
| * | | | | platform/x86: intel_pmc_ipc: Make intel_pmc_gcr_update() staticMika Westerberg2020-01-221-6/+0
| * | | | | platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()Mika Westerberg2020-01-221-2/+0
| * | | | | platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()Mika Westerberg2020-01-221-12/+0
| * | | | | platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()Mika Westerberg2020-01-221-3/+0
| * | | | | platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()Mika Westerberg2020-01-221-3/+0
| * | | | | platform/x86: intel_telemetry_pltdrv: use devm_platform_ioremap_resource()Andy Shevchenko2020-01-101-3/+0
| |/ / / /
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-01-271-1/+1
|\ \ \ \ \
| * | | | | x86/microcode/AMD: Make stub function static inlineValdis Klētnieks2019-12-121-1/+1
| |/ / / /
* | | | | x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam2020-01-161-0/+1
* | | | | x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr2020-01-131-1/+1
|/ / / /
* | | | Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-061-1/+3
|\ \ \ \
| * | | | kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-071-1/+3
* | | | | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | | | | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+3
* | | | | Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-021-0/+18
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-0/+18
| |\ \ \ \ \ \
| | | * | | | | iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reservedYian Chen2019-11-111-0/+18
| | |/ / / / /
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-016-6/+33
|\ \ \ \ \ \ \
| * | | | | | | x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior2019-11-281-1/+1
| * | | | | | | x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski2019-11-261-0/+3
| * | | | | | | x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-264-4/+29
OpenPOWER on IntegriCloud