summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | powerpc/mm: Use seq_putc() in two functionsMarkus Elfring2017-09-012-2/+2
| * | | | | | | | | | crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2017-09-011-0/+3
| * | | | | | | | | | powerpc/32: remove a NOP from memset()Christophe Leroy2017-09-012-3/+11
| * | | | | | | | | | powerpc/32: optimise memset()Christophe Leroy2017-09-011-7/+14
| * | | | | | | | | | powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-012-2/+2
| * | | | | | | | | | powerpc/32: add memset16()Christophe Leroy2017-09-012-1/+17
| * | | | | | | | | | powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras2017-09-011-2/+4
| * | | | | | | | | | powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-012-17/+48
| * | | | | | | | | | powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-013-777/+34
| * | | | | | | | | | powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-012-113/+154
| * | | | | | | | | | powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-012-60/+131
| * | | | | | | | | | powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras2017-09-011-22/+52
| * | | | | | | | | | powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-012-0/+34
| * | | | | | | | | | powerpc: Emulate load/store floating double pair instructionsPaul Mackerras2017-09-011-16/+52
| * | | | | | | | | | powerpc: Emulate vector element load/store instructionsPaul Mackerras2017-09-011-2/+36
| * | | | | | | | | | powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-013-267/+203
| * | | | | | | | | | powerpc: Make load/store emulation use larger memory accessesPaul Mackerras2017-09-011-129/+106
| * | | | | | | | | | powerpc: Add emulation for the addpcis instructionPaul Mackerras2017-09-011-3/+11
| * | | | | | | | | | powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras2017-09-011-6/+6
| * | | | | | | | | | powerpc: Fix emulation of the isel instructionPaul Mackerras2017-09-011-8/+10
| * | | | | | | | | | powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras2017-09-012-55/+58
| * | | | | | | | | | powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-016-62/+710
| * | | | | | | | | | powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras2017-09-011-42/+12
| * | | | | | | | | | powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras2017-09-012-257/+396
| * | | | | | | | | | powerpc: Correct instruction code for xxlor instructionPaul Mackerras2017-08-311-1/+1
| * | | | | | | | | | powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman2017-08-311-45/+74
| * | | | | | | | | | powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...John Allen2017-08-311-0/+4
| * | | | | | | | | | powerpc/4xx: Constify cpm_suspend_opsArvind Yadav2017-08-311-1/+1
| * | | | | | | | | | powerpc/smp: Add Power9 scheduler topologyOliver O'Halloran2017-08-311-1/+49
| * | | | | | | | | | powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran2017-08-312-6/+23
| * | | | | | | | | | powerpc/smp: Rework CPU topology constructionOliver O'Halloran2017-08-311-66/+86
| * | | | | | | | | | powerpc/smp: Use cpu_to_chip_id() to find core siblingsOliver O'Halloran2017-08-311-26/+11
| * | | | | | | | | | powerpc: conditionally compile platform-specific serial driversHannes Reinecke2017-08-312-3/+8
| * | | | | | | | | | powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-3111-39/+39
| * | | | | | | | | | powerpc/configs: Enable THP and 64K for ppc64(le)_defconfigBalbir Singh2017-08-311-0/+2
| * | | | | | | | | | powerpc/configs: Enable function trace by defaultBalbir Singh2017-08-313-0/+10
| * | | | | | | | | | powerpc/xmon: Add ISA v3.0 SPRs to SPR dumpBalbir Singh2017-08-312-0/+24
| * | | | | | | | | | powerpc/xmon: Add AMR, UAMOR, AMOR, IAMR to SPR dumpBalbir Singh2017-08-311-4/+7
| * | | | | | | | | | powerpc/xmon: Dump all 64 bits of HDECBalbir Singh2017-08-311-1/+1
| * | | | | | | | | | powerpc: Squash lines for simple wrapper functionsMasahiro Yamada2017-08-312-47/+17
| * | | | | | | | | | powerpc/mm/radix: Prettify mapped memory range print outMichael Ellerman2017-08-311-1/+6
| * | | | | | | | | | powerpc/mm/radix: Add pr_fmt() to pgtable-radix.cMichael Ellerman2017-08-311-0/+4
| * | | | | | | | | | powerpc/kernel: Change retrieval of pci_dnBryant G. Ly2017-08-311-29/+4
| * | | | | | | | | | powerpc/powernv/vas: Define copy/paste interfacesSukadev Bhattiprolu2017-08-315-2/+123
| * | | | | | | | | | powerpc/powernv/vas: Define vas_tx_win_open()Sukadev Bhattiprolu2017-08-312-3/+195
| * | | | | | | | | | powerpc/powernv/vas: Define vas_win_close() interfaceSukadev Bhattiprolu2017-08-312-5/+103
| * | | | | | | | | | powerpc/powernv/vas: Define vas_rx_win_open() interfaceSukadev Bhattiprolu2017-08-313-1/+341
| * | | | | | | | | | powerpc/powernv/vas: Define helpers to alloc/free windowsSukadev Bhattiprolu2017-08-311-0/+73
| * | | | | | | | | | powerpc/powernv/vas: Define helpers to init window contextSukadev Bhattiprolu2017-08-312-0/+354
| * | | | | | | | | | powerpc/powernv/vas: Define helpers to access MMIO regionsSukadev Bhattiprolu2017-08-311-0/+174