summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-02-10powerpc/bpf/32: Optimise some particular const operationsChristophe Leroy1-3/+20
2023-02-10powerpc/bpf: Only pad length-variable code at initial passChristophe Leroy2-10/+10
2023-02-10powerpc/bpf: Perform complete extra passes to update addressesChristophe Leroy4-93/+8
2023-02-10powerpc/bpf/32: BPF prog is never called with more than one argChristophe Leroy1-6/+0
2023-02-10powerpc/bpf/32: Only set a stack frame when necessaryChristophe Leroy1-2/+18
2023-02-10powerpc/bpf/32: No need to zeroise r4 when not doing tail callChristophe Leroy1-1/+4
2023-02-10powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy1-2/+1
2023-02-10powerpc/mce: log the error for all unrecoverable errorsGanesh Goudar1-3/+7
2023-02-08powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-02-08powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushesNicholas Piggin1-11/+10
2023-02-08powerpc/64s/radix: mm->context.id should always be validNicholas Piggin1-18/+21
2023-02-08powerpc/64s/radix: Remove need_flush_all test from radix__tlb_flushNicholas Piggin1-1/+1
2023-02-08powerpc: Disable CPU unknown by CLANG when CC_IS_CLANGChristophe Leroy1-0/+8
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár3-7/+27
2023-01-30powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by defaultPali Rohár1-0/+1
2023-01-30powerpc/64: Don't recurse irq replayNicholas Piggin2-37/+70
2023-01-30powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQChristophe Leroy2-4/+1
2023-01-30powerpc/rtas: upgrade internal arch spinlocksNathan Lynch1-38/+14
2023-01-30powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch2-23/+29
2023-01-30powerpc/rtas: make all exports GPLNathan Lynch1-11/+11
2023-01-30powerpc/rtas: Drop unused export symbolsMichael Ellerman1-4/+0
2023-01-30powerpc/rtas: unexport 'rtas' symbolNathan Lynch1-1/+0
2023-01-30powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImagePali Rohár1-4/+10
2023-01-30powerpc/64: Set default CPU in KconfigChristophe Leroy2-22/+12
2023-01-26powerpc/module_64: Fix "expected nop" error on module re-patchingJosh Poimboeuf1-2/+12
2023-01-26powerpc/module_64: Improve restore_r2() return semanticsJosh Poimboeuf1-9/+6
2023-01-05powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman1-1/+1
2023-01-05powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-01-05powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-01-01Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-25/+17
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini11-115/+164
2022-12-28KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini1-3/+27
2022-12-27x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)1-20/+8
2022-12-27x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)1-3/+7
2022-12-27x86/calldepth: Fix incorrect init section referencesArnd Bergmann1-2/+2
2022-12-27perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2022-12-27KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse1-7/+7
2022-12-27KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj1-7/+1
2022-12-27KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini1-11/+18
2022-12-27KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse1-38/+18
2022-12-27KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj1-3/+4
2022-12-27kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan1-1/+1
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-23Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2-1/+5
2022-12-23KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected levelSean Christopherson1-1/+3
2022-12-23KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowedSean Christopherson1-1/+2
2022-12-23KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reachedSean Christopherson1-3/+11
2022-12-23KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozenSean Christopherson1-3/+3
2022-12-23KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson1-0/+7