summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/breakpoint: CleanupChristophe Leroy2021-10-221-12/+3
* powerpc: warn on emulation of dcbz instruction in kernel modeChristophe Leroy2021-10-221-0/+1
* powerpc/32: Add support for out-of-line static callsChristophe Leroy2021-10-222-1/+38
* powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy2021-10-223-9/+0
* powerpc/time: Remove generic_suspend_{dis/en}able_irqs()Christophe Leroy2021-10-221-15/+7
* powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy2021-10-223-131/+0
* powerpc: Mark .opd section read-onlyChristophe Leroy2021-10-141-6/+6
* powerpc/eeh: Fix docstrings in eeh.cKai Song2021-10-131-4/+8
* powerpc/cpuhp: BUG -> WARN conversion in offline pathNathan Lynch2021-10-091-1/+2
* powerpc: fix unbalanced node refcount in check_kvm_guest()Nathan Lynch2021-10-091-4/+3
* powerpc/mce: Fix access error in mce handlerGanesh Goudar2021-09-131-2/+15
* powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin2021-09-131-0/+13
* powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-132-41/+30
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-034-4/+3
|\ \
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-193-3/+3
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-0339-245/+267
|\ \ \
| * \ \ Merge branch 'fixes' into nextMichael Ellerman2021-09-0310-51/+46
| |\ \ \ | | | |/ | | |/|
| * | | powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-271-30/+31
| * | | powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-271-0/+3
| * | | powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju2021-08-271-1/+1
| * | | powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju2021-08-271-6/+5
| * | | powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju2021-08-271-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