summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon8-206/+0
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar7-11/+70
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar24-122/+871
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar37-165/+124
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar3-10/+14
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-60/+25
2019-11-24bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann1-95/+187
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann1-18/+46
2019-11-24powerpc: Add const qual to local_read() parameterEric Dumazet1-1/+1
2019-11-23MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 moduleThomas Bogendoerfer1-0/+22
2019-11-23MIPS: PCI: Fix fake subdevice ID for IOC3Thomas Bogendoerfer1-1/+1
2019-11-23kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraintsJim Mattson1-1/+3
2019-11-23KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson1-0/+3
2019-11-23KVM: x86: Open code shared_msr_update() in its only callerSean Christopherson1-20/+9
2019-11-23KVM: x86: Remove a spurious export of a static functionSean Christopherson1-1/+0
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley50-361/+915
2019-11-22Merge branch 'next/misc' into for-nextPaul Walmsley18-42/+63
2019-11-22Merge branch 'next/tlb-opt' into for-nextPaul Walmsley1-2/+23
2019-11-22Merge branch 'next/isa-string' into for-nextPaul Walmsley1-42/+3
2019-11-22Merge branch 'next/seccomp' into for-nextPaul Walmsley5-3/+63
2019-11-22tracing: Enable syscall optimization for MIPSHassan Naveed1-0/+1
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed1-0/+8
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-31/+27
2019-11-22MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie2-2/+25
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown1-2/+2
2019-11-22MIPS: PCI: remember nasid changed by set interrupt affinityThomas Bogendoerfer1-3/+2
2019-11-22MIPS: SGI-IP27: Fix crash, when CPUs are disabled via nr_cpus parameterThomas Bogendoerfer1-0/+4
2019-11-22mips: add support for folded p4d page tablesMike Rapoport14-39/+75
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport6-25/+18
2019-11-22mips: fix build when "48 bits virtual memory" is enabledMike Rapoport1-2/+7
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers1-1/+2
2019-11-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-31/+27
2019-11-21x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra1-12/+41
2019-11-21x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski1-14/+16
2019-11-21x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski1-31/+35
2019-11-21x86/entry/32: Use %ss segment where requiredAndy Lutomirski1-5/+14
2019-11-21x86/entry/32: Fix IRET exceptionPeter Zijlstra1-1/+1
2019-11-21x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner1-1/+5
2019-11-21x86/pti/32: Size initial_page_table correctlyThomas Gleixner1-0/+10
2019-11-21x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski1-0/+3
2019-11-21x86/mm/pat: Rename pat_rbtree.c to pat_interval.cDavidlohr Bueso2-1/+1
2019-11-21x86/mm/pat: Drop the rbt_ prefix from external memtype callsDavidlohr Bueso3-20/+20
2019-11-21x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functionsDavidlohr Bueso1-13/+8
2019-11-21x86/mm/pat: Convert the PAT tree to a generic interval treeDavidlohr Bueso1-120/+42
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini4-2/+2
2019-11-21KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use api...Liran Alon1-7/+0
2019-11-21KVM: x86: remove set but not used variable 'called'Mao Wenan1-3/+2
2019-11-21KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinningLiran Alon1-3/+3
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini135-519/+1640
2019-11-21KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack itPaolo Bonzini1-14/+30