summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+28Star
|\
| * x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-172-9/+5Star
| * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-173-4/+3Star
| * x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1Star
| * 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/+4Star
| * 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/+0Star
| * | 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/+1Star
| |/
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+1Star
|\ \
| * | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-191-4/+2Star
|\ \ \
| * | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-4/+2Star
| | |/ | |/|
* | | 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-261-3/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-131-0/+21
|\ \
| * \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1164-399/+94Star
| |\ \
| * | | KVM: X86: Yield to IPI target if necessaryWanpeng Li2019-07-021-0/+21
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-49/+11Star
|\ \ \ \
| * | | | x86: kdebugfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-49/+11Star
* | | | | x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-121-1/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-115-42/+83
|\ \ \ \ \
| * | | | | x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-111-5/+3Star
| * | | | | x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-102-29/+57
| * | | | | x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra2019-07-091-5/+20
| * | | | | Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-091-3/+3
* | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-094-4/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1485-434/+99Star
| |\ \ \ \ \ \
| * | | | | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-083-3/+3
| * | | | | | | treewide: trivial: fix s/poped/popped/ typoGeorge G. Davis2019-06-071-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-095-6/+75
|\ \ \ \ \ \ \
| * | | | | | | x86/kexec: Set the C-bit in the identity map page table when SEV is activeLianbo Jiang2019-06-201-3/+13
| * | | | | | | x86/kexec: Do not map kexec area as decrypted when SEV is activeLianbo Jiang2019-06-201-0/+15
| * | | | | | | x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableLianbo Jiang2019-06-201-0/+6
| * | | | | | | x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang2019-06-201-1/+1
| * | | | | | | x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky2019-06-201-0/+25
| * | | | | | | x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky2019-06-202-2/+15
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-093-3/+104
|\ \ \ \ \ \ \ \