summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorLines
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+0
2021-11-22parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller-0/+11
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller-1/+1
2021-11-18parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller-20/+24
2021-11-18parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller-0/+1
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)-1/+0
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin-2/+8
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel-17/+5
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin-13/+11
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-47/+150
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+0
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller-0/+1
2021-11-01parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller-31/+0
2021-11-01parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.hHelge Deller-3/+3
2021-11-01parisc: Move thread_info into task structHelge Deller-11/+36
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle-2/+8
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle-0/+2
2021-11-01parisc: add PIM TOC data structuresSven Schnelle-0/+22
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle-0/+25
2021-10-30parisc: Allocate task struct with stack frame alignmentHelge Deller-1/+2
2021-10-30parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller-0/+7
2021-10-30parisc: Add KFENCE supportHelge Deller-0/+44
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller-0/+1
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann-15/+0
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)-1/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-10-01fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell-0/+2
2021-09-16parisc: Use absolute_pointer() to define PAGE0Helge Deller-1/+1
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller-67/+61
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller-1/+1
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller-2/+1
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann-8/+0
2021-09-03Merge tag 'for-5.15/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-68/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+2
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig-6/+2
2021-09-02parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64...Helge Deller-68/+0
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-11/+5
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König-2/+2
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)-5/+5
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller-15/+0
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov-0/+2
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann-11/+3
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V-2/+2
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual-2/+0