Age | Commit message (Expand) | Author | Files | Lines |
2017-09-02 | powerpc/xive: guest exploitation of the XIVE interrupt controller | Cédric Le Goater | 5 | -7/+46 |
2017-09-01 | powerpc/powernv/npu: Move tlb flush before launching ATSD | Alistair Popple | 1 | -6/+6 |
2017-08-31 | powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig... | John Allen | 1 | -0/+4 |
2017-08-31 | powerpc/4xx: Constify cpm_suspend_ops | Arvind Yadav | 1 | -1/+1 |
2017-08-31 | powerpc/asm: Convert .llong directives to .8byte | Tobin C. Harding | 2 | -2/+2 |
2017-08-31 | powerpc: Squash lines for simple wrapper functions | Masahiro Yamada | 1 | -17/+5 |
2017-08-31 | powerpc/powernv/vas: Define copy/paste interfaces | Sukadev Bhattiprolu | 3 | -2/+109 |
2017-08-31 | powerpc/powernv/vas: Define vas_tx_win_open() | Sukadev Bhattiprolu | 1 | -3/+153 |
2017-08-31 | powerpc/powernv/vas: Define vas_win_close() interface | Sukadev Bhattiprolu | 1 | -5/+96 |
2017-08-31 | powerpc/powernv/vas: Define vas_rx_win_open() interface | Sukadev Bhattiprolu | 2 | -1/+296 |
2017-08-31 | powerpc/powernv/vas: Define helpers to alloc/free windows | Sukadev Bhattiprolu | 1 | -0/+73 |
2017-08-31 | powerpc/powernv/vas: Define helpers to init window context | Sukadev Bhattiprolu | 2 | -0/+354 |
2017-08-31 | powerpc/powernv/vas: Define helpers to access MMIO regions | Sukadev Bhattiprolu | 1 | -0/+174 |
2017-08-31 | powerpc/powernv/vas: Define vas_init() and vas_exit() | Sukadev Bhattiprolu | 5 | -0/+187 |
2017-08-31 | powerpc/powernv/vas: Define macros, register fields and structures | Sukadev Bhattiprolu | 1 | -0/+382 |
2017-08-31 | powerpc/pci: Remove OF node back pointer from pci_dn | Alexey Kardashevskiy | 1 | -9/+2 |
2017-08-31 | powerpc/eeh: Remove unnecessary config_addr from eeh_dev | Alexey Kardashevskiy | 2 | -6/+5 |
2017-08-31 | powerpc/eeh: Remove unnecessary pointer to phb from eeh_dev | Alexey Kardashevskiy | 2 | -4/+3 |
2017-08-31 | powerpc/eeh: Reduce to one the number of places where edev is allocated | Alexey Kardashevskiy | 1 | -13/+2 |
2017-08-31 | powerpc/512x: Constify clk_div_tables | Arvind Yadav | 1 | -2/+2 |
2017-08-31 | powerpc/83xx: Use sizeof correct type when ioremapping | Dan Carpenter | 1 | -2/+2 |
2017-08-31 | powerpc/powernv: Use kernel crash path for machine checks | Nicholas Piggin | 1 | -6/+26 |
2017-08-31 | powerpc/powernv: Flush console before platform error reboot | Nicholas Piggin | 3 | -57/+56 |
2017-08-31 | powerpc/pseries/le: Work around a firmware quirk | Nicholas Piggin | 1 | -0/+15 |
2017-08-31 | powerpc: Do not call ppc_md.panic in fadump panic notifier | Nicholas Piggin | 2 | -16/+0 |
2017-08-31 | powerpc/powernv: powernv platform is not constrained by RMA | Nicholas Piggin | 1 | -5/+2 |
2017-08-28 | powerpc/powernv: Fix build error in opal-imc.c when NUMA=n | LABBE Corentin | 1 | -1/+1 |
2017-08-24 | powerpc/powernv: Enable removal of memory for in memory tracing | Rashmica Gupta | 3 | -0/+291 |
2017-08-23 | powerpc: pseries: remove dlpar_attach_node dependency on full path | Rob Herring | 4 | -7/+5 |
2017-08-23 | powerpc: Convert to using %pOF instead of full_name | Rob Herring | 48 | -302/+285 |
2017-08-23 | powerpc/vio: Use device_type to detect family | Michael Ellerman | 1 | -2/+2 |
2017-08-23 | Merge branch 'fixes' into next | Michael Ellerman | 4 | -5/+47 |
2017-08-17 | powerpc: Add const to bin_attribute structures | Bhumika Goyal | 1 | -1/+1 |
2017-08-15 | powerpc/chrp: Store the intended structure | Julia Lawall | 1 | -1/+1 |
2017-08-14 | powerpc/8xx: Fix two CONFIG_8xx left behind | Christophe Leroy | 1 | -1/+1 |
2017-08-10 | powerpc/8xx: remove CONFIG_8xx | Christophe Leroy | 1 | -5/+0 |
2017-08-10 | powerpc/8xx: Getting rid of remaining use of CONFIG_8xx | Christophe Leroy | 2 | -2/+1 |
2017-08-10 | powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xx | Christophe Leroy | 4 | -2/+184 |
2017-08-10 | powerpc/8xx: Move 8xx machine check handlers into platforms/8xx | Christophe Leroy | 2 | -1/+38 |
2017-08-10 | powerpc/8xx: Simplify CONFIG_8xx checks in Makefile | Christophe Leroy | 1 | -1/+1 |
2017-08-10 | powerpc/4xx: Move machine_check_4xx() into platforms/4xx | Michael Ellerman | 2 | -1/+27 |
2017-08-10 | powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx | Michael Ellerman | 11 | -0/+4740 |
2017-08-10 | powerpc/44x: Move 44x machine check handlers into platforms/44x | Michael Ellerman | 2 | -1/+90 |
2017-08-10 | powerpc/44x: Simplify CONFIG_44x checks in Makefile | Michael Ellerman | 1 | -2/+2 |
2017-08-10 | powerpc/powernv: Add support to clear sensor groups data | Shilpasri G Bhat | 4 | -1/+217 |
2017-08-10 | powerpc/powernv: Add support to set power-shifting-ratio | Shilpasri G Bhat | 4 | -1/+181 |
2017-08-10 | powerpc/powernv: Add support for powercap framework | Shilpasri G Bhat | 4 | -1/+251 |
2017-08-10 | powerpc/pseries: Don't print failure message in energy driver | Nicholas Piggin | 1 | -4/+3 |
2017-08-10 | powerpc/pseries: Check memory device state before onlining/offlining | Nathan Fontenot | 1 | -21/+32 |
2017-08-08 | powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api fails | Gautham R. Shenoy | 1 | -3/+38 |