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