summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeQian Cai
2020-02-20KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini
2020-02-20x86/xen: Distribute switch variables for initializationKees Cook
2020-02-19riscv: Fix gitignoreDamien Le Moal
2020-02-19x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips
2020-02-19MIPS: ingenic: DTS: Fix watchdog nodesPaul Cercueil
2020-02-19MIPS: X1000: Fix clock of watchdog node.周琰杰 (Zhou Yanjie)
2020-02-19MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor
2020-02-19s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann
2020-02-19s390/qdio: fill SL with absolute addressesJulian Wiedmann
2020-02-19x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu
2020-02-19arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt
2020-02-19powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy
2020-02-18RISC-V: Don't enable all interrupts in trap_init()Anup Patel
2020-02-18arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino
2020-02-18riscv: set pmp configuration if kernel is running in M-modeGreentime Hu
2020-02-18powerpc/xmon: Fix whitespace handling in getstring()Oliver O'Halloran
2020-02-18powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy
2020-02-18powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte
2020-02-17s390: make 'install' not depend on vmlinuxMasahiro Yamada
2020-02-17s390/kaslr: Fix casts in get_randomNathan Chancellor
2020-02-17s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor
2020-02-17s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUESTChristian Borntraeger
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin
2020-02-17powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy
2020-02-17powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy
2020-02-17powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy
2020-02-17powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff
2020-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-02-15Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2020-02-15Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-02-15MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET
2020-02-15MIPS: cavium_octeon: Fix syncw generation.Mark Tomlinson
2020-02-15mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky
2020-02-15MIPS: Disable VDSO time functionality on microMIPSPaul Burton
2020-02-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-02-15mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky
2020-02-14Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson
2020-02-14x86/mce/amd: Fix kobject lifetimeThomas Gleixner
2020-02-13x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov
2020-02-12KVM: x86: enable -WerrorPaolo Bonzini
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini
2020-02-12KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson
2020-02-12KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson
2020-02-12KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin