summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson2019-10-224-32/+55
| | * | | | | | | | KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin2019-10-223-8/+8
| | * | | | | | | | Merge tag 'kvm-ppc-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-10-223-10/+32
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in useGreg Kurz2019-10-153-10/+32
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-10-221-0/+4
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systemsMarc Zyngier2019-10-201-0/+4
| | * | | | | | | | | kvm: clear kvmclock MSR on resetPaolo Bonzini2019-10-221-5/+3
| | * | | | | | | | | KVM: x86: fix bugon.cocci warningskbuild test robot2019-10-221-2/+1
| | * | | | | | | | | KVM: VMX: Remove specialized handling of unexpected exit-reasonsLiran Alon2019-10-221-12/+0
| | * | | | | | | | | kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUIDJim Mattson2019-10-221-1/+1
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-10-236-33/+62
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Merge branch 'misc' into fixesRussell King2019-10-2215-30/+349
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: 8926/1: v7m: remove register save to stack before svcafzal mohammed2019-10-211-1/+0
| | * | | | | | | | | ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin2019-10-103-5/+7
| | * | | | | | | | | ARM: 8908/1: add __always_inline to functions called from __get_user_check()Masahiro Yamada2019-10-102-6/+6
| | * | | | | | | | | ARM: mm: alignment: use "u32" for 32-bit instructionsRussell King2019-10-101-14/+14
| | * | | | | | | | | ARM: mm: fix alignment handler faults under memory pressureRussell King2019-10-101-8/+36
| * | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-206-38/+84
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan2019-10-181-24/+24
| | * | | | | | | | | | x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri2019-10-181-0/+4
| | * | | | | | | | | | x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson2019-10-151-1/+2
| | * | | | | | | | | | x86/hyperv: Make vapic support x2apic modeRoman Kagan2019-10-151-5/+15
| | * | | | | | | | | | x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl2019-10-111-6/+19
| | * | | | | | | | | | x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl2019-10-111-2/+20
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-271-4/+93
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-4/+93
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2095-394/+644
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| / / / / / / / / / / / | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-192-3/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-bindingMarkLee2019-10-162-3/+12
| * | | | | | | | | | | | Merge tag 'riscv/for-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-194-23/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu2019-10-161-8/+8
| | * | | | | | | | | | | | riscv: tlbflush: remove confusing comment on local_flush_tlb_all()Paul Walmsley2019-10-141-4/+0
| | * | | | | | | | | | | | riscv: dts: HiFive Unleashed: add default chosen/stdout-pathPaul Walmsley2019-10-141-0/+1
| | * | | | | | | | | | | | riscv: remove the switch statement in do_trap_break()Vincent Chen2019-10-141-11/+11
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-1813-23/+183
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-1772-742/+533
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selectedMarc Zyngier2019-10-081-0/+17
| | | * | | | | | | | | | | arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2019-10-083-1/+9
| | | * | | | | | | | | | | arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier2019-10-081-0/+33
| | | * | | | | | | | | | | arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier2019-10-082-3/+69
| | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon2019-10-163-8/+13
| | * | | | | | | | | | | arm64: mm: fix inverted PAR_EL1.F checkMark Rutland2019-10-161-1/+5
| | * | | | | | | | | | | arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang2019-10-161-1/+1
| | * | | | | | | | | | | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-162-1/+19
| | * | | | | | | | | | | arm64: hibernate: check pgd table allocationPavel Tatashin2019-10-151-1/+8
| | * | | | | | | | | | | arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall2019-10-151-5/+10
| | * | | | | | | | | | | arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen2019-10-111-3/+0
| * | | | | | | | | | | | Merge tag 'xtensa-20191017' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-10-184-50/+55
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xtensa: fix change_bit in exclusive access optionMax Filippov2019-10-161-1/+1
| | * | | | | | | | | | | | xtensa: virt: fix PCI IO ports mappingMax Filippov2019-10-151-1/+1