summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-15parisc: Add MAP_UNINITIALIZED defineHelge Deller
2020-10-15parisc: Improve spinlock handlingJohn David Anglin
2020-10-15parisc: Switch to more fine grained lws locksJohn David Anglin
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin
2020-10-15parisc: Add alternative patching to synchronize_caches defineJohn David Anglin
2020-10-15parisc: Drop useless comments in uapi/asm/signal.hHelge Deller
2020-10-15parisc: Define O_NONBLOCK to become 000200000Helge Deller
2020-10-15parisc: Drop HP-UX specific fcntl and signal flagsHelge Deller
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin
2020-08-11parisc: Whitespace cleanups in atomic.hHelge Deller
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra
2020-08-04Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-28Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller
2020-07-28Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller
2020-07-28Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"Helge Deller
2020-07-28parisc: elf.h: delete a duplicated wordRandy Dunlap
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-21parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin
2020-07-21parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro
2020-05-12floppy: use symbolic register names in the parisc portWilly Tarreau
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau