summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju2021-08-261-1/+1
* powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju2021-08-261-6/+5
* powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju2021-08-261-1/+1
* powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-262-10/+7
* powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()Christophe Leroy2021-08-261-2/+0
* powerpc/64e: Get dear offset with _DEAR macroXiongwei Song2021-08-262-14/+7
* powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song2021-08-262-1/+3
* powerpc/64e: Get esr offset with _ESR macroXiongwei Song2021-08-262-6/+6
* powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song2021-08-263-2/+4
* powerpc/syscalls: Simplify do_mmap2()Christophe Leroy2021-08-251-11/+4
* powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy2021-08-254-4/+4
* powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy2021-08-254-13/+13
* powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Christophe Leroy2021-08-251-2/+2
* powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not setCédric Le Goater2021-08-231-2/+3
* powerpc/tau: Add 'static' storage qualifier to 'tau_work' definitionFinn Thain2021-08-201-1/+1
* powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}Christophe Leroy2021-08-182-5/+2
* powerpc: Remove duplicate includesWan Jiabing2021-08-182-3/+1
* powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-153-4/+9
* powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V2021-08-131-1/+2
* powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V2021-08-131-1/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-1311-40/+39
* powerpc/pseries/pci: Add MSI domainsCédric Le Goater2021-08-101-0/+6
* powerpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
* powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah2021-08-042-21/+48
* powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()Gautham R. Shenoy2021-08-041-40/+1
* powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy2021-08-042-24/+60
* powerpc/stacktrace: Include linux/delay.hMichal Suchanek2021-08-031-0/+1
* powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini2021-07-261-0/+2
* Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-091-1/+5
|\
| * powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin2021-07-061-1/+5
* | powerpc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
|/
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-0261-1764/+2071
|\
| * powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin2021-06-301-26/+26
| * powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin2021-06-301-3/+5
| * powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin2021-06-301-0/+6
| * powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin2021-06-301-0/+1
| * powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-303-10/+71
| * powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin2021-06-303-14/+16
| * powerpc/64e: fix CONFIG_RELOCATABLE build warningsNicholas Piggin2021-06-301-0/+11
| * powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy2021-06-261-2/+2
| * powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy2021-06-261-5/+3
| * powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang2021-06-251-6/+6
| * powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman2021-06-251-6/+20
| * powerpc/rtas-rtc: remove unused constantNathan Lynch2021-06-251-1/+1
| * powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman2021-06-251-4/+6
| * powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman2021-06-251-56/+2
| * powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao2021-06-251-2/+2
| * powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao2021-06-251-2/+2
| * powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...Naveen N. Rao2021-06-251-2/+6
| * powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin2021-06-241-16/+32