summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-04-051-12/+12
* KVM: x86: update %rip after emulating IOSean Christopherson2019-04-031-0/+1
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-031-0/+1
* x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn2019-03-271-0/+6
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
* x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2019-03-132-0/+7
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-022-3/+5
|\
| * x86/hyper-v: Fix definition of HV_MAX_FLUSH_REP_COUNTLan Tianyu2019-02-281-1/+1
| * x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski2019-02-251-2/+4
* | KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-221-0/+1
* | x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-221-0/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-172-1/+9
|\ \ | |/
| * x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-151-1/+7
| * x86/CPU: Add Icelake model numberRajneesh Bhardwaj2019-02-141-0/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-101-1/+1
|\ \ | |/
| * x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-032-3/+4
|\ \ | |/
| * x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-021-2/+2
| * x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang2019-01-291-1/+2
* | x86_64: increase stack size for KASAN_EXTRAQian Cai2019-02-011-0/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-0/+18
|\ \ | |/
| * x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
* | x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon2019-01-201-1/+1
|/
* x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-091-2/+2
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-063-17/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-3/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds2019-01-042-18/+8
* | Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds2019-01-041-31/+22
* | x86 uaccess: Introduce __put_user_gotoLinus Torvalds2019-01-041-11/+17
* | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-1/+8
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-7/+4
|/
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-262-1/+34
|\
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-1711-26/+69
| |\
| * | x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams2018-12-051-0/+27
| * | x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski2018-11-201-1/+7
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-264-22/+10
|\ \ \
| * | | x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2018-12-042-14/+7
| * | | x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior2018-12-031-0/+3
| * | | x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior2018-12-031-8/+0
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-2616-28/+70
|\ \ \ \
| * | | | x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-084-0/+10
| * | | | x86: Fix various typos in commentsIngo Molnar2018-12-033-3/+3
| * | | | Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar2018-12-0315-44/+113
| |\ \ \ \ | | |/ / /
| * | | | x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-2310-0/+32
| * | | | x86/traps: Complete prototype declarationsBorislav Petkov2018-11-141-22/+22
| * | | | x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2018-11-141-3/+3
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-261-8/+2
|\ \ \ \ \
OpenPOWER on IntegriCloud