summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2022-05-19powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin-13/+13
2022-05-19powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin-0/+1
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin-200/+199
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin-0/+26
2022-05-19powerpc/vdso: Link with ld.lld when requestedNathan Chancellor-0/+1
2022-05-19powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor-2/+0
2022-05-19powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao-1/+1
2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli-20/+54
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-2/+2
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy-2/+2
2022-05-19Merge branch 'fixes' into nextMichael Ellerman-2/+7
2022-05-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour-12/+21
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+7
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy-1/+7
2022-05-08powerpc: Add missing headersChristophe Leroy-21/+32
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy-11/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-5/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-3/+5
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy-0/+9
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin-10/+0
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao-2/+7
2022-05-05powerpc: fix typos in commentsJulia Lawall-23/+23
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy-41/+0
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy-5/+0
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman-16/+15
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman-2/+7
2022-05-04powerpc/idle: Fix return value of __setup() handlerRandy Dunlap-1/+1
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang-1/+1
2022-05-04powerpc/fadump: Use swap() instead of open coding itJiapeng Chong-6/+2
2022-05-04powerpc/fadump: Correct two typos in a commentRandy Dunlap-2/+2
2022-05-04powerpc/rtas: Replaced simple_strtoull() with kstrtoull()Chen Huang-6/+1
2022-05-04powerpc: make 'boot_text_mapped' staticYu Kuai-1/+1
2022-05-04powerpc: remove set but not used variable 'force_printk_to_btext'Yu Kuai-1/+0
2022-05-04powerpc/time: Fix sparse warningsHe Ying-5/+4
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)-30/+5
2022-04-26powerpc/fadump: align destination address to pagesizeHari Bathini-0/+5
2022-04-26powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini-2/+6
2022-04-26powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini-1/+6
2022-04-24Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-15/+14
2022-04-21powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman-15/+14
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu-1/+1
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig-0/+1
2022-04-14ELF: Remove elf_core_copy_kernel_regs()Brian Gerst-1/+1
2022-04-10Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+32
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+6
2022-03-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-0/+32
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+21
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-939/+565