Age | Commit message (Expand) | Author |
2017-11-29 | powerpc: Do not assign thread.tidr if already assigned | Vaibhav Jain |
2017-11-29 | powerpc: Avoid signed to unsigned conversion in set_thread_tidr() | Vaibhav Jain |
2017-11-12 | powerpc: Define set_thread_uses_vas() | Sukadev Bhattiprolu |
2017-11-12 | powerpc: Add support for setting SPRN_TIDR | Sukadev Bhattiprolu |
2017-11-06 | powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint | Cyril Bur |
2017-11-06 | powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e... | Cyril Bur |
2017-11-06 | powerpc: Don't enable FP/Altivec if not checkpointed | Cyril Bur |
2017-11-06 | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64 | Michael Ellerman |
2017-10-21 | powerpc/tm: P9 disable transactionally suspended sigcontexts | Michael Neuling |
2017-10-21 | powerpc/powernv: Enable TM without suspend if possible | Michael Ellerman |
2017-10-06 | powerpc: get_wchan(): solve possible race scenario due to parallel wakeup | Kautuk Consul |
2017-08-28 | powerpc/oops: Line up NIP & MSR with other rows | Michael Ellerman |
2017-08-28 | powerpc/oops: Print CR/XER on same line as MSR | Michael Ellerman |
2017-08-23 | powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch) | Nicholas Piggin |
2017-08-23 | Merge branch 'fixes' into next | Michael Ellerman |
2017-08-16 | powerpc: Remove more redundant VSX save/tests | Benjamin Herrenschmidt |
2017-08-16 | powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx() | Benjamin Herrenschmidt |
2017-08-16 | powerpc: Remove redundant FP/Altivec giveup code | Benjamin Herrenschmidt |
2017-08-16 | powerpc: Fix missing newline before { | Benjamin Herrenschmidt |
2017-08-16 | powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC | Benjamin Herrenschmidt |
2017-08-07 | Revert "powerpc/64: Avoid restore_math call if possible in syscall exit" | Michael Ellerman |
2017-07-03 | Merge branch 'fixes' into next | Michael Ellerman |
2017-06-15 | powerpc/64s: Avoid cpabort in context switch when possible | Nicholas Piggin |
2017-06-15 | powerpc/64s: Leave interrupts hard enabled in context switch for radix | Nicholas Piggin |
2017-06-15 | powerpc/64: Avoid restore_math call if possible in syscall exit | Nicholas Piggin |
2017-06-06 | powerpc/kernel: Initialize load_tm on task creation | Breno Leitao |
2017-06-05 | powerpc/kernel: Fix FP and vector register restoration | Breno Leitao |
2017-05-15 | powerpc/tm: Fix FP and VMX register corruption | Michael Neuling |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-01 | Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-01-25 | powerpc/8xx: Implement hw_breakpoint | Christophe Leroy |
2017-01-24 | powerpc: Revert the initial stack protector support | Michael Ellerman |
2016-12-16 | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2016-11-23 | powerpc: Initial stack protector (-fstack-protector) support | Christophe Leroy |
2016-11-14 | powerpc: Revert Load Monitor Register Support | Michael Neuling |
2016-11-12 | powerpc/oops: Fix missing pr_cont()s in instruction dump | Andrew Donnellan |
2016-11-12 | powerpc/oops: Fix missing pr_cont()s in show_regs() | Michael Ellerman |
2016-11-12 | powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al. | Michael Ellerman |
2016-11-12 | powerpc/oops: Fix missing pr_cont()s in show_stack() | Michael Ellerman |
2016-10-27 | powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state() | Valentin Rothberg |
2016-10-04 | powerpc: tm: Enable transactional memory (TM) lazily for userspace | Cyril Bur |
2016-10-04 | powerpc: tm: Rename transct_(*) to ck(\1)_state | Cyril Bur |
2016-10-04 | powerpc: tm: Always use fp_state and vr_state to store live registers | Cyril Bur |
2016-10-04 | powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx} | Cyril Bur |
2016-10-04 | powerpc: Return the new MSR from msr_check_and_set() | Cyril Bur |
2016-10-04 | powerpc: Add check_if_tm_restore_required() to giveup_all() | Cyril Bur |
2016-10-04 | powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use | Cyril Bur |
2016-09-13 | powerpc/sparse: Add more assembler prototypes | Daniel Axtens |