summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kernel: Cleanup machine check function declarationsMadhavan Srinivasan2020-08-172-8/+0
* powerpc: Add POWER10 raw mode cputable entryMadhavan Srinivasan2020-08-171-0/+20
* powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 coresMichael Neuling2020-08-171-0/+1
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-151-14/+14
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-151-1/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-081-1/+1
|\ \
| * | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-081-1/+1
* | | powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman2020-08-081-2/+0
* | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-0760-823/+1145
|\ \ \
| * | | powerpc/40x: Fix assembler warning about r0Michael Ellerman2020-08-031-1/+1
| * | | powerpc/cacheinfo: Warn if cache object chain becomes unorderedNathan Lynch2020-07-301-0/+9
| * | | powerpc/cacheinfo: Improve diagnostics about malformed cache listsNathan Lynch2020-07-301-2/+8
| * | | powerpc/cacheinfo: Use name@unit instead of full DT path in debug messagesNathan Lynch2020-07-301-8/+8
| * | | powerpc/cacheinfo: Set pr_fmt()Nathan Lynch2020-07-301-0/+2
| * | | powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov2020-07-301-2/+2
| * | | powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini2020-07-291-5/+8
| * | | powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar2020-07-292-4/+7
| * | | powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin2020-07-294-3/+5
| * | | powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-291-4/+4
| * | | powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V2020-07-291-4/+9
| * | | powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V2020-07-291-0/+3
| * | | powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman2020-07-292-8/+4
| * | | powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin2020-07-292-3/+21
| * | | powerpc: Inline doorbell sending functionsNicholas Piggin2020-07-291-55/+0
| * | | powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman2020-07-271-1/+3
| * | | powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy2020-07-261-6/+6
| * | | powerpc: Use MODULES_VADDR if definedChristophe Leroy2020-07-261-0/+11
| * | | powerpc/perf: Initialize power10 PMU registers in cpu setup routineAthira Rajeev2020-07-261-4/+15
| * | | powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran2020-07-261-52/+19
| * | | powerpc/eeh: Drop pdn use in eeh_pe_tree_insert()Oliver O'Halloran2020-07-261-8/+7
| * | | powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran2020-07-264-8/+8
| * | | powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_logOliver O'Halloran2020-07-261-10/+4
| * | | powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran2020-07-262-37/+32
| * | | powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()Oliver O'Halloran2020-07-262-3/+3
| * | | powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran2020-07-262-7/+4
| * | | powerpc/eeh: Remove VF config space restorationOliver O'Halloran2020-07-261-59/+0
| * | | powerpc/eeh: Move vf_index out of pci_dn and into eeh_devOliver O'Halloran2020-07-262-7/+6
| * | | powerpc/eeh: Remove eeh_dev.cOliver O'Halloran2020-07-263-55/+21
| * | | powerpc/eeh: Remove eeh_dev_phb_init_dynamic()Oliver O'Halloran2020-07-263-16/+3
| * | | powerpc/watchpoint: Remove 512 byte boundaryRavi Bangoria2020-07-261-2/+3
| * | | powerpc/watchpoint: Guest support for 2nd DAWR hcallRavi Bangoria2020-07-261-1/+1
| * | | powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bitRavi Bangoria2020-07-261-0/+2
| * | | powerpc/dt_cpu_ftrs: Add feature for 2nd DAWRRavi Bangoria2020-07-261-0/+1
| * | | powerpc/watchpoint: Fix DAWR exception for CACHEOPRavi Bangoria2020-07-261-1/+20
| * | | powerpc/watchpoint: Fix DAWR exception constraintRavi Bangoria2020-07-261-31/+41
| * | | powerpc/watchpoint: Fix 512 byte boundary limitRavi Bangoria2020-07-261-1/+1
| * | | Merge branch 'scv' support into nextMichael Ellerman2020-07-239-27/+374
| |\ \ \
| | * | | powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-229-24/+350