aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller1-2/+3
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller1-10/+5
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller1-3/+5
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller4-13/+10
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller1-14/+14
2022-03-11parisc: Add defines for various space registerHelge Deller1-0/+6
2022-03-11parisc: Add vDSO supportHelge Deller9-27/+59
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin1-0/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-6/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-9/+3
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-1/+0
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy1-9/+0
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy1-0/+5
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-2/+0
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller1-14/+15
2022-02-13parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller1-0/+8
2022-01-29agp: define proper stubs for empty helpersArnd Bergmann1-2/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller1-0/+1
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-07parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche1-3/+3
2022-01-07parisc: Rewrite light-weight syscall and futex codeJohn David Anglin1-22/+37
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller1-4/+8
2022-01-07parisc: Fix lpa and lpa_user definesJohn David Anglin1-20/+24
2022-01-07parisc: Define depi_safe macroJohn David Anglin1-0/+10
2021-12-21parisc: Fix mask used to select futex spinlockJohn David Anglin1-2/+2
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+0
2021-11-22parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller1-0/+11
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller1-1/+1
2021-11-18parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller1-20/+24
2021-11-18parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller1-0/+1
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-1/+0
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for user pageJohn David Anglin1-2/+8
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel2-17/+5
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin1-13/+11
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds15-45/+124
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+0
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller1-0/+1
2021-11-01parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller8-31/+0
2021-11-01parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.hHelge Deller1-3/+3
2021-11-01parisc: Move thread_info into task structHelge Deller4-11/+36
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle1-0/+4
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle1-0/+2
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle1-0/+25
2021-10-30parisc: Allocate task struct with stack frame alignmentHelge Deller1-1/+2
2021-10-30parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller1-0/+7
2021-10-30parisc: Add KFENCE supportHelge Deller1-0/+44