summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-03-01KVM: nVMX: Fix pending events injectionWanpeng Li1-2/+6
2017-03-01x86/kvm/vmx: remove unused variable in segment_base()Jérémy Lefaure1-1/+0
2017-03-01x86/asm: Tidy up TSS limit codeAndy Lutomirski3-11/+21
2017-03-01KVM: x86: never specify a sample period for virtualized in_tx_cp countersRobert O'Callahan1-3/+10
2017-03-01x86/boot: Correct setup_header.start_sys nameBorislav Petkov1-1/+1
2017-03-01x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding3-0/+10
2017-03-01x86/purgatory: Make functions and variables staticTobin C. Harding1-5/+5
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov4-6/+6
2017-03-01x86/pkeys: Check against max pkey to avoid overflowsDave Hansen1-6/+9
2017-03-01x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang1-0/+9
2017-03-01x86/intel_rdt: Remove duplicate inclusion of linux/cpu.hMasanari Iida1-1/+0
2017-03-01x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida1-1/+0
2017-03-01x86/hyperv: Hide unused labelArnd Bergmann1-1/+1
2017-03-01x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-0/+8
2017-03-01x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerAndrew Banman1-1/+0
2017-03-01x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang1-13/+4
2017-03-01x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang1-3/+3
2017-03-01x86/kdebugfs: Move boot params hierarchy under (debugfs)/x86/Borislav Petkov1-1/+1
2017-03-01kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu3-5/+5
2017-03-01x86: intel-family.h: Add GEMINI_LAKE SOCLen Brown1-0/+1
2017-03-01x86 msr_index.h: Define MSR_MISC_FEATURE_CONTROLLen Brown1-0/+1
2017-03-01x86 msr-index.h: Define Atom specific core ratio MSR locationsLen Brown1-0/+6
2017-03-01tools/power turbostat: Baytrail c-state supportLen Brown1-0/+2
2017-03-01x86: msr-index.h: Remove unused MSR_NHM_SNB_PKG_CST_CFG_CTLLen Brown1-1/+0
2017-03-01x86: msr-index.h: Define MSR_PKG_CST_CONFIG_CONTROLLen Brown1-0/+1
2017-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-22/+30
2017-02-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2017-02-27mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()Dave Jiang1-1/+2
2017-02-27mm: add arch-independent testcases for RODATAJinbum Park6-103/+0
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-1/+8
2017-02-25Merge tag 'platform-drivers-x86-v4.11-1' of git://git.infradead.org/linux-pla...Linus Torvalds1-0/+6
2017-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds4-623/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-29/+19
2017-02-24platform/x86: intel_pmc_ipc: read s0ix residency APIShanth Murthy1-0/+6
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-1/+2
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2-3/+3
2017-02-24mm: fix get_user_pages() vs device-dax pud mappingsDan Williams1-4/+24
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox9-0/+248
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf1-0/+1
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds37-138/+313
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds27-906/+1359
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-1/+1
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu1-1/+1
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-24/+480
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1