summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2020-06-241-5/+5
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-06-221-5/+5
* | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2020-06-2422-103/+367
|\ \
| * \ Merge branch 'perf/core'Ingo Molnar2020-06-233-7/+83
| |\ \
| | * | perf/x86: Add perf text poke events for kprobesAdrian Hunter2020-06-152-6/+47
| | * | perf/x86: Add support for perf text poke event for text_poke_bp_batch() callersAdrian Hunter2020-06-151-1/+36
| | |/
| * | Merge branch 'ras/core'Ingo Molnar2020-06-232-2/+2
| |\ \
| | * | x86/mce/dev-mcelog: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2020-06-181-1/+1
| | * | x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan2020-06-151-1/+1
| | |/
| * | Merge branch 'sched/fifo'Ingo Molnar2020-06-231-9/+41
| |\ \
| | * | x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0Giovanni Gherdovich2020-06-151-2/+9
| | * | x86, sched: Bail out of frequency invariance if turbo frequency is unknownGiovanni Gherdovich2020-06-151-2/+4
| | * | x86, sched: check for counters overflow in frequency invariant accountingGiovanni Gherdovich2020-06-151-5/+28
| | |/
| * | Merge branch 'x86/alternatives'Ingo Molnar2020-06-231-2/+2
| |\ \
| | * | x86/alternatives: Add pr_fmt() to debug macrosBorislav Petkov2020-06-161-2/+2
| | |/
| * | Merge branch 'x86/cleanups'Ingo Molnar2020-06-231-1/+1
| |\ \
| | * | x86/idt: Make idt_descr staticJason Andryuk2020-06-201-1/+1
| | |/
| * | Merge branch 'x86/cpu'Ingo Molnar2020-06-232-21/+6
| |\ \
| | * | x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst2020-06-181-12/+2
| | * | x86/speculation: Merge one test in spectre_v2_user_select_mitigation()Borislav Petkov2020-06-161-9/+4
| | |/
| * | Merge branch 'x86/entry'Ingo Molnar2020-06-232-2/+2
| |\ \
| | * | x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra2020-06-152-2/+2
| | |/
| * | Merge branch 'x86/fsgsbase'Ingo Molnar2020-06-235-37/+141
| |\ \
| | * | x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2020-06-181-1/+3
| | * | x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski2020-06-181-18/+14
| | * | x86/speculation/swapgs: Check FSGSBASE in enabling SWAPGS mitigationTony Luck2020-06-181-4/+2
| | * | x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae2020-06-182-6/+10
| | * | x86/process/64: Use FSBSBASE in switch_to() if availableAndy Lutomirski2020-06-181-6/+28
| | * | x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner2020-06-181-6/+9
| | * | x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2020-06-181-0/+68
| | * | x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski2020-06-181-0/+24
| | * | x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae2020-06-181-15/+2
| | |/
| * | Merge branch 'x86/microcode'Ingo Molnar2020-06-231-2/+0
| |\ \
| | * | x86/microcode: Do not select FW_LOADERHerbert Xu2020-06-151-2/+0
| | |/
| * | Merge branch 'x86/misc'Ingo Molnar2020-06-231-0/+69
| |\ \
| | * | x86/msr: Filter MSR writesBorislav Petkov2020-06-171-0/+69
| | |/
| * | Merge branch 'x86/urgent'Ingo Molnar2020-06-237-20/+20
| |\ \
| | * | x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-181-12/+12
| | * | x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
| | * | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson2020-06-153-4/+2
| | * | x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-06-152-4/+5
| | |/
* | | Merge remote-tracking branch 'drm-intel/for-linux-next'Stephen Rothwell2020-06-241-0/+1
|\ \ \
| * | | x86/gpu: add RKL stolen memory supportMatt Roper2020-05-201-0/+1
* | | | Merge remote-tracking branch 'kvm-fixes/master'Stephen Rothwell2020-06-241-6/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-221-6/+0
| | |/ | |/|
* | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-13/+3
|\ \ \
| * | | kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-161-13/+3
| |/ /
* | | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-2/+2
* | | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-182-11/+11
* | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-176-13/+15
|/ /