aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Gravatar Sean Christopherson 1-3/+1
2021-09-13powerpc/mce: Fix access error in mce handlerGravatar Ganesh Goudar 1-2/+15
2021-09-13powerpc/64s: system call rfscv workaround for TM bugsGravatar Nicholas Piggin 1-0/+13
2021-09-13powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateGravatar Nicholas Piggin 2-41/+30
2021-09-08compat: remove some compat entry pointsGravatar Arnd Bergmann 1-5/+5
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-5/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 4-4/+3
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 39-245/+267
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+2
2021-09-03mm: wire up syscall process_mreleaseGravatar Suren Baghdasaryan 1-0/+2
2021-09-03Merge branch 'fixes' into nextGravatar Michael Ellerman 10-51/+46
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-4/+2
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-7/+1
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 2-6/+0
2021-08-27powerpc/kernel/iommu: Add new iommu_table_in_use() helperGravatar Leonardo Bras 1-30/+31
2021-08-27powerpc/numa: Update cpu_cpu_map on CPU online/offlineGravatar Srikar Dronamraju 1-0/+3
2021-08-27powerpc/smp: Enable CACHE domain for shared processorGravatar Srikar Dronamraju 1-1/+1
2021-08-27powerpc/smp: Update cpu_core_map on all PowerPc systemsGravatar Srikar Dronamraju 1-6/+5
2021-08-27powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Gravatar Srikar Dronamraju 1-1/+1
2021-08-26powerpc: Refactor verification of MSR_RIGravatar Christophe Leroy 2-10/+7
2021-08-26powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()Gravatar Christophe Leroy 1-2/+0
2021-08-26powerpc/64e: Get dear offset with _DEAR macroGravatar Xiongwei Song 2-14/+7
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerGravatar Xiongwei Song 2-1/+3
2021-08-26powerpc/64e: Get esr offset with _ESR macroGravatar Xiongwei Song 2-6/+6
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrGravatar Xiongwei Song 3-2/+4
2021-08-25powerpc/syscalls: Simplify do_mmap2()Gravatar Christophe Leroy 1-11/+4
2021-08-25powerpc: Avoid link stack corruption in misc asm functionsGravatar Christophe Leroy 4-4/+4
2021-08-25powerpc/booke: Avoid link stack corruption in several placesGravatar Christophe Leroy 4-13/+13
2021-08-25powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Gravatar Christophe Leroy 1-2/+2
2021-08-23powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not setGravatar Cédric Le Goater 1-2/+3
2021-08-20powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsGravatar Nicholas Piggin 1-3/+4
2021-08-20powerpc/tau: Add 'static' storage qualifier to 'tau_work' definitionGravatar Finn Thain 1-1/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 3-3/+3
2021-08-19isystem: trim/fixup stdarg.h and other headersGravatar Alexey Dobriyan 1-1/+0
2021-08-18powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}Gravatar Christophe Leroy 2-5/+2
2021-08-18powerpc: Remove duplicate includesGravatar Wan Jiabing 2-3/+1
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoGravatar Christophe Leroy 3-4/+9
2021-08-13powerpc/pseries: Add support for FORM2 associativityGravatar Aneesh Kumar K.V 1-1/+2
2021-08-13powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYGravatar Aneesh Kumar K.V 1-1/+1
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirGravatar Aneesh Kumar K.V 11-40/+39
2021-08-12powerpc/interrupt: Do not call single_step_exception() from other exceptionsGravatar Christophe Leroy 1-2/+7
2021-08-12powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Gravatar Christophe Leroy 2-2/+7
2021-08-10powerpc/pseries/pci: Add MSI domainsGravatar Cédric Le Goater 1-0/+6
2021-08-10powerpc: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-09powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORGravatar Logan Gunthorpe 1-2/+0
2021-08-09powerpc/iommu: return error code from .map_sg() opsGravatar Martin Oliveira 1-2/+2
2021-08-09powerpc/kprobes: Fix kprobe Oops happens in bookeGravatar Pu Lehui 1-1/+2
2021-08-07powerpc/smp: Fix OOPS in topology_init()Gravatar Christophe Leroy 1-1/+1