summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin2023-02-101-0/+5
* powerpc/64s: Fix stress_hpt memblock alloc alignmentNicholas Piggin2023-02-101-1/+2
* powerpc/64e: Simplify address calculation in secondary hold loopNicholas Piggin2023-02-101-5/+1
* powerpc/64s: Refactor initialisation after promNicholas Piggin2023-02-101-19/+25
* crypto: powerpc - Use address generation helper for asmNicholas Piggin2023-02-101-9/+4
* powerpc/powernv/ioda: Skip unallocated resources when mapping to PEFrederic Barrat2023-02-101-1/+2
* powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GENNicholas Piggin2023-02-101-0/+1
* powerpc/32: implement HAVE_CONTEXT_TRACKING_USER supportNicholas Piggin2023-02-101-1/+1
* powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepareNicholas Piggin2023-02-101-27/+8
* powerpc/hv-24x7: Fix pvr check when setting interface versionKajol Jain2023-02-101-1/+2
* powerpc/bpf/32: perform three operands ALU operationsChristophe Leroy2023-02-101-0/+10
* powerpc/bpf/32: introduce a second source register for ALU operationsChristophe Leroy2023-02-101-167/+183
* powerpc/bpf/32: Optimise some particular const operationsChristophe Leroy2023-02-101-3/+20
* powerpc/bpf: Only pad length-variable code at initial passChristophe Leroy2023-02-102-10/+10
* powerpc/bpf: Perform complete extra passes to update addressesChristophe Leroy2023-02-104-93/+8
* powerpc/bpf/32: BPF prog is never called with more than one argChristophe Leroy2023-02-101-6/+0
* powerpc/bpf/32: Only set a stack frame when necessaryChristophe Leroy2023-02-101-2/+18
* powerpc/bpf/32: No need to zeroise r4 when not doing tail callChristophe Leroy2023-02-101-1/+4
* powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy2023-02-101-2/+1
* powerpc/mce: log the error for all unrecoverable errorsGanesh Goudar2023-02-101-3/+7
* powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-3/+1
* powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushesNicholas Piggin2023-02-081-11/+10
* powerpc/64s/radix: mm->context.id should always be validNicholas Piggin2023-02-081-18/+21
* powerpc/64s/radix: Remove need_flush_all test from radix__tlb_flushNicholas Piggin2023-02-081-1/+1
* powerpc: Disable CPU unknown by CLANG when CC_IS_CLANGChristophe Leroy2023-02-081-0/+8
* powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár2023-02-073-7/+27
* powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by defaultPali Rohár2023-01-301-0/+1
* powerpc/64: Don't recurse irq replayNicholas Piggin2023-01-302-37/+70
* powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQChristophe Leroy2023-01-302-4/+1
* powerpc/rtas: upgrade internal arch spinlocksNathan Lynch2023-01-301-38/+14
* powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch2023-01-302-23/+29
* powerpc/rtas: make all exports GPLNathan Lynch2023-01-301-11/+11
* powerpc/rtas: Drop unused export symbolsMichael Ellerman2023-01-301-4/+0
* powerpc/rtas: unexport 'rtas' symbolNathan Lynch2023-01-301-1/+0
* powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImagePali Rohár2023-01-301-4/+10
* powerpc/64: Set default CPU in KconfigChristophe Leroy2023-01-302-22/+12
* powerpc/module_64: Fix "expected nop" error on module re-patchingJosh Poimboeuf2023-01-261-2/+12
* powerpc/module_64: Improve restore_r2() return semanticsJosh Poimboeuf2023-01-261-9/+6
* powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman2023-01-051-1/+1
* powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-01-051-1/+4
* powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-01-051-0/+1
* Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-1/+1
|\
| * perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King2022-12-271-1/+1
* | Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-013-25/+17
|\ \
| * | x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
| * | x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
| * | x86/calldepth: Fix incorrect init section referencesArnd Bergmann2022-12-271-2/+2
| |/
* | Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2811-115/+164
|\ \ | |/ |/|
| * KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-3/+27
| * KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse2022-12-271-7/+7