Age | Commit message (Expand) | Author | Files | Lines |
2020-10-22 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -7/+0 |
2020-10-06 | powerpc/tm: Save and restore AMR on treclaim and trechkpt | Gustavo Romero | 1 | -0/+1 |
2020-09-15 | powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10 | Nicholas Piggin | 1 | -1/+1 |
2020-09-08 | powerpc: remove address space overrides using set_fs() | Christoph Hellwig | 1 | -7/+0 |
2020-09-02 | powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.h | Christophe Leroy | 1 | -1/+0 |
2020-09-02 | powerpc: Drop _nmask_and_or_msr() | Christophe Leroy | 1 | -1/+0 |
2020-09-02 | powerpc: drop hard_reset_now() and poweroff_now() declaration | Christophe Leroy | 1 | -2/+0 |
2020-09-02 | powerpc/fpu: Drop cvt_fd() and cvt_df() | Christophe Leroy | 1 | -2/+0 |
2020-07-22 | powerpc/perf: Add support for ISA3.1 PMU SPRs | Madhavan Srinivasan | 1 | -0/+4 |
2020-07-20 | powerpc/book3s64/kuap: Move UAMOR setup to key init function | Aneesh Kumar K.V | 1 | -1/+0 |
2020-06-02 | powerpc/64s: Don't set FSCR bits in INIT_THREAD | Michael Ellerman | 1 | -1/+0 |
2020-05-19 | powerpc/watchpoint: Prepare handler to handle more than one watchpoint | Ravi Bangoria | 1 | -1/+1 |
2020-05-19 | powerpc/watchpoint: Convert thread_struct->hw_brk to an array | Ravi Bangoria | 1 | -1/+1 |
2020-05-19 | powerpc/watchpoint: Introduce function to get nr watchpoints dynamically | Ravi Bangoria | 1 | -1/+1 |
2020-05-15 | powerpc: Drop unneeded cast in task_pt_regs() | Michael Ellerman | 1 | -1/+1 |
2020-05-15 | powerpc/64: Don't initialise init_task->thread.regs | Michael Ellerman | 1 | -1/+0 |
2020-04-20 | powerpc: Use mm_context vas_windows counter to issue CP_ABORT | Haren Myneni | 1 | -1/+0 |
2020-02-18 | powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK | Christophe Leroy | 1 | -0/+4 |
2020-01-26 | powerpc/32: prepare for CONFIG_VMAP_STACK | Christophe Leroy | 1 | -0/+6 |
2020-01-16 | powerpc/64s: Reimplement power4_idle code in C | Nicholas Piggin | 1 | -0/+3 |
2019-06-15 | processor: remove spin_cpu_yield | Heiko Carstens | 1 | -2/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-30 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 1 | -3/+6 |
2019-04-30 | powerpc/64s: Reimplement book3s idle code in C | Nicholas Piggin | 1 | -3/+6 |
2019-04-21 | powerpc/32s: Implement Kernel Userspace Access Protection | Christophe Leroy | 1 | -0/+3 |
2019-02-23 | powerpc: regain entire stack space | Christophe Leroy | 1 | -2/+1 |
2019-02-23 | powerpc: Use linux/thread_info.h in processor.h | Christophe Leroy | 1 | -1/+1 |
2019-02-23 | powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT | Christophe Leroy | 1 | -1/+1 |
2019-02-23 | powerpc: Avoid circular header inclusion in mmu-hash.h | Christophe Leroy | 1 | -95/+5 |
2019-02-22 | powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS | Christophe Leroy | 1 | -0/+3 |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 1 | -6/+0 |
2018-10-14 | powerpc/64s/hash: Add a SLB preload cache | Nicholas Piggin | 1 | -0/+1 |
2018-10-14 | powerpc/64: Interrupts save PPR on stack rather than thread_struct | Nicholas Piggin | 1 | -4/+2 |
2018-10-03 | Revert "convert SLB miss handlers to C" and subsequent commits | Michael Ellerman | 1 | -1/+0 |
2018-09-19 | powerpc/64s/hash: Add a SLB preload cache | Nicholas Piggin | 1 | -0/+1 |
2018-07-30 | powerpc: fix includes in asm/processor.h | Christophe Leroy | 1 | -3/+2 |
2018-06-03 | powerpc: Rename thread_struct.fs to addr_limit | Michael Ellerman | 1 | -3/+3 |
2018-06-03 | powerpc/64: remove start_tb and accum_tb from thread_struct | Nicholas Piggin | 1 | -4/+0 |
2018-04-01 | powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug | Nicholas Piggin | 1 | -0/+1 |
2018-03-31 | powerpc/mm/hash64: Increase the VA range | Aneesh Kumar K.V | 1 | -1/+8 |
2018-03-31 | powerpc/mm: Add support for handling > 512TB address in SLB miss | Aneesh Kumar K.V | 1 | -0/+6 |
2018-01-20 | powerpc: store and restore the pkey state across context switches | Ram Pai | 1 | -0/+5 |
2017-11-12 | powerpc: Define set_thread_uses_vas() | Sukadev Bhattiprolu | 1 | -0/+2 |
2017-11-12 | powerpc: Add support for setting SPRN_TIDR | Sukadev Bhattiprolu | 1 | -0/+1 |
2017-07-07 | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -5/+25 |
2017-07-03 | Merge branch 'fixes' into next | Michael Ellerman | 1 | -13/+12 |
2017-07-02 | powerpc/64: implement spin loop primitives | Nicholas Piggin | 1 | -0/+20 |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 1 | -6/+0 |
2017-06-19 | powerpc/64s/idle: Move soft interrupt mask logic into C code | Nicholas Piggin | 1 | -5/+5 |
2017-06-08 | powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space | Aneesh Kumar K.V | 1 | -13/+12 |