summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
AgeCommit message (Expand)AuthorLines
2022-08-22Revert "parisc: Show error if wrong 32/64-bit compiler is being used"Helge Deller-8/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-25/+7
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+2
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+0
2022-07-25highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco-3/+3
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-6/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne-5/+0
2022-07-17parisc: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport-7/+7
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-18/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann-4/+2
2022-06-07parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller-1/+1
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+4
2022-06-04parisc/stifb: Implement fb_is_primary_device()Helge Deller-0/+4
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-40/+6
2022-05-30Merge tag 'for-5.19/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+32
2022-05-30parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNTHelge Deller-2/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+3
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2022-05-23parisc: Add dep_safe() macro to deposit a register in 32- and 64-kernelsHelge Deller-0/+10
2022-05-23parisc: Fix wrong comment for shr macroHelge Deller-1/+1
2022-05-23parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin-5/+20
2022-05-23parisc: Don't enforce DMA completion order in cache flushesJohn David Anglin-0/+1
2022-05-17parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin-26/+11
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang-2/+3
2022-05-13parisc: define get_cycles macro for arch-overrideJason A. Donenfeld-1/+2
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller-1/+1
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren-24/+5
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren-0/+1
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig-16/+0
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller-0/+1
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller-7/+2
2022-03-29parisc: Add PDC locking functions for rendezvous codeHelge Deller-1/+5
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller-20/+3
2022-03-29parisc: Add constants for control registers and clean up mfctl()Helge Deller-9/+8
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-11/+5
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+3
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+1
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport-0/+1
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller-2/+3
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller-10/+5
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller-3/+5
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller-13/+10
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller-14/+14
2022-03-11parisc: Add defines for various space registerHelge Deller-0/+6
2022-03-11parisc: Add vDSO supportHelge Deller-27/+59
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin-0/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-6/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-9/+3
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann-1/+0