summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-15powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy1-109/+109
2021-06-15powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy2-3/+2
2021-06-15powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy1-9/+9
2021-06-15powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy2-8/+7
2021-06-15powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy3-58/+27
2021-06-15powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy3-18/+13
2021-06-15powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy2-8/+6
2021-06-15powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy1-0/+34
2021-06-15powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy2-8/+6
2021-06-15powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy3-37/+9
2021-06-15powerpc: Force inlining of csum_add()Christophe Leroy1-1/+1
2021-06-15powerpc/tau: Remove superfluous parameter in alloc_workqueue() callFinn Thain1-1/+1
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman1-1/+1
2021-06-15powerpc/perf: Simplify MakefileChristophe Leroy1-4/+2
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+8
2021-06-15selftests/powerpc: Remove the repeated declarationShaokun Zhang1-2/+0
2021-06-15powerpc/spider-pci: Remove set but not used variable 'val'Baokun Li1-2/+1
2021-06-15powerpc/spufs: Remove set but not used variable 'dummy'Baokun Li1-4/+2
2021-06-15powerpc/52xx: Add fallthrough in mpc52xx_wdt_ioctl()Tom Rix1-0/+1
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman1-5/+4
2021-06-10powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand2-0/+14
2021-06-10powerpc/ps3: Warn on PS3 device errorsGeoff Levand3-16/+17
2021-06-10powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT optionGeoff Levand2-1/+10
2021-06-10powerpc/ps3: Re-align DTB in imageGeoff Levand1-1/+1
2021-06-10powerpc/ps3: Add firmware version to sysfsGeoff Levand1-3/+40
2021-06-10powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor1-0/+2
2021-06-06powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy1-0/+1
2021-06-01Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat1-6/+5
2021-05-28KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2-1/+7
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin4-48/+35
2021-05-28powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao1-2/+2
2021-05-23tty: hvc: udbg_hvc: retry putc on -EAGAINNathan Lynch1-1/+1
2021-05-23powerpc/xmon: make dumping log buffer contents more reliableNathan Lynch1-1/+1
2021-05-23powerpc/kprobes: Replace ppc_optinsn by common optinsnChristophe Leroy1-18/+5
2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy2-2/+15
2021-05-23powerpc: Kconfig: disable CONFIG_COMPAT for clang < 12Nick Desaulniers1-0/+1
2021-05-23powerpc/powernv/pci: fix header guardNick Desaulniers1-1/+1
2021-05-23powerpc/sstep: Add tests for setb instructionSathvika Vasireddy2-0/+30
2021-05-23powerpc/sstep: Add emulation support for ‘setb’ instructionSathvika Vasireddy1-0/+22
2021-05-23powerpc/Makefile: Add ppc32/ppc64_randconfig targetsMichael Ellerman3-0/+12
2021-05-23powerpc/pseries: minor enhancements in dlpar_memory_remove_by_ic()Daniel Henrique Barboza1-9/+19
2021-05-23powerpc/pseries: break early in dlpar_memory_remove_by_count() loopsDaniel Henrique Barboza1-4/+12
2021-05-23powerpc/pseries: check DRCONF_MEM_RESERVED in lmb_is_removable()Daniel Henrique Barboza1-1/+2
2021-05-23powerpc/pseries: Set UNISOLATE on dlpar_memory_remove_by_ic() errorDaniel Henrique Barboza1-0/+7
2021-05-23powerpc/pseries/ras: Delete a redundant condition branchZhen Lei1-2/+0
2021-05-23selftests/powerpc: Fix duplicate included pthread.hJiapeng Chong1-1/+0
2021-05-23powerpc/pseries/memhotplug: Remove unused inline function dlpar_memory_remove()YueHaibing1-4/+0
2021-05-20powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2-35/+52
2021-05-20powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2-9/+28
2021-05-20powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy1-2/+2