summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-14/+14
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-08-07powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman-2/+0
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-823/+1145
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-304/+148
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+2
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-81/+9
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds-1/+1
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2020-08-03powerpc/40x: Fix assembler warning about r0Michael Ellerman-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+11
2020-07-30powerpc/cacheinfo: Warn if cache object chain becomes unorderedNathan Lynch-0/+9
2020-07-30powerpc/cacheinfo: Improve diagnostics about malformed cache listsNathan Lynch-2/+8
2020-07-30powerpc/cacheinfo: Use name@unit instead of full DT path in debug messagesNathan Lynch-8/+8
2020-07-30powerpc/cacheinfo: Set pr_fmt()Nathan Lynch-0/+2
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov-2/+2
2020-07-29powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini-5/+8
2020-07-29powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar-4/+7
2020-07-29powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin-3/+5
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V-4/+9
2020-07-29powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V-0/+3
2020-07-29powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman-8/+4
2020-07-29powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin-3/+21
2020-07-29powerpc: Inline doorbell sending functionsNicholas Piggin-55/+0
2020-07-27powerpc: switch to ->regset_get()Al Viro-304/+148
2020-07-27powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman-1/+3
2020-07-27powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin-3/+11
2020-07-27powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy-6/+6
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy-0/+11
2020-07-26powerpc/perf: Initialize power10 PMU registers in cpu setup routineAthira Rajeev-4/+15
2020-07-26powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran-52/+19
2020-07-26powerpc/eeh: Drop pdn use in eeh_pe_tree_insert()Oliver O'Halloran-8/+7
2020-07-26powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran-8/+8
2020-07-26powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_logOliver O'Halloran-10/+4
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran-37/+32
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()Oliver O'Halloran-3/+3
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran-7/+4
2020-07-26powerpc/eeh: Remove VF config space restorationOliver O'Halloran-59/+0
2020-07-26powerpc/eeh: Move vf_index out of pci_dn and into eeh_devOliver O'Halloran-7/+6
2020-07-26powerpc/eeh: Remove eeh_dev.cOliver O'Halloran-55/+21
2020-07-26powerpc/eeh: Remove eeh_dev_phb_init_dynamic()Oliver O'Halloran-16/+3
2020-07-26powerpc/watchpoint: Remove 512 byte boundaryRavi Bangoria-2/+3
2020-07-26powerpc/watchpoint: Guest support for 2nd DAWR hcallRavi Bangoria-1/+1
2020-07-26powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bitRavi Bangoria-0/+2
2020-07-26powerpc/dt_cpu_ftrs: Add feature for 2nd DAWRRavi Bangoria-0/+1
2020-07-26powerpc/watchpoint: Fix DAWR exception for CACHEOPRavi Bangoria-1/+20