summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-12/+833
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+7
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-416/+741
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-11/+63
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+8
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-2602/+1
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-13/+33
2021-02-20Merge tag 'x86_asm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2021-02-20Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+25
2021-02-20Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-18/+18
2021-02-20Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-15/+23
2021-02-20Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+36
2021-02-20Merge tag 'x86_microcode_for_v5.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+1
2021-02-20Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+16
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-283/+298
2021-02-20Merge tag 'x86_paravirt_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-206/+60
2021-02-20Merge tag 'x86_platform_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-73/+39
2021-02-20Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+9
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-28/+27
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-770/+51
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-113/+315
2021-02-17sched,x86: Allow !PREEMPT_DYNAMICPeter Zijlstra1-6/+18
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-0/+1
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-2/+2
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-0/+7
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-8/+26
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko1-0/+1
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra1-2/+15
2021-02-17Merge branch 'perf/kprobes' into perf/core, to pick up finished branchIngo Molnar2-98/+81
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-47/+158
2021-02-15Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich1-1/+2
2021-02-15Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich1-7/+5
2021-02-14Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-7/+22
2021-02-12Merge branch 'x86/cleanups' into x86/mmIngo Molnar15-111/+60
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov1-0/+15
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-19/+12
2021-02-11iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu2-0/+29
2021-02-11x86/hyperv: implement an MSI domain for root partitionWei Liu4-1/+372
2021-02-11asm-generic/hyperv: import data structures for mapping device interruptsWei Liu1-0/+13
2021-02-11asm-generic/hyperv: update hv_msi_entryWei Liu1-2/+2
2021-02-11x86/hyperv: implement and use hv_smp_prepare_cpusWei Liu1-0/+29
2021-02-11x86/hyperv: provide a bunch of helper functionsWei Liu3-1/+224
2021-02-11x86/hyperv: handling hypercall page setup for rootWei Liu1-3/+34
2021-02-11x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu2-0/+28
2021-02-11x86/hyperv: allocate output arg pages if requiredWei Liu2-5/+31
2021-02-11x86/hyperv: detect if Linux is the root partitionWei Liu3-0/+32
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)3-0/+39
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller24-106/+157
2021-02-10x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner1-4/+11