aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Gravatar Mike Rapoport 1-0/+6
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Gravatar Krzysztof Kozlowski 1-2/+2
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+65
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersGravatar John David Anglin 1-0/+61
2020-08-11parisc: Whitespace cleanups in atomic.hGravatar Helge Deller 1-4/+4
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-3/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-9/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Gravatar Peter Zijlstra 1-0/+1
2020-08-04Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-52/+24
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictGravatar Ingo Molnar 2-0/+4
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-07-28Revert "parisc: Revert "Release spinlocks using ordered store""Gravatar Helge Deller 1-2/+2
2020-07-28Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Gravatar Helge Deller 1-4/+0
2020-07-28Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"Gravatar Helge Deller 1-17/+8
2020-07-28parisc: elf.h: delete a duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-27kill unused dump_fpu() instancesGravatar Al Viro 1-3/+0
2020-07-21parisc: Add atomic64_set_release() define to avoid CPU soft lockupsGravatar John David Anglin 1-0/+2
2020-07-21parisc: add support for cmpxchg on u8 pointersGravatar Liam Beguin 1-0/+2
2020-07-21parisc: Convert to BIT_MASK() and BIT_WORD()Gravatar Helge Deller 1-28/+13
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-28/+4
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-2/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-04parisc/kmap: remove duplicate kmap codeGravatar Ira Weiny 1-26/+2
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-3/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Gravatar Anshuman Khandual 1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Gravatar Anshuman Khandual 1-6/+0
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+10
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Gravatar Andrew Morton 1-2/+0
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hGravatar Al Viro 1-8/+0
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Gravatar Al Viro 1-1/+2
2020-05-12floppy: use symbolic register names in the parisc portGravatar Willy Tarreau 1-7/+8
2020-05-12floppy: split the base port from the register in I/O accessesGravatar Willy Tarreau 1-6/+6
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-2/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-3/+0
2020-04-05parisc: Rework arch_rw locking functionsGravatar Helge Deller 2-82/+67
2020-04-05parisc: Improve interrupt handling in arch_spin_lock_flags()Gravatar Helge Deller 1-8/+17
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-18/+0
2020-03-27[parisc, s390, sparc64] no need for access_ok() in futex handlingGravatar Al Viro 1-3/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-2/+3
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-17/+0
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-3/+2
2020-01-03compat: provide compat_ptr() on all architecturesGravatar Arnd Bergmann 1-17/+0
2019-12-20parisc: Fix compiler warnings in debug_core.cGravatar Helge Deller 1-2/+8