summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2022-06-04parisc/stifb: Implement fb_is_primary_device()Helge Deller1-0/+4
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-40/+6
2022-05-30Merge tag 'for-5.19/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+32
2022-05-30parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNTHelge Deller1-2/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2022-05-23parisc: Add dep_safe() macro to deposit a register in 32- and 64-kernelsHelge Deller1-0/+10
2022-05-23parisc: Fix wrong comment for shr macroHelge Deller1-1/+1
2022-05-23parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin1-5/+20
2022-05-23parisc: Don't enforce DMA completion order in cache flushesJohn David Anglin1-0/+1
2022-05-17parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin2-26/+11
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-2/+3
2022-05-13parisc: define get_cycles macro for arch-overrideJason A. Donenfeld1-1/+2
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller1-1/+1
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren1-24/+5
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-0/+1
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig1-16/+0
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller1-0/+1
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller1-7/+2
2022-03-29parisc: Add PDC locking functions for rendezvous codeHelge Deller2-1/+5
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller1-20/+3
2022-03-29parisc: Add constants for control registers and clean up mfctl()Helge Deller1-9/+8
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-11/+5
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+3
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
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