summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm
AgeCommit message (Expand)Author
2022-06-29parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller
2022-06-09parisc/stifb: Implement fb_is_primary_device()Helge Deller
2022-05-30parisc: define get_cycles macro for arch-overrideJason A. Donenfeld
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 tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...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-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-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-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: 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
2021-11-18parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller
2021-11-18parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin