| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/bpf: Add support for bpf constant blinding | Naveen N. Rao | 2016-10-04 | 2 | -11/+34 |
* | powerpc/bpf: Implement support for tail calls | Naveen N. Rao | 2016-10-04 | 4 | -28/+126 |
* | powerpc/bpf: Introduce accessors for using the tmp local stack space | Naveen N. Rao | 2016-10-04 | 2 | -40/+55 |
* | powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=n | Michael Ellerman | 2016-10-04 | 1 | -0/+2 |
* | powerpc: tm: Enable transactional memory (TM) lazily for userspace | Cyril Bur | 2016-10-04 | 3 | -5/+33 |
* | powerpc/tm: Add TM Unavailable Exception | Cyril Bur | 2016-10-04 | 1 | -0/+29 |
* | powerpc: Remove do_load_up_transact_{fpu,altivec} | Cyril Bur | 2016-10-04 | 3 | -56/+0 |
* | powerpc: tm: Rename transct_(*) to ck(\1)_state | Cyril Bur | 2016-10-04 | 10 | -94/+94 |
* | powerpc: tm: Always use fp_state and vr_state to store live registers | Cyril Bur | 2016-10-04 | 7 | -381/+197 |
* | powerpc: signals: Stop using current in signal code | Cyril Bur | 2016-10-04 | 5 | -126/+159 |
* | powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx} | Cyril Bur | 2016-10-04 | 1 | -3/+36 |
* | powerpc: Return the new MSR from msr_check_and_set() | Cyril Bur | 2016-10-04 | 2 | -2/+4 |
* | powerpc: Add check_if_tm_restore_required() to giveup_all() | Cyril Bur | 2016-10-04 | 1 | -0/+1 |
* | powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use | Cyril Bur | 2016-10-04 | 1 | -3/+18 |
* | powerpc/powernv: Fix data type for @r in pnv_ioda_parse_m64_window() | Gavin Shan | 2016-10-04 | 1 | -1/+1 |
* | powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data() | Gavin Shan | 2016-10-04 | 1 | -2/+2 |
* | powerpc/powernv: Specify proper data type for PCI_SLOT_ID_PREFIX | Gavin Shan | 2016-10-04 | 1 | -1/+1 |
* | powerpc/powernv: Use CPU-endian hub diag-data type in pnv_eeh_get_and_dump_hu... | Gavin Shan | 2016-10-04 | 1 | -1/+1 |
* | powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear() | Gavin Shan | 2016-10-04 | 1 | -1/+1 |
* | powerpc: Set default CPU type to POWER8 for little endian builds | Anton Blanchard | 2016-10-04 | 1 | -0/+1 |
* | powerpc: Only disable HAVE_EFFICIENT_UNALIGNED_ACCESS on POWER7 little endian | Anton Blanchard | 2016-10-04 | 1 | -1/+1 |
* | powerpc: Remove static branch prediction in atomic{, 64}_add_unless | Anton Blanchard | 2016-10-04 | 1 | -2/+2 |
* | powerpc: During context switch, check before setting mm_cpumask | Anton Blanchard | 2016-10-04 | 1 | -1/+2 |
* | powerpc/eeh: Quieten EEH message when no adapters are found | Anton Blanchard | 2016-10-04 | 1 | -1/+1 |
* | powerpc/configs: Enable Intel i40e on 64 bit configs | Anton Blanchard | 2016-10-04 | 3 | -0/+3 |
* | powerpc/configs: Change a few things from built in to modules | Anton Blanchard | 2016-10-04 | 3 | -21/+21 |
* | powerpc/configs: Bump kernel ring buffer size on 64 bit configs | Anton Blanchard | 2016-10-04 | 3 | -0/+6 |
* | powerpc/configs: Enable VMX crypto | Anton Blanchard | 2016-10-04 | 3 | -0/+6 |
* | powerpc/64: Align hot loops of memset() and backwards_memcpy() | Anton Blanchard | 2016-10-04 | 1 | -0/+2 |
* | powerpc/64s: Remove unused exception code, small cleanups | Nicholas Piggin | 2016-10-04 | 1 | -10/+20 |
* | powerpc/64s: Use a single macro for both parts of OOL exception | Nicholas Piggin | 2016-10-04 | 1 | -37/+18 |
* | powerpc/64s: Move __replay_interrupt function below handlers | Nicholas Piggin | 2016-10-04 | 1 | -38/+36 |
* | powerpc/64s: Consolidate CBE Thermal 0x1800 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -13/+2 |
* | powerpc/64s: Consolidate Altivec 0x1700 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -9/+7 |
* | powerpc/64s: Consolidate Debug 0x1600 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -5/+3 |
* | powerpc/64s: Consolidate Softpatch 0x1500 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -35/+37 |
* | powerpc/64s: Consolidate Instruction Breakpoint 0x1300 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -4/+3 |
* | powerpc/64s: Consolidate CBE System Error 0x1200 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -5/+3 |
* | powerpc/64s: Consolidate Reserved 0xfa0-0x1200 interrupts | Nicholas Piggin | 2016-10-04 | 1 | -2/+1 |
* | powerpc/64s: Consolidate Hypervisor Facility Unavailable 0xf80 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -10/+6 |
* | powerpc/64s: Consolidate Facility Unavailable 0xf60 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -7/+6 |
* | powerpc/64s: Consolidate VSX Unavailable 0xf40 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -38/+36 |
* | powerpc/64s: Consolidate Vector Unavailable 0xf20 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -39/+37 |
* | powerpc/64s: Consolidate Performance Monitor 0xf00 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -7/+6 |
* | powerpc/64s: Consolidate Reserved 0xec0, 0xee0 interrupts | Nicholas Piggin | 2016-10-04 | 1 | -2/+2 |
* | powerpc/64s: Consolidate Hypervisor Virtualization 0xea0 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -8/+6 |
* | powerpc/64s: Consolidate Directed Hypervisor Doorbell 0xe80 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -11/+10 |
* | powerpc/64s: Consolidate Hypervisor Maintenance 0xe60 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -57/+56 |
* | powerpc/64s: Consolidate Hypervisor Emulation Assistance 0xe40 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -7/+6 |
* | powerpc/64s: Consolidate Hypervisor Instruction Storage 0xe20 interrupt | Nicholas Piggin | 2016-10-04 | 1 | -9/+7 |