summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
...
* parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport2020-08-161-0/+6
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-2/+2
* Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-122-4/+65
|\
| * parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin2020-08-121-0/+61
| * parisc: Whitespace cleanups in atomic.hHelge Deller2020-08-111-4/+4
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\ \
| * | locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra2020-08-061-0/+1
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-3/+0
|\ \ \
| * | | kill unused dump_fpu() instancesAl Viro2020-07-271-3/+0
* | | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+1
* | | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-9/+2
* | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | | Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-043-52/+24
|\ \ \ \
| * | | | Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller2020-07-281-2/+2
| * | | | Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller2020-07-281-4/+0
| * | | | Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"Helge Deller2020-07-281-17/+8
| * | | | parisc: elf.h: delete a duplicated wordRandy Dunlap2020-07-281-1/+1
| * | | | parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller2020-07-211-28/+13
| |/ / /
* | | | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-312-0/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-211-0/+2
| * | parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-07-211-0/+2
| |/
* / locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
|/
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-28/+4
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* parisc/kmap: remove duplicate kmap codeIra Weiny2020-06-041-26/+2
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-3/+1
* mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
* mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-6/+0
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-9/+10
|\
| * floppy: use symbolic register names in the parisc portWilly Tarreau2020-05-121-7/+8
| * floppy: split the base port from the register in I/O accessesWilly Tarreau2020-05-121-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-2/+0
|\ \
| * | arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton2020-06-021-2/+0
| |/
* | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-8/+0
* | parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-291-1/+2
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-2/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* parisc: Rework arch_rw locking functionsHelge Deller2020-04-052-82/+67
* parisc: Improve interrupt handling in arch_spin_lock_flags()Helge Deller2020-04-051-8/+17
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-18/+0
* [parisc, s390, sparc64] no need for access_ok() in futex handlingAl Viro2020-03-271-3/+0
* futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-17/+0
|\
| * compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-17/+0
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \
| * \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\ \ | | |/ | |/|
| | * mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+2
|/ /