summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-25powerpc/crashkernel: Take "mem=" option into accountPingfan Liu1-3/+5
2020-06-20powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman1-0/+19
2020-06-20powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman1-0/+8
2020-05-10powerpc/pci/of: Parse unassigned resourcesAlexey Kardashevskiy1-2/+10
2020-05-02powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham1-0/+2
2020-04-24powerpc: Make setjmp/longjmp signature standardClement Courbet1-3/+0
2020-04-24powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy1-0/+3
2020-04-24powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman1-1/+3
2020-04-24powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idleMichael Ellerman1-4/+23
2020-04-02powerpc: Include .BTF sectionNaveen N. Rao1-0/+6
2020-03-11powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario1-1/+3
2020-02-28powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOVOliver O'Halloran1-1/+14
2020-02-28powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE numberOliver O'Halloran1-6/+0
2020-01-27powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuildNathan Lynch2-0/+25
2020-01-27powerpc/64s: Fix logic when handling unknown CPU featuresMichael Ellerman1-10/+7
2020-01-04powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon1-10/+6
2020-01-04powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser1-0/+5
2020-01-04powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman1-1/+1
2019-12-31powerpc/irq: fix stack overflow verificationChristophe Leroy1-2/+2
2019-12-17powerpc: Fix vDSO clock_getres()Vincenzo Frascino4-5/+12
2019-12-17powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor1-2/+2
2019-12-17powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-12-17powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva1-2/+2
2019-12-05powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy1-4/+6
2019-12-05powerpc/prom: fix early DEBUG messagesChristophe Leroy1-3/+3
2019-12-01KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman1-0/+9
2019-12-01powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2-4/+50
2019-12-01powerpc/64s: support nospectre_v2 cmdline optionChristopher M. Riedl1-3/+16
2019-12-01powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia1-2/+1
2019-12-01powerpc/eeh: Fix use of EEH_PE_KEEP on wrong fieldSam Bobroff1-1/+1
2019-11-24powerpc/time: Fix clockevent_decrementer initalisation for PR KVMMichael Ellerman1-0/+4
2019-11-24powerpc/time: Use clockevents_register_device(), fixing an issue with large d...Anton Blanchard1-14/+3
2019-11-20powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot1-0/+2
2019-11-20powerpc/iommu: Avoid derefence before pointer checkBreno Leitao1-1/+1
2019-11-20powerpc/vdso: Correct call frame informationAlan Modra4-0/+4
2019-11-10powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V1-0/+2
2019-11-10powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V1-3/+3
2019-11-10powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V1-3/+28
2019-11-10powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V1-0/+3
2019-10-07powerpc/64s/exception: machine check use correct cfar for late handlerNicholas Piggin1-0/+4
2019-10-07powerpc/rtas: use device model APIs and serialization during LPMNathan Lynch1-3/+8
2019-09-16powerpc/64: mark start_here_multiplatform as __refChristophe Leroy1-0/+2
2019-09-16powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero1-1/+2
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-07-31powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2-0/+8
2019-07-31powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran1-3/+12
2019-07-31powerpc/pci/of: Fix OF flags parsing for 64bit BARsAlexey Kardashevskiy1-0/+2
2019-07-31powerpc/watchpoint: Restore NV GPRs while returning from exceptionRavi Bangoria1-2/+7
2019-07-31powerpc/32s: fix suspend/resume when IBATs 4-7 are usedChristophe Leroy1-8/+65
2019-06-11pstore: Convert buf_lock to semaphoreKees Cook1-2/+0