summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-11-25Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-25Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-11-25Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann
2019-11-24powerpc: Add const qual to local_read() parameterEric Dumazet
2019-11-23MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 moduleThomas Bogendoerfer
2019-11-23MIPS: PCI: Fix fake subdevice ID for IOC3Thomas Bogendoerfer
2019-11-23kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraintsJim Mattson
2019-11-23KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson
2019-11-23KVM: x86: Open code shared_msr_update() in its only callerSean Christopherson
2019-11-23KVM: x86: Remove a spurious export of a static functionSean Christopherson
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/misc' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/tlb-opt' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/isa-string' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/seccomp' into for-nextPaul Walmsley
2019-11-22tracing: Enable syscall optimization for MIPSHassan Naveed
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown
2019-11-22MIPS: PCI: remember nasid changed by set interrupt affinityThomas Bogendoerfer
2019-11-22MIPS: SGI-IP27: Fix crash, when CPUs are disabled via nr_cpus parameterThomas Bogendoerfer
2019-11-22mips: add support for folded p4d page tablesMike Rapoport
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport
2019-11-22mips: fix build when "48 bits virtual memory" is enabledMike Rapoport
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers
2019-11-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-11-21x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra
2019-11-21x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski
2019-11-21x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski
2019-11-21x86/entry/32: Use %ss segment where requiredAndy Lutomirski
2019-11-21x86/entry/32: Fix IRET exceptionPeter Zijlstra
2019-11-21x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner
2019-11-21x86/pti/32: Size initial_page_table correctlyThomas Gleixner
2019-11-21x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski
2019-11-21x86/mm/pat: Rename pat_rbtree.c to pat_interval.cDavidlohr Bueso
2019-11-21x86/mm/pat: Drop the rbt_ prefix from external memtype callsDavidlohr Bueso
2019-11-21x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functionsDavidlohr Bueso
2019-11-21x86/mm/pat: Convert the PAT tree to a generic interval treeDavidlohr Bueso