summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries/svm: Fix incorrect check for shared_lppaca_sizeSatheesh Rajendran2020-07-221-1/+1
* powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V2020-06-241-9/+11
* powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin2020-06-241-6/+8
* powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman2020-06-241-8/+1
* powerpc/crashkernel: Take "mem=" option into accountPingfan Liu2020-06-241-3/+5
* powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman2020-06-221-0/+19
* powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman2020-06-221-0/+8
* powerpc/fadump: Account for memory_limit while reserving memoryHari Bathini2020-06-221-1/+1
* powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini2020-06-221-9/+67
* powerpc/fadump: use static allocation for reserved memory rangesHari Bathini2020-06-221-32/+45
* bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-06-171-6/+0
* powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy2020-04-291-1/+1
* powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham2020-04-291-0/+2
* Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin2020-04-291-31/+13
* powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy2020-04-231-0/+3
* powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-171-3/+0
* powerpc/64: Prevent stack protection in early bootMichael Ellerman2020-04-173-3/+9
* powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy2020-04-171-0/+3
* powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens2020-04-173-10/+31
* powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman2020-04-171-1/+3
* powerpc: Include .BTF sectionNaveen N. Rao2020-03-251-0/+6
* powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario2020-03-121-1/+3
* powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2020-03-122-222/+0
* powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy2020-02-281-2/+2
* powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte2020-02-283-28/+39
* powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff2020-02-281-10/+11
* powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy2020-02-281-1/+1
* powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOVOliver O'Halloran2020-02-241-1/+14
* powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE numberOliver O'Halloran2020-02-241-6/+0
* powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy2020-02-111-1/+2
* powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEChristophe Leroy2020-01-261-3/+3
* powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler2020-01-261-1/+1
* powerpc/security: Fix debugfs data leak on 32-bitGeert Uytterhoeven2020-01-261-2/+2
* powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V2020-01-041-4/+11
* powerpc/eeh: differentiate duplicate detection messageSam Bobroff2020-01-041-2/+2
* powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon2020-01-041-10/+6
* powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser2020-01-041-0/+5
* powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman2020-01-041-1/+1
* powerpc/irq: fix stack overflow verificationChristophe Leroy2019-12-311-2/+2
* powerpc: Fix vDSO clock_getres()Vincenzo Frascino2019-12-174-5/+12
* powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2019-12-171-2/+2
* powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva2019-12-171-2/+2
* powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva2019-12-171-2/+2
* KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-291-0/+9
* powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2019-11-292-4/+50
* powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann2019-10-292-1/+15
* powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran2019-09-271-2/+2
* powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-241-0/+2
* powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-241-3/+3
* powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V2019-09-241-2/+28