summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman2021-06-171-2/+2
* powerpc/watchdog: include linux/processor.h for spin_until_condSudeep Holla2021-06-161-0/+1
* powerpc/signal32: Remove impossible #ifdef combinationsChristophe Leroy2021-06-161-55/+0
* powerpc: make stack walking KASAN-safeDaniel Axtens2021-06-162-6/+7
* powerpc/32: Remove __main()Christophe Leroy2021-06-161-6/+0
* powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy2021-06-161-2/+0
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-167-81/+1
* powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-166-28/+0
* powerpc/nohash: Convert set_context() to CChristophe Leroy2021-06-163-17/+0
* powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy2021-06-164-53/+0
* powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy2021-06-161-0/+3
* powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy2021-06-162-6/+4
* powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy2021-06-162-63/+0
* powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy2021-06-161-0/+8
* powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy2021-06-161-32/+7
* powerpc/optprobes: Compact code source a bit.Christophe Leroy2021-06-161-22/+11
* powerpc/optprobes: Minimise castsChristophe Leroy2021-06-161-12/+11
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-1610-68/+56
* powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy2021-06-161-1/+1
* powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy2021-06-153-3/+3
* powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy2021-06-151-3/+4
* powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy2021-06-151-9/+9
* powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy2021-06-151-6/+6
* powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy2021-06-152-51/+23
* powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy2021-06-152-16/+10
* powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy2021-06-151-1/+1
* powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy2021-06-153-37/+9
* Merge branch 'fixes' into nextMichael Ellerman2021-06-156-50/+17
|\
| * powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman2021-06-141-5/+4
| * Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat2021-06-011-6/+5
| * powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin2021-05-282-35/+4
| * powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao2021-05-281-2/+2
| * powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy2021-05-201-2/+2
* | powerpc/tau: Remove superfluous parameter in alloc_workqueue() callFinn Thain2021-06-151-1/+1
* | powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko2021-06-151-9/+8
* | powerpc/kprobes: Replace ppc_optinsn by common optinsnChristophe Leroy2021-05-231-18/+5
* | powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptionsChristophe Leroy2021-05-171-4/+14
* | powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limitChristophe Leroy2021-05-171-2/+0
* | powerpc/asm-offset: Remove unused itemsChristophe Leroy2021-05-171-51/+1
* | powerpc/32s: Remove m8260_gorom()Christophe Leroy2021-05-171-36/+0
|/
* powerpc/64e/interrupt: Fix nvgprs being clobberedNicholas Piggin2021-05-141-14/+24
* powerpc/legacy_serial: Fix UBSAN: array-index-out-of-boundsChristophe Leroy2021-05-121-2/+5
* powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_userChristophe Leroy2021-05-121-2/+2
* powerpc/syscall: Calling kuap_save_and_lock() is wrongChristophe Leroy2021-05-121-3/+0
* powerpc/interrupts: Fix kuep_unlock() callChristophe Leroy2021-05-121-0/+1
* powerpc/64s/radix: Enable huge vmalloc mappingsNicholas Piggin2021-05-041-5/+13
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-021-0/+3
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-302-3/+3
|\ \
| * | mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-302-3/+3