summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe2021-02-231-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-262-2/+2
|\ \
| * | KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-222-2/+2
* | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-253-12/+13
|\ \ \
| * | | arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-1/+1
| * | | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-9/+10
| * | | kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-122-2/+2
* | | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-243-2/+2
|\ \ \ \
| * | | | Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-1217-38/+135
| |\| | |
| * | | | softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-101-0/+1
| * | | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-102-2/+1
* | | | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-2/+4
|\ \ \ \ \
| * | | | | fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
| * | | | | fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
| * | | | | attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | | | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-232-23/+0
|\ \ \ \ \ \
| * | | | | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-1/+0
| * | | | | | powerpc/powernv: remove get_cxl_moduleChristoph Hellwig2021-02-081-22/+0
| |/ / / / /
* | | | | | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-22186-2081/+2462
|\ \ \ \ \ \
| * | | | | | powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain2021-02-1111-34/+102
| * | | | | | powerpc/pci: Remove unimplemented prototypesOliver O'Halloran2021-02-111-4/+0
| * | | | | | powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()Christophe Leroy2021-02-111-7/+1
| * | | | | | powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy2021-02-111-7/+3
| * | | | | | powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy2021-02-111-41/+0
| * | | | | | powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-113-2/+5
| * | | | | | powerpc/time: Remove get_tbl()Christophe Leroy2021-02-111-6/+0
| * | | | | | powerpc/time: Avoid using get_tbl()Christophe Leroy2021-02-111-4/+4
| * | | | | | powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy2021-02-111-12/+9
| * | | | | | powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-116-55/+42
| * | | | | | powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-112-4/+10
| * | | | | | powerpc/32: Remove the counter in global_dbcr0Christophe Leroy2021-02-113-16/+4
| * | | | | | powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy2021-02-113-36/+0
| * | | | | | powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy2021-02-113-229/+30
| * | | | | | powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy2021-02-114-62/+8
| * | | | | | powerpc/syscall: Change condition to check MSR_RIChristophe Leroy2021-02-111-3/+4
| * | | | | | powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2021-02-112-2/+2
| * | | | | | powerpc/syscall: Use is_compat_task()Christophe Leroy2021-02-111-1/+3
| * | | | | | powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2021-02-112-9/+26
| * | | | | | powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2021-02-112-1/+1
| * | | | | | powerpc/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy2021-02-111-0/+5
| * | | | | | powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy2021-02-112-24/+52
| * | | | | | powerpc/irq: Add helper to set regs->softeChristophe Leroy2021-02-111-2/+9
| * | | | | | powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy2021-02-111-12/+10
| * | | | | | powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy2021-02-112-22/+11
| * | | | | | powerpc/32: Always enable data translation on syscall entryChristophe Leroy2021-02-112-24/+1
| * | | | | | powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy2021-02-111-0/+3
| * | | | | | powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer2021-02-111-21/+28
| * | | | | | powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen2021-02-111-1/+2
| * | | | | | powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-02-113-1/+37