summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0316-132/+273
|\
| * x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski2017-06-221-8/+0
| * x86/ldt: Simplify the LDT switching logicAndy Lutomirski2017-06-221-0/+26
| * Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-221-0/+1
| |\
| * | x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2017-06-132-0/+4
| * | x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-132-3/+3
| * | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-134-13/+115
| * | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-137-9/+57
| * | x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov2017-06-081-2/+2
| * | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski2017-06-051-0/+19
| * | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-051-2/+10
| * | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-055-86/+2
| * | x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski2017-06-051-1/+0
| * | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-054-21/+20
| * | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar2017-06-051-0/+1
| |\ \
| * | | mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-242-0/+24
| * | | x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2017-05-241-1/+5
* | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-9/+6
|\ \ \ \
| * | | | x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov2017-06-221-9/+6
| | |_|/ | |/| |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-031-1/+1
|\ \ \ \
| * | | | x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev2017-06-241-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-5/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-241-0/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-202-0/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-05-232-6/+7
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra2017-05-151-5/+3
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.12-rc6' into perf/core, to pick up fixesIngo Molnar2017-06-201-0/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-06-081-0/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | perf/x86: Add sysfs entry to freeze counters on SMIKan Liang2017-05-231-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-031-13/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-06-221-0/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov2017-06-081-13/+0
| | |_|/ / / | |/| | | |
* | | | | | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-2/+0
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-2/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner2017-06-241-2/+1
| | |/ / / | |/| | |
* | | | | KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-06-221-0/+1
|/ / / /
* | | | x86/debug: Handle early WARN_ONs properPeter Zijlstra2017-06-121-0/+1
|/ / /
* | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-271-0/+1
|\ \ \ | |/ / |/| |
| * | x86/MCE: Export memory_error()Borislav Petkov2017-05-211-0/+1
* | | x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
* | | Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-211-1/+1
|\ \ \ | |/ / |/| |
| * | fix unsafe_put_user()Al Viro2017-05-211-1/+1
| |/
* | KVM: x86: lower default for halt_poll_nsPaolo Bonzini2017-05-161-1/+1
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-1/+1
|\
| * x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings2017-05-091-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-122-1/+3
|\ \
| * | x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-081-1/+2
| * | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke2017-05-051-0/+1
OpenPOWER on IntegriCloud