summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel2020-03-231-0/+1
| * | | | | x86: Replace setup_irq() by request_irq()afzal mohammed2020-03-212-20/+11
| * | | | | x86/cpu: Move prototype for get_umwait_control_msr() to a global locationBenjamin Thiel2020-02-171-0/+1
| * | | | | x86/iopl: Include prototype header for ksys_ioperm()Benjamin Thiel2020-02-171-0/+1
| * | | | | x86: Fix a handful of typosMartin Molnar2020-02-166-7/+7
| |/ / / /
* | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-311-0/+1
|\ \ \ \ \
| * | | | | x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu2020-03-271-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-312-6/+2
|\ \ \ \ \
| * | | | | x86/setup: Fix static memory detectionGuenter Roeck2020-03-191-1/+0
| * | | | | x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar2020-02-251-5/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'x86-timers-2020-03-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-16/+112
|\ \ \ \ \
| * | | | | x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede2020-03-111-11/+86
| * | | | | x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede2020-03-111-2/+15
| * | | | | x86/tsc_msr: Use named struct initializersHans de Goede2020-03-111-10/+18
* | | | | | Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-304-2/+210
|\ \ \ \ \ \
| * | | | | | x86/split_lock: Avoid runtime reads of the TEST_CTRL MSRXiaoyao Li2020-03-271-5/+4