summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-195-20/+55
|\
| * x86/split_lock: Add Tremont family CPU modelsTony Luck2020-04-181-0/+3
| * x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck2020-04-181-14/+31
| * x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-173-0/+16
| * x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-171-1/+2
| * x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck2020-04-171-4/+2
| * x86/umip: Make umip_insns staticJason Yan2020-04-151-1/+1
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-141-2/+12
|\ \ | |/ |/|
| * x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
| * x86: hyperv: report value of misc_featuresOlaf Hering2020-04-091-2/+2
* | x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-111-5/+28
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-102-1/+6
|\ \
| * | x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-101-1/+2
| * | mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+4
| | |
| \ \
*-. \ \ Merge branches 'acpi-ec' and 'acpi-x86'Rafael J. Wysocki2020-04-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| | * | ACPI, x86/boot: make acpi_nobgrt staticJason Yan2020-04-081-1/+1
* | | | Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-061-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | x86: ACPI: fix CPU hotplug deadlockQian Cai2020-04-041-1/+2
| |/ /
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \ \
| * | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| | |/ | |/|
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-021-3/+1
|\ \ \
| * | | ima: add a new CONFIG for loading arch-specific policiesNayna Jain2020-03-121-3/+1
* | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-311-8/+221
|\ \ \ \
| * | | | x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov2020-03-241-2/+2
| * | | | x86/vmware: Enable steal time accountingAlexey Makhalov2020-03-241-1/+12
| * | | | x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov2020-03-241-0/+197
| * | | | x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov2020-03-241-5/+10
| * | | | x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov2020-03-241-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-311-36/+39
|\ \ \ \
| * | | | x86/pkeys: Add check for pkey "overflow"Dave Hansen2020-02-241-2/+7
| * | | | x86/fpu/xstate: Warn when checking alignment of disabled xfeaturesYu-cheng Yu2020-02-121-0/+7
| * | | | x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()Yu-cheng Yu2020-02-121-20/+12
| * | | | x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()Yu-cheng Yu2020-02-111-14/+13
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-3115-306/+268
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2020-03-283-276/+244
| |\ \ \ \ \
| | * | | | | x86: unsafe_put-style macro for sigmaskAl Viro2020-03-261-4/+8
| | * | | | | x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-12/+5
| | * | | | | x86: __setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-17/+9
| | * | | | | x86: __setup_frame(): consolidate uaccess areasAl Viro2020-03-261-17/+6
| | * | | | | x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro2020-03-261-21/+24
| | * | | | | x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro2020-03-261-43/+48
| | * | | | | x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2020-03-191-15/+18
| | * | | | | x86: switch setup_sigcontext() to unsafe_put_user()Al Viro2020-03-181-43/+45
| | * | | | | x86: switch save_v86_state() to unsafe_put_user()Al Viro2020-03-181-31/+30
| | * | | | | x86: get rid of get_user_ex() in restore_sigcontext()Al Viro2020-03-181-50/+36
| | * | | | | vm86: get rid of get_user_ex() useAl Viro2020-03-181-30/+24
| | * | | | | x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro2020-03-181-12/+8
| | * | | | | x86 user stack frame reads: switch to explicit __get_user()Al Viro2020-02-151-2/+4
| | |/ / / /
| * | | | | x86/jump_label: Move 'inline' keyword placementRandy Dunlap2020-03-271-1/+1
| * | | | | x86/alternatives: Mark text_poke_loc_init() staticQiujun Huang2020-03-251-2/+2