aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-11KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak1-1/+1
2020-12-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra3-0/+39
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt7-48/+3
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt3-24/+1
2020-12-11arm: Use the generic devmem_is_allowed()Palmer Dabbelt3-24/+1
2020-12-11RISC-V: Use the new generic devmem_is_allowed()Palmer Dabbelt1-0/+1
2020-12-11x86/ia32_signal: Propagate __user annotation properlyLukas Bulwahn1-1/+1
2020-12-11Merge tag 'usb-serial-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman8-8/+0
2020-12-11x86: Print ratio freq_max/freq_base used in frequency invariance calculationsGiovanni Gherdovich1-0/+1
2020-12-11x86, sched: Use midpoint of max_boost and max_P for frequency invariance on AMD EPYCGiovanni Gherdovich1-0/+2
2020-12-11x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot2-5/+76
2020-12-10riscv: Fixed kernel test robot warningSouptick Joarder1-0/+2
2020-12-10riscv: kernel: Drop unused clean ruleKefeng Wang1-2/+0
2020-12-10RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt1-2/+2
2020-12-10riscv: provide memmove implementationNylon Chen4-4/+71
2020-12-10Merge tag 'powerpc-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-1/+10
2020-12-11KVM: PPC: Book3S HV: XIVE: Add a comment regarding VP numberingCédric Le Goater1-0/+11
2020-12-11powerpc/xive: Improve error reporting of OPAL callsCédric Le Goater1-12/+16
2020-12-11powerpc/xive: Simplify xive_do_source_eoi()Cédric Le Goater1-39/+33
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater7-36/+3
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater5-89/+11
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater6-19/+2
2020-12-11powerpc: Increase NR_IRQS range to support more KVM guestsCédric Le Goater1-1/+1
2020-12-11powerpc/xive: Add a debug_show handler to the XIVE irq_domainCédric Le Goater1-0/+58
2020-12-11powerpc/xive: Add a name to the IRQ domainCédric Le Goater4-9/+9
2020-12-11powerpc/xive: Introduce XIVE_IPI_HW_IRQCédric Le Goater2-5/+7
2020-12-11powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater3-4/+4
2020-12-11KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug outputCédric Le Goater3-17/+82
2020-12-10x86/ioapic: Cleanup the timer_works() irqflags messThomas Gleixner1-16/+6
2020-12-10x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner1-10/+14
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal11-11/+11
2020-12-10s390/mm: add support to allocate gigantic hugepages using CMAGerald Schaefer1-0/+3
2020-12-10s390/crypto: add arch_get_random_long() supportHarald Freudenberger2-2/+113
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman1-1/+1
2020-12-10x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen1-4/+2
2020-12-10Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini4-3/+31
2020-12-10Merge branch 'sparx5-next' of https://github.com/microchip-ung/linux-upstream into arm/dtArnd Bergmann4-0/+414
2020-12-10KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger2-0/+3
2020-12-11powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy2-10/+24
2020-12-11powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy2-5/+55
2020-12-11powerpc/smp: Rename init_thread_group_l1_cache_map() to make it genericGautham R. Shenoy1-7/+10
2020-12-11powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_mapGautham R. Shenoy1-7/+7
2020-12-11powerpc/smp: Parse ibm,thread-groups with multiple propertiesGautham R. Shenoy1-60/+112
2020-12-11powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructionsRavi Bangoria1-2/+65
2020-12-11powerpc/sstep: Add testcases for VSX vector paired load/store instructionsBalamuruhan S1-0/+270
2020-12-11powerpc/ppc-opcode: Add encoding macros for VSX vector paired instructionsBalamuruhan S1-0/+13
2020-12-11powerpc/sstep: Support VSX vector paired storage access instructionsBalamuruhan S1-21/+129
2020-12-11powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria1-1/+3
2020-12-11powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is setBalamuruhan S1-0/+6
2020-12-10s390/gmap: make gmap memcg awareChristian Borntraeger1-15/+15