summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-194-40/+178
|\
| * powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2020-11-191-1/+1
| * powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-193-59/+95
| * powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-193-1/+103
* | powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-051-29/+7
* | powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+2
* | powerpc/40x: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-8/+0
* | powerpc/603: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+0
* | powerpc/smp: Call rcu_cpu_starting() earlierQian Cai2020-11-021-1/+2
* | powerpc/eeh_cache: Fix a possible debugfs deadlockQian Cai2020-11-021-2/+3
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-245-48/+49
|\
| * powerpc/eeh: Fix eeh_dev_check_failure() for PE#0Oliver O'Halloran2020-10-221-5/+0
| * powerpc/64s: Remove TM from Power10 featuresJordan Niethe2020-10-201-3/+10
| * powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling2020-10-201-1/+1
| * powerpc/smp: Use GFP_ATOMIC while allocating tmp maskSrikar Dronamraju2020-10-191-26/+31
| * powerpc/smp: Remove unnecessary variableSrikar Dronamraju2020-10-191-9/+4
| * powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hashGanesh Goudar2020-10-161-4/+3
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\ \
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-223-10/+2
|\ \ \
| * | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-8/+0
| * | | arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-072-2/+2
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-3/+0
|\ \ \ \
| * | | | powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-3/+0
* | | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |_|/ / |/| | |
* | | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-1640-1019/+1057
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "powerpc/pci: unmap legacy INTx interrupts when a PHB is removed"Qian Cai2020-10-151-114/+0
| * | | powerpc/time: Avoid using get_tbl() and get_tbu() internallyChristophe Leroy2020-10-081-2/+2
| * | | powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.SChristophe Leroy2020-10-081-15/+0
| * | | powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy2020-10-082-2/+3
| * | | powerpc/32s: Setup the early hash table at all time.Christophe Leroy2020-10-081-8/+5
| * | | powerpc: Remove get_tb_or_rtc()Christophe Leroy2020-10-082-4/+4
| * | | powerpc: Remove __USE_RTC()Christophe Leroy2020-10-081-44/+8
| * | | powerpc: Tidy up a bit after removal of PowerPC 601.Christophe Leroy2020-10-081-7/+4
| * | | powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-087-75/+5
| * | | powerpc: Remove PowerPC 601Christophe Leroy2020-10-081-15/+0
| * | | powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy2020-10-085-29/+2
| * | | powerpc: Remove SYNC on non 6xxChristophe Leroy2020-10-083-3/+0
| * | | powerpc/security: Fix link stack flush instructionNicholas Piggin2020-10-082-12/+30
| * | | powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran2020-10-072-3/+3
| * | | powerpc/rtas: Restrict RTAS requests from userspaceAndrew Donnellan2020-10-061-0/+153
| * | | powerpc/smp: Optimize update_coregroup_maskSrikar Dronamraju2020-10-061-8/+22
| * | | powerpc/smp: Move coregroup mask updation to a new functionSrikar Dronamraju2020-10-061-13/+19
| * | | powerpc/smp: Optimize update_mask_by_l2Srikar Dronamraju2020-10-061-6/+45
| * | | powerpc/smp: Check for duplicate topologies and consolidateSrikar Dronamraju2020-10-061-0/+26
| * | | powerpc/smp: Depend on cpu_l1_cache_map when adding CPUsSrikar Dronamraju2020-10-061-4/+3
| * | | powerpc/smp: Stop passing mask to update_mask_by_l2Srikar Dronamraju2020-10-061-4/+4
| * | | powerpc/smp: Limit CPUs traversed to within a node.Srikar Dronamraju2020-10-061-1/+1
| * | | powerpc/smp: Optimize remove_cpu_from_masksSrikar Dronamraju2020-10-061-2/+9