summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2022-08-17powerpc/pci: Fix PHB numbering when using opal-phbidMichael Ellerman
2022-08-17powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and aliasPali Rohár
2022-08-17powerpc/iommu: Fix iommu_table_in_use for a small default DMA window caseAlexey Kardashevskiy
2022-08-17powerpc: fix typos in commentsJulia Lawall
2022-08-17powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman
2022-07-07powerpc/prom_init: Fix kernel config grepLiam Howlett
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao
2022-06-29powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan
2022-06-29powerpc: Enable execve syscall exit tracepointNaveen N. Rao
2022-06-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)
2022-06-22powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying
2022-06-14powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman
2022-06-09powerpc/idle: Fix return value of __setup() handlerRandy Dunlap
2022-06-09powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini
2022-06-09powerpc/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-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman
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-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
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-03-22powerpc/fadump: opt out from freeing pages on cma activation failureHari Bathini
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand
2022-03-16powerpc/time: improve decrementer clockevent processingNicholas Piggin
2022-03-16powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin
2022-03-16powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy
2022-03-08powerpc/secvar: fix refcount leak in format_show()Hangyu Hua
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy
2022-03-08powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy
2022-03-08powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy
2022-03-08powerpc/ftrace: Refactor ftrace_{regs_}callerChristophe Leroy
2022-03-08powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()Christophe Leroy
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar
2022-03-08powerpc/mce: Modify the real address error logging messagesGanesh Goudar
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman
2022-03-01powerpc/fadump: register for fadump as early as possibleHari Bathini
2022-02-24powerpc/module_64: fix array_size.cocci warningGuo Zhengkui