Age | Commit message (Expand) | Author | Files | Lines |
2018-03-31 | powerpc/64s: Set assembler machine type to POWER4 | Nicholas Piggin | 11 | -27/+18 |
2018-03-31 | powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLE | Nicholas Piggin | 1 | -2/+2 |
2018-03-31 | powerpc/64s: Add all POWER9 features to CPU_FTRS_ALWAYS | Nicholas Piggin | 1 | -1/+1 |
2018-03-31 | powerpc/boot: Remove duplicate typedefs from libfdt_env.h | Mark Greer | 1 | -2/+0 |
2018-03-31 | powerpc/64s/idle: avoid sync for KVM state when waking from idle | Nicholas Piggin | 1 | -0/+3 |
2018-03-31 | powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug | Nicholas Piggin | 3 | -7/+20 |
2018-03-31 | powerpc/64s: sreset panic if there is no debugger or crash dump handlers | Nicholas Piggin | 1 | -2/+13 |
2018-03-31 | powerpc/64s: return more carefully from sreset NMI | Nicholas Piggin | 1 | -3/+58 |
2018-03-31 | powerpc/eeh: Fix race with driver un/bind | Michael Neuling | 1 | -26/+42 |
2018-03-31 | powerpc/kexec_file: Fix error code when trying to load kdump kernel | Thiago Jung Bauermann | 1 | -1/+1 |
2018-03-31 | powerpc/mm/32: Remove the reserved memory hack | Jonathan Neuschäfer | 3 | -8/+1 |
2018-03-31 | powerpc/wii: Don't rely on the reserved memory hack | Jonathan Neuschäfer | 1 | -13/+1 |
2018-03-31 | powerpc/mm/32: Use page_is_ram to check for RAM | Jonathan Neuschäfer | 1 | -0/+1 |
2018-03-31 | powerpc/mm: Use memblock API for PPC32 page_is_ram | Jonathan Neuschäfer | 1 | -4/+0 |
2018-03-31 | powerpc/mm: Simplify page_is_ram by using memblock_is_memory | Jonathan Neuschäfer | 1 | -7/+1 |
2018-03-31 | powerpc/wii.dts: Add drive slot LED | Jonathan Neuschäfer | 1 | -0/+12 |
2018-03-31 | powerpc/wii.dts: Add GPIO line names | Jonathan Neuschäfer | 1 | -0/+8 |
2018-03-31 | powerpc/wii.dts: Add ngpios property | Jonathan Neuschäfer | 1 | -0/+1 |
2018-03-31 | powerpc/wii: Explicitly configure GPIO owner for poweroff pin | Jonathan Neuschäfer | 1 | -0/+7 |
2018-03-31 | powerpc/wii: Probe the whole devicetree | Jonathan Neuschäfer | 1 | -1/+1 |
2018-03-31 | powerpc/64e: Fix oops due to deferral of paca allocation | Michael Ellerman | 1 | -3/+4 |
2018-03-31 | powerpc/kvm: Fix guest boot failure on Power9 since DAWR changes | Aneesh Kumar K.V | 1 | -1/+1 |
2018-03-31 | Merge branch 'topic/paca' into next | Michael Ellerman | 46 | -365/+556 |
2018-03-30 | powerpc/mm/hash: Don't memset pgd table if not needed | Aneesh Kumar K.V | 1 | -1/+11 |
2018-03-30 | powerpc/mm/hash64: Increase the VA range | Aneesh Kumar K.V | 5 | -13/+13 |
2018-03-30 | powerpc/mm: Add support for handling > 512TB address in SLB miss | Aneesh Kumar K.V | 15 | -27/+245 |
2018-03-30 | powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area() | Aneesh Kumar K.V | 1 | -16/+20 |
2018-03-30 | powerpc/mm/keys: Move pte bits to correct headers | Aneesh Kumar K.V | 3 | -19/+15 |
2018-03-30 | powerpc/xive: Fix wrong xmon output caused by typo | Frederic Barrat | 1 | -1/+1 |
2018-03-30 | drivers: macintosh: rack-meter: really fix bogus memsets | Aaro Koskinen | 1 | -2/+2 |
2018-03-30 | powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently | Nicholas Piggin | 2 | -5/+2 |
2018-03-30 | powerpc/4xx: Fix error return code in ppc4xx_msi_probe() | Wei Yongjun | 1 | -1/+2 |
2018-03-30 | powerpc/mm: Fix thread_pkey_regs_init() | Ram Pai | 1 | -3/+3 |
2018-03-30 | powerpc/kprobes: Fix call trace due to incorrect preempt count | Naveen N. Rao | 1 | -13/+17 |
2018-03-30 | macintosh/adb: Use C99 initializers for struct adb_driver instances | Finn Thain | 5 | -36/+35 |
2018-03-30 | powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write() | Nicholas Piggin | 1 | -0/+4 |
2018-03-30 | powerpc/pseries: Fix clearing of security feature flags | Mauricio Faria de Oliveira | 1 | -3/+3 |
2018-03-30 | powerpc/mm: Pass node id into create_section_mapping | Nicholas Piggin | 7 | -18/+18 |
2018-03-30 | powerpc/64s/radix: Allocate kernel page tables node-local if possible | Nicholas Piggin | 1 | -24/+80 |
2018-03-30 | powerpc/64s/radix: Split early page table mapping to its own function | Nicholas Piggin | 1 | -47/+65 |
2018-03-30 | powerpc/64: Allocate per-cpu stacks node-local if possible | Nicholas Piggin | 1 | -19/+32 |
2018-03-30 | powerpc/64: Allocate pacas per node | Nicholas Piggin | 2 | -6/+43 |
2018-03-30 | powerpc/64: Defer paca allocation until memory topology is discovered | Nicholas Piggin | 4 | -72/+53 |
2018-03-30 | powerpc/setup: Add cpu_to_phys_id array | Nicholas Piggin | 3 | -1/+25 |
2018-03-30 | powerpc/64: move default SPR recording | Nicholas Piggin | 3 | -17/+20 |
2018-03-30 | powerpc/mm/numa: move numa topology discovery earlier | Nicholas Piggin | 4 | -14/+27 |
2018-03-30 | mm: make memblock_alloc_base_nid() non-static | Nicholas Piggin | 2 | -1/+4 |
2018-03-30 | powerpc/64s: Allocate slb_shadow structures individually | Nicholas Piggin | 1 | -35/+30 |
2018-03-30 | powerpc/64s: Allocate LPPACAs individually | Nicholas Piggin | 6 | -79/+63 |
2018-03-30 | powerpc/64: Use array of paca pointers and allocate pacas individually | Nicholas Piggin | 26 | -107/+143 |