summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | x86/amd_nb: Add PCI device IDs for family 17h, model 70hMarcel Bocu2019-09-031-0/+3
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-161-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mce: Don't check for the overflow bit on action optional machine checksTony Luck2019-08-051-2/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-121-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek2019-09-081-0/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* / | | | | | | | Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-071-4/+0
|/ / / / / / / /
* | | | | | | | x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-08-261-0/+4
* | | | | | | | x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-08-261-22/+2
* | | | | | | | uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-08-261-7/+10
* | | | | | | | x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-08-261-1/+7
| |/ / / / / / |/| | | | | |
* | | | | | | x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-191-0/+66
* | | | | | | x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-191-15/+53
| |_|/ / / / |/| | | | |
* | | | | | x86/apic/32: Fix yet another implicit fallthrough warningBorislav Petkov2019-08-121-1/+2
* | | | | | x86/umwait: Fix error handling in umwait_init()Fenghua Yu2019-08-121-1/+38
| |/ / / / |/| | | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-102-0/+2
|\ \ \ \ \
| * | | | | x86: mtrr: cyrix: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
| * | | | | x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-091-8/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0917-58/+52
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86: kvm: remove useless calls to kvm_para_availablePaolo Bonzini2019-08-051-8/+0
* | | | | | Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-2838-189/+436
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | x86/speculation/mds: Apply more accurate check on hypervisor platformZhenzhong Duan2019-07-251-1/+1
| * | | | | x86/hpet: Undo the early counter is counting checkThomas Gleixner2019-07-251-4/+8
| * | | | | x86/irq/64: Update stale commentCao jin2019-07-221-4/+4
| * | | | | x86/sysfb_efi: Add quirks for some devices with swapped width and heightHans de Goede2019-07-221-0/+46
| * | | | | x86/stacktrace: Prevent access_ok() warnings in arch_stack_walk_user()Eiichi Tsukata2019-07-221-1/+1
| | |/ / / | |/| | |
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-2010-35/+28
| |\ \ \ \
| | * | | | x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-172-9/+5
| | * | | | x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-173-4/+3
| | * | | | x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1
| | * | | | x86/e820: Use proper booleans instead of 0/1Yi Wang2019-07-161-2/+2
| | * | | | x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-161-1/+1
| | * | | | x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-161-6/+4
| | * | | | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-2/+12
| | |/ / /
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-202-2/+3
| |\ \ \ \
| | * | | | x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2
| | * | | | x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-181-0/+1
| | |/ / /
| * | | | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-194-12/+15
| |\ \ \ \
| | * | | | x86/xen: Add "nopv" support for HVM guestZhenzhong Duan2019-07-171-2/+2
| | * | | | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-171-8/+0
| | * | | | x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-172-0/+12
| | * | | | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-171-2/+1
| | |/ / /
| * | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+1
| |\ \ \ \
| | * | | | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-191-4/+2
| |\ \ \ \ \
| | * | | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-4/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-3/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86/ftrace: Make enable parameter bool where applicableSteven Rostedt (VMware)2019-05-251-3/+3
| | |/ / /
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-0/+21
| |\ \ \ \
| | * \ \ \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1164-399/+94
| | |\ \ \ \