aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-08-20Fix build error when CONFIG_ACPI is not set/enabled:Gravatar Randy Dunlap 1-0/+1
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorGravatar Arvind Sankar 2-9/+3
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-17/+58
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+36
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 2-2/+2
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 19-1126/+285
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-7/+12
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskGravatar Eric Dumazet 1-1/+1
2020-08-14perf/x86/rapl: Add support for Intel SPR platformGravatar Zhang Rui 1-0/+20
2020-08-14perf/x86/rapl: Support multiple RAPL unit quirksGravatar Zhang Rui 1-9/+15
2020-08-14perf/x86/rapl: Fix missing psys sysfs attributesGravatar Zhang Rui 1-1/+1
2020-08-13x86/alternatives: Acquire pte lock with interrupts enabledGravatar Sebastian Andrzej Siewior 1-3/+3
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-13/+15
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-17/+12
2020-08-12mm/x86: use general page fault accountingGravatar Peter Xu 1-15/+2
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Gravatar Jia He 1-1/+0
2020-08-12x86/mm: use max memory block size on bare metalGravatar Daniel Jordan 1-0/+9
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+10
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineGravatar Michael Kelley 2-7/+12
2020-08-11x86/xen: drop tests for highmem in pv codeGravatar Juergen Gross 2-95/+57
2020-08-11x86/xen: eliminate xen-asm_64.SGravatar Juergen Gross 3-195/+180
2020-08-11x86/xen: remove 32-bit Xen PV guest supportGravatar Juergen Gross 17-837/+49
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 28-13/+32
2020-08-10x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabledGravatar Jon Doron 1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 10-20/+16
2020-08-09x86: Expose SERIALIZE for supported cpuidGravatar Paolo Bonzini 1-1/+2
2020-08-09KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabledGravatar Sean Christopherson 1-12/+12
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-18/+25
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 16-61/+9
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 2-3/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Gravatar Anshuman Khandual 1-4/+1
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Gravatar Anshuman Khandual 1-3/+3
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Gravatar Mike Rapoport 1-15/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-25/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 12-10/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 10-281/+88
2020-08-07x86/mm/64: Do not dereference non-present PGD entriesGravatar Joerg Roedel 1-18/+13
2020-08-07x86/bugs/multihit: Fix mitigation reporting when VMX is not in useGravatar Pawan Gupta 1-1/+7