summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)Author
2022-05-17parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller
2022-03-29parisc: Add PDC locking functions for rendezvous codeHelge Deller
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller
2022-03-29parisc: Add constants for control registers and clean up mfctl()Helge Deller
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller
2022-03-11parisc: Add defines for various space registerHelge Deller
2022-03-11parisc: Add vDSO supportHelge Deller
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller
2022-02-13parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2022-01-29agp: define proper stubs for empty helpersArnd Bergmann
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2022-01-07parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche
2022-01-07parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller
2022-01-07parisc: Rewrite light-weight syscall and futex codeJohn David Anglin
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller
2022-01-07parisc: Fix lpa and lpa_user definesJohn David Anglin
2022-01-07parisc: Define depi_safe macroJohn David Anglin
2021-12-21parisc: Fix mask used to select futex spinlockJohn David Anglin
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-11-22parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller