summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* parisc: Find a new timesync master if current CPU is removedHelge Deller2022-03-291-0/+1
* parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller2022-03-291-7/+2
* parisc: Add PDC locking functions for rendezvous codeHelge Deller2022-03-292-1/+5
* parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller2022-03-291-20/+3
* parisc: Add constants for control registers and clean up mfctl()Helge Deller2022-03-291-9/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-0/+2
|\
| * mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-0/+2
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-11/+5
|\ \ | |/ |/|
| * asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-9/+0
| * asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-0/+5
| * asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-2/+0
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-172-14/+23
| |\ \
| * | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-311-0/+2
| | |/ | |/|
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-234-17/+6
|\ \ \
| * \ \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-252-16/+3
| |\ \ \
| | * | | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-6/+0
| | * | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-9/+3
| | * | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-1/+0
| | |/ /
| * | | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-0/+2
| * | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ /
* | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \ \
| * | | agp: define proper stubs for empty helpersArnd Bergmann2022-01-291-2/+2
| |/ /
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \
| * | | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| | |/ | |/|
* | | parisc: Avoid using hardware single-step in kprobesHelge Deller2022-03-181-2/+3
* | | parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller2022-03-161-10/+5
* | | parisc: Reduce code size by optimizing get_current() function callsHelge Deller2022-03-111-3/+5
* | | parisc: Use constants to encode the space registers like SR_KERNELHelge Deller2022-03-114-13/+10
* | | parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller2022-03-111-14/+14
* | | parisc: Add defines for various space registerHelge Deller2022-03-111-0/+6
* | | parisc: Add vDSO supportHelge Deller2022-03-1110-27/+67
* | | parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-111-0/+1
|/ /
* | parisc: Fix some apparent put_user() failuresHelge Deller2022-02-141-14/+15
* | parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller2022-02-131-0/+8
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller2022-01-201-0/+1
* | parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche2022-01-071-3/+3
* | parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller2022-01-071-9/+23
* | parisc: Rewrite light-weight syscall and futex codeJohn David Anglin2022-01-071-22/+37
* | parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2022-01-071-4/+8
* | parisc: Fix lpa and lpa_user definesJohn David Anglin2022-01-071-20/+24
* | parisc: Define depi_safe macroJohn David Anglin2022-01-071-0/+10
|/
* parisc: Fix mask used to select futex spinlockJohn David Anglin2021-12-211-2/+2
* Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-251-1/+0
|\
| * Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* | parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller2021-11-221-0/+11
* | 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