summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+23
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-0/+2
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
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-14parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller1-0/+8
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov1-0/+2
2022-01-30agp: 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: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller1-9/+23
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-14parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John 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-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-11-02Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-47/+150
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus 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 Schnelle2-2/+8
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle1-0/+2
2021-11-01parisc: add PIM TOC data structuresSven Schnelle1-0/+22
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle1-0/+25
2021-10-31parisc: Allocate task struct with stack frame alignmentHelge Deller1-1/+2
2021-10-31parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller1-0/+7
2021-10-31parisc: Add KFENCE supportHelge Deller1-0/+44
2021-10-31parisc: make parisc_acctyp() available outside of faults.cHelge Deller1-0/+1
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann1-15/+0
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-1/+2