summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-04-22powerpc/perf: Fix the threshold event selection for memory events in power10Athira Rajeev1-2/+2
2021-04-22powerpc/perf: Fix sampled instruction type for larx/stcxAthira Rajeev2-5/+34
2021-04-22ARM: PXA: Kill use of irq_create_strict_mappings()Marc Zyngier1-13/+11
2021-04-22irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detectionLorenzo Pieralisi1-2/+2
2021-04-22perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]Jim Mattson1-1/+1
2021-04-22powerpc/legacy_serial: Use early_ioremap()Christophe Leroy1-4/+29
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy3-2/+16
2021-04-22powerpc: make ALTIVEC select PPC_FPURandy Dunlap1-0/+1
2021-04-22powerpc/64s: Add FA_DUMP to defconfigMichael Ellerman1-0/+1
2021-04-22powerpc/powernv: Fix type of opal_mpipl_query_tag() addr argumentMichael Ellerman1-1/+1
2021-04-22powerpc/fadump: Fix sparse warningsMichael Ellerman1-7/+6
2021-04-22arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTSAndre Przywara1-1/+1
2021-04-22microblaze: add 'fallthrough' to memcpy/memset/memmoveRandy Dunlap3-0/+11
2021-04-21PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Chris von Recklinghausen2-77/+16
2021-04-21powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy3-27/+22
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy4-16/+14
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy2-16/+3
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy2-34/+0
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy3-5/+15
2021-04-21powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy1-20/+19
2021-04-21powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy1-2/+2
2021-04-21powerpc/32: Use r2 in wrtspr() instead of r0Christophe Leroy1-2/+1
2021-04-21powerpc/mce: save ignore_event flag unconditionally for UEGanesh Goudar1-1/+2
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy3-35/+56
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy4-9/+10
2021-04-21powerpc/irq: Enhance readability of trap typesChristophe Leroy2-8/+6
2021-04-21powerpc/32s: Enhance readability of trap typesChristophe Leroy2-21/+28
2021-04-21powerpc/8xx: Enhance readability of trap typesChristophe Leroy2-31/+47
2021-04-21powerpc/pseries/iommu: Fix window size for direct mapping with pmemLeonardo Bras1-1/+1
2021-04-21perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3Kan Liang1-35/+26
2021-04-21mips/bootinfo:correct some comments of fw_argxiaochuan mao1-1/+1
2021-04-21MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki1-2/+4
2021-04-21MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki1-16/+41
2021-04-21MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao3-7/+7
2021-04-21MIPS: pci-legacy: revert "use generic pci_enable_resources"Ilya Lipnitskiy1-1/+37
2021-04-21s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik1-1/+1
2021-04-21s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger1-0/+4
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury7-34/+32
2021-04-21x86/hyperv: Move hv_do_rep_hypercall to asm-genericJoseph Salisbury1-32/+0
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith1-1/+1
2021-04-20floppy: remove redundant assignment to variable stColin Ian King1-1/+0
2021-04-20s390/pci: expose a PCI device's UID as its indexNiklas Schnelle1-0/+35
2021-04-20Merge tag 'bmc-5.13-devicetree-2' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann4-142/+201
2021-04-20x86/platform/uv: Remove dead !CONFIG_KEXEC_CORE codeIngo Molnar1-11/+2
2021-04-20x86/platform/uv: Fix !KEXEC build failureIngo Molnar1-0/+1
2021-04-20powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabledMichael Ellerman1-0/+2
2021-04-20powerpc/pseries: Stop calling printk in rtas_stop_self()Michael Ellerman1-3/+0
2021-04-20powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman1-1/+4
2021-04-20powerpc/pseries: Add shutdown() to vio_driver and vio_busTyrel Datwyler2-0/+17
2021-04-20powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev4-7/+34