summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin2021-02-081-3/+1
* powerpc: bad_page_fault get registers from regsNicholas Piggin2021-02-083-5/+3
* powerpc/32: transfer can avoid saving r4/r5 over trace callNicholas Piggin2021-02-081-6/+1
* powerpc: DebugException remove argsNicholas Piggin2021-02-084-3/+6
* powerpc: do_break get registers from regsNicholas Piggin2021-02-082-7/+5
* powerpc/fsl_booke/32: CacheLockingException remove argsNicholas Piggin2021-02-082-5/+6
* powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-086-29/+15
* powerpc/64s: move the hash fault handling logic to CNicholas Piggin2021-02-081-99/+28
* powerpc/64s: move DABR match out of handle_page_faultNicholas Piggin2021-02-081-18/+16
* powerpc/32s: move DABR match out of handle_page_faultChristophe Leroy2021-02-082-15/+3
* powerpc/64s: interrupt exit improve bounding of interrupt recursionNicholas Piggin2021-02-081-22/+33
* powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2021-02-081-22/+0
* powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran2021-02-021-0/+10
* powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selectedChristophe Leroy2021-01-311-0/+12
* powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()Markus Elfring2021-01-311-6/+5
* powerpc/mce: Remove per cpu variables from MCE handlersGanesh Goudar2021-01-312-32/+49
* powerpc/time: Enable sched clock for irqtimePingfan Liu2021-01-311-0/+2
* powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater2021-01-311-8/+4
* powerpc/pci: Delete traverse_pci_dn()Oliver O'Halloran2021-01-311-40/+0
* powerpc/eeh: Add a debugfs interface to check if a driver supports recoveryOliver O'Halloran2021-01-311-0/+50
* powerpc/eeh: Rework pci_dev lookup in debugfs attributesOliver O'Halloran2021-01-311-34/+37
* powerpc/iommu/debug: Add debugfs entries for IOMMU tablesAlexey Kardashevskiy2021-01-301-0/+46
* powerpc/watchdog: Declare soft_nmi_interrupt() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/optprobes: Make patch_imm64_load_insns() staticCédric Le Goater2021-01-301-1/+1
* powerpc/optprobes: Remove unused routine patch_imm32_load_insns()Cédric Le Goater2021-01-301-19/+0
* powerpc/smp: Make debugger_ipi_callback() staticCédric Le Goater2021-01-301-1/+1
* powerpc/smp: Include tick_broadcast() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/mce: Include prototypesCédric Le Goater2021-01-301-0/+1
* powerpc/setup_64: Make some routines staticCédric Le Goater2021-01-301-3/+4
* Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-244-13/+20
|\
| * powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...Christophe Leroy2020-12-211-9/+16
| * powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSOMichael Ellerman2020-12-211-1/+1
| * powerpc/vdso: Block R_PPC_REL24 relocationsMichael Ellerman2020-12-212-2/+2
| * powerpc/smp: Add __init to init_big_cores()Cédric Le Goater2020-12-211-1/+1
* | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-12-221-2/+69
|\ \
| * | powerpc/dma: Fallback to dma_ops when persistent memory presentAlexey Kardashevskiy2020-11-271-2/+69
| * | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-194-40/+178
| |\ \
* | | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
| |_|/ |/| |
* | | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-1764-3066/+1972
|\ \ \
| * | | powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy2020-12-101-10/+20
| * | | powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy2020-12-101-5/+53
| * | | powerpc/smp: Rename init_thread_group_l1_cache_map() to make it genericGautham R. Shenoy2020-12-101-7/+10
| * | | powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_mapGautham R. Shenoy2020-12-101-7/+7
| * | | powerpc/smp: Parse ibm,thread-groups with multiple propertiesGautham R. Shenoy2020-12-101-61/+113
| * | | powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructionsRavi Bangoria2020-12-101-2/+65
| * | | powerpc/64s: Remove idle workaround code from restore_cpu_cpufeaturesNicholas Piggin2020-12-101-20/+1
| * | | powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin2020-12-092-55/+7
| * | | powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-092-3/+2
| * | | powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-093-3/+3
| * | | powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy2020-12-091-5/+4