aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05termbits: Convert octal defines to hexIlpo Järvinen1-110/+110
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-0/+2
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 branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-11/+5
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-0/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-17/+6
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus 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 Deller10-27/+67
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin1-0/+1
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic into asm-genericArnd Bergmann2-16/+3
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-13parisc: 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-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: 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