aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-24Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-48/+49
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-10/+2
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2020-10-22powerpc/eeh: Fix eeh_dev_check_failure() for PE#0Oliver O'Halloran1-5/+0
2020-10-20powerpc/64s: Remove TM from Power10 featuresJordan Niethe1-3/+10
2020-10-20powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling1-1/+1
2020-10-19powerpc/smp: Use GFP_ATOMIC while allocating tmp maskSrikar Dronamraju1-26/+31
2020-10-19powerpc/smp: Remove unnecessary variableSrikar Dronamraju1-9/+4
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds40-1019/+1057
2020-10-16powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hashGanesh Goudar1-4/+3
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-9/+4
2020-10-15Revert "powerpc/pci: unmap legacy INTx interrupts when a PHB is removed"Qian Cai1-114/+0
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-27/+23
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-5/+6
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-50/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-08powerpc/time: Avoid using get_tbl() and get_tbu() internallyChristophe Leroy1-2/+2
2020-10-08powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.SChristophe Leroy1-15/+0
2020-10-08powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy2-2/+3
2020-10-08powerpc/32s: Setup the early hash table at all time.Christophe Leroy1-8/+5
2020-10-08powerpc: Remove get_tb_or_rtc()Christophe Leroy2-4/+4
2020-10-08powerpc: Remove __USE_RTC()Christophe Leroy1-44/+8
2020-10-08powerpc: Tidy up a bit after removal of PowerPC 601.Christophe Leroy1-7/+4
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy7-75/+5
2020-10-08powerpc: Remove PowerPC 601Christophe Leroy1-15/+0
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy5-29/+2
2020-10-08powerpc: Remove SYNC on non 6xxChristophe Leroy3-3/+0
2020-10-08powerpc/security: Fix link stack flush instructionNicholas Piggin2-12/+30
2020-10-07powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran2-3/+3
2020-10-06powerpc/rtas: Restrict RTAS requests from userspaceAndrew Donnellan1-0/+153
2020-10-06powerpc/smp: Optimize update_coregroup_maskSrikar Dronamraju1-8/+22
2020-10-06powerpc/smp: Move coregroup mask updation to a new functionSrikar Dronamraju1-13/+19
2020-10-06powerpc/smp: Optimize update_mask_by_l2Srikar Dronamraju1-6/+45
2020-10-06powerpc/smp: Check for duplicate topologies and consolidateSrikar Dronamraju1-0/+26
2020-10-06powerpc/smp: Depend on cpu_l1_cache_map when adding CPUsSrikar Dronamraju1-4/+3
2020-10-06powerpc/smp: Stop passing mask to update_mask_by_l2Srikar Dronamraju1-4/+4
2020-10-06powerpc/smp: Limit CPUs traversed to within a node.Srikar Dronamraju1-1/+1
2020-10-06powerpc/smp: Optimize remove_cpu_from_masksSrikar Dronamraju1-2/+9
2020-10-06powerpc/smp: Remove get_physical_package_idSrikar Dronamraju1-20/+0
2020-10-06powerpc/smp: Stop updating cpu_core_maskSrikar Dronamraju1-26/+7
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero2-4/+32
2020-10-06powerpc/eeh: Clean up PE addressingOliver O'Halloran2-41/+7
2020-10-06powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran1-32/+32
2020-10-06powerpc/eeh: Delete eeh_ops->initOliver O'Halloran1-8/+0