aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang2-5/+15
2018-09-19x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-09-18x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre1-1/+1
2018-09-18x86/intel_rdt: Fix exclusive mode handling of MBA resourceReinette Chatre1-2/+12
2018-09-18x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre1-1/+1
2018-09-18x86/intel_rdt: Do not allow pseudo-locking of MBA resourceReinette Chatre1-0/+6
2018-09-18x86/intel_rdt: Fix unchecked MSR accessReinette Chatre1-0/+12
2018-09-18x86/intel_rdt: Fix invalid mode warning when multiple resources are managedReinette Chatre1-1/+1
2018-09-18x86/intel_rdt: Global closid helper to support future fixesReinette Chatre2-0/+8
2018-09-18x86/intel_rdt: Fix size reporting of MBA resourceReinette Chatre1-4/+10
2018-09-18x86/intel_rdt: Fix data type in parsing callbacksXiaochen Shen2-17/+20
2018-09-15x86/kvm: Use __bss_decrypted attribute in shared variablesBrijesh Singh1-3/+49
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2-0/+35
2018-09-15x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap1-0/+2
2018-09-12x86/xen: Disable CPU0 hotplug for Xen PVJuergen Gross1-1/+3
2018-09-11x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky1-2/+8
2018-09-08x86/apic/vector: Make error return value negativeThomas Gleixner1-1/+1
2018-09-06x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn3-12/+15
2018-09-06x86/tsc: Prevent result truncation on 32bitChuanhua Lei1-1/+1
2018-09-02x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2-14/+21
2018-09-02x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2-0/+8
2018-08-31x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn1-3/+13
2018-08-30x86/alternatives: Lockdep-enforce text_mutex in text_poke*()Jiri Kosina1-4/+5
2018-08-30x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn1-0/+4
2018-08-27x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2-5/+42
2018-08-27x86/spectre: Add missing family 6 check to microcode checkAndi Kleen1-0/+3
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+5
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-50/+3
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+8
2018-08-24x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka1-0/+4
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2-1/+6
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-08-20x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2-50/+3
2018-08-20x86/process: Re-export start_thread()Rian Hunter1-0/+1
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+111
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2018-08-16Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki1-1/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-8/+0
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+18
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2018-08-15Merge branch 'pci/resource'Bjorn Helgaas1-5/+0
2018-08-15x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck1-2/+1
2018-08-14Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-1/+2
2018-08-15x86/ACPI/cstate: Make APCI C1 FFH MWAIT C-state description vendor-neutralPrarit Bhargava1-1/+1
2018-08-14x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_threadVlastimil Babka1-0/+2
2018-08-14Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds24-68/+292
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-360/+350
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-84/+188
2018-08-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+10