summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller2022-06-071-1/+1
* Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-041-0/+4
|\
| * parisc/stifb: Implement fb_is_primary_device()Helge Deller2022-06-041-0/+4
* | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-312-40/+6
|\ \
| * | asm-generic: compat: Cleanup duplicate definitionsGuo Ren2022-04-261-24/+5
| * | fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-0/+1
| * | compat: consolidate the compat_flock{,64} definitionChristoph Hellwig2022-04-261-16/+0
* | | Merge tag 'for-5.19/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-304-8/+32
|\ \ \
| * | | parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNTHelge Deller2022-05-301-2/+0
| * | | parisc: Add dep_safe() macro to deposit a register in 32- and 64-kernelsHelge Deller2022-05-231-0/+10
| * | | parisc: Fix wrong comment for shr macroHelge Deller2022-05-231-1/+1
| * | | parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin2022-05-231-5/+20
| * | | parisc: Don't enforce DMA completion order in cache flushesJohn David Anglin2022-05-231-0/+1
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-2/+3
|\ \ \
| * | | mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
| | |/ | |/|
* | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-1/+2
|\ \ \ | |_|/ |/| |
| * | parisc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-1/+2
* | | parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin2022-05-172-26/+11
|/ /
* / parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller2022-05-081-1/+1
|/
* 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 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 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-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
| |/
* | 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-119-27/+59
* | | 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