summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/processor.h
AgeCommit message (Expand)Author
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig
2020-09-02powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.hChristophe Leroy
2020-09-02powerpc: Drop _nmask_and_or_msr()Christophe Leroy
2020-09-02powerpc: drop hard_reset_now() and poweroff_now() declarationChristophe Leroy
2020-09-02powerpc/fpu: Drop cvt_fd() and cvt_df()Christophe Leroy
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin
2019-06-15processor: remove spin_cpu_yieldHeiko Carstens
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy
2019-02-23powerpc: regain entire stack spaceChristophe Leroy
2019-02-23powerpc: Use linux/thread_info.h in processor.hChristophe Leroy
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin
2018-07-30powerpc: fix includes in asm/processor.hChristophe Leroy
2018-06-03powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman
2018-06-03powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin
2018-04-01powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai
2017-11-12powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu
2017-11-12powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-03Merge branch 'fixes' into nextMichael Ellerman
2017-07-02powerpc/64: implement spin loop primitivesNicholas Piggin
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V