summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-127-63/+78
|\
| * x86_64: Fix jiffies ODR violationBob Haarman2020-06-092-6/+2
| * x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser2020-06-091-2/+5
| * x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser2020-06-091-18/+10
| * x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser2020-06-091-37/+50
| *---. Merge branches 'x86/apic', 'x86/misc' and 'x86/splitlock' into x86/urgentIngo Molnar2020-06-013-1/+12
| |\ \ \
| | | | * x86/split_lock: Add Icelake microserver and Tigerlake CPU modelsFenghua Yu2020-05-281-0/+3
| | | * | x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma2020-05-251-0/+8
| | * | | x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov2020-05-261-1/+1
| | |/ /
* | | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-111-18/+22
|\ \ \ \
| * | | | x86: switch cp_stat64() to unsafe_put_user()Al Viro2020-06-031-18/+22
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0934-44/+35
|\ \ \ \ \
| * | | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-093-7/+7
| * | | | | mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse2020-06-091-1/+1
| * | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
| * | | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0918-18/+18
| * | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0919-19/+19
| * | | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0910-10/+0
| * | | | | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-7/+2
| * | | | | x86/amd_gart: print stacktrace for a leak with KERN_ERRDmitry Safonov2020-06-091-1/+1
| * | | | | x86: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
| * | | | | x86: add missing const qualifiers for log_lvlDmitry Safonov2020-06-091-2/+2
* | | | | | Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2020-06-093-11/+152
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-04-203-0/+138
| * | | | | x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-04-201-11/+14
* | | | | | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-055-23/+93
|\ \ \ \ \ \
| * | | | | | x86/cpu: Export native_write_cr4() only when CONFIG_LKTDM=mThomas Gleixner2020-04-261-0/+2
| * | | | | | x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-5/+0
| * | | | | | x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-9/+0
| * | | | | | x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-262-8/+3
| * | | | | | x86/alternatives: Move temporary_mm helpers into CThomas Gleixner2020-04-241-0/+55
| * | | | | | x86/cpu: Uninline CR4 accessorsThomas Gleixner2020-04-242-1/+33
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-043-61/+36
|\ \ \ \ \ \ \
| * | | | | | | x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf2020-05-081-2/+7
| * | | | | | | x86/module: Use text_poke() for late relocationsPeter Zijlstra2020-05-081-7/+31
| * | | | | | | livepatch: Remove .klp.archPeter Zijlstra2020-05-082-54/+0
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-041-2/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-013-51/+61
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-7/+24
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-155-54/+121
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-2/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-043-90/+85
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-011-8/+8
| * | | | | | | | | x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner2020-05-191-93/+7
| * | | | | | | | | x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner2020-05-191-60/+141
| * | | | | | | | | x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski2020-05-193-21/+21
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-032-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/tsc: Add tsc_early_khz command line parameterKrzysztof Piecuch2020-05-211-1/+11
| * | | | | | | | | x86/delay: Introduce TPAUSE delayKyung Min Park2020-05-071-0/+3
| | |/ / / / / / / | |/| | | | | | |