summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller2021-11-181-1/+1
* parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller2021-11-181-20/+24
* parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller2021-11-181-0/+1
* parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-131-2/+8
* parisc: move CPU field back into thread_infoArd Biesheuvel2021-11-042-17/+5
* parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin2021-11-041-13/+11
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+2
|\
| * fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell2021-10-011-0/+2
* | Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0116-47/+150
|\ \
| * | parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller2021-11-011-0/+1
| * | parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller2021-11-018-31/+0
| * | parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.hHelge Deller2021-11-011-3/+3
| * | parisc: Move thread_info into task structHelge Deller2021-11-014-11/+36
| * | parisc: add support for TOC (transfer of control)Sven Schnelle2021-11-012-2/+8
| * | parisc/firmware: add functions to retrieve TOC dataSven Schnelle2021-11-011-0/+2
| * | parisc: add PIM TOC data structuresSven Schnelle2021-11-011-0/+22
| * | parisc: move virt_map macro to assembly.hSven Schnelle2021-11-011-0/+25
| * | parisc: Allocate task struct with stack frame alignmentHelge Deller2021-10-301-1/+2
| * | parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller2021-10-301-0/+7
| * | parisc: Add KFENCE supportHelge Deller2021-10-301-0/+44
| * | parisc: make parisc_acctyp() available outside of faults.cHelge Deller2021-10-301-0/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-15/+0
|\ \
| * | locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-15/+0
* | | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+2
| |/ |/|
* | parisc: Use absolute_pointer() to define PAGE0Helge Deller2021-09-161-1/+1
|/
* parisc: Implement __get/put_kernel_nofault()Helge Deller2021-09-093-67/+61
* parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller2021-09-091-1/+1
* parisc: Drop strnlen_user() in favour of generic versionHelge Deller2021-09-091-2/+1
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-082-8/+0
* Merge tag 'for-5.15/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-031-68/+0
|\
| * parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64...Helge Deller2021-09-021-68/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-6/+2
|\ \ | |/ |/|
| * mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-6/+2
* | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-023-7/+7
|\ \
| * | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+2
| * | parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2021-08-302-5/+5
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-312-11/+5
|\ \ | |/ |/|
| * sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+2
| * compat: make linux/compat.h available everywhereArnd Bergmann2021-07-231-11/+3
* | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller2021-08-291-15/+0
|/
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-5/+1
|\
| * asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-5/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-023-3/+3
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
| * | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+3
| |/
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+2
|\ \