| Commit message (Expand) | Author | Files | Lines |
2016-07-14 | powerpc/powernv: Add support for the cxl kernel api on the real phb | Ian Munsie | 4 | -1/+158 |
2016-07-14 | cxl: Do not create vPHB if there are no AFU configuration records | Ian Munsie | 2 | -0/+14 |
2016-07-14 | cxl: Allow a default context to be associated with an external pci_dev | Ian Munsie | 7 | -28/+97 |
2016-07-14 | cxl: Move cxl_afu_get / cxl_afu_put to base | Ian Munsie | 3 | -12/+17 |
2016-07-14 | cxl: Enable bus mastering for devices using CAPP DMA mode | Ian Munsie | 1 | -0/+3 |
2016-07-14 | cxl: Add cxl_slot_is_supported API | Ian Munsie | 2 | -0/+52 |
2016-07-14 | powerpc/powernv: Split cxl code out into a separate file | Ian Munsie | 4 | -156/+173 |
2016-07-14 | cxl: Use for_each_compatible_node() macro | Wei Yongjun | 1 | -3/+2 |
2016-07-14 | selftests/powerpc: Add a test for PROT_SAO | Michael Ellerman | 4 | -1/+51 |
2016-07-14 | powerpc/xmon: Dump ISA 2.07 SPRs | Michael Ellerman | 2 | -0/+45 |
2016-07-14 | powerpc/xmon: Dump ISA 2.06 SPRs | Michael Ellerman | 1 | -0/+31 |
2016-07-14 | powerpc/xmon: Adjust spacing of existing SPRs to make room for more | Michael Ellerman | 1 | -5/+6 |
2016-07-14 | powerpc/xmon: Move static regno into its only user | Michael Ellerman | 1 | -1/+1 |
2016-07-14 | powerpc/xmon: Remove unused externs | Michael Ellerman | 1 | -5/+0 |
2016-07-14 | powerpc/crash: Rearrange loop condition to avoid out of bounds array access | Suraj Jitindar Singh | 1 | -1/+1 |
2016-07-13 | powerpc: Don't test for machine type in smp_setup_cpu_maps() | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-07-13 | powerpc/rtas: Don't test for machine type in rtas_initialize() | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-07-13 | powerpc/85xx/mpc85xx_rdb: Don't use the flat device-tree after boot | Benjamin Herrenschmidt | 1 | -2/+1 |
2016-07-13 | powerpc/85xx/mpc85xx_ds: Don't use the flat device-tree after boot | Benjamin Herrenschmidt | 1 | -3/+1 |
2016-07-13 | powerpc/85xx/ge_imp3a: Don't use the flat device-tree after boot | Benjamin Herrenschmidt | 1 | -2/+1 |
2016-07-13 | powerpc/cell: Don't use flat device-tree after boot | Benjamin Herrenschmidt | 1 | -2/+1 |
2016-07-11 | powerpc: Move epapr_paravirt_early_init() to early_init_devtree() | Benjamin Herrenschmidt | 3 | -6/+2 |
2016-07-11 | powerpc: Add comment explaining the purpose of setup_kdump_trampoline() | Benjamin Herrenschmidt | 1 | -2/+4 |
2016-07-11 | powerpc: Update obsolete comments in setup_32.c about entry conditions | Benjamin Herrenschmidt | 1 | -3/+5 |
2016-07-08 | cxl: Ignore CAPI adapters misplaced in switched slots | Philippe Bergheaud | 1 | -0/+29 |
2016-07-08 | cxl: make base more explicitly non-modular | Paul Gortmaker | 1 | -2/+1 |
2016-07-08 | cxl: Refine slice error debug messages | Philippe Bergheaud | 4 | -8/+57 |
2016-07-08 | cxl: Fix NULL pointer dereference on kernel contexts with no AFU interrupts | Ian Munsie | 2 | -3/+2 |
2016-07-08 | cxl: Workaround XSL bug that does not clear the RA bit after a reset | Ian Munsie | 1 | -0/+10 |
2016-07-08 | cxl: Fix bug where AFU disable operation had no effect | Ian Munsie | 3 | -7/+53 |
2016-07-08 | cxl: Fix allocating a minimum of 2 pages for the SPA | Ian Munsie | 1 | -1/+1 |
2016-07-08 | cxl: Fix allowing bogus AFU descriptors with 0 maximum processes | Ian Munsie | 1 | -0/+15 |
2016-07-08 | powerpc/configs: Remove old symbols from defconfigs | Andrew Donnellan | 96 | -253/+84 |
2016-07-08 | powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS | Andrew Donnellan | 1 | -1/+1 |
2016-07-08 | powerpc/ps3: Fix typo in comment reference to CONFIG_PS3_REPOSITORY_WRITE | Andrew Donnellan | 1 | -1/+1 |
2016-07-08 | powerpc/eeh: Fix pr_debug()s in eeh_cache.c | Andrew Donnellan | 1 | -4/+4 |
2016-07-08 | powerpc/opal: Wake up kopald polling thread before waiting for events | Benjamin Herrenschmidt | 3 | -2/+17 |
2016-07-08 | powerpc: Add MTD_BLOCK to powernv_defconfig | Michael Neuling | 1 | -0/+1 |
2016-07-08 | powerpc/pseries: start rtasd before PCI probing | Greg Kurz | 1 | -5/+17 |
2016-07-07 | powerpc/pci: Assign fixed PHB number based on device-tree properties | Guilherme G. Piccoli | 1 | -3/+51 |
2016-07-07 | powerpc/kernel: Drop unused extern for current_set | Michael Ellerman | 1 | -3/+0 |
2016-07-07 | powerpc/pci: Fix build with PCI_IOV=y and EEH=n | Michael Ellerman | 1 | -4/+5 |
2016-07-07 | powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs | Benjamin Herrenschmidt | 1 | -0/+10 |
2016-07-07 | powerpc/mm: Fix build of Book3E/64 with 64K pages | Benjamin Herrenschmidt | 1 | -0/+1 |
2016-07-07 | selftests/powerpc: Use "Delta" rather than "Error" in normal output | Michael Ellerman | 1 | -1/+1 |
2016-07-05 | powerpc/boot: Add OPAL console to epapr wrappers | Oliver O'Halloran | 7 | -2/+175 |
2016-07-05 | powerpc/mm: Add a parameter to disable 1TB segs | Oliver O'Halloran | 2 | -0/+21 |
2016-07-05 | powerpc/timer: Large Decrementer support | Oliver O'Halloran | 3 | -11/+63 |
2016-07-05 | powerpc: Avoid -maltivec when using clang integrated assembler | Anton Blanchard | 1 | -1/+1 |
2016-07-05 | powerpc/pseries: Fix error return value in cmm_mem_going_offline() | Rasmus Villemoes | 1 | -1/+1 |