Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | powerpc/sstep: Avoid used uninitialized error | Michael Ellerman | 2017-09-02 | 1 | -0/+1 | |
| * | | | | | | | | | | axonram: Return directly after a failed kzalloc() in axon_ram_probe() | Markus Elfring | 2017-09-01 | 1 | -22/+17 | |
| * | | | | | | | | | | axonram: Improve a size determination in axon_ram_probe() | Markus Elfring | 2017-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | axonram: Delete an error message for a failed memory allocation in axon_ram_p... | Markus Elfring | 2017-09-01 | 1 | -1/+0 | |
| * | | | | | | | | | | powerpc/powernv/npu: Move tlb flush before launching ATSD | Alistair Popple | 2017-09-01 | 1 | -6/+6 | |
| * | | | | | | | | | | powerpc/iommu: Use permission-specific DEVICE_ATTR variants | Julia Lawall | 2017-09-01 | 1 | -2/+1 | |
| * | | | | | | | | | | powerpc/eeh: Delete an error out of memory message at init time | Markus Elfring | 2017-09-01 | 1 | -4/+1 | |
| * | | | | | | | | | | powerpc/mm: Use seq_putc() in two functions | Markus Elfring | 2017-09-01 | 2 | -2/+2 | |
| * | | | | | | | | | | crypto/nx: Add P9 NX specific error codes for 842 engine | Haren Myneni | 2017-09-01 | 1 | -0/+3 | |
| * | | | | | | | | | | powerpc/32: remove a NOP from memset() | Christophe Leroy | 2017-09-01 | 2 | -3/+11 | |
| * | | | | | | | | | | powerpc/32: optimise memset() | Christophe Leroy | 2017-09-01 | 1 | -7/+14 | |
| * | | | | | | | | | | powerpc: fix location of two EXPORT_SYMBOL | Christophe Leroy | 2017-09-01 | 2 | -2/+2 | |
| * | | | | | | | | | | powerpc/32: add memset16() | Christophe Leroy | 2017-09-01 | 2 | -1/+17 | |
| * | | | | | | | | | | powerpc: Wrap register number correctly for string load/store instructions | Paul Mackerras | 2017-09-01 | 1 | -2/+4 | |
| * | | | | | | | | | | powerpc: Emulate load/store floating point as integer word instructions | Paul Mackerras | 2017-09-01 | 2 | -17/+48 | |
| * | | | | | | | | | | powerpc: Use instruction emulation infrastructure to handle alignment faults | Paul Mackerras | 2017-09-01 | 3 | -777/+34 | |
| * | | | | | | | | | | powerpc: Separate out load/store emulation into its own function | Paul Mackerras | 2017-09-01 | 2 | -113/+154 | |
| * | | | | | | | | | | powerpc: Handle opposite-endian processes in emulation code | Paul Mackerras | 2017-09-01 | 2 | -60/+131 | |
| * | | | | | | | | | | powerpc: Set regs->dar if memory access fails in emulate_step() | Paul Mackerras | 2017-09-01 | 1 | -22/+52 | |
| * | | | | | | | | | | powerpc: Emulate the dcbz instruction | Paul Mackerras | 2017-09-01 | 2 | -0/+34 | |
| * | | | | | | | | | | powerpc: Emulate load/store floating double pair instructions | Paul Mackerras | 2017-09-01 | 1 | -16/+52 | |
| * | | | | | | | | | | powerpc: Emulate vector element load/store instructions | Paul Mackerras | 2017-09-01 | 1 | -2/+36 | |
| * | | | | | | | | | | powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live | Paul Mackerras | 2017-09-01 | 3 | -267/+203 | |
| * | | | | | | | | | | powerpc: Make load/store emulation use larger memory accesses | Paul Mackerras | 2017-09-01 | 1 | -129/+106 | |
| * | | | | | | | | | | powerpc: Add emulation for the addpcis instruction | Paul Mackerras | 2017-09-01 | 1 | -3/+11 | |
| * | | | | | | | | | | powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions | Paul Mackerras | 2017-09-01 | 1 | -6/+6 | |
| * | | | | | | | | | | powerpc: Fix emulation of the isel instruction | Paul Mackerras | 2017-09-01 | 1 | -8/+10 | |
| * | | | | | | | | | | powerpc/64: Fix update forms of loads and stores to write 64-bit EA | Paul Mackerras | 2017-09-01 | 2 | -55/+58 | |
| * | | | | | | | | | | powerpc: Handle most loads and stores in instruction emulation code | Paul Mackerras | 2017-09-01 | 6 | -62/+710 | |
| * | | | | | | | | | | powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr() | Paul Mackerras | 2017-09-01 | 1 | -42/+12 | |
| * | | | | | | | | | | powerpc: Change analyse_instr so it doesn't modify *regs | Paul Mackerras | 2017-09-01 | 2 | -257/+396 | |
| * | | | | | | | | | | powerpc: Correct instruction code for xxlor instruction | Paul Mackerras | 2017-08-31 | 1 | -1/+1 | |
| * | | | | | | | | | | powerpc: Fix DAR reporting when alignment handler faults | Michael Ellerman | 2017-08-31 | 1 | -45/+74 | |
| * | | | | | | | | | | powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig... | John Allen | 2017-08-31 | 1 | -0/+4 | |
| * | | | | | | | | | | powerpc/4xx: Constify cpm_suspend_ops | Arvind Yadav | 2017-08-31 | 1 | -1/+1 | |
| * | | | | | | | | | | powerpc/smp: Add Power9 scheduler topology | Oliver O'Halloran | 2017-08-31 | 1 | -1/+49 | |
| * | | | | | | | | | | powerpc/smp: Add cpu_l2_cache_map | Oliver O'Halloran | 2017-08-31 | 2 | -6/+23 | |
| * | | | | | | | | | | powerpc/smp: Rework CPU topology construction | Oliver O'Halloran | 2017-08-31 | 1 | -66/+86 | |
| * | | | | | | | | | | powerpc/smp: Use cpu_to_chip_id() to find core siblings | Oliver O'Halloran | 2017-08-31 | 1 | -26/+11 | |
| * | | | | | | | | | | powerpc: conditionally compile platform-specific serial drivers | Hannes Reinecke | 2017-08-31 | 2 | -3/+8 | |
| * | | | | | | | | | | powerpc/asm: Convert .llong directives to .8byte | Tobin C. Harding | 2017-08-31 | 11 | -39/+39 | |
| * | | | | | | | | | | powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig | Balbir Singh | 2017-08-31 | 1 | -0/+2 | |
| * | | | | | | | | | | powerpc/configs: Enable function trace by default | Balbir Singh | 2017-08-31 | 3 | -0/+10 | |
| * | | | | | | | | | | powerpc/xmon: Add ISA v3.0 SPRs to SPR dump | Balbir Singh | 2017-08-31 | 2 | -0/+24 | |
| * | | | | | | | | | | powerpc/xmon: Add AMR, UAMOR, AMOR, IAMR to SPR dump | Balbir Singh | 2017-08-31 | 1 | -4/+7 | |
| * | | | | | | | | | | powerpc/xmon: Dump all 64 bits of HDEC | Balbir Singh | 2017-08-31 | 1 | -1/+1 | |
| * | | | | | | | | | | powerpc: Squash lines for simple wrapper functions | Masahiro Yamada | 2017-08-31 | 2 | -47/+17 | |
| * | | | | | | | | | | powerpc/mm/radix: Prettify mapped memory range print out | Michael Ellerman | 2017-08-31 | 1 | -1/+6 | |
| * | | | | | | | | | | powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c | Michael Ellerman | 2017-08-31 | 1 | -0/+4 | |
| * | | | | | | | | | | powerpc/kernel: Change retrieval of pci_dn | Bryant G. Ly | 2017-08-31 | 1 | -29/+4 |